Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
5
112
repo_url
stringlengths
34
141
action
stringclasses
3 values
title
stringlengths
1
1k
labels
stringlengths
4
1.38k
body
stringlengths
1
262k
index
stringclasses
16 values
text_combine
stringlengths
96
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
179,716
6,628,023,847
IssuesEvent
2017-09-23 12:35:38
lesteenman/pcsa-drupal-theme
https://api.github.com/repos/lesteenman/pcsa-drupal-theme
reopened
Expliciet 'onbekend' flag voor activiteiten
high priority
Afwezigheid van enige flag kan niet meer als 'onbekend' gelden, omdat we dan niet weten of je al geantwoord hebt. Bonus: X uur (24? 72?) voor de activiteit wel verplichten om een aanwezigheid aan te geven.
1.0
Expliciet 'onbekend' flag voor activiteiten - Afwezigheid van enige flag kan niet meer als 'onbekend' gelden, omdat we dan niet weten of je al geantwoord hebt. Bonus: X uur (24? 72?) voor de activiteit wel verplichten om een aanwezigheid aan te geven.
priority
expliciet onbekend flag voor activiteiten afwezigheid van enige flag kan niet meer als onbekend gelden omdat we dan niet weten of je al geantwoord hebt bonus x uur voor de activiteit wel verplichten om een aanwezigheid aan te geven
1
445,643
12,834,462,778
IssuesEvent
2020-07-07 11:06:26
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
opened
[0.9.0 staging-1644] Civics: timer is overlapped till update
Category: UI Priority: Medium
1) Create a law 2) Pick Global Timer in the trigger section ![bandicam 2020-07-07 15-59-46-062](https://user-images.githubusercontent.com/27898520/86771288-6498f180-c06b-11ea-969c-b6df42690b68.jpg) 3) It will be fixed if you reopen UI or add a condition for example.
1.0
[0.9.0 staging-1644] Civics: timer is overlapped till update - 1) Create a law 2) Pick Global Timer in the trigger section ![bandicam 2020-07-07 15-59-46-062](https://user-images.githubusercontent.com/27898520/86771288-6498f180-c06b-11ea-969c-b6df42690b68.jpg) 3) It will be fixed if you reopen UI or add a condition for example.
priority
civics timer is overlapped till update create a law pick global timer in the trigger section it will be fixed if you reopen ui or add a condition for example
1
93,038
11,735,497,051
IssuesEvent
2020-03-11 11:15:03
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
Shadow of Material in ListView is strangely clipped
f: material design f: scrolling framework ⌺‬ platform-ios
## Steps to Reproduce Run the code: ```dart void main() { runApp( MaterialApp( home: Scaffold( body: Column( children: <Widget>[ Padding( padding: const EdgeInsets.all(70.0), child: Text("123"), ), Expanded( child: ListView( padding: EdgeInsets.all(0.0), children: <Widget>[ Material( elevation: 70.0, color: Colors.red, child: Container(height: 500), ), ], ), ), ], ), ), ), ); } ``` Result: ![Simulator Screen Shot - iPhone 11 Pro Max - 2019-12-03 at 17 30 10](https://user-images.githubusercontent.com/3357827/70060013-d3542f00-15f2-11ea-856e-33dd3de023ce.png) <!-- Please tell us which target platform(s) the problem occurs (Android / iOS / Web / macOS / Linux / Windows) Which target OS version, for Web, browser, is the test system running? Does the problem occur on emulator/simulator as well as on physical devices? --> **Target Platform:** iOS **Target OS version/browser:** 13.2.2 **Devices:** Simulator Version 11.2.1 (SimulatorApp-912.4 SimulatorKit-570.3 CoreSimulator-681.15) ## Logs flutter run --verbose: [flutter_run_v_log.txt](https://github.com/flutter/flutter/files/3917168/flutter_run_v_log.txt) flutter analyze: ``` Analyzing fl_mobile... info • The declaration '_$FeedbackFromJson' isn't referenced • lib/feedback/feedback_model.g.dart:9:10 • unused_element info • The declaration '_comment' isn't referenced • lib/generated/i18n.dart:24:14 • unused_element info • The declaration '_comment' isn't referenced • lib/generated/i18n.dart:280:14 • unused_element info • The declaration '_$AuthResultToJson' isn't referenced • lib/login/login_model.g.dart:27:22 • unused_element info • The declaration '_$ValidationItemPageResultToJson' isn't referenced • lib/login/login_model.g.dart:46:22 • unused_element info • Unused import: 'dart:async' • lib/main.dart:1:8 • unused_import info • Unused import: 'package:firebase_crashlytics/firebase_crashlytics.dart' • lib/main.dart:4:8 • unused_import info • Unused import: 'package:fl_mobile/feed/feed_module.dart' • lib/main.dart:5:8 • unused_import info • Unused import: 'package:fl_mobile/feedback/feedback_module.dart' • lib/main.dart:6:8 • unused_import info • Unused import: 'package:fl_mobile/files/files_module.dart' • lib/main.dart:7:8 • unused_import info • Unused import: 'package:fl_mobile/login/login_module.dart' • lib/main.dart:8:8 • unused_import info • Unused import: 'package:fl_mobile/orders/orders_module.dart' • lib/main.dart:10:8 • unused_import info • Unused import: 'package:fl_mobile/profile/profile_module.dart' • lib/main.dart:11:8 • unused_import info • Unused import: 'package:fl_mobile/projects/projects_module.dart' • lib/main.dart:12:8 • unused_import info • Unused import: 'package:fl_mobile/ui.dart' • lib/main.dart:13:8 • unused_import info • The declaration '_FlAppBlocDelegate' isn't referenced • lib/main.dart:46:7 • unused_element info • Unused import: 'package:fl_mobile/feed/feed_ui.dart' • lib/main/main_ui.dart:4:8 • unused_import info • Unused import: 'package:fl_mobile/orders/orders_ui.dart' • lib/main/main_ui.dart:14:8 • unused_import info • The value of the local variable 's' isn't used • lib/main/main_ui.dart:203:11 • unused_local_variable info • The declaration '_SectionItem' isn't referenced • lib/main/main_ui.dart:380:7 • unused_element info • The declaration '_$OrderToJson' isn't referenced • lib/orders/orders_model.g.dart:39:22 • unused_element info • The declaration '_$OrderPageResultToJson' isn't referenced • lib/orders/orders_model.g.dart:91:22 • unused_element info • The declaration '_$OrderMessagePageResultToJson' isn't referenced • lib/orders/orders_model.g.dart:111:22 • unused_element info • The declaration '_$ProjectPageResultToJson' isn't referenced • lib/projects/projects_model.g.dart:139:22 • unused_element info • The declaration '_$ProfGroupPageResultToJson' isn't referenced • lib/projects/projects_model.g.dart:155:22 • unused_element info • The declaration '_$ProfessionPageResultToJson' isn't referenced • lib/projects/projects_model.g.dart:170:22 • unused_element info • The declaration '_$OfferMessagePageResultToJson' isn't referenced • lib/projects/projects_model_offers.g.dart:92:22 • unused_element info • Unused import: 'package:fl_mobile/projects/projects_ids.dart' • lib/projects/projects_ui.dart:4:8 • unused_import info • Unused import: 'package:fl_mobile/projects/projects_ui_editor.dart' • lib/projects/projects_ui.dart:6:8 • unused_import info • Unused import: 'package:fl_mobile/projects/projects_ui_offers.dart' • lib/projects/projects_ui.dart:7:8 • unused_import info • The value of the local variable 's' isn't used • lib/projects/projects_ui.dart:31:11 • unused_local_variable info • The value of the local variable 'textStyle' isn't used • lib/projects/projects_ui.dart:33:11 • unused_local_variable info • Unused import: 'package:badges/badges.dart' • lib/projects/projects_ui_offers.dart:3:8 • unused_import info • Unused import: 'package:fl_mobile/files/files_ui.dart' • lib/projects/projects_ui_offers.dart:5:8 • unused_import info • Unused import: 'package:fl_mobile/profile/profile_ui.dart' • lib/projects/projects_ui_offers.dart:10:8 • unused_import info • Unused import: 'package:fl_mobile/projects/projects_ui.dart' • lib/projects/projects_ui_offers.dart:15:8 • unused_import info • Unused import: 'package:fl_mobile/ui_card.dart' • lib/projects/projects_ui_offers.dart:17:8 • unused_import info • The value of the local variable 's' isn't used • lib/projects/projects_ui_offers.dart:122:11 • unused_local_variable info • The value of the local variable 'primaryTextTheme' isn't used • lib/projects/projects_ui_offers.dart:124:11 • unused_local_variable info • The value of the local variable 'textTheme' isn't used • lib/projects/projects_ui_offers.dart:125:11 • unused_local_variable info • The value of the local variable 'primaryTextTheme' isn't used • lib/projects/projects_ui_offers.dart:259:11 • unused_local_variable info • The value of the local variable 's' isn't used • lib/projects/projects_ui_offers.dart:260:11 • unused_local_variable info • The value of the local variable 'description' isn't used • lib/projects/projects_ui_offers.dart:262:11 • unused_local_variable info • The value of the local variable 'unreadCount' isn't used • lib/projects/projects_ui_offers.dart:264:11 • unused_local_variable info • The declaration '_showOfferActionList' isn't referenced • lib/projects/projects_ui_offers.dart:289:8 • unused_element info • The value of the local variable 'primaryTextTheme' isn't used • lib/projects/projects_ui_offers.dart:342:11 • unused_local_variable info • The value of the local variable 'tagPath' isn't used • lib/projects/projects_ui_offers.dart:345:11 • unused_local_variable info • The value of the local variable 'reviewCount' isn't used • lib/projects/projects_ui_offers.dart:349:11 • unused_local_variable info • The value of the local variable 'verified' isn't used • lib/projects/projects_ui_offers.dart:353:12 • unused_local_variable info • Dead code • lib/projects/projects_ui_offers.dart:371:5 • dead_code info • Unused import: 'package:fl_mobile/feedback/feedback_ui.dart' • lib/ui.dart:8:8 • unused_import info • Unused import: 'package:fl_mobile/orders/orders_ui.dart' • lib/ui.dart:19:8 • unused_import info • Unused import: 'package:fl_mobile/projects/projects_ui_offers.dart' • lib/ui.dart:20:8 • unused_import info • Unused import: 'package:fl_mobile/wizard/wizard_ui.dart' • lib/ui.dart:22:8 • unused_import info • Unused import: 'package:flutter_localizations/flutter_localizations.dart' • lib/ui.dart:27:8 • unused_import info • The value of the field '_themeData' isn't used • lib/ui.dart:136:9 • unused_field info • The value of the local variable 'screen' isn't used • lib/ui.dart:220:18 • unused_local_variable ``` flutter doctor -v: ``` [✓] Flutter (Channel stable, v1.9.1+hotfix.6, on Mac OS X 10.15.1 19B88, locale en-RU) • Flutter version 1.9.1+hotfix.6 at /Users/reist/Library/flutter • Framework revision 68587a0916 (3 months ago), 2019-09-13 19:46:58 -0700 • Engine revision b863200c37 • Dart version 2.5.0 [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2) • Android SDK at /Users/reist/Library/Android/sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-29, build-tools 29.0.2 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 11.2.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 11.2.1, Build version 11B53 • CocoaPods version 1.8.4 [✓] Android Studio (version 3.5) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 41.1.2 • Dart plugin version 191.8593 • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405) [✓] Connected device (1 available) • iPhone 11 Pro Max • CC8A4947-A263-453E-A154-8BE088D9C37C • ios • com.apple.CoreSimulator.SimRuntime.iOS-13-2 (simulator) • No issues found! ```
1.0
Shadow of Material in ListView is strangely clipped - ## Steps to Reproduce Run the code: ```dart void main() { runApp( MaterialApp( home: Scaffold( body: Column( children: <Widget>[ Padding( padding: const EdgeInsets.all(70.0), child: Text("123"), ), Expanded( child: ListView( padding: EdgeInsets.all(0.0), children: <Widget>[ Material( elevation: 70.0, color: Colors.red, child: Container(height: 500), ), ], ), ), ], ), ), ), ); } ``` Result: ![Simulator Screen Shot - iPhone 11 Pro Max - 2019-12-03 at 17 30 10](https://user-images.githubusercontent.com/3357827/70060013-d3542f00-15f2-11ea-856e-33dd3de023ce.png) <!-- Please tell us which target platform(s) the problem occurs (Android / iOS / Web / macOS / Linux / Windows) Which target OS version, for Web, browser, is the test system running? Does the problem occur on emulator/simulator as well as on physical devices? --> **Target Platform:** iOS **Target OS version/browser:** 13.2.2 **Devices:** Simulator Version 11.2.1 (SimulatorApp-912.4 SimulatorKit-570.3 CoreSimulator-681.15) ## Logs flutter run --verbose: [flutter_run_v_log.txt](https://github.com/flutter/flutter/files/3917168/flutter_run_v_log.txt) flutter analyze: ``` Analyzing fl_mobile... info • The declaration '_$FeedbackFromJson' isn't referenced • lib/feedback/feedback_model.g.dart:9:10 • unused_element info • The declaration '_comment' isn't referenced • lib/generated/i18n.dart:24:14 • unused_element info • The declaration '_comment' isn't referenced • lib/generated/i18n.dart:280:14 • unused_element info • The declaration '_$AuthResultToJson' isn't referenced • lib/login/login_model.g.dart:27:22 • unused_element info • The declaration '_$ValidationItemPageResultToJson' isn't referenced • lib/login/login_model.g.dart:46:22 • unused_element info • Unused import: 'dart:async' • lib/main.dart:1:8 • unused_import info • Unused import: 'package:firebase_crashlytics/firebase_crashlytics.dart' • lib/main.dart:4:8 • unused_import info • Unused import: 'package:fl_mobile/feed/feed_module.dart' • lib/main.dart:5:8 • unused_import info • Unused import: 'package:fl_mobile/feedback/feedback_module.dart' • lib/main.dart:6:8 • unused_import info • Unused import: 'package:fl_mobile/files/files_module.dart' • lib/main.dart:7:8 • unused_import info • Unused import: 'package:fl_mobile/login/login_module.dart' • lib/main.dart:8:8 • unused_import info • Unused import: 'package:fl_mobile/orders/orders_module.dart' • lib/main.dart:10:8 • unused_import info • Unused import: 'package:fl_mobile/profile/profile_module.dart' • lib/main.dart:11:8 • unused_import info • Unused import: 'package:fl_mobile/projects/projects_module.dart' • lib/main.dart:12:8 • unused_import info • Unused import: 'package:fl_mobile/ui.dart' • lib/main.dart:13:8 • unused_import info • The declaration '_FlAppBlocDelegate' isn't referenced • lib/main.dart:46:7 • unused_element info • Unused import: 'package:fl_mobile/feed/feed_ui.dart' • lib/main/main_ui.dart:4:8 • unused_import info • Unused import: 'package:fl_mobile/orders/orders_ui.dart' • lib/main/main_ui.dart:14:8 • unused_import info • The value of the local variable 's' isn't used • lib/main/main_ui.dart:203:11 • unused_local_variable info • The declaration '_SectionItem' isn't referenced • lib/main/main_ui.dart:380:7 • unused_element info • The declaration '_$OrderToJson' isn't referenced • lib/orders/orders_model.g.dart:39:22 • unused_element info • The declaration '_$OrderPageResultToJson' isn't referenced • lib/orders/orders_model.g.dart:91:22 • unused_element info • The declaration '_$OrderMessagePageResultToJson' isn't referenced • lib/orders/orders_model.g.dart:111:22 • unused_element info • The declaration '_$ProjectPageResultToJson' isn't referenced • lib/projects/projects_model.g.dart:139:22 • unused_element info • The declaration '_$ProfGroupPageResultToJson' isn't referenced • lib/projects/projects_model.g.dart:155:22 • unused_element info • The declaration '_$ProfessionPageResultToJson' isn't referenced • lib/projects/projects_model.g.dart:170:22 • unused_element info • The declaration '_$OfferMessagePageResultToJson' isn't referenced • lib/projects/projects_model_offers.g.dart:92:22 • unused_element info • Unused import: 'package:fl_mobile/projects/projects_ids.dart' • lib/projects/projects_ui.dart:4:8 • unused_import info • Unused import: 'package:fl_mobile/projects/projects_ui_editor.dart' • lib/projects/projects_ui.dart:6:8 • unused_import info • Unused import: 'package:fl_mobile/projects/projects_ui_offers.dart' • lib/projects/projects_ui.dart:7:8 • unused_import info • The value of the local variable 's' isn't used • lib/projects/projects_ui.dart:31:11 • unused_local_variable info • The value of the local variable 'textStyle' isn't used • lib/projects/projects_ui.dart:33:11 • unused_local_variable info • Unused import: 'package:badges/badges.dart' • lib/projects/projects_ui_offers.dart:3:8 • unused_import info • Unused import: 'package:fl_mobile/files/files_ui.dart' • lib/projects/projects_ui_offers.dart:5:8 • unused_import info • Unused import: 'package:fl_mobile/profile/profile_ui.dart' • lib/projects/projects_ui_offers.dart:10:8 • unused_import info • Unused import: 'package:fl_mobile/projects/projects_ui.dart' • lib/projects/projects_ui_offers.dart:15:8 • unused_import info • Unused import: 'package:fl_mobile/ui_card.dart' • lib/projects/projects_ui_offers.dart:17:8 • unused_import info • The value of the local variable 's' isn't used • lib/projects/projects_ui_offers.dart:122:11 • unused_local_variable info • The value of the local variable 'primaryTextTheme' isn't used • lib/projects/projects_ui_offers.dart:124:11 • unused_local_variable info • The value of the local variable 'textTheme' isn't used • lib/projects/projects_ui_offers.dart:125:11 • unused_local_variable info • The value of the local variable 'primaryTextTheme' isn't used • lib/projects/projects_ui_offers.dart:259:11 • unused_local_variable info • The value of the local variable 's' isn't used • lib/projects/projects_ui_offers.dart:260:11 • unused_local_variable info • The value of the local variable 'description' isn't used • lib/projects/projects_ui_offers.dart:262:11 • unused_local_variable info • The value of the local variable 'unreadCount' isn't used • lib/projects/projects_ui_offers.dart:264:11 • unused_local_variable info • The declaration '_showOfferActionList' isn't referenced • lib/projects/projects_ui_offers.dart:289:8 • unused_element info • The value of the local variable 'primaryTextTheme' isn't used • lib/projects/projects_ui_offers.dart:342:11 • unused_local_variable info • The value of the local variable 'tagPath' isn't used • lib/projects/projects_ui_offers.dart:345:11 • unused_local_variable info • The value of the local variable 'reviewCount' isn't used • lib/projects/projects_ui_offers.dart:349:11 • unused_local_variable info • The value of the local variable 'verified' isn't used • lib/projects/projects_ui_offers.dart:353:12 • unused_local_variable info • Dead code • lib/projects/projects_ui_offers.dart:371:5 • dead_code info • Unused import: 'package:fl_mobile/feedback/feedback_ui.dart' • lib/ui.dart:8:8 • unused_import info • Unused import: 'package:fl_mobile/orders/orders_ui.dart' • lib/ui.dart:19:8 • unused_import info • Unused import: 'package:fl_mobile/projects/projects_ui_offers.dart' • lib/ui.dart:20:8 • unused_import info • Unused import: 'package:fl_mobile/wizard/wizard_ui.dart' • lib/ui.dart:22:8 • unused_import info • Unused import: 'package:flutter_localizations/flutter_localizations.dart' • lib/ui.dart:27:8 • unused_import info • The value of the field '_themeData' isn't used • lib/ui.dart:136:9 • unused_field info • The value of the local variable 'screen' isn't used • lib/ui.dart:220:18 • unused_local_variable ``` flutter doctor -v: ``` [✓] Flutter (Channel stable, v1.9.1+hotfix.6, on Mac OS X 10.15.1 19B88, locale en-RU) • Flutter version 1.9.1+hotfix.6 at /Users/reist/Library/flutter • Framework revision 68587a0916 (3 months ago), 2019-09-13 19:46:58 -0700 • Engine revision b863200c37 • Dart version 2.5.0 [✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2) • Android SDK at /Users/reist/Library/Android/sdk • Android NDK location not configured (optional; useful for native profiling support) • Platform android-29, build-tools 29.0.2 • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 11.2.1) • Xcode at /Applications/Xcode.app/Contents/Developer • Xcode 11.2.1, Build version 11B53 • CocoaPods version 1.8.4 [✓] Android Studio (version 3.5) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin version 41.1.2 • Dart plugin version 191.8593 • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405) [✓] Connected device (1 available) • iPhone 11 Pro Max • CC8A4947-A263-453E-A154-8BE088D9C37C • ios • com.apple.CoreSimulator.SimRuntime.iOS-13-2 (simulator) • No issues found! ```
non_priority
shadow of material in listview is strangely clipped steps to reproduce run the code dart void main runapp materialapp home scaffold body column children padding padding const edgeinsets all child text expanded child listview padding edgeinsets all children material elevation color colors red child container height result please tell us which target platform s the problem occurs android ios web macos linux windows which target os version for web browser is the test system running does the problem occur on emulator simulator as well as on physical devices target platform ios target os version browser devices simulator version simulatorapp simulatorkit coresimulator logs flutter run verbose flutter analyze analyzing fl mobile info • the declaration feedbackfromjson isn t referenced • lib feedback feedback model g dart • unused element info • the declaration comment isn t referenced • lib generated dart • unused element info • the declaration comment isn t referenced • lib generated dart • unused element info • the declaration authresulttojson isn t referenced • lib login login model g dart • unused element info • the declaration validationitempageresulttojson isn t referenced • lib login login model g dart • unused element info • unused import dart async • lib main dart • unused import info • unused import package firebase crashlytics firebase crashlytics dart • lib main dart • unused import info • unused import package fl mobile feed feed module dart • lib main dart • unused import info • unused import package fl mobile feedback feedback module dart • lib main dart • unused import info • unused import package fl mobile files files module dart • lib main dart • unused import info • unused import package fl mobile login login module dart • lib main dart • unused import info • unused import package fl mobile orders orders module dart • lib main dart • unused import info • unused import package fl mobile profile profile module dart • lib main dart • unused import info • unused import package fl mobile projects projects module dart • lib main dart • unused import info • unused import package fl mobile ui dart • lib main dart • unused import info • the declaration flappblocdelegate isn t referenced • lib main dart • unused element info • unused import package fl mobile feed feed ui dart • lib main main ui dart • unused import info • unused import package fl mobile orders orders ui dart • lib main main ui dart • unused import info • the value of the local variable s isn t used • lib main main ui dart • unused local variable info • the declaration sectionitem isn t referenced • lib main main ui dart • unused element info • the declaration ordertojson isn t referenced • lib orders orders model g dart • unused element info • the declaration orderpageresulttojson isn t referenced • lib orders orders model g dart • unused element info • the declaration ordermessagepageresulttojson isn t referenced • lib orders orders model g dart • unused element info • the declaration projectpageresulttojson isn t referenced • lib projects projects model g dart • unused element info • the declaration profgrouppageresulttojson isn t referenced • lib projects projects model g dart • unused element info • the declaration professionpageresulttojson isn t referenced • lib projects projects model g dart • unused element info • the declaration offermessagepageresulttojson isn t referenced • lib projects projects model offers g dart • unused element info • unused import package fl mobile projects projects ids dart • lib projects projects ui dart • unused import info • unused import package fl mobile projects projects ui editor dart • lib projects projects ui dart • unused import info • unused import package fl mobile projects projects ui offers dart • lib projects projects ui dart • unused import info • the value of the local variable s isn t used • lib projects projects ui dart • unused local variable info • the value of the local variable textstyle isn t used • lib projects projects ui dart • unused local variable info • unused import package badges badges dart • lib projects projects ui offers dart • unused import info • unused import package fl mobile files files ui dart • lib projects projects ui offers dart • unused import info • unused import package fl mobile profile profile ui dart • lib projects projects ui offers dart • unused import info • unused import package fl mobile projects projects ui dart • lib projects projects ui offers dart • unused import info • unused import package fl mobile ui card dart • lib projects projects ui offers dart • unused import info • the value of the local variable s isn t used • lib projects projects ui offers dart • unused local variable info • the value of the local variable primarytexttheme isn t used • lib projects projects ui offers dart • unused local variable info • the value of the local variable texttheme isn t used • lib projects projects ui offers dart • unused local variable info • the value of the local variable primarytexttheme isn t used • lib projects projects ui offers dart • unused local variable info • the value of the local variable s isn t used • lib projects projects ui offers dart • unused local variable info • the value of the local variable description isn t used • lib projects projects ui offers dart • unused local variable info • the value of the local variable unreadcount isn t used • lib projects projects ui offers dart • unused local variable info • the declaration showofferactionlist isn t referenced • lib projects projects ui offers dart • unused element info • the value of the local variable primarytexttheme isn t used • lib projects projects ui offers dart • unused local variable info • the value of the local variable tagpath isn t used • lib projects projects ui offers dart • unused local variable info • the value of the local variable reviewcount isn t used • lib projects projects ui offers dart • unused local variable info • the value of the local variable verified isn t used • lib projects projects ui offers dart • unused local variable info • dead code • lib projects projects ui offers dart • dead code info • unused import package fl mobile feedback feedback ui dart • lib ui dart • unused import info • unused import package fl mobile orders orders ui dart • lib ui dart • unused import info • unused import package fl mobile projects projects ui offers dart • lib ui dart • unused import info • unused import package fl mobile wizard wizard ui dart • lib ui dart • unused import info • unused import package flutter localizations flutter localizations dart • lib ui dart • unused import info • the value of the field themedata isn t used • lib ui dart • unused field info • the value of the local variable screen isn t used • lib ui dart • unused local variable flutter doctor v flutter channel stable hotfix on mac os x locale en ru • flutter version hotfix at users reist library flutter • framework revision months ago • engine revision • dart version android toolchain develop for android devices android sdk version • android sdk at users reist library android sdk • android ndk location not configured optional useful for native profiling support • platform android build tools • java binary at applications android studio app contents jre jdk contents home bin java • java version openjdk runtime environment build release • all android licenses accepted xcode develop for ios and macos xcode • xcode at applications xcode app contents developer • xcode build version • cocoapods version android studio version • android studio at applications android studio app contents • flutter plugin version • dart plugin version • java version openjdk runtime environment build release connected device available • iphone pro max • • ios • com apple coresimulator simruntime ios simulator • no issues found
0
754,977
26,410,790,499
IssuesEvent
2023-01-13 12:03:51
o3de/o3de
https://api.github.com/repos/o3de/o3de
opened
get_python.sh script fails to obtain packages on M1 machine with fresh macOS system due to Bad CPU type in executable error
kind/bug platform/macos sig/platform priority/minor
**Describe the bug** Trying to obtain required python packages by using get_python.sh script located in _o3de/python_ directory failed on freshly setup M1 chipset MacBook Air 2020 machine with the following error: ``` macpro@macpros-MacBook-Air python % ./get_python.sh Using cmake located at: /Users/macpro/o3de/3rdParty/Cmake/CMake.app/Contents/bin/cmake cmake version 3.25.1 CMake suite maintained and supported by Kitware (kitware.com/cmake). -- Downloading package into /Users/macpro/o3de/python/runtime/python-3.10.5-rev2-darwin '/Users/macpro/o3de/3rdParty/CMake/CMake.app/Contents/bin/cmake' '-E' 'tar' 'xf' '/Users/macpro/o3de/python/downloaded_packages/python-3.10.5-rev2-darwin.tar.xz' -- Installed And Validated package at /Users/macpro/o3de/python/runtime/python-3.10.5-rev2-darwin - OK -- Using package /Users/macpro/o3de/python/runtime/python-3.10.5-rev2-darwin installing via pip... ~/o3de/python ~/o3de ./python.sh: line 29: /Users/macpro/o3de/python/runtime/python-3.10.5-rev2-darwin/Python.framework/Versions/3.10/bin/python3: Bad CPU type in executable ``` The exact software specifications of the machines is: * MacBook Air 2020 (M1 chipset, Ventura 13.0.1 , XCode 14.2 , CMake 3.25.0) A working workaround was found which consisted of following steps: 1. Running `softwareupdate --install-rosetta` command in terminal. 2. Setting terminal app to _Open using Rosetta_ via right clicking the app and opening _get info_ panel After these steps the script was able to obtain and install all of the required packages. Please note that this started to occur only on the freshly setup machine with macOS Ventura 13.0.1 system being installed from the scratch and not being updated from previous macOS versions. It can also be reproduced by performing **System Settings > General > Erase All Content and Settings** on the already setup machine and reinstalling the macOS system. For further information please refer to the full log _get_python.sh_ included as an attachment. **Prerequisites** A macOS machine with M1 chipset with Ventura 13.0.1 system installed from the scratch. **Steps to reproduce** 1. Obtain the Development branch build via GitHub. 2. Create a new or move your preexisting 3rdParty folder containing CMake into the o3de folder. 3. Open the terminal in _o3de/python_ directory. 4. Set the following temporary environment variables in the Terminal: ``` export PATH=$PATH:/Users/<home_folder_name>/o3de/3rdParty/CMake/CMake.app/Contents/bin export LY_3RDPARTY_PATH=/Users/<home_folder_name>/o3de/3rdParty export LY_PACKAGE_SERVER_URLS=https://d2c171ws20a1rv.cloudfront.net ``` 5. Obtain python packages with the _get_python.sh_ script. **Expected behavior** _get_python.sh_ script obtains and installs required packages. **Actual behavior** _get_python.sh_ script fails to obtain required packages due to Bad CPU type in executable error. **Found in Branch** Development **Commit ID from [o3de/o3de](https://github.com/o3de/o3de) Repository** d9efce5 **Desktop/Device (please complete the following information):** - Device: Mac - OS: macOS - Version: Ventura 13.0.1 - CPU: M1 - GPU: M1 - Memory: 16GB **Additional context** [Macbook Air M1 failed get python log.txt](https://github.com/o3de/o3de/files/10411222/Macbook.Air.M1.failed.get.python.log.txt)
1.0
get_python.sh script fails to obtain packages on M1 machine with fresh macOS system due to Bad CPU type in executable error - **Describe the bug** Trying to obtain required python packages by using get_python.sh script located in _o3de/python_ directory failed on freshly setup M1 chipset MacBook Air 2020 machine with the following error: ``` macpro@macpros-MacBook-Air python % ./get_python.sh Using cmake located at: /Users/macpro/o3de/3rdParty/Cmake/CMake.app/Contents/bin/cmake cmake version 3.25.1 CMake suite maintained and supported by Kitware (kitware.com/cmake). -- Downloading package into /Users/macpro/o3de/python/runtime/python-3.10.5-rev2-darwin '/Users/macpro/o3de/3rdParty/CMake/CMake.app/Contents/bin/cmake' '-E' 'tar' 'xf' '/Users/macpro/o3de/python/downloaded_packages/python-3.10.5-rev2-darwin.tar.xz' -- Installed And Validated package at /Users/macpro/o3de/python/runtime/python-3.10.5-rev2-darwin - OK -- Using package /Users/macpro/o3de/python/runtime/python-3.10.5-rev2-darwin installing via pip... ~/o3de/python ~/o3de ./python.sh: line 29: /Users/macpro/o3de/python/runtime/python-3.10.5-rev2-darwin/Python.framework/Versions/3.10/bin/python3: Bad CPU type in executable ``` The exact software specifications of the machines is: * MacBook Air 2020 (M1 chipset, Ventura 13.0.1 , XCode 14.2 , CMake 3.25.0) A working workaround was found which consisted of following steps: 1. Running `softwareupdate --install-rosetta` command in terminal. 2. Setting terminal app to _Open using Rosetta_ via right clicking the app and opening _get info_ panel After these steps the script was able to obtain and install all of the required packages. Please note that this started to occur only on the freshly setup machine with macOS Ventura 13.0.1 system being installed from the scratch and not being updated from previous macOS versions. It can also be reproduced by performing **System Settings > General > Erase All Content and Settings** on the already setup machine and reinstalling the macOS system. For further information please refer to the full log _get_python.sh_ included as an attachment. **Prerequisites** A macOS machine with M1 chipset with Ventura 13.0.1 system installed from the scratch. **Steps to reproduce** 1. Obtain the Development branch build via GitHub. 2. Create a new or move your preexisting 3rdParty folder containing CMake into the o3de folder. 3. Open the terminal in _o3de/python_ directory. 4. Set the following temporary environment variables in the Terminal: ``` export PATH=$PATH:/Users/<home_folder_name>/o3de/3rdParty/CMake/CMake.app/Contents/bin export LY_3RDPARTY_PATH=/Users/<home_folder_name>/o3de/3rdParty export LY_PACKAGE_SERVER_URLS=https://d2c171ws20a1rv.cloudfront.net ``` 5. Obtain python packages with the _get_python.sh_ script. **Expected behavior** _get_python.sh_ script obtains and installs required packages. **Actual behavior** _get_python.sh_ script fails to obtain required packages due to Bad CPU type in executable error. **Found in Branch** Development **Commit ID from [o3de/o3de](https://github.com/o3de/o3de) Repository** d9efce5 **Desktop/Device (please complete the following information):** - Device: Mac - OS: macOS - Version: Ventura 13.0.1 - CPU: M1 - GPU: M1 - Memory: 16GB **Additional context** [Macbook Air M1 failed get python log.txt](https://github.com/o3de/o3de/files/10411222/Macbook.Air.M1.failed.get.python.log.txt)
priority
get python sh script fails to obtain packages on machine with fresh macos system due to bad cpu type in executable error describe the bug trying to obtain required python packages by using get python sh script located in python directory failed on freshly setup chipset macbook air machine with the following error macpro macpros macbook air python get python sh using cmake located at users macpro cmake cmake app contents bin cmake cmake version cmake suite maintained and supported by kitware kitware com cmake downloading package into users macpro python runtime python darwin users macpro cmake cmake app contents bin cmake e tar xf users macpro python downloaded packages python darwin tar xz installed and validated package at users macpro python runtime python darwin ok using package users macpro python runtime python darwin installing via pip python python sh line users macpro python runtime python darwin python framework versions bin bad cpu type in executable the exact software specifications of the machines is macbook air chipset ventura xcode cmake a working workaround was found which consisted of following steps running softwareupdate install rosetta command in terminal setting terminal app to open using rosetta via right clicking the app and opening get info panel after these steps the script was able to obtain and install all of the required packages please note that this started to occur only on the freshly setup machine with macos ventura system being installed from the scratch and not being updated from previous macos versions it can also be reproduced by performing system settings general erase all content and settings on the already setup machine and reinstalling the macos system for further information please refer to the full log get python sh included as an attachment prerequisites a macos machine with chipset with ventura system installed from the scratch steps to reproduce obtain the development branch build via github create a new or move your preexisting folder containing cmake into the folder open the terminal in python directory set the following temporary environment variables in the terminal export path path users cmake cmake app contents bin export ly path users export ly package server urls obtain python packages with the get python sh script expected behavior get python sh script obtains and installs required packages actual behavior get python sh script fails to obtain required packages due to bad cpu type in executable error found in branch development commit id from repository desktop device please complete the following information device mac os macos version ventura cpu gpu memory additional context
1
389,624
11,504,649,517
IssuesEvent
2020-02-12 23:54:30
microsoft/terminal
https://api.github.com/repos/microsoft/terminal
closed
Regression with display of some wide glyphs/DBCS unicode characters
Area-Rendering Issue-Bug Priority-1 Product-Terminal
<!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> <!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. If this is an application crash, please also provide a Feedback Hub submission link so we can find your diagnostic data on the backend. Use the category "Apps > Windows Terminal (Preview)" and choose "Share My Feedback" after submission to get the link. Please use this form and describe your issue, concisely but precisely, with as much detail as possible. --> # Environment ```none Windows build number: [10.0.18363.592] Windows Terminal version: [0.8.10261.0] ``` # Steps to reproduce <!-- A description of how to trigger this bug. --> From an Ubuntu shell cat the attached file (`cat utf82.txt`). [utf82.txt](https://github.com/microsoft/terminal/files/4121097/utf82.txt) # Expected behavior <!-- A description of what you're expecting, possibly containing screenshots or reference material. --> ![before](https://user-images.githubusercontent.com/8571098/73243180-e02e7280-419e-11ea-9a29-3e2b925b2170.jpg) # Actual behavior <!-- What's actually happening? --> ![after](https://user-images.githubusercontent.com/8571098/73243217-f76d6000-419e-11ea-8bd4-cd5ae34f8e89.jpg) # Description With WT 0.8.10091.0 and recent earlier versions, the expected behavior occurs. Since release of WT 0.8.10261.0, the actual behavior occurs. Although there are inconsistencies elsewhere, observe in particular that the Khmer, Lao and Thai languages do not display properly.
1.0
Regression with display of some wide glyphs/DBCS unicode characters - <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> <!-- This bug tracker is monitored by Windows Terminal development team and other technical folks. **Important: When reporting BSODs or security issues, DO NOT attach memory dumps, logs, or traces to Github issues**. Instead, send dumps/traces to secure@microsoft.com, referencing this GitHub issue. If this is an application crash, please also provide a Feedback Hub submission link so we can find your diagnostic data on the backend. Use the category "Apps > Windows Terminal (Preview)" and choose "Share My Feedback" after submission to get the link. Please use this form and describe your issue, concisely but precisely, with as much detail as possible. --> # Environment ```none Windows build number: [10.0.18363.592] Windows Terminal version: [0.8.10261.0] ``` # Steps to reproduce <!-- A description of how to trigger this bug. --> From an Ubuntu shell cat the attached file (`cat utf82.txt`). [utf82.txt](https://github.com/microsoft/terminal/files/4121097/utf82.txt) # Expected behavior <!-- A description of what you're expecting, possibly containing screenshots or reference material. --> ![before](https://user-images.githubusercontent.com/8571098/73243180-e02e7280-419e-11ea-9a29-3e2b925b2170.jpg) # Actual behavior <!-- What's actually happening? --> ![after](https://user-images.githubusercontent.com/8571098/73243217-f76d6000-419e-11ea-8bd4-cd5ae34f8e89.jpg) # Description With WT 0.8.10091.0 and recent earlier versions, the expected behavior occurs. Since release of WT 0.8.10261.0, the actual behavior occurs. Although there are inconsistencies elsewhere, observe in particular that the Khmer, Lao and Thai languages do not display properly.
priority
regression with display of some wide glyphs dbcs unicode characters 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 i acknowledge the following before proceeding if i delete this entire template and go my own path the core team may close my issue without further explanation or engagement if i list multiple bugs concerns in this one issue the core team may close my issue without further explanation or engagement if i write an issue that has many duplicates the core team may close my issue without further explanation or engagement and without necessarily spending time to find the exact duplicate id number if i leave the title incomplete when filing the issue the core team may close my issue without further explanation or engagement if i file something completely blank in the body the core team may close my issue without further explanation or engagement all good then proceed this bug tracker is monitored by windows terminal development team and other technical folks important when reporting bsods or security issues do not attach memory dumps logs or traces to github issues instead send dumps traces to secure microsoft com referencing this github issue if this is an application crash please also provide a feedback hub submission link so we can find your diagnostic data on the backend use the category apps windows terminal preview and choose share my feedback after submission to get the link please use this form and describe your issue concisely but precisely with as much detail as possible environment none windows build number windows terminal version steps to reproduce from an ubuntu shell cat the attached file cat txt expected behavior actual behavior description with wt and recent earlier versions the expected behavior occurs since release of wt the actual behavior occurs although there are inconsistencies elsewhere observe in particular that the khmer lao and thai languages do not display properly
1
346,499
10,412,986,344
IssuesEvent
2019-09-13 17:22:09
mozilla-lockwise/lockwise-android
https://api.github.com/repos/mozilla-lockwise/lockwise-android
closed
"No Security" disclaimer should be shown when setting AutoLock in settings
effort: M feature-unlocking 🔓 priority: P3 question type: enhancement
* If a user does not have a Pattern, PIN, or Password enabled on their device, this setting should default to "Never". Tapping this setting would then prompt the user to enable one of the device locking settings in order to change this **InVision** No Screen Lock set: https://mozilla.invisionapp.com/share/3SN35UHWJDX#/328360848_Settings_-_Auto_Lock_-_No_Screen_Lock **Zeplin** No Screen Lock set: https://zpl.io/bPv9kgl
1.0
"No Security" disclaimer should be shown when setting AutoLock in settings - * If a user does not have a Pattern, PIN, or Password enabled on their device, this setting should default to "Never". Tapping this setting would then prompt the user to enable one of the device locking settings in order to change this **InVision** No Screen Lock set: https://mozilla.invisionapp.com/share/3SN35UHWJDX#/328360848_Settings_-_Auto_Lock_-_No_Screen_Lock **Zeplin** No Screen Lock set: https://zpl.io/bPv9kgl
priority
no security disclaimer should be shown when setting autolock in settings if a user does not have a pattern pin or password enabled on their device this setting should default to never tapping this setting would then prompt the user to enable one of the device locking settings in order to change this invision no screen lock set zeplin no screen lock set
1
755,291
26,423,681,952
IssuesEvent
2023-01-14 00:02:53
idom-team/idom
https://api.github.com/repos/idom-team/idom
opened
Expose and document the VDOM event handler interface
type: feature type: docs priority: 3 (low) type: revision
### Current Situation There is no method of manually attaching events to a vdom dict, such as through mutations. ### Proposed Actions Finalize the event handler interface, and then formally document it.
1.0
Expose and document the VDOM event handler interface - ### Current Situation There is no method of manually attaching events to a vdom dict, such as through mutations. ### Proposed Actions Finalize the event handler interface, and then formally document it.
priority
expose and document the vdom event handler interface current situation there is no method of manually attaching events to a vdom dict such as through mutations proposed actions finalize the event handler interface and then formally document it
1
154,310
5,917,381,517
IssuesEvent
2017-05-22 13:08:23
ngageoint/hootenanny
https://api.github.com/repos/ngageoint/hootenanny
closed
Hoot deletes and then re-creates reference features during merging/splitting, rather than modifying them, which results in geographically valid, but heavy-handed changesets
Category: Core Priority: Medium Type: Bug
Hoot makes the assumption that anywhere it needs to split or merge features that deleting the old features and creating new ones is acceptable. Geospatially, this does no harm but the end result can be a changeset that contains many removals of reference features. In cases where you want to protect your reference data from unnecessary changes (MapEdit) and have good provenance, this behavior is undesirable. The goal of this task is to retain reference feature IDs so that resulting changesets always modify a reference feature. New features will still be created as the result of splits/merges, but the original reference feature that was split/merged will no longer be deleted.
1.0
Hoot deletes and then re-creates reference features during merging/splitting, rather than modifying them, which results in geographically valid, but heavy-handed changesets - Hoot makes the assumption that anywhere it needs to split or merge features that deleting the old features and creating new ones is acceptable. Geospatially, this does no harm but the end result can be a changeset that contains many removals of reference features. In cases where you want to protect your reference data from unnecessary changes (MapEdit) and have good provenance, this behavior is undesirable. The goal of this task is to retain reference feature IDs so that resulting changesets always modify a reference feature. New features will still be created as the result of splits/merges, but the original reference feature that was split/merged will no longer be deleted.
priority
hoot deletes and then re creates reference features during merging splitting rather than modifying them which results in geographically valid but heavy handed changesets hoot makes the assumption that anywhere it needs to split or merge features that deleting the old features and creating new ones is acceptable geospatially this does no harm but the end result can be a changeset that contains many removals of reference features in cases where you want to protect your reference data from unnecessary changes mapedit and have good provenance this behavior is undesirable the goal of this task is to retain reference feature ids so that resulting changesets always modify a reference feature new features will still be created as the result of splits merges but the original reference feature that was split merged will no longer be deleted
1
4,435
23,049,059,974
IssuesEvent
2022-07-24 10:57:29
Lissy93/dashy
https://api.github.com/repos/Lissy93/dashy
closed
[BUG] Multiple-Pages not working
👤 Awaiting Maintainer Response
Hi there! Actuall i'm building my Dashy environment. I wanted to split dashy with multiple pages. As i read the docs, section multiple pages, the following code: `pages: - name: Proxmox path: './conf-proxmox.yml'` Is not working for me, i must add the yml file is in the public folder, as mentionned in the docs When i build and restart Dashy, i see the proxmox button ![image](https://user-images.githubusercontent.com/38154657/180643423-45a19902-2f65-4189-a7f0-c474aa3a2f8e.png) It just end up to https://mydashy.fr/home/Proxmox Problem is i cant see the monitoring... Thanks for all help and explaining!
True
[BUG] Multiple-Pages not working - Hi there! Actuall i'm building my Dashy environment. I wanted to split dashy with multiple pages. As i read the docs, section multiple pages, the following code: `pages: - name: Proxmox path: './conf-proxmox.yml'` Is not working for me, i must add the yml file is in the public folder, as mentionned in the docs When i build and restart Dashy, i see the proxmox button ![image](https://user-images.githubusercontent.com/38154657/180643423-45a19902-2f65-4189-a7f0-c474aa3a2f8e.png) It just end up to https://mydashy.fr/home/Proxmox Problem is i cant see the monitoring... Thanks for all help and explaining!
non_priority
multiple pages not working hi there actuall i m building my dashy environment i wanted to split dashy with multiple pages as i read the docs section multiple pages the following code pages name proxmox path conf proxmox yml is not working for me i must add the yml file is in the public folder as mentionned in the docs when i build and restart dashy i see the proxmox button it just end up to problem is i cant see the monitoring thanks for all help and explaining
0
65,017
6,935,158,324
IssuesEvent
2017-12-03 04:32:14
FaradayRF/faradayio
https://api.github.com/repos/FaradayRF/faradayio
closed
Add Pytest Support
testing
Setting up pytest support which helps automate testing once integrated with Travis CI. It also includes unit testing that is apparently better than the built-in unittest python module per #3 . https://docs.pytest.org/en/latest/
1.0
Add Pytest Support - Setting up pytest support which helps automate testing once integrated with Travis CI. It also includes unit testing that is apparently better than the built-in unittest python module per #3 . https://docs.pytest.org/en/latest/
non_priority
add pytest support setting up pytest support which helps automate testing once integrated with travis ci it also includes unit testing that is apparently better than the built in unittest python module per
0
77,258
15,527,219,925
IssuesEvent
2021-03-13 04:53:25
minhhahl/quan_ly_than
https://api.github.com/repos/minhhahl/quan_ly_than
opened
CVE-2020-36190 (Medium) detected in rails_admin-0.6.5.gem
security vulnerability
## CVE-2020-36190 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>rails_admin-0.6.5.gem</b></p></summary> <p>RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.</p> <p>Library home page: <a href="https://rubygems.org/gems/rails_admin-0.6.5.gem">https://rubygems.org/gems/rails_admin-0.6.5.gem</a></p> <p> Dependency Hierarchy: - :x: **rails_admin-0.6.5.gem** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/minhhahl/quan_ly_than/commit/3ec35525d004c42bd4c9c9f36b485d8d8f165168">3ec35525d004c42bd4c9c9f36b485d8d8f165168</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> RailsAdmin (aka rails_admin) before 1.4.3 and 2.x before 2.0.2 allows XSS via nested forms. <p>Publish Date: 2021-01-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36190>CVE-2020-36190</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-36190">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36190</a></p> <p>Release Date: 2021-01-12</p> <p>Fix Resolution: v1.4.3,v2.0.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-36190 (Medium) detected in rails_admin-0.6.5.gem - ## CVE-2020-36190 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>rails_admin-0.6.5.gem</b></p></summary> <p>RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data.</p> <p>Library home page: <a href="https://rubygems.org/gems/rails_admin-0.6.5.gem">https://rubygems.org/gems/rails_admin-0.6.5.gem</a></p> <p> Dependency Hierarchy: - :x: **rails_admin-0.6.5.gem** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/minhhahl/quan_ly_than/commit/3ec35525d004c42bd4c9c9f36b485d8d8f165168">3ec35525d004c42bd4c9c9f36b485d8d8f165168</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> RailsAdmin (aka rails_admin) before 1.4.3 and 2.x before 2.0.2 allows XSS via nested forms. <p>Publish Date: 2021-01-12 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-36190>CVE-2020-36190</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-36190">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-36190</a></p> <p>Release Date: 2021-01-12</p> <p>Fix Resolution: v1.4.3,v2.0.2</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in rails admin gem cve medium severity vulnerability vulnerable library rails admin gem railsadmin is a rails engine that provides an easy to use interface for managing your data library home page a href dependency hierarchy x rails admin gem vulnerable library found in head commit a href found in base branch master vulnerability details railsadmin aka rails admin before and x before allows xss via nested forms 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 step up your open source security game with whitesource
0
66,907
12,838,430,368
IssuesEvent
2020-07-07 17:27:06
topcoder-platform/community-app
https://api.github.com/repos/topcoder-platform/community-app
opened
Submission emails link you to old url
v5-intgration-sub-code
**Describe the bug** Make a submission on beta **To Reproduce** Check your mail. **Expected behavior** Email link should go to a GUID I believe? **Screenshots** Hi mess, Thanks for submitting to Reclamation Streamflow Forecasting Design Challenge.  We received your submission and are processing it. You will see additional notifications as we perform reviews on your submission.   Please return to the challenge if you would like to submit again or ask any questions.  Thank You,The Topcoder Team sample link: http://link.topcoder.com/ls/click?upn=IFhsZa7iQd2f2LUSLudQKL6PwntVD9sOtH3-2BVL-2B4rEWXQ9hEQERkQN02yYjoR9K1mfTqAcFy9w10RdF-2F21RD3w-3D-3DLS4-_T6e0x-2FPqg3OFdoYLQG6BsDV4k3WWUkFNAlATrtR1AlCvcB9dfUtCIm2yAkPbpfcka2diMwHcNFxvLR7uk4Ow2iH9knKc4yZdAHdSctAq4ONhfLZ5JjuayAX-2BpBF3kmTfGYXCm31J7gtesUe1UyEkaiLkq3sGa0c9BoPJp5twxErKJXfY7PZ4T1ln41rY88-2BUIfyqQ9-2B87uhCP4DSprNdllryTJ8Way7y3NT0pYw1T00-3D http://link.topcoder.com/ls/click?upn=IFhsZa7iQd2f2LUSLudQKL6PwntVD9sOtH3-2BVL-2B4rEWXQ9hEQERkQN02yYjoR9K1mfTqAcFy9w10RdF-2F21RD3w-3D-3DMBw3_T6e0x-2FPqg3OFdoYLQG6BsDV4k3WWUkFNAlATrtR1AlCvcB9dfUtCIm2yAkPbpfcka2diMwHcNFxvLR7uk4Ow2r835spyOKyVIPyik2-2ByOJO0mrHh8UufiHB-2BhoeaCZT7XAk3mPDT-2B2pcVSY6K8ts-2BRSu7uJFy2KKX-2F3zC97eNfLkhLGW283O5d6Ieegyllh9C92dbRhPxNdPPEIMG-2F85RG1BJhsOmlb4geGKgzhrNOY-3D -- **Desktop (please complete the following information):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here.
1.0
Submission emails link you to old url - **Describe the bug** Make a submission on beta **To Reproduce** Check your mail. **Expected behavior** Email link should go to a GUID I believe? **Screenshots** Hi mess, Thanks for submitting to Reclamation Streamflow Forecasting Design Challenge.  We received your submission and are processing it. You will see additional notifications as we perform reviews on your submission.   Please return to the challenge if you would like to submit again or ask any questions.  Thank You,The Topcoder Team sample link: http://link.topcoder.com/ls/click?upn=IFhsZa7iQd2f2LUSLudQKL6PwntVD9sOtH3-2BVL-2B4rEWXQ9hEQERkQN02yYjoR9K1mfTqAcFy9w10RdF-2F21RD3w-3D-3DLS4-_T6e0x-2FPqg3OFdoYLQG6BsDV4k3WWUkFNAlATrtR1AlCvcB9dfUtCIm2yAkPbpfcka2diMwHcNFxvLR7uk4Ow2iH9knKc4yZdAHdSctAq4ONhfLZ5JjuayAX-2BpBF3kmTfGYXCm31J7gtesUe1UyEkaiLkq3sGa0c9BoPJp5twxErKJXfY7PZ4T1ln41rY88-2BUIfyqQ9-2B87uhCP4DSprNdllryTJ8Way7y3NT0pYw1T00-3D http://link.topcoder.com/ls/click?upn=IFhsZa7iQd2f2LUSLudQKL6PwntVD9sOtH3-2BVL-2B4rEWXQ9hEQERkQN02yYjoR9K1mfTqAcFy9w10RdF-2F21RD3w-3D-3DMBw3_T6e0x-2FPqg3OFdoYLQG6BsDV4k3WWUkFNAlATrtR1AlCvcB9dfUtCIm2yAkPbpfcka2diMwHcNFxvLR7uk4Ow2r835spyOKyVIPyik2-2ByOJO0mrHh8UufiHB-2BhoeaCZT7XAk3mPDT-2B2pcVSY6K8ts-2BRSu7uJFy2KKX-2F3zC97eNfLkhLGW283O5d6Ieegyllh9C92dbRhPxNdPPEIMG-2F85RG1BJhsOmlb4geGKgzhrNOY-3D -- **Desktop (please complete the following information):** - OS: [e.g. iOS] - Browser [e.g. chrome, safari] - Version [e.g. 22] **Smartphone (please complete the following information):** - Device: [e.g. iPhone6] - OS: [e.g. iOS8.1] - Browser [e.g. stock browser, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here.
non_priority
submission emails link you to old url describe the bug make a submission on beta to reproduce check your mail expected behavior email link should go to a guid i believe screenshots hi mess  thanks for submitting to reclamation streamflow forecasting design challenge  we received your submission and are processing it you will see additional notifications as we perform reviews on your submission    please return to the challenge if you would like to submit again or ask any questions   thank you the topcoder team sample link desktop please complete the following information os browser version smartphone please complete the following information device os browser version additional context add any other context about the problem here
0
302,971
9,301,014,615
IssuesEvent
2019-03-23 18:20:07
cortex-lab/Rigbox
https://api.github.com/repos/cortex-lab/Rigbox
closed
AlyxPanel timer not deleted when figure closed
bug easy priority: low
Getting the following error when the standalone AlyxPanel figure is closed: ``` Invalid or deleted object. AlyxPanel destructor called Error while evaluating TimerFcn for timer 'Login Timer' ```
1.0
AlyxPanel timer not deleted when figure closed - Getting the following error when the standalone AlyxPanel figure is closed: ``` Invalid or deleted object. AlyxPanel destructor called Error while evaluating TimerFcn for timer 'Login Timer' ```
priority
alyxpanel timer not deleted when figure closed getting the following error when the standalone alyxpanel figure is closed invalid or deleted object alyxpanel destructor called error while evaluating timerfcn for timer login timer
1
348,141
31,468,391,107
IssuesEvent
2023-08-30 05:13:56
zephyrproject-rtos/test_results
https://api.github.com/repos/zephyrproject-rtos/test_results
closed
tests-ci : kernel: scheduler: preempt test Device issue (Flash error?)
bug area: Tests
**Describe the bug** preempt test is Device issue (Flash error?) on zephyr-v3.4.0-2851-g34fddd8b4c09 on mimxrt1170_evk_cm7 testcase path is kernel/scheduler/preempt/preempt see logs for details **To Reproduce** 1. ``` scripts/twister --device-testing --device-serial /dev/ttyACM0 -p mimxrt1170_evk_cm7 --sub-test kernel.scheduler ``` or ``` # cd tests/kernel/scheduler/preempt/preempt # west build -b mimxrt1170_evk_cm7 # west flash ``` 2. See error **Expected behavior** test pass **Impact** **Logs and console output** ``` None ``` **Environment (please complete the following information):** - OS: (e.g. Linux ) - Toolchain (e.g Zephyr SDK) - Commit SHA or Version used: zephyr-v3.4.0-2851-g34fddd8b4c09
1.0
tests-ci : kernel: scheduler: preempt test Device issue (Flash error?) - **Describe the bug** preempt test is Device issue (Flash error?) on zephyr-v3.4.0-2851-g34fddd8b4c09 on mimxrt1170_evk_cm7 testcase path is kernel/scheduler/preempt/preempt see logs for details **To Reproduce** 1. ``` scripts/twister --device-testing --device-serial /dev/ttyACM0 -p mimxrt1170_evk_cm7 --sub-test kernel.scheduler ``` or ``` # cd tests/kernel/scheduler/preempt/preempt # west build -b mimxrt1170_evk_cm7 # west flash ``` 2. See error **Expected behavior** test pass **Impact** **Logs and console output** ``` None ``` **Environment (please complete the following information):** - OS: (e.g. Linux ) - Toolchain (e.g Zephyr SDK) - Commit SHA or Version used: zephyr-v3.4.0-2851-g34fddd8b4c09
non_priority
tests ci kernel scheduler preempt test device issue flash error describe the bug preempt test is device issue flash error on zephyr on evk testcase path is kernel scheduler preempt preempt see logs for details to reproduce scripts twister device testing device serial dev p evk sub test kernel scheduler or cd tests kernel scheduler preempt preempt west build b evk west flash see error expected behavior test pass impact logs and console output none environment please complete the following information os e g linux toolchain e g zephyr sdk commit sha or version used zephyr
0
480,938
13,878,358,048
IssuesEvent
2020-10-17 09:10:44
HabitRPG/habitica
https://api.github.com/repos/HabitRPG/habitica
opened
Profile URLs don't work correctly
help wanted priority: minor
When opening the profile page for your own user the url isn't updated correctly when switching tabs, for example going from Stats to Achievements the url doesn't change from `https://habitica.com/user/stats` to `https://habitica.com/user/achievements`. This is because in the router there's only one children component defined for the Profile route. Also these sub routes (stats, achievements and profiles) aren't working when viewing another user profile, it'll always use the `https://habitica.com/profile/UUID` format
1.0
Profile URLs don't work correctly - When opening the profile page for your own user the url isn't updated correctly when switching tabs, for example going from Stats to Achievements the url doesn't change from `https://habitica.com/user/stats` to `https://habitica.com/user/achievements`. This is because in the router there's only one children component defined for the Profile route. Also these sub routes (stats, achievements and profiles) aren't working when viewing another user profile, it'll always use the `https://habitica.com/profile/UUID` format
priority
profile urls don t work correctly when opening the profile page for your own user the url isn t updated correctly when switching tabs for example going from stats to achievements the url doesn t change from to this is because in the router there s only one children component defined for the profile route also these sub routes stats achievements and profiles aren t working when viewing another user profile it ll always use the format
1
320,266
9,778,700,602
IssuesEvent
2019-06-07 12:46:56
founders-programme-2/business-launchpad
https://api.github.com/repos/founders-programme-2/business-launchpad
closed
Figma - Landing page
priority-2
### Landing/login - short tagline? - email input - password input - lost password link - register link
1.0
Figma - Landing page - ### Landing/login - short tagline? - email input - password input - lost password link - register link
priority
figma landing page landing login short tagline email input password input lost password link register link
1
59,654
3,117,380,355
IssuesEvent
2015-09-04 00:37:54
framingeinstein/issues-test
https://api.github.com/repos/framingeinstein/issues-test
opened
Category Landing: Filter Styling
priority:normal priority:normal resolution:fixed resolution:fixed
Hi Tibbs, � Add a rule after filters � Hide rule above Show More � Update styling of "Show More" like screenshot � Reduce padding of filters & filter category name � Make Filter options #707070 Thanks!
2.0
Category Landing: Filter Styling - Hi Tibbs, � Add a rule after filters � Hide rule above Show More � Update styling of "Show More" like screenshot � Reduce padding of filters & filter category name � Make Filter options #707070 Thanks!
priority
category landing filter styling hi tibbs � add a rule after filters � hide rule above show more � update styling of show more like screenshot � reduce padding of filters filter category name � make filter options thanks
1
151,692
5,825,678,784
IssuesEvent
2017-05-07 23:34:59
timtrice/Hurricanes
https://api.github.com/repos/timtrice/Hurricanes
closed
Reorganize code
High Priority
In an effort to clean up current code and have a better working model, * Move all base functions, conversion functions to `R/base.R`. * Move all `get_storms` processes to `R/get_storms.R`. * All product functions not shared with another product shall exist in a R file named after that product. For example, if the function works specifically for Forecast/Advisory products, it shall exist in `R/fstadv.R`. * Scrapers remain as is since they are considered share but serve a very important role in the package. * Filters remain as is. * Dataframe skeleton functions are to be moved to their respective files. If generic, they go to `R/base.R`. If for a specific product, they go to that product's R script.
1.0
Reorganize code - In an effort to clean up current code and have a better working model, * Move all base functions, conversion functions to `R/base.R`. * Move all `get_storms` processes to `R/get_storms.R`. * All product functions not shared with another product shall exist in a R file named after that product. For example, if the function works specifically for Forecast/Advisory products, it shall exist in `R/fstadv.R`. * Scrapers remain as is since they are considered share but serve a very important role in the package. * Filters remain as is. * Dataframe skeleton functions are to be moved to their respective files. If generic, they go to `R/base.R`. If for a specific product, they go to that product's R script.
priority
reorganize code in an effort to clean up current code and have a better working model move all base functions conversion functions to r base r move all get storms processes to r get storms r all product functions not shared with another product shall exist in a r file named after that product for example if the function works specifically for forecast advisory products it shall exist in r fstadv r scrapers remain as is since they are considered share but serve a very important role in the package filters remain as is dataframe skeleton functions are to be moved to their respective files if generic they go to r base r if for a specific product they go to that product s r script
1
85,173
24,531,437,916
IssuesEvent
2022-10-11 16:46:18
dotnet/arcade
https://api.github.com/repos/dotnet/arcade
closed
Build failed: dotnet-arcade-validation-official/main #20221010.4
Build Failed
Build [#20221010.4](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2016733) failed ## :x: : internal / dotnet-arcade-validation-official failed ### Summary **Finished** - Tue, 11 Oct 2022 00:39:57 GMT **Duration** - 37 minutes **Requested for** - Microsoft.VisualStudio.Services.TFS **Reason** - schedule ### Details #### Build - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/58) - Process 'nuget.exe' exited with code '1'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/59) - Invalid file path 'D:\a\_work\1\s\eng\common\SetupNugetSources.ps1'. A path to a .ps1 file is required. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/61) - Publishing build artifacts failed with an error: Not found PathtoPublish: D:\a\_work\1\s\artifacts\log\Release - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/62) - Invalid file path 'D:\a\_work\1\s\eng\common\generate-sbom-prep.ps1'. A path to a .ps1 file is required. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - src/Validation/tests/Validation.Tests.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'Microsoft.NET.Test.Sdk' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.net.test.sdk/index.json'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - src/Validation/tests/Validation.Tests.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'xunit.runner.console' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/1a5f89f6-d8da-4080-b15f-242650c914a8/nuget/v3/flat2/xunit.runner.console/index.json'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - src/Validation/tests/Validation.Tests.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'xunit.runner.console' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/xunit.runner.console/index.json'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - src/Validation/tests/Validation.Tests.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'Microsoft.Build.Utilities.Core' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.build.utilities.core/index.json'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - src/Validation/tests/Validation.Tests.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'Microsoft.SourceLink.Common' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.sourcelink.common/index.json'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - src/Validation/src/Validation.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'Microsoft.SourceLink.Common' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.sourcelink.common/index.json'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - src/Validation/src/Validation.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'Microsoft.SourceLink.Common' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.sourcelink.common/index.json'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - src/Validation/tests/Validation.Tests.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'Microsoft.SourceLink.Common' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.sourcelink.common/index.json'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - .dotnet/sdk/7.0.100-rc.1.22431.12/NuGet.targets(132,5): error : (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to download package 'Microsoft.Build.Framework.16.6.0' from 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.build.framework/16.6.0/microsoft.build.framework.16.6.0.nupkg'. Response status code does not indicate success: 503 (Service Unavailable). - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - src/Validation/tests/Validation.Tests.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'xunit.analyzers' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/xunit.analyzers/index.json'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/67) - Process 'nuget.exe' exited with code '1'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/69) - Publishing build artifacts failed with an error: Not found PathtoPublish: D:\a\_work\1\s\artifacts\log\Release - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/70) - Invalid file path 'D:\a\_work\1\s\eng\common\generate-sbom-prep.ps1'. A path to a .ps1 file is required. ### Changes - [bdc9d0ab](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/bdc9d0ab77a93778188e0ff748caf25848ab16b4) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221010.2 (#3435) - [7a5ddc7f](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/7a5ddc7f867ce0f64b843b67210697bdba71f35e) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221010.1 (#3434) - [949c1167](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/949c11674d2e619ad1f12c4e5562bc8139061106) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221007.4 (#3430) - [48fcede6](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/48fcede6b51d63d6627b4e4c8f6309d94eb7dc77) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221007.1 (#3428) - [c5f2175e](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/c5f2175e9b0f46cef6df419ec7a9b21fff929995) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221006.5 (#3427) - [8557bb22](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/8557bb2219f8aba021bbc04e38c8ff36d6de3911) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221006.4 (#3426) - [ad97689b](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/ad97689befcc0263302a6ac0b4608889f9c54887) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221006.3 (#3424) - [02c759a9](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/02c759a9939c61b491125ca17c5e61215bd12db2) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221006.1 (#3420) - [d182b02a](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/d182b02a64c427b120f52ae614a3b98e629a75aa) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221005.3 (#3418) - [2709d6e6](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/2709d6e6aa02087ac4906aaeb44a24e4b85f5fb1) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221004.6 (#3417)
1.0
Build failed: dotnet-arcade-validation-official/main #20221010.4 - Build [#20221010.4](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_build/results?buildId=2016733) failed ## :x: : internal / dotnet-arcade-validation-official failed ### Summary **Finished** - Tue, 11 Oct 2022 00:39:57 GMT **Duration** - 37 minutes **Requested for** - Microsoft.VisualStudio.Services.TFS **Reason** - schedule ### Details #### Build - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/58) - Process 'nuget.exe' exited with code '1'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/59) - Invalid file path 'D:\a\_work\1\s\eng\common\SetupNugetSources.ps1'. A path to a .ps1 file is required. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/61) - Publishing build artifacts failed with an error: Not found PathtoPublish: D:\a\_work\1\s\artifacts\log\Release - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/62) - Invalid file path 'D:\a\_work\1\s\eng\common\generate-sbom-prep.ps1'. A path to a .ps1 file is required. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - src/Validation/tests/Validation.Tests.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'Microsoft.NET.Test.Sdk' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.net.test.sdk/index.json'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - src/Validation/tests/Validation.Tests.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'xunit.runner.console' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/1a5f89f6-d8da-4080-b15f-242650c914a8/nuget/v3/flat2/xunit.runner.console/index.json'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - src/Validation/tests/Validation.Tests.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'xunit.runner.console' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/xunit.runner.console/index.json'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - src/Validation/tests/Validation.Tests.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'Microsoft.Build.Utilities.Core' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/d1622942-d16f-48e5-bc83-96f4539e7601/nuget/v3/flat2/microsoft.build.utilities.core/index.json'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - src/Validation/tests/Validation.Tests.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'Microsoft.SourceLink.Common' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.sourcelink.common/index.json'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - src/Validation/src/Validation.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'Microsoft.SourceLink.Common' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.sourcelink.common/index.json'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - src/Validation/src/Validation.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'Microsoft.SourceLink.Common' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.sourcelink.common/index.json'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - src/Validation/tests/Validation.Tests.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'Microsoft.SourceLink.Common' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.sourcelink.common/index.json'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - .dotnet/sdk/7.0.100-rc.1.22431.12/NuGet.targets(132,5): error : (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to download package 'Microsoft.Build.Framework.16.6.0' from 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/microsoft.build.framework/16.6.0/microsoft.build.framework.16.6.0.nupkg'. Response status code does not indicate success: 503 (Service Unavailable). - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/75) - src/Validation/tests/Validation.Tests.csproj(0,0): error NU1301: (NETCORE_ENGINEERING_TELEMETRY=Restore) Failed to retrieve information about 'xunit.analyzers' from remote source 'https://pkgs.dev.azure.com/dnceng/9ee6d478-d288-47f7-aacc-f6e6d082ae6d/_packaging/45bacae2-5efb-47c8-91e5-8ec20c22b4f8/nuget/v3/flat2/xunit.analyzers/index.json'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/67) - Process 'nuget.exe' exited with code '1'. - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/69) - Publishing build artifacts failed with an error: Not found PathtoPublish: D:\a\_work\1\s\artifacts\log\Release - :x: - [[Log]](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_apis/build/builds/2016733/logs/70) - Invalid file path 'D:\a\_work\1\s\eng\common\generate-sbom-prep.ps1'. A path to a .ps1 file is required. ### Changes - [bdc9d0ab](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/bdc9d0ab77a93778188e0ff748caf25848ab16b4) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221010.2 (#3435) - [7a5ddc7f](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/7a5ddc7f867ce0f64b843b67210697bdba71f35e) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221010.1 (#3434) - [949c1167](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/949c11674d2e619ad1f12c4e5562bc8139061106) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221007.4 (#3430) - [48fcede6](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/48fcede6b51d63d6627b4e4c8f6309d94eb7dc77) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221007.1 (#3428) - [c5f2175e](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/c5f2175e9b0f46cef6df419ec7a9b21fff929995) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221006.5 (#3427) - [8557bb22](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/8557bb2219f8aba021bbc04e38c8ff36d6de3911) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221006.4 (#3426) - [ad97689b](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/ad97689befcc0263302a6ac0b4608889f9c54887) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221006.3 (#3424) - [02c759a9](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/02c759a9939c61b491125ca17c5e61215bd12db2) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221006.1 (#3420) - [d182b02a](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/d182b02a64c427b120f52ae614a3b98e629a75aa) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221005.3 (#3418) - [2709d6e6](https://dev.azure.com/dnceng/7ea9116e-9fac-403d-b258-b31fcf1bb293/_git/017fb734-e4b4-4cc1-a90f-98a09ac25cd5/commit/2709d6e6aa02087ac4906aaeb44a24e4b85f5fb1) - dotnet-maestro[bot] - Update dependencies from https://github.com/dotnet/arcade build 20221004.6 (#3417)
non_priority
build failed dotnet arcade validation official main build failed x internal dotnet arcade validation official failed summary finished tue oct gmt duration minutes requested for microsoft visualstudio services tfs reason schedule details build x process nuget exe exited with code x invalid file path d a work s eng common setupnugetsources a path to a file is required x publishing build artifacts failed with an error not found pathtopublish d a work s artifacts log release x invalid file path d a work s eng common generate sbom prep a path to a file is required x src validation tests validation tests csproj error netcore engineering telemetry restore failed to retrieve information about microsoft net test sdk from remote source x src validation tests validation tests csproj error netcore engineering telemetry restore failed to retrieve information about xunit runner console from remote source x src validation tests validation tests csproj error netcore engineering telemetry restore failed to retrieve information about xunit runner console from remote source x src validation tests validation tests csproj error netcore engineering telemetry restore failed to retrieve information about microsoft build utilities core from remote source x src validation tests validation tests csproj error netcore engineering telemetry restore failed to retrieve information about microsoft sourcelink common from remote source x src validation src validation csproj error netcore engineering telemetry restore failed to retrieve information about microsoft sourcelink common from remote source x src validation src validation csproj error netcore engineering telemetry restore failed to retrieve information about microsoft sourcelink common from remote source x src validation tests validation tests csproj error netcore engineering telemetry restore failed to retrieve information about microsoft sourcelink common from remote source x dotnet sdk rc nuget targets error netcore engineering telemetry restore failed to download package microsoft build framework from response status code does not indicate success service unavailable x src validation tests validation tests csproj error netcore engineering telemetry restore failed to retrieve information about xunit analyzers from remote source x process nuget exe exited with code x publishing build artifacts failed with an error not found pathtopublish d a work s artifacts log release x invalid file path d a work s eng common generate sbom prep a path to a file is required changes dotnet maestro update dependencies from build dotnet maestro update dependencies from build dotnet maestro update dependencies from build dotnet maestro update dependencies from build dotnet maestro update dependencies from build dotnet maestro update dependencies from build dotnet maestro update dependencies from build dotnet maestro update dependencies from build dotnet maestro update dependencies from build dotnet maestro update dependencies from build
0
168,204
26,615,250,651
IssuesEvent
2023-01-24 06:13:31
webstudio-is/webstudio-designer
https://api.github.com/repos/webstudio-is/webstudio-designer
opened
Fix font-size parsing in transform-figma-tokens.ts
type:bug complexity:low area:design system
https://github.com/webstudio-is/webstudio-designer/actions/runs/3991611760/jobs/6846587517 > "Invalid enum value. Expected 'Thin' | 'Hairline' | 'Extra Light' | 'Ultra Light' | 'Light' | 'Normal' | 'Regular' | 'Medium' | 'Semi Bold' | 'Demi Bold' | 'Bold' | 'Extra Bold' | 'Ultra Bold' | 'Black' | 'Heavy' | 'Extra Black' | 'Ultra Black', received 'ExtraLight'"
1.0
Fix font-size parsing in transform-figma-tokens.ts - https://github.com/webstudio-is/webstudio-designer/actions/runs/3991611760/jobs/6846587517 > "Invalid enum value. Expected 'Thin' | 'Hairline' | 'Extra Light' | 'Ultra Light' | 'Light' | 'Normal' | 'Regular' | 'Medium' | 'Semi Bold' | 'Demi Bold' | 'Bold' | 'Extra Bold' | 'Ultra Bold' | 'Black' | 'Heavy' | 'Extra Black' | 'Ultra Black', received 'ExtraLight'"
non_priority
fix font size parsing in transform figma tokens ts invalid enum value expected thin hairline extra light ultra light light normal regular medium semi bold demi bold bold extra bold ultra bold black heavy extra black ultra black received extralight
0
164,184
12,792,367,358
IssuesEvent
2020-07-02 01:11:46
microsoft/azure-tools-for-java
https://api.github.com/repos/microsoft/azure-tools-for-java
closed
Storage account->An error occurred while loading suscriptions
Eclipse IntelliJ Internal Test P2 StorageExplorer auth bug transfter
Stable repro in automated browse login in method via .json or .azureauth file in Eclipse Not Stable repro in interactive login method. Right Click Storage Account node and choose create a storage account ![image](https://user-images.githubusercontent.com/22470312/31981518-6ed8edb0-b986-11e7-9aa8-360c35205876.png)
1.0
Storage account->An error occurred while loading suscriptions - Stable repro in automated browse login in method via .json or .azureauth file in Eclipse Not Stable repro in interactive login method. Right Click Storage Account node and choose create a storage account ![image](https://user-images.githubusercontent.com/22470312/31981518-6ed8edb0-b986-11e7-9aa8-360c35205876.png)
non_priority
storage account an error occurred while loading suscriptions stable repro in automated browse login in method via json or azureauth file in eclipse not stable repro in interactive login method right click storage account node and choose create a storage account
0
171,277
13,227,265,208
IssuesEvent
2020-08-18 02:36:54
woowa-techcamp-2020/bmart-4
https://api.github.com/repos/woowa-techcamp-2020/bmart-4
closed
카드, 종/횡 카드 리스트 테스트 코드 작성
client test
## 작업의 크기 > 대략적인 작업의 크기와 난이도를 수치로 표현합니다. ex) 2.5/5 ☕️☕️☕️☕️ ## 체크리스트 > 이슈에 관련된 요구사항이나 확인해야할 사항이 있으면 추가합니다. - [x] ProductCard 컴포넌트 테스트 코드 작성 - [x] VerticalList 컴포넌트 테스트 코드 작성 - [x] HorizontalList 컴포넌트 테스트 코드 작성 ## 참고자료 > 해당 이슈를 해결하기 위해 참고해야할 자료가 있다면 추가합니다. 🔗 [링크](URL) ## 기타 (스크린샷 등) > 이슈에 대한 이해를 돕기 위한 자료가 있다면 추가합니다.
1.0
카드, 종/횡 카드 리스트 테스트 코드 작성 - ## 작업의 크기 > 대략적인 작업의 크기와 난이도를 수치로 표현합니다. ex) 2.5/5 ☕️☕️☕️☕️ ## 체크리스트 > 이슈에 관련된 요구사항이나 확인해야할 사항이 있으면 추가합니다. - [x] ProductCard 컴포넌트 테스트 코드 작성 - [x] VerticalList 컴포넌트 테스트 코드 작성 - [x] HorizontalList 컴포넌트 테스트 코드 작성 ## 참고자료 > 해당 이슈를 해결하기 위해 참고해야할 자료가 있다면 추가합니다. 🔗 [링크](URL) ## 기타 (스크린샷 등) > 이슈에 대한 이해를 돕기 위한 자료가 있다면 추가합니다.
non_priority
카드 종 횡 카드 리스트 테스트 코드 작성 작업의 크기 대략적인 작업의 크기와 난이도를 수치로 표현합니다 ex ☕️☕️☕️☕️ 체크리스트 이슈에 관련된 요구사항이나 확인해야할 사항이 있으면 추가합니다 productcard 컴포넌트 테스트 코드 작성 verticallist 컴포넌트 테스트 코드 작성 horizontallist 컴포넌트 테스트 코드 작성 참고자료 해당 이슈를 해결하기 위해 참고해야할 자료가 있다면 추가합니다 🔗 url 기타 스크린샷 등 이슈에 대한 이해를 돕기 위한 자료가 있다면 추가합니다
0
78,633
3,511,954,597
IssuesEvent
2016-01-10 17:37:08
Atlantiss/BugTracker
https://api.github.com/repos/Atlantiss/BugTracker
closed
[EN][Battleground&Arenas] Conquest Cap and Relog
Battleground&Arenas High priority
Your Maximum Conquest Cap should be recalculated only once per week, not every relog like on main. Unfortunately I couldn't find any proof for it... http://eu.battle.net/wow/en/forum/topic/2358726310?page=2#40 // Proof
1.0
[EN][Battleground&Arenas] Conquest Cap and Relog - Your Maximum Conquest Cap should be recalculated only once per week, not every relog like on main. Unfortunately I couldn't find any proof for it... http://eu.battle.net/wow/en/forum/topic/2358726310?page=2#40 // Proof
priority
conquest cap and relog your maximum conquest cap should be recalculated only once per week not every relog like on main unfortunately i couldn t find any proof for it proof
1
600,529
18,343,541,858
IssuesEvent
2021-10-08 01:01:30
openmodelingfoundation/meillionen
https://api.github.com/repos/openmodelingfoundation/meillionen
closed
Installation and project setup instructions
high priority
- what dependencies are needed to setup the project - how to run the examples
1.0
Installation and project setup instructions - - what dependencies are needed to setup the project - how to run the examples
priority
installation and project setup instructions what dependencies are needed to setup the project how to run the examples
1
11,476
17,201,598,201
IssuesEvent
2021-07-17 10:53:13
Belco90/octoclairvoyant
https://api.github.com/repos/Belco90/octoclairvoyant
opened
Bad background behavior on Homepage (full screen)
bug status:requirements
### Describe the bug Page background on Homepage (`/`) does not fully extend to the footer. ### Give the steps to reproduce 1. Open homepage. 2. Open browser devTools, go to responsive design mode 3. Enter viewport height: `2000` 4. See really large white background appear between feature list and footer ### What browsers are you seeing the problem on? Firefox ### Have you thought of a possible solution? No ### If you have thought of a solution, please tell us about it! _No response_ ### Do you want to help fix the bug? No ### Is there anything else we need to know? _No response_
1.0
Bad background behavior on Homepage (full screen) - ### Describe the bug Page background on Homepage (`/`) does not fully extend to the footer. ### Give the steps to reproduce 1. Open homepage. 2. Open browser devTools, go to responsive design mode 3. Enter viewport height: `2000` 4. See really large white background appear between feature list and footer ### What browsers are you seeing the problem on? Firefox ### Have you thought of a possible solution? No ### If you have thought of a solution, please tell us about it! _No response_ ### Do you want to help fix the bug? No ### Is there anything else we need to know? _No response_
non_priority
bad background behavior on homepage full screen describe the bug page background on homepage does not fully extend to the footer give the steps to reproduce open homepage open browser devtools go to responsive design mode enter viewport height see really large white background appear between feature list and footer what browsers are you seeing the problem on firefox have you thought of a possible solution no if you have thought of a solution please tell us about it no response do you want to help fix the bug no is there anything else we need to know no response
0
72,998
3,398,486,922
IssuesEvent
2015-12-02 04:13:32
spf13/hugo
https://api.github.com/repos/spf13/hugo
closed
v0.15 hugo.exe freezing on Windows 10 64-bit
kind/bug priority/P0
I downloaded and try to verify the binary by running "hugo help" and it just sits there doing nothing. This happens in both command prompt and power shell. I downloaded and built the executable from go source (go get -v github.com/spf13/hugo) and the same thing happens. However, when I use the v0.14 binary all is good and works as expected.
1.0
v0.15 hugo.exe freezing on Windows 10 64-bit - I downloaded and try to verify the binary by running "hugo help" and it just sits there doing nothing. This happens in both command prompt and power shell. I downloaded and built the executable from go source (go get -v github.com/spf13/hugo) and the same thing happens. However, when I use the v0.14 binary all is good and works as expected.
priority
hugo exe freezing on windows bit i downloaded and try to verify the binary by running hugo help and it just sits there doing nothing this happens in both command prompt and power shell i downloaded and built the executable from go source go get v github com hugo and the same thing happens however when i use the binary all is good and works as expected
1
19,314
10,367,807,862
IssuesEvent
2019-09-07 11:44:18
SAP/chevrotain
https://api.github.com/repos/SAP/chevrotain
closed
Parser Initialization Performance Tracing
New Feature Performance
In situations where the Parser's constructor takes a long time to start This tracing could help narrow down the culprit. Example Trace Log: ``` --> <performSelfAnalysis> --> <toFastProps> <-- <toFastProps> time: 0ms --> <Grammar Recording> --> <Enable Recording> <-- <Enable Recording> time: 1ms --> <json Rule> <-- <json Rule> time: 1ms --> <object Rule> <-- <object Rule> time: 0ms --> <objectItem Rule> <-- <objectItem Rule> time: 1ms --> <array Rule> <-- <array Rule> time: 0ms --> <value Rule> <-- <value Rule> time: 0ms --> <Deleting Recording methods> <-- <Deleting Recording methods> time: 2ms <-- <Grammar Recording> time: 5ms --> <Grammar Resolving> <-- <Grammar Resolving> time: 1ms --> <Grammar Validation> <-- <Grammar Validation> time: 4ms --> <ComputeLookaheadFunctions> --> <json Rule Lookahead> --> <OR> <-- <OR> time: 0ms <-- <json Rule Lookahead> time: 1ms --> <object Rule Lookahead> --> <MANY> <-- <MANY> time: 0ms --> <OPTION> <-- <OPTION> time: 0ms <-- <object Rule Lookahead> time: 1ms --> <objectItem Rule Lookahead> <-- <objectItem Rule Lookahead> time: 0ms --> <array Rule Lookahead> --> <MANY> <-- <MANY> time: 0ms --> <OPTION> <-- <OPTION> time: 0ms <-- <array Rule Lookahead> time: 0ms --> <value Rule Lookahead> --> <OR> <-- <OR> time: 0ms <-- <value Rule Lookahead> time: 0ms <-- <ComputeLookaheadFunctions> time: 2ms --> <expandAllNestedRuleNames> <-- <expandAllNestedRuleNames> time: 0ms <-- <performSelfAnalysis> time: 12ms ```
True
Parser Initialization Performance Tracing - In situations where the Parser's constructor takes a long time to start This tracing could help narrow down the culprit. Example Trace Log: ``` --> <performSelfAnalysis> --> <toFastProps> <-- <toFastProps> time: 0ms --> <Grammar Recording> --> <Enable Recording> <-- <Enable Recording> time: 1ms --> <json Rule> <-- <json Rule> time: 1ms --> <object Rule> <-- <object Rule> time: 0ms --> <objectItem Rule> <-- <objectItem Rule> time: 1ms --> <array Rule> <-- <array Rule> time: 0ms --> <value Rule> <-- <value Rule> time: 0ms --> <Deleting Recording methods> <-- <Deleting Recording methods> time: 2ms <-- <Grammar Recording> time: 5ms --> <Grammar Resolving> <-- <Grammar Resolving> time: 1ms --> <Grammar Validation> <-- <Grammar Validation> time: 4ms --> <ComputeLookaheadFunctions> --> <json Rule Lookahead> --> <OR> <-- <OR> time: 0ms <-- <json Rule Lookahead> time: 1ms --> <object Rule Lookahead> --> <MANY> <-- <MANY> time: 0ms --> <OPTION> <-- <OPTION> time: 0ms <-- <object Rule Lookahead> time: 1ms --> <objectItem Rule Lookahead> <-- <objectItem Rule Lookahead> time: 0ms --> <array Rule Lookahead> --> <MANY> <-- <MANY> time: 0ms --> <OPTION> <-- <OPTION> time: 0ms <-- <array Rule Lookahead> time: 0ms --> <value Rule Lookahead> --> <OR> <-- <OR> time: 0ms <-- <value Rule Lookahead> time: 0ms <-- <ComputeLookaheadFunctions> time: 2ms --> <expandAllNestedRuleNames> <-- <expandAllNestedRuleNames> time: 0ms <-- <performSelfAnalysis> time: 12ms ```
non_priority
parser initialization performance tracing in situations where the parser s constructor takes a long time to start this tracing could help narrow down the culprit example trace log time time time time time time time time time time time time time time time time time time time time time time time time time
0
34,232
2,776,594,832
IssuesEvent
2015-05-04 22:42:56
umutafacan/bounswe2015group3
https://api.github.com/repos/umutafacan/bounswe2015group3
reopened
CustomerMeeting3
auto-migrated Priority-Medium Type-Task
``` this issue about customer meeting with our directory ``` Original issue reported on code.google.com by `bunyamin...@gmail.com` on 28 Mar 2015 at 2:58
1.0
CustomerMeeting3 - ``` this issue about customer meeting with our directory ``` Original issue reported on code.google.com by `bunyamin...@gmail.com` on 28 Mar 2015 at 2:58
priority
this issue about customer meeting with our directory original issue reported on code google com by bunyamin gmail com on mar at
1
130,687
12,452,932,026
IssuesEvent
2020-05-27 13:06:59
codesquad-member-2020/airbnb-10
https://api.github.com/repos/codesquad-member-2020/airbnb-10
closed
[2020.05.27] 데일리 스크럼
documentation
## 어제 한 일 - 예약하기 모달창 목업 api 구현 - 목업 단계에서 필요한 domain과 dto 정의 ## 오늘 할 일 - 예약하기 목업 api 구현 - 숙소 조회 / 필터링 실제 api 구현
1.0
[2020.05.27] 데일리 스크럼 - ## 어제 한 일 - 예약하기 모달창 목업 api 구현 - 목업 단계에서 필요한 domain과 dto 정의 ## 오늘 할 일 - 예약하기 목업 api 구현 - 숙소 조회 / 필터링 실제 api 구현
non_priority
데일리 스크럼 어제 한 일 예약하기 모달창 목업 api 구현 목업 단계에서 필요한 domain과 dto 정의 오늘 할 일 예약하기 목업 api 구현 숙소 조회 필터링 실제 api 구현
0
623,556
19,672,070,067
IssuesEvent
2022-01-11 08:31:28
gitpod-io/website
https://api.github.com/repos/gitpod-io/website
closed
[mobile-menu] stays open when navigating to other pages via the browser back button
bug priority:high
I think that When navigating via the browser back and forward buttons to another page the menu should be automatically closed.
1.0
[mobile-menu] stays open when navigating to other pages via the browser back button - I think that When navigating via the browser back and forward buttons to another page the menu should be automatically closed.
priority
stays open when navigating to other pages via the browser back button i think that when navigating via the browser back and forward buttons to another page the menu should be automatically closed
1
140,405
21,095,116,290
IssuesEvent
2022-04-04 09:33:55
ogenkidesuka-fm/Topics
https://api.github.com/repos/ogenkidesuka-fm/Topics
closed
「ユーザーの声を聞いてデザインしよう!」に感じる違和感
design
> 「ユーザーの声を聞いてデザインしよう」という意見にいつも違和感を覚えるが、うまく説明できない https://twitter.com/takanoripe/status/1466234203561881600 各種インタビューやリサーチの効能について
1.0
「ユーザーの声を聞いてデザインしよう!」に感じる違和感 - > 「ユーザーの声を聞いてデザインしよう」という意見にいつも違和感を覚えるが、うまく説明できない https://twitter.com/takanoripe/status/1466234203561881600 各種インタビューやリサーチの効能について
non_priority
「ユーザーの声を聞いてデザインしよう!」に感じる違和感 「ユーザーの声を聞いてデザインしよう」という意見にいつも違和感を覚えるが、うまく説明できない 各種インタビューやリサーチの効能について
0
43,900
7,084,850,154
IssuesEvent
2018-01-11 08:52:26
kvartborg/1-semesterprojekt
https://api.github.com/repos/kvartborg/1-semesterprojekt
closed
Rapport
documentation
- [x] Abstract (Anders) - [x] Forord (Mikkel) - [x] Læsevejledning - [x] Indledning (Viktoria) - [x] Afsnit 2 - [x] 2.1 Funktionalitet World of Zuul. - [x] 2.2 Visionsdokument - [x] 2.3 Analyse og design - [x] 2.4 Implementering (Mikkel) - [x] 2.5 Beskrivelse af brugergrænseflade (Kasper) - [x] 2.6 Manual til spil (Rasmus) - [x] 2.7 Arbejdsprocess - [x] 2.8 Kendte bugs - [x] Afsnit 3 - [x] 3.1 Interfaces (Viktoria) - [x] 3.2 Encapsulation (Mikkel) - [x] 3.3 Arv (Anders) - [x] 3.4 Polymerfi (Kasper) - [x] 3.5 Maintainability (Frederik) - [x] 3.6 Ansvarsfordeling (Rasmus) - [x] Konklusion (Frederik) - [x] Perspektivering (Kasper) - [x] Litteraturliste - [x] Billag - [x] Klassediagram, v1 - [x] Klassediagram, v2 - [x] Klassediagram, v3 - [x] Lagdelingsdiagram - [x] Rapport kontrol skema - [x] Rapporttekniske elementer
1.0
Rapport - - [x] Abstract (Anders) - [x] Forord (Mikkel) - [x] Læsevejledning - [x] Indledning (Viktoria) - [x] Afsnit 2 - [x] 2.1 Funktionalitet World of Zuul. - [x] 2.2 Visionsdokument - [x] 2.3 Analyse og design - [x] 2.4 Implementering (Mikkel) - [x] 2.5 Beskrivelse af brugergrænseflade (Kasper) - [x] 2.6 Manual til spil (Rasmus) - [x] 2.7 Arbejdsprocess - [x] 2.8 Kendte bugs - [x] Afsnit 3 - [x] 3.1 Interfaces (Viktoria) - [x] 3.2 Encapsulation (Mikkel) - [x] 3.3 Arv (Anders) - [x] 3.4 Polymerfi (Kasper) - [x] 3.5 Maintainability (Frederik) - [x] 3.6 Ansvarsfordeling (Rasmus) - [x] Konklusion (Frederik) - [x] Perspektivering (Kasper) - [x] Litteraturliste - [x] Billag - [x] Klassediagram, v1 - [x] Klassediagram, v2 - [x] Klassediagram, v3 - [x] Lagdelingsdiagram - [x] Rapport kontrol skema - [x] Rapporttekniske elementer
non_priority
rapport abstract anders forord mikkel læsevejledning indledning viktoria afsnit funktionalitet world of zuul visionsdokument analyse og design implementering mikkel beskrivelse af brugergrænseflade kasper manual til spil rasmus arbejdsprocess kendte bugs afsnit interfaces viktoria encapsulation mikkel arv anders polymerfi kasper maintainability frederik ansvarsfordeling rasmus konklusion frederik perspektivering kasper litteraturliste billag klassediagram klassediagram klassediagram lagdelingsdiagram rapport kontrol skema rapporttekniske elementer
0
180,624
21,625,803,175
IssuesEvent
2022-05-05 01:51:37
mgh3326/studyolle
https://api.github.com/repos/mgh3326/studyolle
closed
CVE-2021-24122 (Medium) detected in tomcat-embed-core-9.0.37.jar - autoclosed
security vulnerability
## CVE-2021-24122 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-9.0.37.jar</b></p></summary> <p>Core Tomcat implementation</p> <p>Library home page: <a href="https://tomcat.apache.org/">https://tomcat.apache.org/</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.37/tomcat-embed-core-9.0.37.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.3.3.RELEASE.jar (Root Library) - spring-boot-starter-tomcat-2.3.3.RELEASE.jar - :x: **tomcat-embed-core-9.0.37.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/mgh3326/studyolle/commit/b5d4609813e9f58153232aeda93e7e977a68a95e">b5d4609813e9f58153232aeda93e7e977a68a95e</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> When serving resources from a network location using the NTFS file system, Apache Tomcat versions 10.0.0-M1 to 10.0.0-M9, 9.0.0.M1 to 9.0.39, 8.5.0 to 8.5.59 and 7.0.0 to 7.0.106 were susceptible to JSP source code disclosure in some configurations. The root cause was the unexpected behaviour of the JRE API File.getCanonicalPath() which in turn was caused by the inconsistent behaviour of the Windows API (FindFirstFileW) in some circumstances. <p>Publish Date: 2021-01-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-24122>CVE-2021-24122</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.9</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24122">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24122</a></p> <p>Release Date: 2021-01-14</p> <p>Fix Resolution: org.apache.tomcat.embed:tomcat-embed-core:7.0.107,8.5.60,9.0.40,10.0.0-M10;org.apache.tomcat:tomcat-catalina:7.0.107,8.5.60,9.0.40,10.0.0-M10</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-24122 (Medium) detected in tomcat-embed-core-9.0.37.jar - autoclosed - ## CVE-2021-24122 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tomcat-embed-core-9.0.37.jar</b></p></summary> <p>Core Tomcat implementation</p> <p>Library home page: <a href="https://tomcat.apache.org/">https://tomcat.apache.org/</a></p> <p>Path to dependency file: /pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/9.0.37/tomcat-embed-core-9.0.37.jar</p> <p> Dependency Hierarchy: - spring-boot-starter-web-2.3.3.RELEASE.jar (Root Library) - spring-boot-starter-tomcat-2.3.3.RELEASE.jar - :x: **tomcat-embed-core-9.0.37.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/mgh3326/studyolle/commit/b5d4609813e9f58153232aeda93e7e977a68a95e">b5d4609813e9f58153232aeda93e7e977a68a95e</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> When serving resources from a network location using the NTFS file system, Apache Tomcat versions 10.0.0-M1 to 10.0.0-M9, 9.0.0.M1 to 9.0.39, 8.5.0 to 8.5.59 and 7.0.0 to 7.0.106 were susceptible to JSP source code disclosure in some configurations. The root cause was the unexpected behaviour of the JRE API File.getCanonicalPath() which in turn was caused by the inconsistent behaviour of the Windows API (FindFirstFileW) in some circumstances. <p>Publish Date: 2021-01-14 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-24122>CVE-2021-24122</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.9</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: None - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24122">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-24122</a></p> <p>Release Date: 2021-01-14</p> <p>Fix Resolution: org.apache.tomcat.embed:tomcat-embed-core:7.0.107,8.5.60,9.0.40,10.0.0-M10;org.apache.tomcat:tomcat-catalina:7.0.107,8.5.60,9.0.40,10.0.0-M10</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in tomcat embed core jar autoclosed cve medium severity vulnerability vulnerable library tomcat embed core jar core tomcat implementation library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository org apache tomcat embed tomcat embed core tomcat embed core jar dependency hierarchy spring boot starter web release jar root library spring boot starter tomcat release jar x tomcat embed core jar vulnerable library found in head commit a href vulnerability details when serving resources from a network location using the ntfs file system apache tomcat versions to to to and to were susceptible to jsp source code disclosure in some configurations the root cause was the unexpected behaviour of the jre api file getcanonicalpath which in turn was caused by the inconsistent behaviour of the windows api findfirstfilew in some circumstances publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution org apache tomcat embed tomcat embed core org apache tomcat tomcat catalina step up your open source security game with whitesource
0
428,714
30,007,226,328
IssuesEvent
2023-06-26 13:12:05
tudat-team/tudat
https://api.github.com/repos/tudat-team/tudat
closed
Create the tudat C++ API documentation
documentation
A website similar to the API documentation of [tudatpy.readthedocs.io](https://tudatpy.readthedocs.io/en/latest/index.html) should be created with the API documentation for tudat in C++. This will require editing all the docstrings that are present in tudat source code, to convert them to regular comments (jo11he can indicate how to do this). Quite a bit of C++ API documentation is already present in the main docstrings, but it is expected that some cleaning and improvements will be required. This task should wait at least a couple of weeks for now.
1.0
Create the tudat C++ API documentation - A website similar to the API documentation of [tudatpy.readthedocs.io](https://tudatpy.readthedocs.io/en/latest/index.html) should be created with the API documentation for tudat in C++. This will require editing all the docstrings that are present in tudat source code, to convert them to regular comments (jo11he can indicate how to do this). Quite a bit of C++ API documentation is already present in the main docstrings, but it is expected that some cleaning and improvements will be required. This task should wait at least a couple of weeks for now.
non_priority
create the tudat c api documentation a website similar to the api documentation of should be created with the api documentation for tudat in c this will require editing all the docstrings that are present in tudat source code to convert them to regular comments can indicate how to do this quite a bit of c api documentation is already present in the main docstrings but it is expected that some cleaning and improvements will be required this task should wait at least a couple of weeks for now
0
536,579
15,710,964,717
IssuesEvent
2021-03-27 04:36:55
capitalone/DataProfiler
https://api.github.com/repos/capitalone/DataProfiler
closed
duplicate_row_count -> duplicate_row_ratio
Low Priority New Feature
**Is your feature request related to a problem? Please describe.** I think it makes more sense to utilize ratios or percent of overlap. I think count is good to, but as we're sampling it seems to be a bit strange.
1.0
duplicate_row_count -> duplicate_row_ratio - **Is your feature request related to a problem? Please describe.** I think it makes more sense to utilize ratios or percent of overlap. I think count is good to, but as we're sampling it seems to be a bit strange.
priority
duplicate row count duplicate row ratio is your feature request related to a problem please describe i think it makes more sense to utilize ratios or percent of overlap i think count is good to but as we re sampling it seems to be a bit strange
1
24,372
11,033,547,988
IssuesEvent
2019-12-06 23:25:18
cbun097/my-portfolio
https://api.github.com/repos/cbun097/my-portfolio
opened
CVE-2012-6708 (Medium) detected in jquery-1.7.1.min.js
security vulnerability
## CVE-2012-6708 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <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: /tmp/ws-scm/my-portfolio/node_modules/sockjs/examples/echo/index.html</p> <p>Path to vulnerable library: /my-portfolio/node_modules/sockjs/examples/echo/index.html,/my-portfolio/node_modules/sockjs/examples/hapi/html/index.html,/my-portfolio/node_modules/sockjs/examples/multiplex/index.html,/my-portfolio/node_modules/sockjs/examples/express-3.x/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.7.1.min.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/cbun097/my-portfolio/commit/066fbf3c7253865d5a413e1c993c41b6df9e5fdb">066fbf3c7253865d5a413e1c993c41b6df9e5fdb</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common. <p>Publish Date: 2018-01-18 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6708>CVE-2012-6708</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2012-6708">https://nvd.nist.gov/vuln/detail/CVE-2012-6708</a></p> <p>Release Date: 2018-01-18</p> <p>Fix Resolution: jQuery - v1.9.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-2012-6708 (Medium) detected in jquery-1.7.1.min.js - ## CVE-2012-6708 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <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: /tmp/ws-scm/my-portfolio/node_modules/sockjs/examples/echo/index.html</p> <p>Path to vulnerable library: /my-portfolio/node_modules/sockjs/examples/echo/index.html,/my-portfolio/node_modules/sockjs/examples/hapi/html/index.html,/my-portfolio/node_modules/sockjs/examples/multiplex/index.html,/my-portfolio/node_modules/sockjs/examples/express-3.x/index.html</p> <p> Dependency Hierarchy: - :x: **jquery-1.7.1.min.js** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/cbun097/my-portfolio/commit/066fbf3c7253865d5a413e1c993c41b6df9e5fdb">066fbf3c7253865d5a413e1c993c41b6df9e5fdb</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary> <p> jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common. <p>Publish Date: 2018-01-18 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-6708>CVE-2012-6708</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: Required - Scope: Changed - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - Availability Impact: None </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2012-6708">https://nvd.nist.gov/vuln/detail/CVE-2012-6708</a></p> <p>Release Date: 2018-01-18</p> <p>Fix Resolution: jQuery - v1.9.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_priority
cve medium detected in jquery min js cve medium severity vulnerability vulnerable library jquery min js javascript library for dom operations library home page a href path to dependency file tmp ws scm my portfolio node modules sockjs examples echo index html path to vulnerable library my portfolio node modules sockjs examples echo index html my portfolio node modules sockjs examples hapi html index html my portfolio node modules sockjs examples multiplex index html my portfolio node modules sockjs examples express x index html dependency hierarchy x jquery min js vulnerable library found in head commit a href vulnerability details jquery before is vulnerable to cross site scripting xss attacks the jquery strinput function does not differentiate selectors from html in a reliable fashion in vulnerable versions jquery determined whether the input was html by looking for the character anywhere in the string giving attackers more flexibility when attempting to construct a malicious payload in fixed versions jquery only deems the input to be html if it explicitly starts with the character limiting exploitability only to attackers who can control the beginning of a string which is far less common publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction required scope changed impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution jquery step up your open source security game with whitesource
0
58,702
8,301,842,092
IssuesEvent
2018-09-21 12:50:39
sysown/proxysql
https://api.github.com/repos/sysown/proxysql
closed
Document --idle-threads
documentation
When ProxySQL is handling several thousands of connections it should be started with `--idle-threads`. This option allows to efficiently handle a large number of connections (tested up to 1 million connections). This option is not enabled by default because it adds unnecessary complexity in setups where ProxySQL handles less than 1k connections, but need to be explicitly enabled in setup with a large number of connections. This feature needs to be implemented.
1.0
Document --idle-threads - When ProxySQL is handling several thousands of connections it should be started with `--idle-threads`. This option allows to efficiently handle a large number of connections (tested up to 1 million connections). This option is not enabled by default because it adds unnecessary complexity in setups where ProxySQL handles less than 1k connections, but need to be explicitly enabled in setup with a large number of connections. This feature needs to be implemented.
non_priority
document idle threads when proxysql is handling several thousands of connections it should be started with idle threads this option allows to efficiently handle a large number of connections tested up to million connections this option is not enabled by default because it adds unnecessary complexity in setups where proxysql handles less than connections but need to be explicitly enabled in setup with a large number of connections this feature needs to be implemented
0
25,551
4,383,108,899
IssuesEvent
2016-08-07 09:56:54
bridgedotnet/Bridge
https://api.github.com/repos/bridgedotnet/Bridge
opened
Date - support missing client API
defect portage
[MDN Date](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Date) - [ ] [Date.now()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/now) `var timeInMs = Date.now();`. Method returns the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC. - [ ] [Date.UTC()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/UTC) `Date.UTC(year, month[, day[, hour[, minute[, second[, millisecond]]]]])`. Method accepts the same parameters as the longest form of the constructor, and returns the number of milliseconds in a Date object since January 1, 1970, 00:00:00, universal time. - [ ] [Date.parse()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse) `Date.parse(dateString)`. Method parses a string representation of a date, and returns the number of milliseconds since January 1, 1970, 00:00:00 UTC or NaN if the string is unrecognised or, in some cases, contains illegal date values (e.g. 2015-02-31).
1.0
Date - support missing client API - [MDN Date](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Date) - [ ] [Date.now()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/now) `var timeInMs = Date.now();`. Method returns the number of milliseconds elapsed since 1 January 1970 00:00:00 UTC. - [ ] [Date.UTC()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/UTC) `Date.UTC(year, month[, day[, hour[, minute[, second[, millisecond]]]]])`. Method accepts the same parameters as the longest form of the constructor, and returns the number of milliseconds in a Date object since January 1, 1970, 00:00:00, universal time. - [ ] [Date.parse()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse) `Date.parse(dateString)`. Method parses a string representation of a date, and returns the number of milliseconds since January 1, 1970, 00:00:00 UTC or NaN if the string is unrecognised or, in some cases, contains illegal date values (e.g. 2015-02-31).
non_priority
date support missing client api var timeinms date now method returns the number of milliseconds elapsed since january utc date utc year month method accepts the same parameters as the longest form of the constructor and returns the number of milliseconds in a date object since january universal time date parse datestring method parses a string representation of a date and returns the number of milliseconds since january utc or nan if the string is unrecognised or in some cases contains illegal date values e g
0
150,371
23,656,190,725
IssuesEvent
2022-08-26 11:28:27
nextcloud/nextcloud-vue
https://api.github.com/repos/nextcloud/nextcloud-vue
closed
🥛 Make app navigation semi-transparent
enhancement 2. developing feature: app-navigation design accessibility
As per the mockups ![Bildschirmfoto vom 2022-08-16 12-58-35](https://user-images.githubusercontent.com/1374172/184863757-c87f5d04-c559-4c29-b132-a21b720c8f43.png) the app navigation component should become semi-transparent and let the background image show through with a blur. ## Specification - 80% opaque white with 10px blur, like in Dashboard. Code: `background-color: var(--color-background-translucent); -webkit-backdrop-filter: var(--background-blur); backdrop-filter: var(--background-blur);` - [AppNavigationNew](https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/AppNavigationNew/AppNavigationNew.vue) gets our Nextcloud fade, looks nice and clicky - WCAG AA: Contrast of secondary text in the navigation works after darkening it to `5c5c5c` - WCAG AAA: Just like for Dashboard, the high contrast theme should make the navigation background fully opaque and the secondary text color also color-main-text.
1.0
🥛 Make app navigation semi-transparent - As per the mockups ![Bildschirmfoto vom 2022-08-16 12-58-35](https://user-images.githubusercontent.com/1374172/184863757-c87f5d04-c559-4c29-b132-a21b720c8f43.png) the app navigation component should become semi-transparent and let the background image show through with a blur. ## Specification - 80% opaque white with 10px blur, like in Dashboard. Code: `background-color: var(--color-background-translucent); -webkit-backdrop-filter: var(--background-blur); backdrop-filter: var(--background-blur);` - [AppNavigationNew](https://github.com/nextcloud/nextcloud-vue/blob/master/src/components/AppNavigationNew/AppNavigationNew.vue) gets our Nextcloud fade, looks nice and clicky - WCAG AA: Contrast of secondary text in the navigation works after darkening it to `5c5c5c` - WCAG AAA: Just like for Dashboard, the high contrast theme should make the navigation background fully opaque and the secondary text color also color-main-text.
non_priority
🥛 make app navigation semi transparent as per the mockups the app navigation component should become semi transparent and let the background image show through with a blur specification opaque white with blur like in dashboard code background color var color background translucent webkit backdrop filter var background blur backdrop filter var background blur gets our nextcloud fade looks nice and clicky wcag aa contrast of secondary text in the navigation works after darkening it to wcag aaa just like for dashboard the high contrast theme should make the navigation background fully opaque and the secondary text color also color main text
0
116,179
24,874,877,080
IssuesEvent
2022-10-27 18:11:10
guardicore/monkey
https://api.github.com/repos/guardicore/monkey
closed
Test code in PTH report service and remove unused/broken code.
Bug Impact: Low Complexity: Medium Code Quality Spike
# Spike Test "Strong users" part of the report to assess if it still works. If not, code in `PTHReportService` should be removed or we could consider fixing it. ## Output Github issue of a bug or a PR with broken code removed.
1.0
Test code in PTH report service and remove unused/broken code. - # Spike Test "Strong users" part of the report to assess if it still works. If not, code in `PTHReportService` should be removed or we could consider fixing it. ## Output Github issue of a bug or a PR with broken code removed.
non_priority
test code in pth report service and remove unused broken code spike test strong users part of the report to assess if it still works if not code in pthreportservice should be removed or we could consider fixing it output github issue of a bug or a pr with broken code removed
0
568,404
16,978,579,102
IssuesEvent
2021-06-30 05:15:45
DanXi-Dev/DanXi
https://api.github.com/repos/DanXi-Dev/DanXi
closed
[BUG] 帖子里的URL解析异常
bug high priority
如题。 HTML 中的标签都被解析成链接的一部分了(`http://www.baidu.com/</a></p><p>`),导致没法正常点进链接。 BTW,不要直接把 Html 喂给 Linkify ,必要时应该使得 HTML Widget 中的 Text 全部替换为 Linkify。
1.0
[BUG] 帖子里的URL解析异常 - 如题。 HTML 中的标签都被解析成链接的一部分了(`http://www.baidu.com/</a></p><p>`),导致没法正常点进链接。 BTW,不要直接把 Html 喂给 Linkify ,必要时应该使得 HTML Widget 中的 Text 全部替换为 Linkify。
priority
帖子里的url解析异常 如题。 html 中的标签都被解析成链接的一部分了( btw,不要直接把 html 喂给 linkify ,必要时应该使得 html widget 中的 text 全部替换为 linkify。
1
33,242
15,831,143,039
IssuesEvent
2021-04-06 13:19:40
dotnet/runtime
https://api.github.com/repos/dotnet/runtime
opened
System.Reflection.Metadata pinning can generate extensive GC heap fragmentation
tenet-performance
System.Reflection.Metadata uses pinned memory buffers to store the contents of embedded PDBs. When the runtime loads and caches these readers to augment stack traces with source line info it winds up preserving the pinned memory for the lifetime of the app. Long lived pinned objects can generate large GC heap fragmentation leading applications to use far more committed VM than they otherwise would have. We have another internal team at MS observing 132MB of VM wasted due to this pin. The amount of wasted VM has nothing to do with the size the pinned object, it is solely based on where the allocated object happens to fall within the global bounds of the GC heap which varies depending on the overall allocation behavior of all the code in the app. Although the ideal solution is not to use pinning at all, a likely lower effort solution is to [allocate the byte array](https://source.dot.net/#System.Reflection.Metadata/System/Reflection/PortableExecutable/PEReader.EmbeddedPortablePdb.cs,87) using the [pinned heap](https://tooslowexception.com/pinned-object-heap-in-net-5/) on .NET 5 and up where it is available. If fixing this proves not to be viable then the runtime will probably need to pursue alternate solutions such as adding an app configuration switch so that app developers can disable portable PDB usage.
True
System.Reflection.Metadata pinning can generate extensive GC heap fragmentation - System.Reflection.Metadata uses pinned memory buffers to store the contents of embedded PDBs. When the runtime loads and caches these readers to augment stack traces with source line info it winds up preserving the pinned memory for the lifetime of the app. Long lived pinned objects can generate large GC heap fragmentation leading applications to use far more committed VM than they otherwise would have. We have another internal team at MS observing 132MB of VM wasted due to this pin. The amount of wasted VM has nothing to do with the size the pinned object, it is solely based on where the allocated object happens to fall within the global bounds of the GC heap which varies depending on the overall allocation behavior of all the code in the app. Although the ideal solution is not to use pinning at all, a likely lower effort solution is to [allocate the byte array](https://source.dot.net/#System.Reflection.Metadata/System/Reflection/PortableExecutable/PEReader.EmbeddedPortablePdb.cs,87) using the [pinned heap](https://tooslowexception.com/pinned-object-heap-in-net-5/) on .NET 5 and up where it is available. If fixing this proves not to be viable then the runtime will probably need to pursue alternate solutions such as adding an app configuration switch so that app developers can disable portable PDB usage.
non_priority
system reflection metadata pinning can generate extensive gc heap fragmentation system reflection metadata uses pinned memory buffers to store the contents of embedded pdbs when the runtime loads and caches these readers to augment stack traces with source line info it winds up preserving the pinned memory for the lifetime of the app long lived pinned objects can generate large gc heap fragmentation leading applications to use far more committed vm than they otherwise would have we have another internal team at ms observing of vm wasted due to this pin the amount of wasted vm has nothing to do with the size the pinned object it is solely based on where the allocated object happens to fall within the global bounds of the gc heap which varies depending on the overall allocation behavior of all the code in the app although the ideal solution is not to use pinning at all a likely lower effort solution is to using the on net and up where it is available if fixing this proves not to be viable then the runtime will probably need to pursue alternate solutions such as adding an app configuration switch so that app developers can disable portable pdb usage
0
15,004
2,838,393,028
IssuesEvent
2015-05-27 07:19:58
ibus/ibus
https://api.github.com/repos/ibus/ibus
closed
Allow failure status when application does not support surrounding text
Component-ibus-m17n Priority-Medium Type-Defect
``` What version of the product are you using? On what operating system? OS (Linux distributions, UNIX or ...): Debian unstable Architecture (i386, x86_64): x86_64 IBus version: 1.4.0 Input method name and version: ibus-m17n 1.3.3 Python version: 2.7.2 dbus version: 1.4.16 dbus-python version: 0.84.0 gtk version (if bug is about gtk applications): 3.2.2 qt version (if bug is about qt applications): - What steps will reproduce the problem? 1. Add thai tis820 (m17n) IM engine 2. Start gnome-terminal 3. cat > /dev/null 4. Switch to Thai and start typing Thai message e.g. "ที่" ("muj" on QWERTY keyboard) What is the expected output? - "ที่" is input properly. What do you see instead? - Only "ท" is accepted. The last two combining characters are rejected. Please provide any additional information below. - gnome-terminal does not support surrounding text retrieval/deletion, which is the right thing for terminal emulator. But m17n surrounding text support does not fall back on the absence of the support. And that's impossible with the current IBus API, in which ibus_engine_get_surrounding_text() is a void function, without success/failure return status. [1] [1] ibus.googlecode.com/svn-history/r263/docs/ibus-1.4/IBusEngine.html#ibus-engine-get-surrounding-text ``` Original issue reported on code.google.com by `theppitak` on 2011-11-26 12:57:51
1.0
Allow failure status when application does not support surrounding text - ``` What version of the product are you using? On what operating system? OS (Linux distributions, UNIX or ...): Debian unstable Architecture (i386, x86_64): x86_64 IBus version: 1.4.0 Input method name and version: ibus-m17n 1.3.3 Python version: 2.7.2 dbus version: 1.4.16 dbus-python version: 0.84.0 gtk version (if bug is about gtk applications): 3.2.2 qt version (if bug is about qt applications): - What steps will reproduce the problem? 1. Add thai tis820 (m17n) IM engine 2. Start gnome-terminal 3. cat > /dev/null 4. Switch to Thai and start typing Thai message e.g. "ที่" ("muj" on QWERTY keyboard) What is the expected output? - "ที่" is input properly. What do you see instead? - Only "ท" is accepted. The last two combining characters are rejected. Please provide any additional information below. - gnome-terminal does not support surrounding text retrieval/deletion, which is the right thing for terminal emulator. But m17n surrounding text support does not fall back on the absence of the support. And that's impossible with the current IBus API, in which ibus_engine_get_surrounding_text() is a void function, without success/failure return status. [1] [1] ibus.googlecode.com/svn-history/r263/docs/ibus-1.4/IBusEngine.html#ibus-engine-get-surrounding-text ``` Original issue reported on code.google.com by `theppitak` on 2011-11-26 12:57:51
non_priority
allow failure status when application does not support surrounding text what version of the product are you using on what operating system os linux distributions unix or debian unstable architecture ibus version input method name and version ibus python version dbus version dbus python version gtk version if bug is about gtk applications qt version if bug is about qt applications what steps will reproduce the problem add thai im engine start gnome terminal cat dev null switch to thai and start typing thai message e g ที่ muj on qwerty keyboard what is the expected output ที่ is input properly what do you see instead only ท is accepted the last two combining characters are rejected please provide any additional information below gnome terminal does not support surrounding text retrieval deletion which is the right thing for terminal emulator but surrounding text support does not fall back on the absence of the support and that s impossible with the current ibus api in which ibus engine get surrounding text is a void function without success failure return status ibus googlecode com svn history docs ibus ibusengine html ibus engine get surrounding text original issue reported on code google com by theppitak on
0
662,568
22,144,527,091
IssuesEvent
2022-06-03 10:29:34
bancorprotocol/webapp-v3
https://api.github.com/repos/bancorprotocol/webapp-v3
closed
trade search box
bug PRIORITY
- [x] the search box should be full width - [x] the x to clear the search text should be positioned inside the search area <img width="460" alt="image" src="https://user-images.githubusercontent.com/40430285/169661375-14608f37-0076-4bf4-958a-9b820ab127fa.png">
1.0
trade search box - - [x] the search box should be full width - [x] the x to clear the search text should be positioned inside the search area <img width="460" alt="image" src="https://user-images.githubusercontent.com/40430285/169661375-14608f37-0076-4bf4-958a-9b820ab127fa.png">
priority
trade search box the search box should be full width the x to clear the search text should be positioned inside the search area img width alt image src
1
71,560
3,362,108,036
IssuesEvent
2015-11-20 02:30:45
TeselaGen/das
https://api.github.com/repos/TeselaGen/das
opened
Need an automated test suite for testing parsers for fasta and genbank files
Customer: DAS Phase I Priority: CRITICAL Priority: High Type: Bug
In a recent ticket it was noticed that protein genbank files were being read as DNA sequence files. The parser should be able to tell the difference. Now that the parsers are being split out (good idea!) we can automate tests with an extensive library of different types of examples of AA and DNA fasta and genbank files :) Good task for the intern :) This is a new ticket to that effect, since we don't want a long progression of edge case tickets.
2.0
Need an automated test suite for testing parsers for fasta and genbank files - In a recent ticket it was noticed that protein genbank files were being read as DNA sequence files. The parser should be able to tell the difference. Now that the parsers are being split out (good idea!) we can automate tests with an extensive library of different types of examples of AA and DNA fasta and genbank files :) Good task for the intern :) This is a new ticket to that effect, since we don't want a long progression of edge case tickets.
priority
need an automated test suite for testing parsers for fasta and genbank files in a recent ticket it was noticed that protein genbank files were being read as dna sequence files the parser should be able to tell the difference now that the parsers are being split out good idea we can automate tests with an extensive library of different types of examples of aa and dna fasta and genbank files good task for the intern this is a new ticket to that effect since we don t want a long progression of edge case tickets
1
294,030
22,107,794,519
IssuesEvent
2022-06-01 18:25:44
NixOS/nix
https://api.github.com/repos/NixOS/nix
closed
Manual: Explain pros and cons of single and multi user installation
documentation stale
There are instructions for either single- and multi-user installations in the manual, but no guidance what to pick (besides “however opting in to the multi-user installation is highly recommended”, without explaining why it is recommended.) I assume that a multi-user installation is needed if there are, well, multiple users on that host. Are there other advantages? One disadvantage I found is that with the multi-user setup it is harder for nix to use a remote builder that is accessed via the user’s SSH setup (keys, complicated settings in `~.ssh/config`). Anything else that a new nix user should know before making the decision (which, I assume, can only be fixed by a complete reinstallation, losing all of `/nix/store`)?
1.0
Manual: Explain pros and cons of single and multi user installation - There are instructions for either single- and multi-user installations in the manual, but no guidance what to pick (besides “however opting in to the multi-user installation is highly recommended”, without explaining why it is recommended.) I assume that a multi-user installation is needed if there are, well, multiple users on that host. Are there other advantages? One disadvantage I found is that with the multi-user setup it is harder for nix to use a remote builder that is accessed via the user’s SSH setup (keys, complicated settings in `~.ssh/config`). Anything else that a new nix user should know before making the decision (which, I assume, can only be fixed by a complete reinstallation, losing all of `/nix/store`)?
non_priority
manual explain pros and cons of single and multi user installation there are instructions for either single and multi user installations in the manual but no guidance what to pick besides “however opting in to the multi user installation is highly recommended” without explaining why it is recommended i assume that a multi user installation is needed if there are well multiple users on that host are there other advantages one disadvantage i found is that with the multi user setup it is harder for nix to use a remote builder that is accessed via the user’s ssh setup keys complicated settings in ssh config anything else that a new nix user should know before making the decision which i assume can only be fixed by a complete reinstallation losing all of nix store
0
805,606
29,578,122,973
IssuesEvent
2023-06-07 01:52:04
autogluon/autogluon
https://api.github.com/repos/autogluon/autogluon
closed
[Feature request] log which model is loaded in predictor
API & Doc module: timeseries priority: 2
Hi, I'm trying to follow https://auto.gluon.ai/dev/_modules/autogluon/timeseries/predictor.html#TimeSeriesPredictor.load But would it be possible to print in endpoint logs which model was loaded, for example, if training ends with: ``` Training complete. Models trained: ['Naive', 'SeasonalNaive', 'ETS', 'Theta', 'ARIMA', 'AutoETS', 'AutoGluonTabular', 'DeepAR'] Total runtime: 61.17 s Best model: AutoGluonTabular ``` And indeed `AutoGluonTabular` is the one which is loaded in the deployment endpoint (please correct me if it's not as simple as just using best model), then can a log message be added to the effect of: ``` Using best model: AutoGluonTabular ```
1.0
[Feature request] log which model is loaded in predictor - Hi, I'm trying to follow https://auto.gluon.ai/dev/_modules/autogluon/timeseries/predictor.html#TimeSeriesPredictor.load But would it be possible to print in endpoint logs which model was loaded, for example, if training ends with: ``` Training complete. Models trained: ['Naive', 'SeasonalNaive', 'ETS', 'Theta', 'ARIMA', 'AutoETS', 'AutoGluonTabular', 'DeepAR'] Total runtime: 61.17 s Best model: AutoGluonTabular ``` And indeed `AutoGluonTabular` is the one which is loaded in the deployment endpoint (please correct me if it's not as simple as just using best model), then can a log message be added to the effect of: ``` Using best model: AutoGluonTabular ```
priority
log which model is loaded in predictor hi i m trying to follow but would it be possible to print in endpoint logs which model was loaded for example if training ends with training complete models trained total runtime s best model autogluontabular and indeed autogluontabular is the one which is loaded in the deployment endpoint please correct me if it s not as simple as just using best model then can a log message be added to the effect of using best model autogluontabular
1
131,050
18,214,564,984
IssuesEvent
2021-09-30 01:27:16
Bangtrongtuyet/spring-cloud-netflix
https://api.github.com/repos/Bangtrongtuyet/spring-cloud-netflix
opened
CVE-2021-37136 (High) detected in netty-codec-4.1.36.Final.jar
security vulnerability
## CVE-2021-37136 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-4.1.36.Final.jar</b></p></summary> <p>Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.</p> <p>Library home page: <a href="http://netty.io/">http://netty.io/</a></p> <p>Path to dependency file: /spring-cloud-netflix/spring-cloud-netflix-turbine-stream/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/io/netty/netty-codec/4.1.36.Final/netty-codec-4.1.36.Final.jar,/root/.m2/repository/io/netty/netty-codec/4.1.36.Final/netty-codec-4.1.36.Final.jar,/root/.m2/repository/io/netty/netty-codec/4.1.36.Final/netty-codec-4.1.36.Final.jar,/root/.m2/repository/io/netty/netty-codec/4.1.36.Final/netty-codec-4.1.36.Final.jar,/root/.m2/repository/io/netty/netty-codec/4.1.36.Final/netty-codec-4.1.36.Final.jar,/root/.m2/repository/io/netty/netty-codec/4.1.36.Final/netty-codec-4.1.36.Final.jar,/root/.m2/repository/io/netty/netty-codec/4.1.36.Final/netty-codec-4.1.36.Final.jar</p> <p> Dependency Hierarchy: - ribbon-2.3.0.jar (Root Library) - rxnetty-0.4.9.jar - netty-codec-http-4.1.36.Final.jar - :x: **netty-codec-4.1.36.Final.jar** (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> The Bzip2 decompression decoder function doesn't allow setting size restrictions on the decompressed output data (which affects the allocation size used during decompression). All users of Bzip2Decoder are affected. The malicious input can trigger an OOME and so a DoS attack <p>Publish Date: 2021-07-21 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-37136>CVE-2021-37136</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://github.com/advisories/GHSA-grg4-wf29-r9vv">https://github.com/advisories/GHSA-grg4-wf29-r9vv</a></p> <p>Release Date: 2021-07-21</p> <p>Fix Resolution: io.netty:netty-codec:4.1.68.Final</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-37136 (High) detected in netty-codec-4.1.36.Final.jar - ## CVE-2021-37136 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>netty-codec-4.1.36.Final.jar</b></p></summary> <p>Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers and clients.</p> <p>Library home page: <a href="http://netty.io/">http://netty.io/</a></p> <p>Path to dependency file: /spring-cloud-netflix/spring-cloud-netflix-turbine-stream/pom.xml</p> <p>Path to vulnerable library: /root/.m2/repository/io/netty/netty-codec/4.1.36.Final/netty-codec-4.1.36.Final.jar,/root/.m2/repository/io/netty/netty-codec/4.1.36.Final/netty-codec-4.1.36.Final.jar,/root/.m2/repository/io/netty/netty-codec/4.1.36.Final/netty-codec-4.1.36.Final.jar,/root/.m2/repository/io/netty/netty-codec/4.1.36.Final/netty-codec-4.1.36.Final.jar,/root/.m2/repository/io/netty/netty-codec/4.1.36.Final/netty-codec-4.1.36.Final.jar,/root/.m2/repository/io/netty/netty-codec/4.1.36.Final/netty-codec-4.1.36.Final.jar,/root/.m2/repository/io/netty/netty-codec/4.1.36.Final/netty-codec-4.1.36.Final.jar</p> <p> Dependency Hierarchy: - ribbon-2.3.0.jar (Root Library) - rxnetty-0.4.9.jar - netty-codec-http-4.1.36.Final.jar - :x: **netty-codec-4.1.36.Final.jar** (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> The Bzip2 decompression decoder function doesn't allow setting size restrictions on the decompressed output data (which affects the allocation size used during decompression). All users of Bzip2Decoder are affected. The malicious input can trigger an OOME and so a DoS attack <p>Publish Date: 2021-07-21 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-37136>CVE-2021-37136</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://github.com/advisories/GHSA-grg4-wf29-r9vv">https://github.com/advisories/GHSA-grg4-wf29-r9vv</a></p> <p>Release Date: 2021-07-21</p> <p>Fix Resolution: io.netty:netty-codec:4.1.68.Final</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high detected in netty codec final jar cve high severity vulnerability vulnerable library netty codec final jar netty is an asynchronous event driven network application framework for rapid development of maintainable high performance protocol servers and clients library home page a href path to dependency file spring cloud netflix spring cloud netflix turbine stream pom xml path to vulnerable library root repository io netty netty codec final netty codec final jar root repository io netty netty codec final netty codec final jar root repository io netty netty codec final netty codec final jar root repository io netty netty codec final netty codec final jar root repository io netty netty codec final netty codec final jar root repository io netty netty codec final netty codec final jar root repository io netty netty codec final netty codec final jar dependency hierarchy ribbon jar root library rxnetty jar netty codec http final jar x netty codec final jar vulnerable library vulnerability details the decompression decoder function doesn t allow setting size restrictions on the decompressed output data which affects the allocation size used during decompression all users of are affected the malicious input can trigger an oome and so a dos attack 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 io netty netty codec final step up your open source security game with whitesource
0
818,434
30,689,063,185
IssuesEvent
2023-07-26 14:08:02
o3de/o3de
https://api.github.com/repos/o3de/o3de
opened
DPE Inspector: Both Grid modes in Diffuse Probe Grid component can be changes to Baked and Auto Select without baking the textures first which can lead to a crash
kind/bug needs-triage sig/content priority/critical
**Describe the bug** When DPE is enabled it is possible to change both Editor Mode and Runtime Mode of Diffuse Probe Grid component to Baked and Auto Select without baking the texture first. In 9/10 tries this leads to a crash. The error.log file was not generated on Linux, so the attached files are from Windows. This issue is active on both Windows and Linux. **Steps to reproduce** Steps to reproduce the behavior: 1. Create an Entity and add the Diffuse Probe Grid and Box Shape components to it. 2. Make sure DPE is disabled (enter `ed_enableDPE 0` in the Console). 3. Try to change the Editor Mode and Runtime Mode parameter. 4. Enable DPE (enter `ed_enableDPE 1` in the Console). 5. Try to change the Editor Mode and Runtime Mode parameter. **Expected behavior** A warning appears prompting the user to bake the textures. **Actual behavior** No warning appears and the Editor crashes. **Screenshots/Video** https://github.com/o3de/o3de/assets/87059746/f3c17686-8fbf-4952-8e01-87449f3bfb3d **Found in Branch** Development **Commit ID from [o3de/o3de](https://github.com/o3de/o3de) Repository** [c9db420](https://github.com/o3de/o3de/commit/c9db420b566866897e7bc41212439fbc0e6ab018) **Desktop/Device:** - Device: PC - OS: Linux - Version: Ubuntu 22.04.2 LTS - CPU: Ryzen 5600H - GPU: NVidia RTX 3070 - Memory: 16GB **Additional context** [Editor.log](https://github.com/o3de/o3de/files/12173465/Editor.log) [error.log](https://github.com/o3de/o3de/files/12173466/error.log) [error.zip](https://github.com/o3de/o3de/files/12173467/error.zip)
1.0
DPE Inspector: Both Grid modes in Diffuse Probe Grid component can be changes to Baked and Auto Select without baking the textures first which can lead to a crash - **Describe the bug** When DPE is enabled it is possible to change both Editor Mode and Runtime Mode of Diffuse Probe Grid component to Baked and Auto Select without baking the texture first. In 9/10 tries this leads to a crash. The error.log file was not generated on Linux, so the attached files are from Windows. This issue is active on both Windows and Linux. **Steps to reproduce** Steps to reproduce the behavior: 1. Create an Entity and add the Diffuse Probe Grid and Box Shape components to it. 2. Make sure DPE is disabled (enter `ed_enableDPE 0` in the Console). 3. Try to change the Editor Mode and Runtime Mode parameter. 4. Enable DPE (enter `ed_enableDPE 1` in the Console). 5. Try to change the Editor Mode and Runtime Mode parameter. **Expected behavior** A warning appears prompting the user to bake the textures. **Actual behavior** No warning appears and the Editor crashes. **Screenshots/Video** https://github.com/o3de/o3de/assets/87059746/f3c17686-8fbf-4952-8e01-87449f3bfb3d **Found in Branch** Development **Commit ID from [o3de/o3de](https://github.com/o3de/o3de) Repository** [c9db420](https://github.com/o3de/o3de/commit/c9db420b566866897e7bc41212439fbc0e6ab018) **Desktop/Device:** - Device: PC - OS: Linux - Version: Ubuntu 22.04.2 LTS - CPU: Ryzen 5600H - GPU: NVidia RTX 3070 - Memory: 16GB **Additional context** [Editor.log](https://github.com/o3de/o3de/files/12173465/Editor.log) [error.log](https://github.com/o3de/o3de/files/12173466/error.log) [error.zip](https://github.com/o3de/o3de/files/12173467/error.zip)
priority
dpe inspector both grid modes in diffuse probe grid component can be changes to baked and auto select without baking the textures first which can lead to a crash describe the bug when dpe is enabled it is possible to change both editor mode and runtime mode of diffuse probe grid component to baked and auto select without baking the texture first in tries this leads to a crash the error log file was not generated on linux so the attached files are from windows this issue is active on both windows and linux steps to reproduce steps to reproduce the behavior create an entity and add the diffuse probe grid and box shape components to it make sure dpe is disabled enter ed enabledpe in the console try to change the editor mode and runtime mode parameter enable dpe enter ed enabledpe in the console try to change the editor mode and runtime mode parameter expected behavior a warning appears prompting the user to bake the textures actual behavior no warning appears and the editor crashes screenshots video found in branch development commit id from repository desktop device device pc os linux version ubuntu lts cpu ryzen gpu nvidia rtx memory additional context
1
108,392
23,598,949,879
IssuesEvent
2022-08-23 22:32:33
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
JForm object loaded without data when first called with load_data option false
No Code Attached Yet J3 Issue
### Steps to reproduce the issue In the model of a component singular item, is a function called getForm which calls the parent function loadForm with the options to create a JForm object. The function getForm has a param loadData which defaults to true. When this function is first called with loadData set to false, and then called with loadData set to true, the JForm is returned without any data. There's a change whitch removes the setting for loading data when creating a signature, and then returns any previously loaded forms. The new code has this comment in file libraries/legacy/model/form.php ln 203: // Create a signature hash. But make sure, that loading the data does not create a new instance $sigoptions = $options; I get the fact that we can use the previously created JForm, but now the entire loading of the data section is omitted, thus returning an JForm object without data. ### Expected result When setting the loadData to true, the data is actually loaded, regardless if the Form was created before. ### Actual result Empty JForm object, that is the JForm object is created correctly but with no data binded, even though the option specifies it should load it. ### System information (as much as possible) Joomla 3.7.4. ### Additional comments This problem is since Joomla 3.7.4, in 3.7.3 is was working fine. The problem lies in the fact that the signature is created regardless of the load data setting, which is fine, we don't need to create a new instance if the only difference is loading data, but the option should be handled when it is set to load. Here is the code that generates the new hash, and if it exists, returns the object straight away, without rechecking if the data should be loaded. Of course there is the clear switch, but always setting this to true to make the data get loaded, is still not utilizing the previously created object. $sigoptions = $options; if (isset($sigoptions['load_data'])) { unset($sigoptions['load_data']); } $hash = md5($source . serialize($sigoptions)); // Check if we can use a previously loaded form. if (isset($this->_forms[$hash]) && !$clear) { return $this->_forms[$hash]; }
1.0
JForm object loaded without data when first called with load_data option false - ### Steps to reproduce the issue In the model of a component singular item, is a function called getForm which calls the parent function loadForm with the options to create a JForm object. The function getForm has a param loadData which defaults to true. When this function is first called with loadData set to false, and then called with loadData set to true, the JForm is returned without any data. There's a change whitch removes the setting for loading data when creating a signature, and then returns any previously loaded forms. The new code has this comment in file libraries/legacy/model/form.php ln 203: // Create a signature hash. But make sure, that loading the data does not create a new instance $sigoptions = $options; I get the fact that we can use the previously created JForm, but now the entire loading of the data section is omitted, thus returning an JForm object without data. ### Expected result When setting the loadData to true, the data is actually loaded, regardless if the Form was created before. ### Actual result Empty JForm object, that is the JForm object is created correctly but with no data binded, even though the option specifies it should load it. ### System information (as much as possible) Joomla 3.7.4. ### Additional comments This problem is since Joomla 3.7.4, in 3.7.3 is was working fine. The problem lies in the fact that the signature is created regardless of the load data setting, which is fine, we don't need to create a new instance if the only difference is loading data, but the option should be handled when it is set to load. Here is the code that generates the new hash, and if it exists, returns the object straight away, without rechecking if the data should be loaded. Of course there is the clear switch, but always setting this to true to make the data get loaded, is still not utilizing the previously created object. $sigoptions = $options; if (isset($sigoptions['load_data'])) { unset($sigoptions['load_data']); } $hash = md5($source . serialize($sigoptions)); // Check if we can use a previously loaded form. if (isset($this->_forms[$hash]) && !$clear) { return $this->_forms[$hash]; }
non_priority
jform object loaded without data when first called with load data option false steps to reproduce the issue in the model of a component singular item is a function called getform which calls the parent function loadform with the options to create a jform object the function getform has a param loaddata which defaults to true when this function is first called with loaddata set to false and then called with loaddata set to true the jform is returned without any data there s a change whitch removes the setting for loading data when creating a signature and then returns any previously loaded forms the new code has this comment in file libraries legacy model form php ln create a signature hash but make sure that loading the data does not create a new instance sigoptions options i get the fact that we can use the previously created jform but now the entire loading of the data section is omitted thus returning an jform object without data expected result when setting the loaddata to true the data is actually loaded regardless if the form was created before actual result empty jform object that is the jform object is created correctly but with no data binded even though the option specifies it should load it system information as much as possible joomla additional comments this problem is since joomla in is was working fine the problem lies in the fact that the signature is created regardless of the load data setting which is fine we don t need to create a new instance if the only difference is loading data but the option should be handled when it is set to load here is the code that generates the new hash and if it exists returns the object straight away without rechecking if the data should be loaded of course there is the clear switch but always setting this to true to make the data get loaded is still not utilizing the previously created object sigoptions options if isset sigoptions unset sigoptions hash source serialize sigoptions check if we can use a previously loaded form if isset this forms clear return this forms
0
106,397
9,126,608,452
IssuesEvent
2019-02-24 22:51:14
coin-or-tools/BuildTools
https://api.github.com/repos/coin-or-tools/BuildTools
closed
ASL Third Party package doesn't build on Solaris
bug configuration tests major
Issue created by migration from Trac. Original creator: @mjsaltzman Original creation time: 2007-08-10 13:39:30 Assignee: @andrea5w Version: 0.5 Attempting to build the BugSquash branch on Solaris, but ASL build fails. The following show the results of attempting to build ASL standalone. ``` % ./get.ASL Running script for downloading the source code for the ASL Downloading the source code from www.netlib.org... --09:32:52-- ftp://www.netlib.org/ampl/solvers.tar => `solvers.tar' Resolving www.netlib.org... 160.36.58.108 Connecting to www.netlib.org[160.36.58.108]:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /ampl ... done. ==> PORT ... done. ==> RETR solvers.tar ... done. [ <=> ] 4,464,640 1.20M/s 09:32:56 (1.18 MB/s) - `solvers.tar' saved [4464640] Unpacking the source code... Uncompressing the source files... Deleting the tar file... Done downloading the source code for ASL. ``` ``` % ./configure checking build system type... sparc-sun-solaris2.10 checking whether we want to compile in debug mode... no checking for egrep... egrep checking whether ln -s works... yes checking for cc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... no checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed configure: C compiler options are: -xO4 -DNDEBUG checking for a BSD-compatible install... /usr/local/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of cc... mkdir: Failed to make directory "conftest.dir"; File exists mkdir: Failed to make directory "sub"; File exists none checking whether to enable maintainer-specific portions of Makefiles... no checking whether make is the GNU make... no checking which command should be used to link input files... ln -s configure: creating ./config.status config.status: creating Makefile config.status: creating compile_MS_ASL config.status: executing depfiles commands configure: Configuration of ThirdPartyASL successful ``` ``` % make rm -rf compdir ; \ /local/mjs/research/coin-or/svn/coin-BugSquash/all-trunk/install-sh -d compdir; \ files=`cd /local/mjs/research/coin-or/svn/coin-BugSquash/all-trunk/ThirdParty/ASL/solvers; ls *.[chs] *.[ch]0 *.hd arith.* makefile* `; \ cd compdir; \ for file in $files; \ do \ rm -f $file ;\ ln -s /local/mjs/research/coin-or/svn/coin-BugSquash/all-trunk/ThirdParty/ASL/solvers/$file $file ;\ done; \ rm -f makefile; \ sed -e 's%ar $(ARFLAGS)%ar $(ARFLAGS)%' makefile.u | sed -e 's%ar ruv%ar ruv%' > makefile; \ make CFLAGS=" -xO4 -DNDEBUG " CC="cc" clean ;\ make CFLAGS=" -xO4 -DNDEBUG " CC="cc" ;\ mv amplsolver.a ../amplsolver.a *** Error code 2 make: Fatal error: Command failed for target `amplsolver.a' ```
1.0
ASL Third Party package doesn't build on Solaris - Issue created by migration from Trac. Original creator: @mjsaltzman Original creation time: 2007-08-10 13:39:30 Assignee: @andrea5w Version: 0.5 Attempting to build the BugSquash branch on Solaris, but ASL build fails. The following show the results of attempting to build ASL standalone. ``` % ./get.ASL Running script for downloading the source code for the ASL Downloading the source code from www.netlib.org... --09:32:52-- ftp://www.netlib.org/ampl/solvers.tar => `solvers.tar' Resolving www.netlib.org... 160.36.58.108 Connecting to www.netlib.org[160.36.58.108]:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /ampl ... done. ==> PORT ... done. ==> RETR solvers.tar ... done. [ <=> ] 4,464,640 1.20M/s 09:32:56 (1.18 MB/s) - `solvers.tar' saved [4464640] Unpacking the source code... Uncompressing the source files... Deleting the tar file... Done downloading the source code for ASL. ``` ``` % ./configure checking build system type... sparc-sun-solaris2.10 checking whether we want to compile in debug mode... no checking for egrep... egrep checking whether ln -s works... yes checking for cc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... no checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed configure: C compiler options are: -xO4 -DNDEBUG checking for a BSD-compatible install... /usr/local/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of cc... mkdir: Failed to make directory "conftest.dir"; File exists mkdir: Failed to make directory "sub"; File exists none checking whether to enable maintainer-specific portions of Makefiles... no checking whether make is the GNU make... no checking which command should be used to link input files... ln -s configure: creating ./config.status config.status: creating Makefile config.status: creating compile_MS_ASL config.status: executing depfiles commands configure: Configuration of ThirdPartyASL successful ``` ``` % make rm -rf compdir ; \ /local/mjs/research/coin-or/svn/coin-BugSquash/all-trunk/install-sh -d compdir; \ files=`cd /local/mjs/research/coin-or/svn/coin-BugSquash/all-trunk/ThirdParty/ASL/solvers; ls *.[chs] *.[ch]0 *.hd arith.* makefile* `; \ cd compdir; \ for file in $files; \ do \ rm -f $file ;\ ln -s /local/mjs/research/coin-or/svn/coin-BugSquash/all-trunk/ThirdParty/ASL/solvers/$file $file ;\ done; \ rm -f makefile; \ sed -e 's%ar $(ARFLAGS)%ar $(ARFLAGS)%' makefile.u | sed -e 's%ar ruv%ar ruv%' > makefile; \ make CFLAGS=" -xO4 -DNDEBUG " CC="cc" clean ;\ make CFLAGS=" -xO4 -DNDEBUG " CC="cc" ;\ mv amplsolver.a ../amplsolver.a *** Error code 2 make: Fatal error: Command failed for target `amplsolver.a' ```
non_priority
asl third party package doesn t build on solaris issue created by migration from trac original creator mjsaltzman original creation time assignee version attempting to build the bugsquash branch on solaris but asl build fails the following show the results of attempting to build asl standalone get asl running script for downloading the source code for the asl downloading the source code from ftp solvers tar resolving connecting to connected logging in as anonymous logged in syst done pwd done type i done cwd ampl done port done retr solvers tar done s mb s solvers tar saved unpacking the source code uncompressing the source files deleting the tar file done downloading the source code for asl configure checking build system type sparc sun checking whether we want to compile in debug mode no checking for egrep egrep checking whether ln s works yes checking for cc cc checking for c compiler default output file name a out checking whether the c compiler works yes checking whether we are cross compiling no checking for suffix of executables checking for suffix of object files o checking whether we are using the gnu c compiler no checking whether cc accepts g yes checking for cc option to accept ansi c none needed configure c compiler options are dndebug checking for a bsd compatible install usr local bin install c checking whether build environment is sane yes checking for gawk no checking for mawk no checking for nawk nawk checking whether make sets make yes checking for style of include used by make gnu checking dependency style of cc mkdir failed to make directory conftest dir file exists mkdir failed to make directory sub file exists none checking whether to enable maintainer specific portions of makefiles no checking whether make is the gnu make no checking which command should be used to link input files ln s configure creating config status config status creating makefile config status creating compile ms asl config status executing depfiles commands configure configuration of thirdpartyasl successful make rm rf compdir local mjs research coin or svn coin bugsquash all trunk install sh d compdir files cd local mjs research coin or svn coin bugsquash all trunk thirdparty asl solvers ls hd arith makefile cd compdir for file in files do rm f file ln s local mjs research coin or svn coin bugsquash all trunk thirdparty asl solvers file file done rm f makefile sed e s ar arflags ar arflags makefile u sed e s ar ruv ar ruv makefile make cflags dndebug cc cc clean make cflags dndebug cc cc mv amplsolver a amplsolver a error code make fatal error command failed for target amplsolver a
0
11,519
7,274,969,530
IssuesEvent
2018-02-21 11:54:13
brave/browser-laptop
https://api.github.com/repos/brave/browser-laptop
opened
npm run start fails quite often
crash dev-setup usability
<!-- Have you searched for similar issues? We have received a lot of feedback and bug reports that we have closed as duplicates. Before submitting this issue, please visit our community site for common ones: https://community.brave.com/c/common-issues --> ### Description Off late i've been seeing running `npm run start` it launches browser and crashes ### Steps to Reproduce <!-- Please add a series of steps to reproduce the problem. See https://stackoverflow.com/help/mcve for in depth information on how to create a minimal, complete, and verifiable example. --> 1. Build from source 2. `npm run start` to launch development instance 3. Browser launches and crashes immediately **Actual result:** ``` $ npm run start > brave@0.21.10 start E:\srirambv\browser-laptop > node ./tools/start.js --user-data-dir-name=brave-development --enable-logging --v=0 --enable-extension-activity-logging --enable-sandbox-logging --enable-dcheck Crash reporting enabled [7624:520:0221/171922.579:ERROR:CONSOLE(28293)] "(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.", source: http://localhost:8080/gen/app.entry.js (28293) [7624:520:0221/171922.580:ERROR:CONSOLE(28293)] "(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.", source: http://localhost:8080/gen/app.entry.js (28293) process exited with code 2147483651 npm ERR! code ELIFECYCLE npm ERR! errno 2147483651 npm ERR! brave@0.21.10 start: `node ./tools/start.js --user-data-dir-name=brave-development --enable-logging --v=0 --enable-extension-activity-logging --enable-sandbox-logging --enable-dcheck` npm ERR! Exit status 2147483651 npm ERR! npm ERR! Failed at the brave@0.21.10 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\SriramBV\AppData\Roaming\npm-cache\_logs\2018-02-21T11_49_24_298Z-debug.log ``` **Expected result:** Should launch upon running the command correctly **Reproduces how often:** Quite often ### Brave Version **about:brave info:** <!-- Please open about:brave, copy the version information, and paste it. --> **Reproducible on current live release:** N/A ### Additional Information Same issue when relaunching an existing profile. Sometimes have to switch to `npm start` to launch and sometimes have to delete the `brave-development` profile before a successful browser launch cc: @bridiver @darkdh @bsclifton
True
npm run start fails quite often - <!-- Have you searched for similar issues? We have received a lot of feedback and bug reports that we have closed as duplicates. Before submitting this issue, please visit our community site for common ones: https://community.brave.com/c/common-issues --> ### Description Off late i've been seeing running `npm run start` it launches browser and crashes ### Steps to Reproduce <!-- Please add a series of steps to reproduce the problem. See https://stackoverflow.com/help/mcve for in depth information on how to create a minimal, complete, and verifiable example. --> 1. Build from source 2. `npm run start` to launch development instance 3. Browser launches and crashes immediately **Actual result:** ``` $ npm run start > brave@0.21.10 start E:\srirambv\browser-laptop > node ./tools/start.js --user-data-dir-name=brave-development --enable-logging --v=0 --enable-extension-activity-logging --enable-sandbox-logging --enable-dcheck Crash reporting enabled [7624:520:0221/171922.579:ERROR:CONSOLE(28293)] "(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.", source: http://localhost:8080/gen/app.entry.js (28293) [7624:520:0221/171922.580:ERROR:CONSOLE(28293)] "(node) warning: possible EventEmitter memory leak detected. %d listeners added. Use emitter.setMaxListeners() to increase limit.", source: http://localhost:8080/gen/app.entry.js (28293) process exited with code 2147483651 npm ERR! code ELIFECYCLE npm ERR! errno 2147483651 npm ERR! brave@0.21.10 start: `node ./tools/start.js --user-data-dir-name=brave-development --enable-logging --v=0 --enable-extension-activity-logging --enable-sandbox-logging --enable-dcheck` npm ERR! Exit status 2147483651 npm ERR! npm ERR! Failed at the brave@0.21.10 start script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\SriramBV\AppData\Roaming\npm-cache\_logs\2018-02-21T11_49_24_298Z-debug.log ``` **Expected result:** Should launch upon running the command correctly **Reproduces how often:** Quite often ### Brave Version **about:brave info:** <!-- Please open about:brave, copy the version information, and paste it. --> **Reproducible on current live release:** N/A ### Additional Information Same issue when relaunching an existing profile. Sometimes have to switch to `npm start` to launch and sometimes have to delete the `brave-development` profile before a successful browser launch cc: @bridiver @darkdh @bsclifton
non_priority
npm run start fails quite often have you searched for similar issues we have received a lot of feedback and bug reports that we have closed as duplicates before submitting this issue please visit our community site for common ones description off late i ve been seeing running npm run start it launches browser and crashes steps to reproduce please add a series of steps to reproduce the problem see for in depth information on how to create a minimal complete and verifiable example build from source npm run start to launch development instance browser launches and crashes immediately actual result npm run start brave start e srirambv browser laptop node tools start js user data dir name brave development enable logging v enable extension activity logging enable sandbox logging enable dcheck crash reporting enabled node warning possible eventemitter memory leak detected d listeners added use emitter setmaxlisteners to increase limit source node warning possible eventemitter memory leak detected d listeners added use emitter setmaxlisteners to increase limit source process exited with code npm err code elifecycle npm err errno npm err brave start node tools start js user data dir name brave development enable logging v enable extension activity logging enable sandbox logging enable dcheck npm err exit status npm err npm err failed at the brave start script npm err this is probably not a problem with npm there is likely additional logging output above npm err a complete log of this run can be found in npm err c users srirambv appdata roaming npm cache logs debug log expected result should launch upon running the command correctly reproduces how often quite often brave version about brave info please open about brave copy the version information and paste it reproducible on current live release n a additional information same issue when relaunching an existing profile sometimes have to switch to npm start to launch and sometimes have to delete the brave development profile before a successful browser launch cc bridiver darkdh bsclifton
0
8,754
27,172,210,632
IssuesEvent
2023-02-17 20:33:24
OneDrive/onedrive-api-docs
https://api.github.com/repos/OneDrive/onedrive-api-docs
closed
It seems too easy to delete a folder, by mistake
type:bug status:investigating Needs: Attention :wave: automation:Closed
It seems a folder can be deleted: a) without giving the id for that folder specifically, b) when the folder is not empty. When I was developing my usage of this endpoint, I mistakenly gave the endpoint path: "/me/drive/special/approot/items/\(itemId)" with a DELETE REST request and that deleted my entire app folder. The itemId referred to an item in the folder, and the folder was not empty. Thanks for your consideration. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 1972b81a-297f-08b6-274a-60ecda82a218 * Version Independent ID: f0da765f-de5f-e6a1-a17c-c02dcfabd3ae * Content: [Delete a file or folder - OneDrive API - OneDrive dev center](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_delete?view=odsp-graph-online#feedback) * Content Source: [docs/rest-api/api/driveitem_delete.md](https://github.com/OneDrive/onedrive-api-docs/blob/live/docs/rest-api/api/driveitem_delete.md) * Product: **onedrive** * GitHub Login: @rgregg * Microsoft Alias: **rgregg**
1.0
It seems too easy to delete a folder, by mistake - It seems a folder can be deleted: a) without giving the id for that folder specifically, b) when the folder is not empty. When I was developing my usage of this endpoint, I mistakenly gave the endpoint path: "/me/drive/special/approot/items/\(itemId)" with a DELETE REST request and that deleted my entire app folder. The itemId referred to an item in the folder, and the folder was not empty. Thanks for your consideration. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 1972b81a-297f-08b6-274a-60ecda82a218 * Version Independent ID: f0da765f-de5f-e6a1-a17c-c02dcfabd3ae * Content: [Delete a file or folder - OneDrive API - OneDrive dev center](https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/driveitem_delete?view=odsp-graph-online#feedback) * Content Source: [docs/rest-api/api/driveitem_delete.md](https://github.com/OneDrive/onedrive-api-docs/blob/live/docs/rest-api/api/driveitem_delete.md) * Product: **onedrive** * GitHub Login: @rgregg * Microsoft Alias: **rgregg**
non_priority
it seems too easy to delete a folder by mistake it seems a folder can be deleted a without giving the id for that folder specifically b when the folder is not empty when i was developing my usage of this endpoint i mistakenly gave the endpoint path me drive special approot items itemid with a delete rest request and that deleted my entire app folder the itemid referred to an item in the folder and the folder was not empty thanks for your consideration document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source product onedrive github login rgregg microsoft alias rgregg
0
419,961
28,210,777,235
IssuesEvent
2023-04-05 04:01:36
Interlisp/Interlisp.github.io
https://api.github.com/repos/Interlisp/Interlisp.github.io
closed
Running medley on Windows documentation
documentation High Priority
Update the [Running on Windows](https://interlisp.org/running/running-on-win/) page to accurately reflect how to run Medley within Windows. --- You don’t need vnc in the “run locally in windows” scenario. For that matter, you don’t need docker either – if you can install WSL2. For a while last year we were trying docker because of some problems running on WSL1 (or Cygwin)…. But now that WSL2 is baked into Windows 11 I’d recommend using Docker Desktop as a option. 1. To try things out and learn about the environment, open an account at online.interlisp.org and run fullscreen. Zero install. Some details to be worked out 2. When we have SDL running, it will provide a light-weight install 3. If you can run WSL2 in windows 11, it comes with its own X server which is forwarded to the host windows automatically 4. If you have an older windows which can run Docker desktop but only WSL1 and can install an X server OR if you want to run locally (ruling out 1) but don’t trust Medley to not mess up your system, then “Docker” might be part of what you need to learn about.
1.0
Running medley on Windows documentation - Update the [Running on Windows](https://interlisp.org/running/running-on-win/) page to accurately reflect how to run Medley within Windows. --- You don’t need vnc in the “run locally in windows” scenario. For that matter, you don’t need docker either – if you can install WSL2. For a while last year we were trying docker because of some problems running on WSL1 (or Cygwin)…. But now that WSL2 is baked into Windows 11 I’d recommend using Docker Desktop as a option. 1. To try things out and learn about the environment, open an account at online.interlisp.org and run fullscreen. Zero install. Some details to be worked out 2. When we have SDL running, it will provide a light-weight install 3. If you can run WSL2 in windows 11, it comes with its own X server which is forwarded to the host windows automatically 4. If you have an older windows which can run Docker desktop but only WSL1 and can install an X server OR if you want to run locally (ruling out 1) but don’t trust Medley to not mess up your system, then “Docker” might be part of what you need to learn about.
non_priority
running medley on windows documentation update the page to accurately reflect how to run medley within windows you don’t need vnc in the “run locally in windows” scenario for that matter you don’t need docker either – if you can install for a while last year we were trying docker because of some problems running on or cygwin … but now that is baked into windows i’d recommend using docker desktop as a option to try things out and learn about the environment open an account at online interlisp org and run fullscreen zero install some details to be worked out when we have sdl running it will provide a light weight install if you can run in windows it comes with its own x server which is forwarded to the host windows automatically if you have an older windows which can run docker desktop but only and can install an x server or if you want to run locally ruling out but don’t trust medley to not mess up your system then “docker” might be part of what you need to learn about
0
109,130
23,724,090,748
IssuesEvent
2022-08-30 17:52:48
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
Code Table Request - New Media label = tombstone
Priority-High (Needed for work) Function-Media Function-CodeTables
@Jegelewicz I just went back through this whole issue again. I had created #2846 proposing a new media label _thumbnail description_ but the issue was closed and "merged" with this one. Above, you and Dusty both said to just take this one over instead of creating a new one, so I have no idea why I made a new issue. This is what I proposed there: Goal Describe what you're trying to accomplish. We need a designated media field that will display below thumbnails on catalog records. See #2813, #1652, #2529. Context Describe why this new value is necessary and existing values are not. Currently, media labels (description, comment, and maybe others) unpredictably display below thumbnails. We need the ability to predictably display critical media data to users on catalog records. By calling this media label “thumbnail description”, it allows flexibility for collections to prioritize what type of data they consider to be most important to display. Table Code Tables are http://arctos.database.museum/info/ctDocumentation.cfm media_label Value Proposed new value ~thumbnail description~ tombstone Definition Clear, complete, non-collection-type-specific definition of the new value. Description that will display below thumbnails on catalog records. If this label is not present, the description label value will display. Best practice is to add only one of these and keep it concise. > IF ~thumbnail description~tombstone THEN > use that > ELSE > use description > > and the documentation should reflect that. > There will also be length and cardinality limitations - 500000 characters isn't going to fit in any current (or probably future) UI, nor will 5000 "thumbnail description" labels no matter the contents. I don't have anything hard and fast to offer, but "add only one of these" and "keep it concise" might be useful things to include in the definition as well. _Originally posted by @krgomez in https://github.com/ArctosDB/arctos/issues/2813#issuecomment-862533357_
1.0
Code Table Request - New Media label = tombstone - @Jegelewicz I just went back through this whole issue again. I had created #2846 proposing a new media label _thumbnail description_ but the issue was closed and "merged" with this one. Above, you and Dusty both said to just take this one over instead of creating a new one, so I have no idea why I made a new issue. This is what I proposed there: Goal Describe what you're trying to accomplish. We need a designated media field that will display below thumbnails on catalog records. See #2813, #1652, #2529. Context Describe why this new value is necessary and existing values are not. Currently, media labels (description, comment, and maybe others) unpredictably display below thumbnails. We need the ability to predictably display critical media data to users on catalog records. By calling this media label “thumbnail description”, it allows flexibility for collections to prioritize what type of data they consider to be most important to display. Table Code Tables are http://arctos.database.museum/info/ctDocumentation.cfm media_label Value Proposed new value ~thumbnail description~ tombstone Definition Clear, complete, non-collection-type-specific definition of the new value. Description that will display below thumbnails on catalog records. If this label is not present, the description label value will display. Best practice is to add only one of these and keep it concise. > IF ~thumbnail description~tombstone THEN > use that > ELSE > use description > > and the documentation should reflect that. > There will also be length and cardinality limitations - 500000 characters isn't going to fit in any current (or probably future) UI, nor will 5000 "thumbnail description" labels no matter the contents. I don't have anything hard and fast to offer, but "add only one of these" and "keep it concise" might be useful things to include in the definition as well. _Originally posted by @krgomez in https://github.com/ArctosDB/arctos/issues/2813#issuecomment-862533357_
non_priority
code table request new media label tombstone jegelewicz i just went back through this whole issue again i had created proposing a new media label thumbnail description but the issue was closed and merged with this one above you and dusty both said to just take this one over instead of creating a new one so i have no idea why i made a new issue this is what i proposed there goal describe what you re trying to accomplish we need a designated media field that will display below thumbnails on catalog records see context describe why this new value is necessary and existing values are not currently media labels description comment and maybe others unpredictably display below thumbnails we need the ability to predictably display critical media data to users on catalog records by calling this media label “thumbnail description” it allows flexibility for collections to prioritize what type of data they consider to be most important to display table code tables are media label value proposed new value thumbnail description tombstone definition clear complete non collection type specific definition of the new value description that will display below thumbnails on catalog records if this label is not present the description label value will display best practice is to add only one of these and keep it concise if thumbnail description tombstone then use that else use description and the documentation should reflect that there will also be length and cardinality limitations characters isn t going to fit in any current or probably future ui nor will thumbnail description labels no matter the contents i don t have anything hard and fast to offer but add only one of these and keep it concise might be useful things to include in the definition as well originally posted by krgomez in
0
760,518
26,645,123,692
IssuesEvent
2023-01-25 09:22:57
woocommerce/woocommerce-blocks
https://api.github.com/repos/woocommerce/woocommerce-blocks
opened
Running E2E tests locally throws an error (404 when POST batch settings)
priority: high category: tests
## Steps to reproduce ### Prerequisites - optional You may want to setup fresh testing environment: 1. Remove all the Docker containers 2. `wp-env destroy` to confirm everything's gone 3. `wp-env start` to start a fresh environment ### Steps 1. Run tests by `npm run test:e2e` **Expected**: tests are running and passing **Actual**: there's a 404 error thrown: POST http://localhost:8889/wp-json/wc/v3/settings/general/batch ![image](https://user-images.githubusercontent.com/20098064/214524310-befe0efe-3670-4ac2-bbf4-5f08851ba077.png) ## Notes: - the same issue has been spotted on two separate branches. - In one of the cases `.wp-env.override.json` file was necessary for the issue to occur. - In other case (branch `add/convert-classic-template`) no changes to `.wp-env.json`, nor `.wp-env.override.json` was created in order for the issue to occur. cc: @gigitux, @Aljullu
1.0
Running E2E tests locally throws an error (404 when POST batch settings) - ## Steps to reproduce ### Prerequisites - optional You may want to setup fresh testing environment: 1. Remove all the Docker containers 2. `wp-env destroy` to confirm everything's gone 3. `wp-env start` to start a fresh environment ### Steps 1. Run tests by `npm run test:e2e` **Expected**: tests are running and passing **Actual**: there's a 404 error thrown: POST http://localhost:8889/wp-json/wc/v3/settings/general/batch ![image](https://user-images.githubusercontent.com/20098064/214524310-befe0efe-3670-4ac2-bbf4-5f08851ba077.png) ## Notes: - the same issue has been spotted on two separate branches. - In one of the cases `.wp-env.override.json` file was necessary for the issue to occur. - In other case (branch `add/convert-classic-template`) no changes to `.wp-env.json`, nor `.wp-env.override.json` was created in order for the issue to occur. cc: @gigitux, @Aljullu
priority
running tests locally throws an error when post batch settings steps to reproduce prerequisites optional you may want to setup fresh testing environment remove all the docker containers wp env destroy to confirm everything s gone wp env start to start a fresh environment steps run tests by npm run test expected tests are running and passing actual there s a error thrown post notes the same issue has been spotted on two separate branches in one of the cases wp env override json file was necessary for the issue to occur in other case branch add convert classic template no changes to wp env json nor wp env override json was created in order for the issue to occur cc gigitux aljullu
1
128,298
12,369,401,492
IssuesEvent
2020-05-18 15:12:21
commercionetwork/commercio-sdk.dart
https://api.github.com/repos/commercionetwork/commercio-sdk.dart
opened
Small docs fixes
documentation
Reviewing the documentation I've found just some small adjustment that should be done: - [docs/lib/id/id_helper.md](https://github.com/commercionetwork/commercio-sdk.dart/blob/update-guide/docs/lib/id/id_helper.md) - The line 64 has a typo error (`diDocument` instead of `didDocument`), should be: ```dart await IdHelper.setDidDocument(didDocument, wallet); ``` - Strings in Dart are usually declared with single quotes but double quotes are not an error - Tips are not in GitHub markdown syntax. For example: ```markdown :::tip Some tip ::: ``` is not processed by GitHub. Maybe should we use a quote block instead? - [docs/lib/membership/membership_helper.md](https://github.com/commercionetwork/commercio-sdk.dart/blob/update-guide/docs/lib/membership/membership_helper.md) lines 10-13 the correct method signature is: ```dart static Future<TransactionResult> inviteUser( String userDid, Wallet wallet, {StdFee fee} ) async ``` with the optional `fee` parameter. - [docs/lib/mint/mint_helper.md](https://github.com/commercionetwork/commercio-sdk.dart/blob/update-guide/docs/lib/mint/mint_helper.md) at lines 10-14 the openCdp signature should be: ```dart static Future<TransactionResult> openCdp( int amount, Wallet wallet, {StdFee fee} ) ``` with `amount` instead of `commercioTokenAmount`. - [docs/lib/tx/tx_helper.md](https://github.com/commercionetwork/commercio-sdk.dart/blob/update-guide/docs/lib/tx/tx_helper.md) lines 13-18, the `fee` parameter is now assigned inside the method body and thus the signature become: ```dart static Future<TransactionResult> createSignAndSendTx( List<StdMsg> msgs, Wallet wallet, { StdFee fee, }) async ```` - [docs/lib/crypto/sign_helper.md](https://github.com/commercionetwork/commercio-sdk.dart/blob/update-guide/docs/lib/crypto/sign_helper.md) the method `signSorted()` should have the signature: ```dart static Uint8List signSorted(dynamic data, Wallet wallet) ``` - [docs/lib/crypto/encryption_helper.md](https://github.com/commercionetwork/commercio-sdk.dart/blob/update-guide/docs/lib/crypto/encryption_helper.md) line 54 should be: ```dart static Future<RSAPublicKey> getGovernmentRsaPubKey(String lcdUrl) async ``` with `RSAPublicKey` instead of `RSAPubKey`. - [docs/lib/crypto/keys_helper.md](https://github.com/commercionetwork/commercio-sdk.dart/blob/update-guide/docs/lib/crypto/keys_helper.md) - line 12 should be: ```dart static Future<KeyPair<RSAPublicKey, RSAPrivateKey>> generateRsaKeyPair({ int bytes = 2048, String type, }) async ``` with the optional `type` parameter. - line 18 should be: ```dart static Future<Key> generateAesKey({int length = 256}) async ``` with length `256` instead of `356`.
1.0
Small docs fixes - Reviewing the documentation I've found just some small adjustment that should be done: - [docs/lib/id/id_helper.md](https://github.com/commercionetwork/commercio-sdk.dart/blob/update-guide/docs/lib/id/id_helper.md) - The line 64 has a typo error (`diDocument` instead of `didDocument`), should be: ```dart await IdHelper.setDidDocument(didDocument, wallet); ``` - Strings in Dart are usually declared with single quotes but double quotes are not an error - Tips are not in GitHub markdown syntax. For example: ```markdown :::tip Some tip ::: ``` is not processed by GitHub. Maybe should we use a quote block instead? - [docs/lib/membership/membership_helper.md](https://github.com/commercionetwork/commercio-sdk.dart/blob/update-guide/docs/lib/membership/membership_helper.md) lines 10-13 the correct method signature is: ```dart static Future<TransactionResult> inviteUser( String userDid, Wallet wallet, {StdFee fee} ) async ``` with the optional `fee` parameter. - [docs/lib/mint/mint_helper.md](https://github.com/commercionetwork/commercio-sdk.dart/blob/update-guide/docs/lib/mint/mint_helper.md) at lines 10-14 the openCdp signature should be: ```dart static Future<TransactionResult> openCdp( int amount, Wallet wallet, {StdFee fee} ) ``` with `amount` instead of `commercioTokenAmount`. - [docs/lib/tx/tx_helper.md](https://github.com/commercionetwork/commercio-sdk.dart/blob/update-guide/docs/lib/tx/tx_helper.md) lines 13-18, the `fee` parameter is now assigned inside the method body and thus the signature become: ```dart static Future<TransactionResult> createSignAndSendTx( List<StdMsg> msgs, Wallet wallet, { StdFee fee, }) async ```` - [docs/lib/crypto/sign_helper.md](https://github.com/commercionetwork/commercio-sdk.dart/blob/update-guide/docs/lib/crypto/sign_helper.md) the method `signSorted()` should have the signature: ```dart static Uint8List signSorted(dynamic data, Wallet wallet) ``` - [docs/lib/crypto/encryption_helper.md](https://github.com/commercionetwork/commercio-sdk.dart/blob/update-guide/docs/lib/crypto/encryption_helper.md) line 54 should be: ```dart static Future<RSAPublicKey> getGovernmentRsaPubKey(String lcdUrl) async ``` with `RSAPublicKey` instead of `RSAPubKey`. - [docs/lib/crypto/keys_helper.md](https://github.com/commercionetwork/commercio-sdk.dart/blob/update-guide/docs/lib/crypto/keys_helper.md) - line 12 should be: ```dart static Future<KeyPair<RSAPublicKey, RSAPrivateKey>> generateRsaKeyPair({ int bytes = 2048, String type, }) async ``` with the optional `type` parameter. - line 18 should be: ```dart static Future<Key> generateAesKey({int length = 256}) async ``` with length `256` instead of `356`.
non_priority
small docs fixes reviewing the documentation i ve found just some small adjustment that should be done the line has a typo error didocument instead of diddocument should be dart await idhelper setdiddocument diddocument wallet strings in dart are usually declared with single quotes but double quotes are not an error tips are not in github markdown syntax for example markdown tip some tip is not processed by github maybe should we use a quote block instead lines the correct method signature is dart static future inviteuser string userdid wallet wallet stdfee fee async with the optional fee parameter at lines the opencdp signature should be dart static future opencdp int amount wallet wallet stdfee fee with amount instead of commerciotokenamount lines the fee parameter is now assigned inside the method body and thus the signature become dart static future createsignandsendtx list msgs wallet wallet stdfee fee async the method signsorted should have the signature dart static signsorted dynamic data wallet wallet line should be dart static future getgovernmentrsapubkey string lcdurl async with rsapublickey instead of rsapubkey line should be dart static future generatersakeypair int bytes string type async with the optional type parameter line should be dart static future generateaeskey int length async with length instead of
0
265,491
20,100,341,645
IssuesEvent
2022-02-07 02:45:39
tanyaleepr/portfolio-generator
https://api.github.com/repos/tanyaleepr/portfolio-generator
opened
Prompt user for more input
documentation
**Description** _Profile questions_ - Name - GitHub account name - About me _Project questions_ - Project name - Project description - Programming Languages - Project link
1.0
Prompt user for more input - **Description** _Profile questions_ - Name - GitHub account name - About me _Project questions_ - Project name - Project description - Programming Languages - Project link
non_priority
prompt user for more input description profile questions name github account name about me project questions project name project description programming languages project link
0
347,275
10,427,822,053
IssuesEvent
2019-09-16 20:50:47
OpenNebula/one
https://api.github.com/repos/OpenNebula/one
closed
System Wide CPU model configuration
Category: Core & System Category: Drivers - VM Priority: Normal Sponsored Status: Accepted Type: Feature
**Description** CPU_MODEL currently can be set on a per-template basis. It would be suitable to also have a global configuration option for this, like the ones already in `/etc/one/vmm_exec/vmm_exec_kvm.conf` **Use case** Usability **Interface Changes** None <!--////////////////////////////////////////////--> <!-- THIS SECTION IS FOR THE DEVELOPMENT TEAM --> <!-- BOTH FOR BUGS AND ENHANCEMENT REQUESTS --> <!-- PROGRESS WILL BE REFLECTED HERE --> <!--////////////////////////////////////////////--> ## Progress Status - [ ] Branch created - [ ] Code committed to development branch - [ ] Testing - QA - [ ] Documentation - [ ] Release notes - resolved issues, compatibility, known issues - [ ] Code committed to upstream release/hotfix branches - [ ] Documentation committed to upstream release/hotfix branches
1.0
System Wide CPU model configuration - **Description** CPU_MODEL currently can be set on a per-template basis. It would be suitable to also have a global configuration option for this, like the ones already in `/etc/one/vmm_exec/vmm_exec_kvm.conf` **Use case** Usability **Interface Changes** None <!--////////////////////////////////////////////--> <!-- THIS SECTION IS FOR THE DEVELOPMENT TEAM --> <!-- BOTH FOR BUGS AND ENHANCEMENT REQUESTS --> <!-- PROGRESS WILL BE REFLECTED HERE --> <!--////////////////////////////////////////////--> ## Progress Status - [ ] Branch created - [ ] Code committed to development branch - [ ] Testing - QA - [ ] Documentation - [ ] Release notes - resolved issues, compatibility, known issues - [ ] Code committed to upstream release/hotfix branches - [ ] Documentation committed to upstream release/hotfix branches
priority
system wide cpu model configuration description cpu model currently can be set on a per template basis it would be suitable to also have a global configuration option for this like the ones already in etc one vmm exec vmm exec kvm conf use case usability interface changes none progress status branch created code committed to development branch testing qa documentation release notes resolved issues compatibility known issues code committed to upstream release hotfix branches documentation committed to upstream release hotfix branches
1
71,959
13,768,048,657
IssuesEvent
2020-10-07 16:32:01
pulumi/pulumi
https://api.github.com/repos/pulumi/pulumi
closed
Support deprecation messages for enum values.
area/codegen
Related to: #4003 Add support for deprecation messages for specific enum values. Example below. https://github.com/pulumi/pulumi-aws/blob/master/sdk/nodejs/lambda/runtimes.ts#L56-L69
1.0
Support deprecation messages for enum values. - Related to: #4003 Add support for deprecation messages for specific enum values. Example below. https://github.com/pulumi/pulumi-aws/blob/master/sdk/nodejs/lambda/runtimes.ts#L56-L69
non_priority
support deprecation messages for enum values related to add support for deprecation messages for specific enum values example below
0
596,271
18,101,401,706
IssuesEvent
2021-09-22 14:33:27
ArctosDB/arctos
https://api.github.com/repos/ArctosDB/arctos
closed
Clean up non-person agent with login name
Priority-High (Needed for work) Bug
Issue Documentation is http://handbook.arctosdb.org/how_to/How-to-Use-Issues-in-Arctos.html **Describe the bug** I was trying to add my GitHub info to my Agent profile, and whenever I tried to save any data on the Agent page I got the following errors: ![Arctos error 1 copy](https://user-images.githubusercontent.com/18562884/110535037-01210100-80dd-11eb-922b-1e8746019c66.jpg) ![Arctos error 2](https://user-images.githubusercontent.com/18562884/110535045-041bf180-80dd-11eb-9dcd-2a5925c213f7.jpg) I didn't change anything else on the page at all, just opened my agent profile so I'm not sure what is going on. I closed the tab and logged out, then logged in again and it gave me the same error. It seems to be having a problem with my second login for my public searching, bwommack. I've had that login for several years now so I'm not sure what is going on. **To Reproduce** Go to Agent -> search for Elizabeth A. Wommack -> attempt to make any changes and then click save. **Expected behavior** I can save changes to other agent profiles, so there seems to be something specifically wrong with mine. **Desktop (please complete the following information):** Mac OS Chrome
1.0
Clean up non-person agent with login name - Issue Documentation is http://handbook.arctosdb.org/how_to/How-to-Use-Issues-in-Arctos.html **Describe the bug** I was trying to add my GitHub info to my Agent profile, and whenever I tried to save any data on the Agent page I got the following errors: ![Arctos error 1 copy](https://user-images.githubusercontent.com/18562884/110535037-01210100-80dd-11eb-922b-1e8746019c66.jpg) ![Arctos error 2](https://user-images.githubusercontent.com/18562884/110535045-041bf180-80dd-11eb-9dcd-2a5925c213f7.jpg) I didn't change anything else on the page at all, just opened my agent profile so I'm not sure what is going on. I closed the tab and logged out, then logged in again and it gave me the same error. It seems to be having a problem with my second login for my public searching, bwommack. I've had that login for several years now so I'm not sure what is going on. **To Reproduce** Go to Agent -> search for Elizabeth A. Wommack -> attempt to make any changes and then click save. **Expected behavior** I can save changes to other agent profiles, so there seems to be something specifically wrong with mine. **Desktop (please complete the following information):** Mac OS Chrome
priority
clean up non person agent with login name issue documentation is describe the bug i was trying to add my github info to my agent profile and whenever i tried to save any data on the agent page i got the following errors i didn t change anything else on the page at all just opened my agent profile so i m not sure what is going on i closed the tab and logged out then logged in again and it gave me the same error it seems to be having a problem with my second login for my public searching bwommack i ve had that login for several years now so i m not sure what is going on to reproduce go to agent search for elizabeth a wommack attempt to make any changes and then click save expected behavior i can save changes to other agent profiles so there seems to be something specifically wrong with mine desktop please complete the following information mac os chrome
1
718,572
24,723,672,017
IssuesEvent
2022-10-20 12:38:58
architectury/architectury-api
https://api.github.com/repos/architectury/architectury-api
closed
Forge Particle Registration
bug priority: medium
Hi, I opened a PR which resolves this issue, but it does not resolve the issue how the project managers would prefer. Therefore, I am opening this issue and will reference the PR so that you can take a look and potentially resolve the problem in the future your own way. Simply adding this to track the issue. The problem: when registering particles, the implementation as noted in the api does not work. The particles load in Fabric fine, but not in Forge. The Resolution: 1. The event which registration is called happens too late in the forge lifecycle. The deferred Registry is created in ClientSetup which is too late. Need an earlier point in the Forge Lifecycle. 2. The ParticleFactoryRegistryEvent needs to be used. This is actually implemented but incorrectly in the ParticleProviderRegistry implementation. The event is subscribed but is never called because it is on the wrong bus. Which should be Bus.MOD). See https://github.com/architectury/architectury-api/blob/917b70d50a89695270d4f6289231c413b6f24bd5/forge/src/main/java/dev/architectury/registry/client/particle/forge/ParticleProviderRegistryImpl.java#L101
1.0
Forge Particle Registration - Hi, I opened a PR which resolves this issue, but it does not resolve the issue how the project managers would prefer. Therefore, I am opening this issue and will reference the PR so that you can take a look and potentially resolve the problem in the future your own way. Simply adding this to track the issue. The problem: when registering particles, the implementation as noted in the api does not work. The particles load in Fabric fine, but not in Forge. The Resolution: 1. The event which registration is called happens too late in the forge lifecycle. The deferred Registry is created in ClientSetup which is too late. Need an earlier point in the Forge Lifecycle. 2. The ParticleFactoryRegistryEvent needs to be used. This is actually implemented but incorrectly in the ParticleProviderRegistry implementation. The event is subscribed but is never called because it is on the wrong bus. Which should be Bus.MOD). See https://github.com/architectury/architectury-api/blob/917b70d50a89695270d4f6289231c413b6f24bd5/forge/src/main/java/dev/architectury/registry/client/particle/forge/ParticleProviderRegistryImpl.java#L101
priority
forge particle registration hi i opened a pr which resolves this issue but it does not resolve the issue how the project managers would prefer therefore i am opening this issue and will reference the pr so that you can take a look and potentially resolve the problem in the future your own way simply adding this to track the issue the problem when registering particles the implementation as noted in the api does not work the particles load in fabric fine but not in forge the resolution the event which registration is called happens too late in the forge lifecycle the deferred registry is created in clientsetup which is too late need an earlier point in the forge lifecycle the particlefactoryregistryevent needs to be used this is actually implemented but incorrectly in the particleproviderregistry implementation the event is subscribed but is never called because it is on the wrong bus which should be bus mod see
1
625,365
19,726,487,693
IssuesEvent
2022-01-13 20:31:04
dmwm/CRABServer
https://api.github.com/repos/dmwm/CRABServer
closed
kill arguments are inconsistent in REST
Type: Bug Status: In Progress Priority: TOP
I think we have a problem with https://github.com/dmwm/CRABServer/blob/e81324747c37e07d6d7cf415cb7f5cce8065f591/src/python/CRABInterface/DataWorkflow.py#L382 which IIUC is called by https://github.com/dmwm/CRABServer/blob/e81324747c37e07d6d7cf415cb7f5cce8065f591/src/python/CRABInterface/DataUserWorkflow.py#L178 Ot course I may have not understood properly, need to trace `crab kill` execution, but AFAICT we do not support a list of jobids anymore in there.
1.0
kill arguments are inconsistent in REST - I think we have a problem with https://github.com/dmwm/CRABServer/blob/e81324747c37e07d6d7cf415cb7f5cce8065f591/src/python/CRABInterface/DataWorkflow.py#L382 which IIUC is called by https://github.com/dmwm/CRABServer/blob/e81324747c37e07d6d7cf415cb7f5cce8065f591/src/python/CRABInterface/DataUserWorkflow.py#L178 Ot course I may have not understood properly, need to trace `crab kill` execution, but AFAICT we do not support a list of jobids anymore in there.
priority
kill arguments are inconsistent in rest i think we have a problem with which iiuc is called by ot course i may have not understood properly need to trace crab kill execution but afaict we do not support a list of jobids anymore in there
1
717,617
24,683,016,284
IssuesEvent
2022-10-18 23:48:16
bcgov/entity
https://api.github.com/repos/bcgov/entity
closed
legal api - update task endpoint to not provide conversion todo when pending conversion filing exists
Priority1 ENTITY
Reference annual report todo code as AR todos already do this. Workaround: just resume the record conversion filing and ignore the record conversion todo (which will go away when the conversion is filed and the required business info is no longer missing). --- Note: check for pending conversion in todo list and in filing history list. Example 1 ![image.png](https://images.zenhubusercontent.com/5d0a7edda4644173e93bf808/6dbb08f9-fdec-49fc-93d7-6dc1ac76a49b) Example 2 ![image.png](https://images.zenhubusercontent.com/5d0a7edda4644173e93bf808/f31fdcf8-3063-48d6-9d5d-a6637fe43ac2)
1.0
legal api - update task endpoint to not provide conversion todo when pending conversion filing exists - Reference annual report todo code as AR todos already do this. Workaround: just resume the record conversion filing and ignore the record conversion todo (which will go away when the conversion is filed and the required business info is no longer missing). --- Note: check for pending conversion in todo list and in filing history list. Example 1 ![image.png](https://images.zenhubusercontent.com/5d0a7edda4644173e93bf808/6dbb08f9-fdec-49fc-93d7-6dc1ac76a49b) Example 2 ![image.png](https://images.zenhubusercontent.com/5d0a7edda4644173e93bf808/f31fdcf8-3063-48d6-9d5d-a6637fe43ac2)
priority
legal api update task endpoint to not provide conversion todo when pending conversion filing exists reference annual report todo code as ar todos already do this workaround just resume the record conversion filing and ignore the record conversion todo which will go away when the conversion is filed and the required business info is no longer missing note check for pending conversion in todo list and in filing history list example example
1
293,321
8,975,312,611
IssuesEvent
2019-01-30 04:35:06
JustArchiNET/ASF-ui
https://api.github.com/repos/JustArchiNET/ASF-ui
closed
Add confirm-button when resetting BGR keys
Enhancement Medium priority
Title says it all. i don't like that it doesn't ask you "are you sure you want to do this?"
1.0
Add confirm-button when resetting BGR keys - Title says it all. i don't like that it doesn't ask you "are you sure you want to do this?"
priority
add confirm button when resetting bgr keys title says it all i don t like that it doesn t ask you are you sure you want to do this
1
19,049
26,475,057,276
IssuesEvent
2023-01-17 10:28:46
privacycg/CHIPS
https://api.github.com/repos/privacycg/CHIPS
reopened
Keying of "CHIPS" cookies should align with other state
Looking for feedback compatibility-risk
I think the current model just adds the top-level site as an additional key. However, this is inconsistent with plans for state elsewhere: https://github.com/privacycg/storage-partitioning/issues/25. I think it would be good if there was alignment there. Otherwise we end up with a world where what is considered "partitioned" for some state is not considered "partitioned" for other state, which I suspect will lead to a lot of confusion and subtle application bugs.
True
Keying of "CHIPS" cookies should align with other state - I think the current model just adds the top-level site as an additional key. However, this is inconsistent with plans for state elsewhere: https://github.com/privacycg/storage-partitioning/issues/25. I think it would be good if there was alignment there. Otherwise we end up with a world where what is considered "partitioned" for some state is not considered "partitioned" for other state, which I suspect will lead to a lot of confusion and subtle application bugs.
non_priority
keying of chips cookies should align with other state i think the current model just adds the top level site as an additional key however this is inconsistent with plans for state elsewhere i think it would be good if there was alignment there otherwise we end up with a world where what is considered partitioned for some state is not considered partitioned for other state which i suspect will lead to a lot of confusion and subtle application bugs
0
39,336
8,632,511,453
IssuesEvent
2018-11-22 11:00:24
Yoast/wpseo-woocommerce
https://api.github.com/repos/Yoast/wpseo-woocommerce
closed
Console errors in Products
code-review lingo regression
### How can we reproduce this behavior? 1. Go to create new product in Woocommerce. 2. Click Add new. 3. In Edit window switch between Text and Visual editors. <img width="608" alt="screenshot 2018-11-21 at 11 56 04" src="https://user-images.githubusercontent.com/19681708/48837001-7f2e3200-ed84-11e8-906b-23c01c33dea3.png"> 4. Check console: <img width="775" alt="screenshot 2018-11-21 at 11 56 58" src="https://user-images.githubusercontent.com/19681708/48837030-90773e80-ed84-11e8-984e-90e2f8e1769e.png"> ### Technical info * WordPress version: 4.9.8 * Yoast SEO version: 9.3-beta1
1.0
Console errors in Products - ### How can we reproduce this behavior? 1. Go to create new product in Woocommerce. 2. Click Add new. 3. In Edit window switch between Text and Visual editors. <img width="608" alt="screenshot 2018-11-21 at 11 56 04" src="https://user-images.githubusercontent.com/19681708/48837001-7f2e3200-ed84-11e8-906b-23c01c33dea3.png"> 4. Check console: <img width="775" alt="screenshot 2018-11-21 at 11 56 58" src="https://user-images.githubusercontent.com/19681708/48837030-90773e80-ed84-11e8-984e-90e2f8e1769e.png"> ### Technical info * WordPress version: 4.9.8 * Yoast SEO version: 9.3-beta1
non_priority
console errors in products how can we reproduce this behavior go to create new product in woocommerce click add new in edit window switch between text and visual editors img width alt screenshot at src check console img width alt screenshot at src technical info wordpress version yoast seo version
0
414,163
12,100,081,938
IssuesEvent
2020-04-20 13:16:32
cilium/cilium
https://api.github.com/repos/cilium/cilium
closed
Make Cilium resilient against arbitrary OOM kills during endpoint regeneration
kind/bug priority/high
When the Cilium pod is OOM killed during endpoint regeneration, `llvm` can leave behind partial state. It is likely that https://github.com/cilium/cilium/pull/9638 has already fixed a major cause for leaving state behind but we currently lack a test to validate correct behavior.
1.0
Make Cilium resilient against arbitrary OOM kills during endpoint regeneration - When the Cilium pod is OOM killed during endpoint regeneration, `llvm` can leave behind partial state. It is likely that https://github.com/cilium/cilium/pull/9638 has already fixed a major cause for leaving state behind but we currently lack a test to validate correct behavior.
priority
make cilium resilient against arbitrary oom kills during endpoint regeneration when the cilium pod is oom killed during endpoint regeneration llvm can leave behind partial state it is likely that has already fixed a major cause for leaving state behind but we currently lack a test to validate correct behavior
1
726,260
24,993,285,140
IssuesEvent
2022-11-02 20:51:47
AngelUMICH/Long-Time-Dynamics
https://api.github.com/repos/AngelUMICH/Long-Time-Dynamics
closed
Research Dimer Search Parameters
priority lammps R&D
### Details The saddle point energies calculated with the help of lammps are mostly all the same within a dimer search iteration. I am having doubts whether the energies are representative of the system or if there is a larger issue at hand. I will need to research and compare the saddle point energies between the original dimer search and the new lammps dimer search. Researching the <111> interstitial point defect should suffice. Make sure that the exactly the same system is used in both (i.e positions are the same). The dimer parameters retrieved from the input file should be the main culprit. ### Definition of Done - [ ] ~Calculated 50 saddle point energies with the original dimer search algorithm~ - [ ] ~Did the same but with the new lammps helped dimer search algorithm~ - [ ] ~Compare the results~
1.0
Research Dimer Search Parameters - ### Details The saddle point energies calculated with the help of lammps are mostly all the same within a dimer search iteration. I am having doubts whether the energies are representative of the system or if there is a larger issue at hand. I will need to research and compare the saddle point energies between the original dimer search and the new lammps dimer search. Researching the <111> interstitial point defect should suffice. Make sure that the exactly the same system is used in both (i.e positions are the same). The dimer parameters retrieved from the input file should be the main culprit. ### Definition of Done - [ ] ~Calculated 50 saddle point energies with the original dimer search algorithm~ - [ ] ~Did the same but with the new lammps helped dimer search algorithm~ - [ ] ~Compare the results~
priority
research dimer search parameters details the saddle point energies calculated with the help of lammps are mostly all the same within a dimer search iteration i am having doubts whether the energies are representative of the system or if there is a larger issue at hand i will need to research and compare the saddle point energies between the original dimer search and the new lammps dimer search researching the interstitial point defect should suffice make sure that the exactly the same system is used in both i e positions are the same the dimer parameters retrieved from the input file should be the main culprit definition of done calculated saddle point energies with the original dimer search algorithm did the same but with the new lammps helped dimer search algorithm compare the results
1
532,663
15,560,946,225
IssuesEvent
2021-03-16 13:17:55
AY2021S2-CS2103T-W14-4/tp
https://api.github.com/repos/AY2021S2-CS2103T-W14-4/tp
closed
View Task Deadlines
priority.MEDIUM type.story
As a university student, I can modify the view deadline of tasks so that I can do tasks that are more urgent.
1.0
View Task Deadlines - As a university student, I can modify the view deadline of tasks so that I can do tasks that are more urgent.
priority
view task deadlines as a university student i can modify the view deadline of tasks so that i can do tasks that are more urgent
1
58,710
14,476,978,082
IssuesEvent
2020-12-10 05:32:17
open-telemetry/opentelemetry-java-instrumentation
https://api.github.com/repos/open-telemetry/opentelemetry-java-instrumentation
closed
More robust artifacts publishing
area:build discussion enhancement priority:p2 release:required-for-ga
We have experienced a lot of problems recently during artifacts upload and publishing. This task tries to summarise my understanding of better options to achieve the desired outcome. First, the least desirable option is to abandon Bintray/JCenter altogether and publish directly to MavenCentral. I don't have first-hand experience with this, but Internetz have scared me away from that option. I am under impression that publishing directly to Maven Central is not for the faint of heart. Thus below I assume that we want to continue to distribute our artifacts to MavenCentral via JCenter. One option is stop using bintray gradle plugin and to use standard gradle's `maven-publish` plugin to upload artifacts to Bintray. That should work without problems but will require two "manual" steps: creating to-be-released version in Bintray and then actually publishing uploaded artifacts to that version, thus making them visible to everybody. Both steps can be achieved by Bintray REST API. The second option is to use Artifactory for snapshot publishing and then using Artifactory promotion feature to push already built artifacts to Bintray. Uploading files to Artifactory works without problems for us. And this will eliminate the need to build and test artifacts once more before the release. We just move existing artifacts "snapshot" repo to Bintray. This obviously requires some Artifactory instance :) There is Cloud Artifactory, but free tier will certainly not satisfy us. Thus we have to find some sponsor to pay for it. Some options are: - CNCF will pay for it and will try to make a good deal with JFrog. - Some vendor (Splunk, Microsoft, etc) can sponsor us. - We can use already existing instance of Artifactory used by some vendor. E.g. Splunk already has one in house. - We can apply for OSS sponsorship from JFrog directly.
1.0
More robust artifacts publishing - We have experienced a lot of problems recently during artifacts upload and publishing. This task tries to summarise my understanding of better options to achieve the desired outcome. First, the least desirable option is to abandon Bintray/JCenter altogether and publish directly to MavenCentral. I don't have first-hand experience with this, but Internetz have scared me away from that option. I am under impression that publishing directly to Maven Central is not for the faint of heart. Thus below I assume that we want to continue to distribute our artifacts to MavenCentral via JCenter. One option is stop using bintray gradle plugin and to use standard gradle's `maven-publish` plugin to upload artifacts to Bintray. That should work without problems but will require two "manual" steps: creating to-be-released version in Bintray and then actually publishing uploaded artifacts to that version, thus making them visible to everybody. Both steps can be achieved by Bintray REST API. The second option is to use Artifactory for snapshot publishing and then using Artifactory promotion feature to push already built artifacts to Bintray. Uploading files to Artifactory works without problems for us. And this will eliminate the need to build and test artifacts once more before the release. We just move existing artifacts "snapshot" repo to Bintray. This obviously requires some Artifactory instance :) There is Cloud Artifactory, but free tier will certainly not satisfy us. Thus we have to find some sponsor to pay for it. Some options are: - CNCF will pay for it and will try to make a good deal with JFrog. - Some vendor (Splunk, Microsoft, etc) can sponsor us. - We can use already existing instance of Artifactory used by some vendor. E.g. Splunk already has one in house. - We can apply for OSS sponsorship from JFrog directly.
non_priority
more robust artifacts publishing we have experienced a lot of problems recently during artifacts upload and publishing this task tries to summarise my understanding of better options to achieve the desired outcome first the least desirable option is to abandon bintray jcenter altogether and publish directly to mavencentral i don t have first hand experience with this but internetz have scared me away from that option i am under impression that publishing directly to maven central is not for the faint of heart thus below i assume that we want to continue to distribute our artifacts to mavencentral via jcenter one option is stop using bintray gradle plugin and to use standard gradle s maven publish plugin to upload artifacts to bintray that should work without problems but will require two manual steps creating to be released version in bintray and then actually publishing uploaded artifacts to that version thus making them visible to everybody both steps can be achieved by bintray rest api the second option is to use artifactory for snapshot publishing and then using artifactory promotion feature to push already built artifacts to bintray uploading files to artifactory works without problems for us and this will eliminate the need to build and test artifacts once more before the release we just move existing artifacts snapshot repo to bintray this obviously requires some artifactory instance there is cloud artifactory but free tier will certainly not satisfy us thus we have to find some sponsor to pay for it some options are cncf will pay for it and will try to make a good deal with jfrog some vendor splunk microsoft etc can sponsor us we can use already existing instance of artifactory used by some vendor e g splunk already has one in house we can apply for oss sponsorship from jfrog directly
0
74,803
14,344,666,212
IssuesEvent
2020-11-28 15:31:07
paulevsGitch/BetterEnd
https://api.github.com/repos/paulevsGitch/BetterEnd
closed
Enhancement {1.16.3-1.16.4} Add Tags to BetterEnd Logs
enhancement in dev code
Can you Add tags to BetterEnd Logs so recipe can be made that will accept either the stripped version or normal version. Example: me adding a recipe via sawmill with KubeJS, but would have to add 2 recipe for getting the same planks. Instead of 1 recipe. Example Tag: #betterend:pythadendron_log for both the log and stripped log What it looks like in REI: https://gyazo.com/62202428c9c40463a074ad515b58d4fe
1.0
Enhancement {1.16.3-1.16.4} Add Tags to BetterEnd Logs - Can you Add tags to BetterEnd Logs so recipe can be made that will accept either the stripped version or normal version. Example: me adding a recipe via sawmill with KubeJS, but would have to add 2 recipe for getting the same planks. Instead of 1 recipe. Example Tag: #betterend:pythadendron_log for both the log and stripped log What it looks like in REI: https://gyazo.com/62202428c9c40463a074ad515b58d4fe
non_priority
enhancement add tags to betterend logs can you add tags to betterend logs so recipe can be made that will accept either the stripped version or normal version example me adding a recipe via sawmill with kubejs but would have to add recipe for getting the same planks instead of recipe example tag betterend pythadendron log for both the log and stripped log what it looks like in rei
0
151,349
23,803,487,638
IssuesEvent
2022-09-03 17:15:04
kubernetes-sigs/kui
https://api.github.com/repos/kubernetes-sigs/kui
closed
Disable escape key handling for sidebar
kind/design
Ugh, it is pretty annoying, since Kui does not properly intercept every last UI element that might accept an escape key (and then properly issue an `evt.stopPropagation()`. If we did that properly, then ... maybe this would be ok. As it stands, when one hits escape for some other purpose, the sidebar may or may not randomly open up, depending on whether Kui has stopped the prop.
1.0
Disable escape key handling for sidebar - Ugh, it is pretty annoying, since Kui does not properly intercept every last UI element that might accept an escape key (and then properly issue an `evt.stopPropagation()`. If we did that properly, then ... maybe this would be ok. As it stands, when one hits escape for some other purpose, the sidebar may or may not randomly open up, depending on whether Kui has stopped the prop.
non_priority
disable escape key handling for sidebar ugh it is pretty annoying since kui does not properly intercept every last ui element that might accept an escape key and then properly issue an evt stoppropagation if we did that properly then maybe this would be ok as it stands when one hits escape for some other purpose the sidebar may or may not randomly open up depending on whether kui has stopped the prop
0
492,408
14,212,543,675
IssuesEvent
2020-11-17 00:19:49
rathena/rathena
https://api.github.com/repos/rathena/rathena
closed
Other character's disguises fail to update on @refresh
component:core mode:prerenewal mode:renewal priority:low status:confirmed type:bug
* **rAthena Hash**: 998a99fe7 * **Client Date**: 20180620 <!-- Please specify the client date you used. --> * **Server Mode**: Pre-re (doesn't matter) * **Description of Issue**: * Take two players, PlayerA and PlayerB * If A uses `@disguise poring`, they show up on B's client as a poring. * If B uses `@refresh`, PlayerA still looks like a poring, but when B hovers over A, no info is shown. ![image](https://user-images.githubusercontent.com/6844975/91645232-3e9f2600-e9f8-11ea-9aaf-50d5f85b6e1c.png) * If A moves, B will not see them move. * If A uses `@refresh`, the B can now see the poring normally. * **Modifications that may affect results**: None
1.0
Other character's disguises fail to update on @refresh - * **rAthena Hash**: 998a99fe7 * **Client Date**: 20180620 <!-- Please specify the client date you used. --> * **Server Mode**: Pre-re (doesn't matter) * **Description of Issue**: * Take two players, PlayerA and PlayerB * If A uses `@disguise poring`, they show up on B's client as a poring. * If B uses `@refresh`, PlayerA still looks like a poring, but when B hovers over A, no info is shown. ![image](https://user-images.githubusercontent.com/6844975/91645232-3e9f2600-e9f8-11ea-9aaf-50d5f85b6e1c.png) * If A moves, B will not see them move. * If A uses `@refresh`, the B can now see the poring normally. * **Modifications that may affect results**: None
priority
other character s disguises fail to update on refresh rathena hash client date server mode pre re doesn t matter description of issue take two players playera and playerb if a uses disguise poring they show up on b s client as a poring if b uses refresh playera still looks like a poring but when b hovers over a no info is shown if a moves b will not see them move if a uses refresh the b can now see the poring normally modifications that may affect results none
1
223,127
24,711,656,632
IssuesEvent
2022-10-20 01:37:02
raindigi/site-preview
https://api.github.com/repos/raindigi/site-preview
closed
CVE-2021-31597 (High) detected in xmlhttprequest-ssl-1.5.5.tgz - autoclosed
security vulnerability
## CVE-2021-31597 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xmlhttprequest-ssl-1.5.5.tgz</b></p></summary> <p>XMLHttpRequest for Node</p> <p>Library home page: <a href="https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz">https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/xmlhttprequest-ssl/package.json</p> <p> Dependency Hierarchy: - gatsby-1.9.277.tgz (Root Library) - socket.io-2.1.1.tgz - socket.io-client-2.1.1.tgz - engine.io-client-3.2.1.tgz - :x: **xmlhttprequest-ssl-1.5.5.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://api.github.com/repos/raindigi/site-preview/git/commits/5b58d9941528c1a41f80dabfe33e36195928235b">5b58d9941528c1a41f80dabfe33e36195928235b</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 xmlhttprequest-ssl package before 1.6.1 for Node.js disables SSL certificate validation by default, because rejectUnauthorized (when the property exists but is undefined) is considered to be false within the https.request function of Node.js. In other words, no certificate is ever rejected. <p>Publish Date: 2021-04-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-31597>CVE-2021-31597</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: Low </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-31597">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-31597</a></p> <p>Release Date: 2021-04-23</p> <p>Fix Resolution: xmlhttprequest-ssl - 1.6.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-31597 (High) detected in xmlhttprequest-ssl-1.5.5.tgz - autoclosed - ## CVE-2021-31597 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>xmlhttprequest-ssl-1.5.5.tgz</b></p></summary> <p>XMLHttpRequest for Node</p> <p>Library home page: <a href="https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz">https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/xmlhttprequest-ssl/package.json</p> <p> Dependency Hierarchy: - gatsby-1.9.277.tgz (Root Library) - socket.io-2.1.1.tgz - socket.io-client-2.1.1.tgz - engine.io-client-3.2.1.tgz - :x: **xmlhttprequest-ssl-1.5.5.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://api.github.com/repos/raindigi/site-preview/git/commits/5b58d9941528c1a41f80dabfe33e36195928235b">5b58d9941528c1a41f80dabfe33e36195928235b</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 xmlhttprequest-ssl package before 1.6.1 for Node.js disables SSL certificate validation by default, because rejectUnauthorized (when the property exists but is undefined) is considered to be false within the https.request function of Node.js. In other words, no certificate is ever rejected. <p>Publish Date: 2021-04-23 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-31597>CVE-2021-31597</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.4</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: Low </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-31597">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-31597</a></p> <p>Release Date: 2021-04-23</p> <p>Fix Resolution: xmlhttprequest-ssl - 1.6.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_priority
cve high detected in xmlhttprequest ssl tgz autoclosed cve high severity vulnerability vulnerable library xmlhttprequest ssl tgz xmlhttprequest for node library home page a href path to dependency file package json path to vulnerable library node modules xmlhttprequest ssl package json dependency hierarchy gatsby tgz root library socket io tgz socket io client tgz engine io client tgz x xmlhttprequest ssl tgz vulnerable library found in head commit a href vulnerability details the xmlhttprequest ssl package before for node js disables ssl certificate validation by default because rejectunauthorized when the property exists but is undefined is considered to be false within the https request function of node js in other words no certificate is ever rejected publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution xmlhttprequest ssl step up your open source security game with whitesource
0
417,596
12,167,454,907
IssuesEvent
2020-04-27 10:57:01
kubeflow/website
https://api.github.com/repos/kubeflow/website
closed
Visualize Results in the Pipelines UI: Outdated links for components examples
area/pipelines kind/bug lifecycle/stale priority/p2
https://www.kubeflow.org/docs/pipelines/sdk/output-viewer/ By the end of the page there are some links to components examples to show how to use the multiple methods of visualization. Some of them go to unknown pages: * https://github.com/kubeflow/pipelines/blob/master/components/dataflow/predict/src/predict.py * https://github.com/kubeflow/pipelines/blob/master/components/dataflow/tfma/src/model_analysis.py I can try to fix this if it is possible. 😉
1.0
Visualize Results in the Pipelines UI: Outdated links for components examples - https://www.kubeflow.org/docs/pipelines/sdk/output-viewer/ By the end of the page there are some links to components examples to show how to use the multiple methods of visualization. Some of them go to unknown pages: * https://github.com/kubeflow/pipelines/blob/master/components/dataflow/predict/src/predict.py * https://github.com/kubeflow/pipelines/blob/master/components/dataflow/tfma/src/model_analysis.py I can try to fix this if it is possible. 😉
priority
visualize results in the pipelines ui outdated links for components examples by the end of the page there are some links to components examples to show how to use the multiple methods of visualization some of them go to unknown pages i can try to fix this if it is possible 😉
1
516,361
14,980,483,547
IssuesEvent
2021-01-28 13:42:35
k0sproject/k0s
https://api.github.com/repos/k0sproject/k0s
closed
k0s does not cleanly shutdown on a failed startup
bug priority/P1
<!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! Before creating an issue, make sure you've checked the following: - You are running the latest released version of k0s - Make sure you've searched for existing issues, both open and closed - Make sure you've searched for PRs too, a fix might've been merged already - You're looking at docs for the released version, `main` branch docs are usually ahead of released versions. - Docs for exact released version can be found at https://github.com/k0sproject/k0s/tree/<version>/docs --> **Version** ``` v0.9.0-42-g02a3ebf ``` **Platform** Alpine Linux **What happened?** k0s does not respond to interrupts (using ctrl-c or kill) if etcd fails to start up. **How To Reproduce** Start something that listens on tcp port 2380, for example netcat: ``` nc -l -p 2380 ``` Then start `k0s`, which expectedly will fail to start, showing that etcd fails: ``` INFO[2021-01-19 18:32:10] 2021-01-19 18:32:10.410992 C | etcdmain: listen tcp 172.21.1.2:2380: bind: address already in use component=etcd WARN[2021-01-19 18:32:10] exit status 1 component=etcd INFO[2021-01-19 18:32:10] respawning in 5 secs component=etcd ``` Then press ctrl-c to abort the failing startup. **Expected behavior** k0s should cleanly abort startup and exit. **Screenshots & Logs** ``` INFO[2021-01-19 18:32:10] 2021-01-19 18:32:10.410942 I | embed: peerTLS: cert = /var/lib/k0s/pki/etcd/peer.crt, key = /var/lib/k0s/pki/etcd/peer.key, trusted-ca = /var/lib/k0s/pki/etcd/ca.crt, client-cert-auth = true, crl-file = component=etcd INFO[2021-01-19 18:32:10] 2021-01-19 18:32:10.410992 C | etcdmain: listen tcp 172.21.1.2:2380: bind: address already in use component=etcd WARN[2021-01-19 18:32:10] exit status 1 component=etcd INFO[2021-01-19 18:32:10] respawning in 5 secs component=etcd ^C ^C ```
1.0
k0s does not cleanly shutdown on a failed startup - <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! Before creating an issue, make sure you've checked the following: - You are running the latest released version of k0s - Make sure you've searched for existing issues, both open and closed - Make sure you've searched for PRs too, a fix might've been merged already - You're looking at docs for the released version, `main` branch docs are usually ahead of released versions. - Docs for exact released version can be found at https://github.com/k0sproject/k0s/tree/<version>/docs --> **Version** ``` v0.9.0-42-g02a3ebf ``` **Platform** Alpine Linux **What happened?** k0s does not respond to interrupts (using ctrl-c or kill) if etcd fails to start up. **How To Reproduce** Start something that listens on tcp port 2380, for example netcat: ``` nc -l -p 2380 ``` Then start `k0s`, which expectedly will fail to start, showing that etcd fails: ``` INFO[2021-01-19 18:32:10] 2021-01-19 18:32:10.410992 C | etcdmain: listen tcp 172.21.1.2:2380: bind: address already in use component=etcd WARN[2021-01-19 18:32:10] exit status 1 component=etcd INFO[2021-01-19 18:32:10] respawning in 5 secs component=etcd ``` Then press ctrl-c to abort the failing startup. **Expected behavior** k0s should cleanly abort startup and exit. **Screenshots & Logs** ``` INFO[2021-01-19 18:32:10] 2021-01-19 18:32:10.410942 I | embed: peerTLS: cert = /var/lib/k0s/pki/etcd/peer.crt, key = /var/lib/k0s/pki/etcd/peer.key, trusted-ca = /var/lib/k0s/pki/etcd/ca.crt, client-cert-auth = true, crl-file = component=etcd INFO[2021-01-19 18:32:10] 2021-01-19 18:32:10.410992 C | etcdmain: listen tcp 172.21.1.2:2380: bind: address already in use component=etcd WARN[2021-01-19 18:32:10] exit status 1 component=etcd INFO[2021-01-19 18:32:10] respawning in 5 secs component=etcd ^C ^C ```
priority
does not cleanly shutdown on a failed startup please use this template while reporting a bug and provide as much info as possible not doing so may result in your bug not being addressed in a timely manner thanks before creating an issue make sure you ve checked the following you are running the latest released version of make sure you ve searched for existing issues both open and closed make sure you ve searched for prs too a fix might ve been merged already you re looking at docs for the released version main branch docs are usually ahead of released versions docs for exact released version can be found at version platform alpine linux what happened does not respond to interrupts using ctrl c or kill if etcd fails to start up how to reproduce start something that listens on tcp port for example netcat nc l p then start which expectedly will fail to start showing that etcd fails info c etcdmain listen tcp bind address already in use component etcd warn exit status component etcd info respawning in secs component etcd then press ctrl c to abort the failing startup expected behavior should cleanly abort startup and exit screenshots logs info i embed peertls cert var lib pki etcd peer crt key var lib pki etcd peer key trusted ca var lib pki etcd ca crt client cert auth true crl file component etcd info c etcdmain listen tcp bind address already in use component etcd warn exit status component etcd info respawning in secs component etcd c c
1
503,821
14,598,420,393
IssuesEvent
2020-12-21 00:42:48
LMLI-Cohort-9/Envision-2040
https://api.github.com/repos/LMLI-Cohort-9/Envision-2040
closed
Create a recognition page.
Estimate: A Few Days Priority: Critical Type: Enhancement
Create a recognition page so user can learn who made the Envision 2040 project possible. - [ ] Write the recognition section text. - [ ] Get feedback on the recognition section text. - [x] Create the page. - [ ] Create a pull request for recognition page.
1.0
Create a recognition page. - Create a recognition page so user can learn who made the Envision 2040 project possible. - [ ] Write the recognition section text. - [ ] Get feedback on the recognition section text. - [x] Create the page. - [ ] Create a pull request for recognition page.
priority
create a recognition page create a recognition page so user can learn who made the envision project possible write the recognition section text get feedback on the recognition section text create the page create a pull request for recognition page
1
43,034
2,878,938,340
IssuesEvent
2015-06-10 06:39:41
GoogleCloudPlatform/kubernetes
https://api.github.com/repos/GoogleCloudPlatform/kubernetes
closed
Unable to add new minions
priority/P2 team/master
see also https://github.com/eparis/kubernetes-ansible/issues/25 ``` [root@kmaster kubernetes-ansible]# /usr/bin/kubectl create -f /tmp/node-172.18.17.18.json Error: 501: All the given peers are not reachable (failed to propose on members [http://172.18.17.3:4001] twice [last error: Unexpected HTTP status code]) [0] [root@kmaster kubernetes-ansible]# curl http://172.18.17.3:4001 404 page not found [root@kmaster kubernetes-ansible]# etcd -version etcd version 2.0.9[root@kmaster ~]# kubectl version Client Version: version.Info{Major:"0", Minor:"15+", GitVersion:"v0.15.0-732-g051dd96c542799", GitCommit:"051dd96c542799dfab39184d2a7c8bacf9e88d85", GitTreeState:"clean"} Server Version: version.Info{Major:"0", Minor:"15+", GitVersion:"v0.15.0-732-g051dd96c542799", GitCommit:"051dd96c542799dfab39184d2a7c8bacf9e88d85", GitTreeState:"clean"} ```
1.0
Unable to add new minions - see also https://github.com/eparis/kubernetes-ansible/issues/25 ``` [root@kmaster kubernetes-ansible]# /usr/bin/kubectl create -f /tmp/node-172.18.17.18.json Error: 501: All the given peers are not reachable (failed to propose on members [http://172.18.17.3:4001] twice [last error: Unexpected HTTP status code]) [0] [root@kmaster kubernetes-ansible]# curl http://172.18.17.3:4001 404 page not found [root@kmaster kubernetes-ansible]# etcd -version etcd version 2.0.9[root@kmaster ~]# kubectl version Client Version: version.Info{Major:"0", Minor:"15+", GitVersion:"v0.15.0-732-g051dd96c542799", GitCommit:"051dd96c542799dfab39184d2a7c8bacf9e88d85", GitTreeState:"clean"} Server Version: version.Info{Major:"0", Minor:"15+", GitVersion:"v0.15.0-732-g051dd96c542799", GitCommit:"051dd96c542799dfab39184d2a7c8bacf9e88d85", GitTreeState:"clean"} ```
priority
unable to add new minions see also usr bin kubectl create f tmp node json error all the given peers are not reachable failed to propose on members twice curl page not found etcd version etcd version kubectl version client version version info major minor gitversion gitcommit gittreestate clean server version version info major minor gitversion gitcommit gittreestate clean
1
787,691
27,727,192,440
IssuesEvent
2023-03-15 03:54:57
AY2223S2-CS2113-T11-3/tp
https://api.github.com/repos/AY2223S2-CS2113-T11-3/tp
closed
As a new user, I want to be guided on how to use this application
type.Story priority.Medium
... so that I can use the features as properly implemented
1.0
As a new user, I want to be guided on how to use this application - ... so that I can use the features as properly implemented
priority
as a new user i want to be guided on how to use this application so that i can use the features as properly implemented
1
800,446
28,366,302,801
IssuesEvent
2023-04-12 14:06:06
PrefectHQ/prefect-ui-library
https://api.github.com/repos/PrefectHQ/prefect-ui-library
closed
Specify that block name is already in use; try another name
priority:low Quick (should be a simple fix)
Instead of something went wrong, can the notification say that the block name is already used? Reproduction: https://user-images.githubusercontent.com/15331990/214369680-1473d94f-da09-4e27-aa24-8b072d8353ea.mp4 1. create a block 2. create a new block with the same namerep
1.0
Specify that block name is already in use; try another name - Instead of something went wrong, can the notification say that the block name is already used? Reproduction: https://user-images.githubusercontent.com/15331990/214369680-1473d94f-da09-4e27-aa24-8b072d8353ea.mp4 1. create a block 2. create a new block with the same namerep
priority
specify that block name is already in use try another name instead of something went wrong can the notification say that the block name is already used reproduction create a block create a new block with the same namerep
1
216,054
16,627,021,170
IssuesEvent
2021-06-03 10:54:06
uport-project/ethr-did
https://api.github.com/repos/uport-project/ethr-did
closed
Unable to instantiate EthrDID
bug documentation
I'm trying to instantiate EthrDID in the following way: ``` const providerConfig = { rpcUrl: 'https://rinkeby.infura.io/ethr-did' } const issuer: Issuer = new EthrDID({ identifier: identity.did, // my did privateKey: identity.privateKey, // my private key providerConfig }) ``` I get this error: ``` error TS2351: This expression is not constructable. Type 'typeof import("/app/node_modules/ethr-did/lib/index")' has no construct signatures. ``` I'm using "ethr-did": "^2.1.4" on package.json Maybe I'm misconfiguring the providerConfig parameter? Thanks and best regards
1.0
Unable to instantiate EthrDID - I'm trying to instantiate EthrDID in the following way: ``` const providerConfig = { rpcUrl: 'https://rinkeby.infura.io/ethr-did' } const issuer: Issuer = new EthrDID({ identifier: identity.did, // my did privateKey: identity.privateKey, // my private key providerConfig }) ``` I get this error: ``` error TS2351: This expression is not constructable. Type 'typeof import("/app/node_modules/ethr-did/lib/index")' has no construct signatures. ``` I'm using "ethr-did": "^2.1.4" on package.json Maybe I'm misconfiguring the providerConfig parameter? Thanks and best regards
non_priority
unable to instantiate ethrdid i m trying to instantiate ethrdid in the following way const providerconfig rpcurl const issuer issuer new ethrdid identifier identity did my did privatekey identity privatekey my private key providerconfig i get this error error this expression is not constructable type typeof import app node modules ethr did lib index has no construct signatures i m using ethr did on package json maybe i m misconfiguring the providerconfig parameter thanks and best regards
0
751,384
26,242,531,635
IssuesEvent
2023-01-05 12:45:40
ooni/probe
https://api.github.com/repos/ooni/probe
closed
cli: downgrade Psiphon dependency bifurcation/mint
bug priority/low
When working on https://github.com/ooni/probe/issues/2067, I forcibly needed to downgrade bifurcation/mint to the same version used by Psiphon, which appears to be quite old. (I am not sure this is optimal, it would be better to use later versions.) Another possible approach would be to pin the correct version.
1.0
cli: downgrade Psiphon dependency bifurcation/mint - When working on https://github.com/ooni/probe/issues/2067, I forcibly needed to downgrade bifurcation/mint to the same version used by Psiphon, which appears to be quite old. (I am not sure this is optimal, it would be better to use later versions.) Another possible approach would be to pin the correct version.
priority
cli downgrade psiphon dependency bifurcation mint when working on i forcibly needed to downgrade bifurcation mint to the same version used by psiphon which appears to be quite old i am not sure this is optimal it would be better to use later versions another possible approach would be to pin the correct version
1
460,113
13,205,033,847
IssuesEvent
2020-08-14 17:05:35
StatCan/daaas
https://api.github.com/repos/StatCan/daaas
closed
Switch to Reserved Instances
area/engineering priority/important-soon size/M
As per kubecost recommendations we really should be using reserved instances at either 1 year or 3 year plan. For the 1 year it would result in 33% savings so believe this makes alot of sense for us.
1.0
Switch to Reserved Instances - As per kubecost recommendations we really should be using reserved instances at either 1 year or 3 year plan. For the 1 year it would result in 33% savings so believe this makes alot of sense for us.
priority
switch to reserved instances as per kubecost recommendations we really should be using reserved instances at either year or year plan for the year it would result in savings so believe this makes alot of sense for us
1
333,348
10,120,793,277
IssuesEvent
2019-07-31 14:24:56
webcompat/web-bugs
https://api.github.com/repos/webcompat/web-bugs
closed
www.esic.in - desktop site instead of mobile site
browser-firefox engine-gecko priority-normal type-connection-error-unknown
<!-- @browser: Firefox 69.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.esic.in/ESICInsurance1/ESICInsurancePortal/Portal_Login.aspx?initipadd=DM0HcOwr4zd/i7fP1CLrLA== **Browser / Version**: Firefox 69.0 **Operating System**: Windows 7 **Tested Another Browser**: No **Problem type**: Desktop site instead of mobile site **Description**: NOT ABLE TO LOGIN ESIC ISSUE **Steps to Reproduce**: NOT ABLE TO LOGIN ESIC ISSUE [![Screenshot Description](https://webcompat.com/uploads/2019/7/181d4138-834c-453f-8686-69b0ec955e8a-thumb.jpeg)](https://webcompat.com/uploads/2019/7/181d4138-834c-453f-8686-69b0ec955e8a.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190725174626</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.esic.in - desktop site instead of mobile site - <!-- @browser: Firefox 69.0 --> <!-- @ua_header: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:69.0) Gecko/20100101 Firefox/69.0 --> <!-- @reported_with: desktop-reporter --> **URL**: https://www.esic.in/ESICInsurance1/ESICInsurancePortal/Portal_Login.aspx?initipadd=DM0HcOwr4zd/i7fP1CLrLA== **Browser / Version**: Firefox 69.0 **Operating System**: Windows 7 **Tested Another Browser**: No **Problem type**: Desktop site instead of mobile site **Description**: NOT ABLE TO LOGIN ESIC ISSUE **Steps to Reproduce**: NOT ABLE TO LOGIN ESIC ISSUE [![Screenshot Description](https://webcompat.com/uploads/2019/7/181d4138-834c-453f-8686-69b0ec955e8a-thumb.jpeg)](https://webcompat.com/uploads/2019/7/181d4138-834c-453f-8686-69b0ec955e8a.jpeg) <details> <summary>Browser Configuration</summary> <ul> <li>mixed active content blocked: false</li><li>image.mem.shared: true</li><li>buildID: 20190725174626</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 ❤️_
priority
desktop site instead of mobile site url browser version firefox operating system windows tested another browser no problem type desktop site instead of mobile site description not able to login esic issue steps to reproduce not able to login esic issue 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 ❤️
1
10,800
2,622,190,549
IssuesEvent
2015-03-04 00:22:51
byzhang/cudpp
https://api.github.com/repos/byzhang/cudpp
closed
cudpp_1.1 does not compile with CUDA 2.3 in Debian
auto-migrated Priority-Medium Type-Defect
``` What steps will reproduce the problem? 1. compile cutil (succeeds) 2. compile cudpp What is the expected output? What do you see instead? I expect cudpp to compile succesfully. Instead i get: gauguin:/raid/filipe/cudpp_1.1/cudpp> make verbose=1 nvcc -o obj/release/segmented_scan_app.cu_o -c src/app/ segmented_scan_app.cu --host-compilation=C --compiler-options -fno-strict- aliasing -I./ -I./include/ -Isrc/ -Isrc/app/ -Isrc/kernel/ -Isrc/cta/ - I. -I/opt/cuda/include -I./../common/inc -DUNIX -O In file included from /tmp/ tmpxft_00004836_00000000-1_segmented_scan_app.cudafe1.stub.c:6, from src/app/segmented_scan_app.cu:247: /opt/cuda/bin/../include/crt/host_runtime.h:178: warning: 'struct surfaceReference' declared inside parameter list /opt/cuda/bin/../include/crt/host_runtime.h:178: warning: its scope is only this definition or declaration, which is probably not what you want In file included from src/app/segmented_scan_app.cu:247: /tmp/tmpxft_00004836_00000000-1_segmented_scan_app.cudafe1.stub.c: In function '__sti____cudaRegisterAll_53_tmpxft_00004836_00000000_4_segmented_scan_app_cpp1_ ii_999fefc3': /tmp/tmpxft_00004836_00000000-1_segmented_scan_app.cudafe1.stub.c:11623: error: '__fatDeviceText' undeclared (first use in this function) /tmp/tmpxft_00004836_00000000-1_segmented_scan_app.cudafe1.stub.c:11623: error: (Each undeclared identifier is reported only once /tmp/tmpxft_00004836_00000000-1_segmented_scan_app.cudafe1.stub.c:11623: error: for each function it appears in.) make: *** [obj/release/segmented_scan_app.cu_o] Error 255 What version of the product are you using? On what operating system? cudpp 1.1 with CUDA 2.3 on Debian sid with both gcc 4.3 and 4.1. Please provide any additional information below. I tried compile with emu=1 and this did work. I also tried dbg=1 but this didn't seem to make any difference. This might well be a CUDA bug and not cudpp's fault. ``` Original issue reported on code.google.com by `filipe.c...@gmail.com` on 27 Sep 2009 at 7:13
1.0
cudpp_1.1 does not compile with CUDA 2.3 in Debian - ``` What steps will reproduce the problem? 1. compile cutil (succeeds) 2. compile cudpp What is the expected output? What do you see instead? I expect cudpp to compile succesfully. Instead i get: gauguin:/raid/filipe/cudpp_1.1/cudpp> make verbose=1 nvcc -o obj/release/segmented_scan_app.cu_o -c src/app/ segmented_scan_app.cu --host-compilation=C --compiler-options -fno-strict- aliasing -I./ -I./include/ -Isrc/ -Isrc/app/ -Isrc/kernel/ -Isrc/cta/ - I. -I/opt/cuda/include -I./../common/inc -DUNIX -O In file included from /tmp/ tmpxft_00004836_00000000-1_segmented_scan_app.cudafe1.stub.c:6, from src/app/segmented_scan_app.cu:247: /opt/cuda/bin/../include/crt/host_runtime.h:178: warning: 'struct surfaceReference' declared inside parameter list /opt/cuda/bin/../include/crt/host_runtime.h:178: warning: its scope is only this definition or declaration, which is probably not what you want In file included from src/app/segmented_scan_app.cu:247: /tmp/tmpxft_00004836_00000000-1_segmented_scan_app.cudafe1.stub.c: In function '__sti____cudaRegisterAll_53_tmpxft_00004836_00000000_4_segmented_scan_app_cpp1_ ii_999fefc3': /tmp/tmpxft_00004836_00000000-1_segmented_scan_app.cudafe1.stub.c:11623: error: '__fatDeviceText' undeclared (first use in this function) /tmp/tmpxft_00004836_00000000-1_segmented_scan_app.cudafe1.stub.c:11623: error: (Each undeclared identifier is reported only once /tmp/tmpxft_00004836_00000000-1_segmented_scan_app.cudafe1.stub.c:11623: error: for each function it appears in.) make: *** [obj/release/segmented_scan_app.cu_o] Error 255 What version of the product are you using? On what operating system? cudpp 1.1 with CUDA 2.3 on Debian sid with both gcc 4.3 and 4.1. Please provide any additional information below. I tried compile with emu=1 and this did work. I also tried dbg=1 but this didn't seem to make any difference. This might well be a CUDA bug and not cudpp's fault. ``` Original issue reported on code.google.com by `filipe.c...@gmail.com` on 27 Sep 2009 at 7:13
non_priority
cudpp does not compile with cuda in debian what steps will reproduce the problem compile cutil succeeds compile cudpp what is the expected output what do you see instead i expect cudpp to compile succesfully instead i get gauguin raid filipe cudpp cudpp make verbose nvcc o obj release segmented scan app cu o c src app segmented scan app cu host compilation c compiler options fno strict aliasing i i include isrc isrc app isrc kernel isrc cta i i opt cuda include i common inc dunix o in file included from tmp tmpxft segmented scan app stub c from src app segmented scan app cu opt cuda bin include crt host runtime h warning struct surfacereference declared inside parameter list opt cuda bin include crt host runtime h warning its scope is only this definition or declaration which is probably not what you want in file included from src app segmented scan app cu tmp tmpxft segmented scan app stub c in function sti cudaregisterall tmpxft segmented scan app ii tmp tmpxft segmented scan app stub c error fatdevicetext undeclared first use in this function tmp tmpxft segmented scan app stub c error each undeclared identifier is reported only once tmp tmpxft segmented scan app stub c error for each function it appears in make error what version of the product are you using on what operating system cudpp with cuda on debian sid with both gcc and please provide any additional information below i tried compile with emu and this did work i also tried dbg but this didn t seem to make any difference this might well be a cuda bug and not cudpp s fault original issue reported on code google com by filipe c gmail com on sep at
0
95,848
3,961,185,268
IssuesEvent
2016-05-02 11:38:45
jpchanson/SpendNoEvil
https://api.github.com/repos/jpchanson/SpendNoEvil
opened
Modularity
Application Function Critical Priority
As: A developer I want: the application to be modular So that: a) modules can be loaded dynamically making integration easier. b) to provide a plugin system for extra functionality.
1.0
Modularity - As: A developer I want: the application to be modular So that: a) modules can be loaded dynamically making integration easier. b) to provide a plugin system for extra functionality.
priority
modularity as a developer i want the application to be modular so that a modules can be loaded dynamically making integration easier b to provide a plugin system for extra functionality
1
127,375
18,010,434,159
IssuesEvent
2021-09-16 07:58:30
maddyCode23/linux-4.1.15
https://api.github.com/repos/maddyCode23/linux-4.1.15
opened
CVE-2020-28974 (Medium) detected in linux-stable-rtv4.1.33
security vulnerability
## CVE-2020-28974 - Medium 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> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/tty/vt/vt.c</b> </p> </details> <p></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> A slab-out-of-bounds read in fbcon in the Linux kernel before 5.9.7 could be used by local attackers to read privileged information or potentially crash the kernel, aka CID-3c4e0dff2095. This occurs because KD_FONT_OP_COPY in drivers/tty/vt/vt.c can be used for manipulations such as font height. <p>Publish Date: 2020-11-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28974>CVE-2020-28974</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Physical - Attack Complexity: Low - Privileges Required: High - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - 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://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.7">https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.7</a></p> <p>Release Date: 2020-11-20</p> <p>Fix Resolution: v5.9.7</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-28974 (Medium) detected in linux-stable-rtv4.1.33 - ## CVE-2020-28974 - Medium 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> </details> </p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Source Files (1)</summary> <p></p> <p> <img src='https://s3.amazonaws.com/wss-public/bitbucketImages/xRedImage.png' width=19 height=20> <b>/drivers/tty/vt/vt.c</b> </p> </details> <p></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> A slab-out-of-bounds read in fbcon in the Linux kernel before 5.9.7 could be used by local attackers to read privileged information or potentially crash the kernel, aka CID-3c4e0dff2095. This occurs because KD_FONT_OP_COPY in drivers/tty/vt/vt.c can be used for manipulations such as font height. <p>Publish Date: 2020-11-20 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-28974>CVE-2020-28974</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.0</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Physical - Attack Complexity: Low - Privileges Required: High - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: Low - Integrity Impact: Low - 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://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.7">https://cdn.kernel.org/pub/linux/kernel/v5.x/ChangeLog-5.9.7</a></p> <p>Release Date: 2020-11-20</p> <p>Fix Resolution: v5.9.7</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve medium detected in linux stable cve medium 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 vulnerable source files drivers tty vt vt c vulnerability details a slab out of bounds read in fbcon in the linux kernel before could be used by local attackers to read privileged information or potentially crash the kernel aka cid this occurs because kd font op copy in drivers tty vt vt c can be used for manipulations such as font height publish date url a href cvss score details base score metrics exploitability metrics attack vector physical attack complexity low privileges required high user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low 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
215,709
7,296,879,213
IssuesEvent
2018-02-26 12:23:02
openshift/origin
https://api.github.com/repos/openshift/origin
closed
Blocking same subnet public ip address connectivity by adding a route
component/networking kind/bug lifecycle/stale priority/P2
I have all nodes with public IP address. if two nodes are from the same subnet like x.x.x.225 and x.x.x.226 with same gateway is x.x.x.193 and same netmask 255.255.255.192, then it is adding a route for x.x.x.192 0.0.0.0 255.255.255.192 U 100 0 0 enp5s0 which causes the issue that from that node it can't ping the public ip of that subnet. It adds similar subnet route to every node. If I delete that route than it works fine. ##### Version oc v1.5.1 kubernetes v1.5.2+43a9be4 features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://prodmasternode1.abc.com:8443 openshift v1.5.1 kubernetes v1.5.2+43a9be4 ##### Steps To Reproduce 1. Install the openshift with advance install with all node on public IP. 2. Some of nodes should be on same subnet. ##### Current Result add that route by default after 10-15 second later even after network service restart. ##### Expected Result should not add that route. Is there a way to disable it completely
1.0
Blocking same subnet public ip address connectivity by adding a route - I have all nodes with public IP address. if two nodes are from the same subnet like x.x.x.225 and x.x.x.226 with same gateway is x.x.x.193 and same netmask 255.255.255.192, then it is adding a route for x.x.x.192 0.0.0.0 255.255.255.192 U 100 0 0 enp5s0 which causes the issue that from that node it can't ping the public ip of that subnet. It adds similar subnet route to every node. If I delete that route than it works fine. ##### Version oc v1.5.1 kubernetes v1.5.2+43a9be4 features: Basic-Auth GSSAPI Kerberos SPNEGO Server https://prodmasternode1.abc.com:8443 openshift v1.5.1 kubernetes v1.5.2+43a9be4 ##### Steps To Reproduce 1. Install the openshift with advance install with all node on public IP. 2. Some of nodes should be on same subnet. ##### Current Result add that route by default after 10-15 second later even after network service restart. ##### Expected Result should not add that route. Is there a way to disable it completely
priority
blocking same subnet public ip address connectivity by adding a route i have all nodes with public ip address if two nodes are from the same subnet like x x x and x x x with same gateway is x x x and same netmask then it is adding a route for x x x u which causes the issue that from that node it can t ping the public ip of that subnet it adds similar subnet route to every node if i delete that route than it works fine version oc kubernetes features basic auth gssapi kerberos spnego server openshift kubernetes steps to reproduce install the openshift with advance install with all node on public ip some of nodes should be on same subnet current result add that route by default after second later even after network service restart expected result should not add that route is there a way to disable it completely
1
167,843
26,558,774,583
IssuesEvent
2023-01-20 14:15:49
xbmc/xbmc
https://api.github.com/repos/xbmc/xbmc
closed
No audio after go to menu while playing
Resolution: By design
<!--- Please fill out this template to the best of your ability. You can always edit this issue once you have created it. --> <!--- Read the following link before you create a new problem report: https://kodi.wiki/view/HOW-TO:Submit_a_bug_report --> ## Bug report ### Describe the bug I use Nvidia Shield. I have audio passtrough activated. When I press menu during playback I get lost audio in the system. I need to go back to kodi, play video and press stop on the kodi navigation. It is not a problem to me but I have configured the system for my parents and they don't always remember how to stop a video. <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> <!--- A bug report that is not clear will be closed --> <!--- Put your text below this line --> ## Expected Behavior There should be an audio in the system and other apps. <!--- Tell us what should happen --> <!--- Put your text below this line --> ## Actual Behavior <!--- Tell us what happens instead --> <!--- Put your text below this line --> ## Possible Fix Is it possible to fix it like add some code to onStop()? <!--- Not obligatory, but suggest a fix or reason for the bug --> <!--- Put your text below this line --> ### To Reproduce Steps to reproduce the behavior: <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> <!--- Put your text below this line --> 1. Activate audio passtrough 2. Start playing video 3. Press menu button on remote ("circle") 4. There is no audio ### Debuglog <!--- Put your text below this line --> <!--- A debuglog is always mandatory when creating an issue. Provide one! --> ### Screenshots <!--- Put your text below this line --> ## Additional context or screenshots (if appropriate) <!--- How has this bug affected you? What were you trying to accomplish? --> <!--- Put your text below this line --> ### Your Environment Used Operating system: <!--- Include as many relevant details about the environment you experienced the bug in --> <!--- Put your text below this line. Checkboxes can easily be ticked once issue is created --> - [x] Android (Nvidia Shield) - [ ] iOS - [ ] tvOS - [ ] Linux - [ ] macOS - [ ] Windows - [ ] Windows UWP - Operating system version/name: - Kodi version: 19 and 20 <!--- End of this issue --> *note: Once the issue is made we require you to update it with new information or Kodi versions should that be required. Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.*
1.0
No audio after go to menu while playing - <!--- Please fill out this template to the best of your ability. You can always edit this issue once you have created it. --> <!--- Read the following link before you create a new problem report: https://kodi.wiki/view/HOW-TO:Submit_a_bug_report --> ## Bug report ### Describe the bug I use Nvidia Shield. I have audio passtrough activated. When I press menu during playback I get lost audio in the system. I need to go back to kodi, play video and press stop on the kodi navigation. It is not a problem to me but I have configured the system for my parents and they don't always remember how to stop a video. <!--- Provide a more detailed introduction to the issue itself, and why you consider it to be a bug --> <!--- A bug report that is not clear will be closed --> <!--- Put your text below this line --> ## Expected Behavior There should be an audio in the system and other apps. <!--- Tell us what should happen --> <!--- Put your text below this line --> ## Actual Behavior <!--- Tell us what happens instead --> <!--- Put your text below this line --> ## Possible Fix Is it possible to fix it like add some code to onStop()? <!--- Not obligatory, but suggest a fix or reason for the bug --> <!--- Put your text below this line --> ### To Reproduce Steps to reproduce the behavior: <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> <!--- Put your text below this line --> 1. Activate audio passtrough 2. Start playing video 3. Press menu button on remote ("circle") 4. There is no audio ### Debuglog <!--- Put your text below this line --> <!--- A debuglog is always mandatory when creating an issue. Provide one! --> ### Screenshots <!--- Put your text below this line --> ## Additional context or screenshots (if appropriate) <!--- How has this bug affected you? What were you trying to accomplish? --> <!--- Put your text below this line --> ### Your Environment Used Operating system: <!--- Include as many relevant details about the environment you experienced the bug in --> <!--- Put your text below this line. Checkboxes can easily be ticked once issue is created --> - [x] Android (Nvidia Shield) - [ ] iOS - [ ] tvOS - [ ] Linux - [ ] macOS - [ ] Windows - [ ] Windows UWP - Operating system version/name: - Kodi version: 19 and 20 <!--- End of this issue --> *note: Once the issue is made we require you to update it with new information or Kodi versions should that be required. Team Kodi will consider your problem report however, we will not make any promises the problem will be solved.*
non_priority
no audio after go to menu while playing bug report describe the bug i use nvidia shield i have audio passtrough activated when i press menu during playback i get lost audio in the system i need to go back to kodi play video and press stop on the kodi navigation it is not a problem to me but i have configured the system for my parents and they don t always remember how to stop a video expected behavior there should be an audio in the system and other apps actual behavior possible fix is it possible to fix it like add some code to onstop to reproduce steps to reproduce the behavior activate audio passtrough start playing video press menu button on remote circle there is no audio debuglog screenshots additional context or screenshots if appropriate your environment used operating system android nvidia shield ios tvos linux macos windows windows uwp operating system version name kodi version and note once the issue is made we require you to update it with new information or kodi versions should that be required team kodi will consider your problem report however we will not make any promises the problem will be solved
0
8,780
7,623,445,523
IssuesEvent
2018-05-03 15:02:42
Microsoft/TypeScript
https://api.github.com/repos/Microsoft/TypeScript
closed
`gulp VerifyLKG` fails on case-sensitive file systems
Fixed Infrastructure
**TypeScript Version:** e14964169a964de91f15be77c7a5f80dce8d5f42 (Friday March 30 2018) **Search Terms:** gulp lkg pt-br **Code** ```sh $ gulp LKG [...] 12:49:55] Error in plugin "run-sequence(VerifyLKG)" Message: Cannot replace the LKG unless all built targets are present in directory built/local/. The following files are missing: built/local/pt-BR/diagnosticMessages.generated.json built/local/zh-CN/diagnosticMessages.generated.json built/local/zh-TW/diagnosticMessages.generated.json ``` The missing files have the wrong case: ```sh $ ls -d built/local/??-?? built/local/pt-br built/local/zh-cn built/local/zh-tw ``` The bug is here: https://github.com/Microsoft/TypeScript/blob/0a7b7e07ee9cfae804baaf2bc2435b02e58964ce/scripts/generateLocalizedDiagnosticMessages.ts#L68 You shouldn't lowercase the locale. **Related Issues:** Maybe this one? @andy-ms https://github.com/Microsoft/TypeScript/issues/22084 The build instructions say to use `gulp LKG` so if you had guidance on whether to use gulp or jake I'd appreciate it.
1.0
`gulp VerifyLKG` fails on case-sensitive file systems - **TypeScript Version:** e14964169a964de91f15be77c7a5f80dce8d5f42 (Friday March 30 2018) **Search Terms:** gulp lkg pt-br **Code** ```sh $ gulp LKG [...] 12:49:55] Error in plugin "run-sequence(VerifyLKG)" Message: Cannot replace the LKG unless all built targets are present in directory built/local/. The following files are missing: built/local/pt-BR/diagnosticMessages.generated.json built/local/zh-CN/diagnosticMessages.generated.json built/local/zh-TW/diagnosticMessages.generated.json ``` The missing files have the wrong case: ```sh $ ls -d built/local/??-?? built/local/pt-br built/local/zh-cn built/local/zh-tw ``` The bug is here: https://github.com/Microsoft/TypeScript/blob/0a7b7e07ee9cfae804baaf2bc2435b02e58964ce/scripts/generateLocalizedDiagnosticMessages.ts#L68 You shouldn't lowercase the locale. **Related Issues:** Maybe this one? @andy-ms https://github.com/Microsoft/TypeScript/issues/22084 The build instructions say to use `gulp LKG` so if you had guidance on whether to use gulp or jake I'd appreciate it.
non_priority
gulp verifylkg fails on case sensitive file systems typescript version friday march search terms gulp lkg pt br code sh gulp lkg error in plugin run sequence verifylkg message cannot replace the lkg unless all built targets are present in directory built local the following files are missing built local pt br diagnosticmessages generated json built local zh cn diagnosticmessages generated json built local zh tw diagnosticmessages generated json the missing files have the wrong case sh ls d built local built local pt br built local zh cn built local zh tw the bug is here you shouldn t lowercase the locale related issues maybe this one andy ms the build instructions say to use gulp lkg so if you had guidance on whether to use gulp or jake i d appreciate it
0
45,911
13,135,935,668
IssuesEvent
2020-08-07 04:30:48
shaundmorris/ddf
https://api.github.com/repos/shaundmorris/ddf
closed
CVE-2018-14718 High Severity Vulnerability detected by WhiteSource
security vulnerability wontfix
## CVE-2018-14718 - High Severity Vulnerability <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.9.6.jar</b>, <b>jackson-databind-2.9.5.jar</b></p></summary> <p> <details><summary><b>jackson-databind-2.9.6.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>path: /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar</p> <p> <p>Library home page: <a href=http://github.com/FasterXML/jackson>http://github.com/FasterXML/jackson</a></p> Dependency Hierarchy: - camel-aws-2.22.1.jar (Root Library) - :x: **jackson-databind-2.9.6.jar** (Vulnerable Library) </details> <details><summary><b>jackson-databind-2.9.5.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>path: /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar</p> <p> <p>Library home page: <a href=http://github.com/FasterXML/jackson>http://github.com/FasterXML/jackson</a></p> Dependency Hierarchy: - solr-core-7.4.0.jar (Root Library) - :x: **jackson-databind-2.9.5.jar** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/shaundmorris/ddf/commit/6134603ad52ed60611f9b2d31e923d9a992ede39">6134603ad52ed60611f9b2d31e923d9a992ede39</a></p> </p> </details> <p></p> <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.7 might allow remote attackers to execute arbitrary code by leveraging failure to block the slf4j-ext class from polymorphic deserialization. <p>Publish Date: 2019-01-02 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14718>CVE-2018-14718</a></p> </p> </details> <p></p> <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Change files</p> <p>Origin: <a href="https://github.com/FasterXML/jackson-databind/commit/87d29af25e82a249ea15858e2d4ecbf64091db44">https://github.com/FasterXML/jackson-databind/commit/87d29af25e82a249ea15858e2d4ecbf64091db44</a></p> <p>Release Date: 2018-08-16</p> <p>Fix Resolution: Replace or update the following files: VERSION, BeanDeserializerFactory.java</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-14718 High Severity Vulnerability detected by WhiteSource - ## CVE-2018-14718 - High Severity Vulnerability <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>jackson-databind-2.9.6.jar</b>, <b>jackson-databind-2.9.5.jar</b></p></summary> <p> <details><summary><b>jackson-databind-2.9.6.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>path: /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar</p> <p> <p>Library home page: <a href=http://github.com/FasterXML/jackson>http://github.com/FasterXML/jackson</a></p> Dependency Hierarchy: - camel-aws-2.22.1.jar (Root Library) - :x: **jackson-databind-2.9.6.jar** (Vulnerable Library) </details> <details><summary><b>jackson-databind-2.9.5.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>path: /root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar,/root/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.5/jackson-databind-2.9.5.jar</p> <p> <p>Library home page: <a href=http://github.com/FasterXML/jackson>http://github.com/FasterXML/jackson</a></p> Dependency Hierarchy: - solr-core-7.4.0.jar (Root Library) - :x: **jackson-databind-2.9.5.jar** (Vulnerable Library) </details> <p>Found in HEAD commit: <a href="https://github.com/shaundmorris/ddf/commit/6134603ad52ed60611f9b2d31e923d9a992ede39">6134603ad52ed60611f9b2d31e923d9a992ede39</a></p> </p> </details> <p></p> <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.7 might allow remote attackers to execute arbitrary code by leveraging failure to block the slf4j-ext class from polymorphic deserialization. <p>Publish Date: 2019-01-02 <p>URL: <a href=https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-14718>CVE-2018-14718</a></p> </p> </details> <p></p> <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>9.8</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: Low - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://www.whitesourcesoftware.com/wp-content/uploads/2018/10/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Change files</p> <p>Origin: <a href="https://github.com/FasterXML/jackson-databind/commit/87d29af25e82a249ea15858e2d4ecbf64091db44">https://github.com/FasterXML/jackson-databind/commit/87d29af25e82a249ea15858e2d4ecbf64091db44</a></p> <p>Release Date: 2018-08-16</p> <p>Fix Resolution: Replace or update the following files: VERSION, BeanDeserializerFactory.java</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_priority
cve high severity vulnerability detected by whitesource cve high severity vulnerability vulnerable libraries jackson databind jar jackson databind jar jackson databind jar general data binding functionality for jackson works on core streaming api path root repository com fasterxml jackson core jackson databind jackson databind jar library home page a href dependency hierarchy camel aws jar root library x jackson databind jar vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api path root repository com fasterxml jackson core jackson databind jackson databind jar root repository com fasterxml jackson core jackson databind jackson databind jar root repository com fasterxml jackson core jackson databind jackson databind jar root repository com fasterxml jackson core jackson databind jackson databind jar root repository com fasterxml jackson core jackson databind jackson databind jar root repository com fasterxml jackson core jackson databind jackson databind jar root repository com fasterxml jackson core jackson databind jackson databind jar root repository com fasterxml jackson core jackson databind jackson databind jar root repository com fasterxml jackson core jackson databind jackson databind jar root repository com fasterxml jackson core jackson databind jackson databind jar root repository com fasterxml jackson core jackson databind jackson databind jar root repository com fasterxml jackson core jackson databind jackson databind jar root repository com fasterxml jackson core jackson databind jackson databind jar root repository com fasterxml jackson core jackson databind jackson databind jar root repository com fasterxml jackson core jackson databind jackson databind jar root repository com fasterxml jackson core jackson databind jackson databind jar library home page a href dependency hierarchy solr core jar root library x jackson databind jar vulnerable library found in head commit a href vulnerability details fasterxml jackson databind x before might allow remote attackers to execute arbitrary code by leveraging failure to block the ext class from polymorphic deserialization publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type change files origin a href release date fix resolution replace or update the following files version beandeserializerfactory java step up your open source security game with whitesource
0
69,098
8,375,413,789
IssuesEvent
2018-10-05 16:19:43
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Better select box
:Beats :Design :Ingest UI release_note:enhancement
Currently, the drop down field list for aggregation in Visualize screen returns all the fields grouped by data type (string, numeric, etc..). It will be nice for it to be doc type aware so that if the saved search associated to the visualization has a _type filter, it will only present the fields that are relevant to that _type. On a similar topic, having a typeahead search for fields to quickly trim down the list for selection will be helpful as well for applications that have a large number of mapped fields like telemetry applications.
1.0
Better select box - Currently, the drop down field list for aggregation in Visualize screen returns all the fields grouped by data type (string, numeric, etc..). It will be nice for it to be doc type aware so that if the saved search associated to the visualization has a _type filter, it will only present the fields that are relevant to that _type. On a similar topic, having a typeahead search for fields to quickly trim down the list for selection will be helpful as well for applications that have a large number of mapped fields like telemetry applications.
non_priority
better select box currently the drop down field list for aggregation in visualize screen returns all the fields grouped by data type string numeric etc it will be nice for it to be doc type aware so that if the saved search associated to the visualization has a type filter it will only present the fields that are relevant to that type on a similar topic having a typeahead search for fields to quickly trim down the list for selection will be helpful as well for applications that have a large number of mapped fields like telemetry applications
0
75,751
9,311,686,497
IssuesEvent
2019-03-25 22:06:46
processing/p5.js-web-editor
https://api.github.com/repos/processing/p5.js-web-editor
closed
Update Find styling to new design
new design priority:high type:task
<img width="512" alt="screen shot 2017-07-11 at 10 49 54 am" src="https://user-images.githubusercontent.com/6063380/28074507-bf217e80-6626-11e7-9534-02f31b552064.png"> See more details on the [Zeplin project](https://zpl.io/Z2cihf1).
1.0
Update Find styling to new design - <img width="512" alt="screen shot 2017-07-11 at 10 49 54 am" src="https://user-images.githubusercontent.com/6063380/28074507-bf217e80-6626-11e7-9534-02f31b552064.png"> See more details on the [Zeplin project](https://zpl.io/Z2cihf1).
non_priority
update find styling to new design img width alt screen shot at am src see more details on the
0
88,577
17,611,462,981
IssuesEvent
2021-08-18 02:17:10
microsoft/vscode
https://api.github.com/repos/microsoft/vscode
closed
The Debug button jumps when I open the context menu with the right mouse button.
needs more info code-lens
Hello VSCode! <3 There was a problem when I open the context menu with the right mouse button in the package.json file, then my "Debug" button jumps a few pixels down. When I click anywhere (i.e. close the menu), the button returns to its place. It seems to be a small problem, but I think it's worth fixing it! And yes, this problem appears when I changed the scale from the standard, i.e. made the scale larger than the standard. (Ctrl+=)
1.0
The Debug button jumps when I open the context menu with the right mouse button. - Hello VSCode! <3 There was a problem when I open the context menu with the right mouse button in the package.json file, then my "Debug" button jumps a few pixels down. When I click anywhere (i.e. close the menu), the button returns to its place. It seems to be a small problem, but I think it's worth fixing it! And yes, this problem appears when I changed the scale from the standard, i.e. made the scale larger than the standard. (Ctrl+=)
non_priority
the debug button jumps when i open the context menu with the right mouse button hello vscode there was a problem when i open the context menu with the right mouse button in the package json file then my debug button jumps a few pixels down when i click anywhere i e close the menu the button returns to its place it seems to be a small problem but i think it s worth fixing it and yes this problem appears when i changed the scale from the standard i e made the scale larger than the standard ctrl
0
32,404
6,060,079,136
IssuesEvent
2017-06-14 00:13:44
stan-dev/stan
https://api.github.com/repos/stan-dev/stan
closed
Update GP chapter in manual
documentation
#### Summary: Update GP code in manual to reflect best-practices GP coding. #### Description: Current GP code does not reflect the most up-to-date Stan programming standards. We need to update these code snippets to incorporate the most efficient constructions of Gaussian process priors. #### Additional Information: Provide any additional information here. #### Current Version: v2.14.0
1.0
Update GP chapter in manual - #### Summary: Update GP code in manual to reflect best-practices GP coding. #### Description: Current GP code does not reflect the most up-to-date Stan programming standards. We need to update these code snippets to incorporate the most efficient constructions of Gaussian process priors. #### Additional Information: Provide any additional information here. #### Current Version: v2.14.0
non_priority
update gp chapter in manual summary update gp code in manual to reflect best practices gp coding description current gp code does not reflect the most up to date stan programming standards we need to update these code snippets to incorporate the most efficient constructions of gaussian process priors additional information provide any additional information here current version
0
45,256
5,706,981,007
IssuesEvent
2017-04-18 12:50:18
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
teamcity: failed tests on master: test/TestMonotonicInserts
Robot test-failure
The following tests appear to have failed: [#160727](https://teamcity.cockroachdb.com/viewLog.html?buildId=160727): ``` --- FAIL: test/TestMonotonicInserts (0.000s) Test ended in panic. ------- Stdout: ------- panic: test timed out after 2m0s goroutine 203427 [running]: testing.startAlarm.func1() /usr/local/go/src/testing/testing.go:1023 +0xf9 created by time.goFunc /usr/local/go/src/time/sleep.go:170 +0x44 goroutine 1 [chan receive]: testing.(*T).Run(0xc4203ce410, 0x1c33778, 0x14, 0x1c98d68, 0xc4200d5c01) /usr/local/go/src/testing/testing.go:698 +0x2f4 testing.runTests.func1(0xc4203ce410) /usr/local/go/src/testing/testing.go:882 +0x67 testing.tRunner(0xc4203ce410, 0xc4200d5db0) /usr/local/go/src/testing/testing.go:657 +0x96 testing.runTests(0xc4203bd6c0, 0x2840d60, 0x7d, 0x7d, 0x2d37900) /usr/local/go/src/testing/testing.go:888 +0x2c1 testing.(*M).Run(0xc420635f20, 0x2d7c380) /usr/local/go/src/testing/testing.go:822 +0xfc github.com/cockroachdb/cockroach/pkg/sql_test.TestMain(0xc4200d5f20) /go/src/github.com/cockroachdb/cockroach/pkg/sql/main_test.go:227 +0xb4 main.main() github.com/cockroachdb/cockroach/pkg/sql/_test/_testmain.go:638 +0xf7 goroutine 17 [syscall, 1 minutes, locked to thread]: runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 goroutine 5 [chan receive]: github.com/cockroachdb/cockroach/pkg/util/log.(*loggingT).flushDaemon(0x2d39300) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:1012 +0x77 created by github.com/cockroachdb/cockroach/pkg/util/log.init.1 /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:583 +0xd2 goroutine 6 [chan receive]: github.com/cockroachdb/cockroach/pkg/util/log.(*loggingT).gcDaemon(0x2d39300) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:1039 +0x5b created by github.com/cockroachdb/cockroach/pkg/util/log.init.1 /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:584 +0xf6 goroutine 201059 [runnable]: syscall.Syscall(0x1, 0x20, 0xc420b5dc00, 0x22, 0x22, 0x22, 0x0) /usr/local/go/src/syscall/asm_linux_amd64.s:18 +0x5 syscall.write(0x20, 0xc420b5dc00, 0x22, 0x400, 0x77, 0x0, 0x0) /usr/local/go/src/syscall/zsyscall_linux_amd64.go:1064 +0x55 syscall.Write(0x20, 0xc420b5dc00, 0x22, 0x400, 0xc420b5dc0d, 0x15, 0x3f3) /usr/local/go/src/syscall/syscall_unix.go:181 +0x49 net.(*netFD).Write(0xc4220556c0, 0xc420b5dc00, 0x22, 0x400, 0x0, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:332 +0x15e net.(*conn).Write(0xc422202098, 0xc420b5dc00, 0x22, 0x400, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:193 +0x70 crypto/tls.(*Conn).write(0xc423febc00, 0xc420b5dc00, 0x22, 0x400, 0xc42102a920, 0x1c9af01, 0xc423febc14) /usr/local/go/src/crypto/tls/conn.go:832 +0x192 crypto/tls.(*Conn).writeRecordLocked(0xc423febc00, 0x1c9af17, 0xc4219b1780, 0x5, 0x5, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:909 +0x34b crypto/tls.(*Conn).Write(0xc423febc00, 0xc4219b1780, 0x5, 0x5, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:1068 +0x202 github.com/cockroachdb/cockroach/vendor/github.com/lib/pq.(*conn).sendSimpleMessage(0xc421768840, 0x1c99e58, 0xc421768840, 0xc4229c77e0) /go/src/github.com/cockroachdb/cockroach/vendor/github.com/lib/pq/conn.go:926 +0x7e github.com/cockroachdb/cockroach/vendor/github.com/lib/pq.(*conn).Close(0xc421768840, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/github.com/lib/pq/conn.go:822 +0xaf database/sql.(*driverConn).finalClose.func2() /usr/local/go/src/database/sql/sql.go:440 +0x49 database/sql.withLock(0x284fdc0, 0xc4216fc770, 0xc4229c7890) /usr/local/go/src/database/sql/sql.go:2545 +0x65 database/sql.(*driverConn).finalClose(0xc4216fc770, 0x284bb00, 0xc42407a460) /usr/local/go/src/database/sql/sql.go:442 +0x159 database/sql.(finalCloser).(database/sql.finalClose)-fm(0x284bb00, 0xc42407a460) /usr/local/go/src/database/sql/sql.go:537 +0x2f database/sql.(*DB).Close(0xc420d55720, 0xc4223a8701, 0x2846d80) /usr/local/go/src/database/sql/sql.go:644 +0x2fd github.com/cockroachdb/cockroach/pkg/testutils/serverutils.StartServer.func1() /go/src/github.com/cockroachdb/cockroach/pkg/testutils/serverutils/test_server_shim.go:162 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.CloserFn.Close(0xc42385daa0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:92 +0x25 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).Stop(0xc42167c0a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:444 +0x2ae github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).stopServers(0xc4203ca120) /go/src/github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:105 +0x17c github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).(github.com/cockroachdb/cockroach/pkg/testutils/testcluster.stopServers)-fm() /go/src/github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:174 +0x2a github.com/cockroachdb/cockroach/pkg/util/stop.CloserFn.Close(0xc42099d320) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:92 +0x25 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).Stop(0xc42167c000) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:444 +0x2ae github.com/cockroachdb/cockroach/pkg/sql_test.TestMonotonicInserts(0xc4223f04e0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/monotonic_insert_test.go:216 +0x6f0 testing.tRunner(0xc4223f04e0, 0x1c98d68) /usr/local/go/src/testing/testing.go:657 +0x96 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:697 +0x2ca goroutine 201585 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*NodeLiveness).StartHeartbeat.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/node_liveness.go:264 +0x29a github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc42196dc20) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201407 [select]: github.com/cockroachdb/cockroach/pkg/sql/distsqlrun.(*flowScheduler).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/distsqlrun/flow_scheduler.go:114 +0x3e1 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4219b06e0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201338 [select]: github.com/cockroachdb/cockroach/pkg/sql.(*LeaseManager).RefreshLeases.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/lease.go:1210 +0xc35 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc423806570) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201619 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startGossip.func4() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1373 +0x51d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc423212ff0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201618 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startGossip.func4() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1373 +0x51d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc423212fa0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201980 [IO wait]: net.runtime_pollWait(0x2ba3782e95a0, 0x72, 0x21) /usr/local/go/src/runtime/netpoll.go:164 +0x59 net.(*pollDesc).wait(0xc423d03f08, 0x72, 0x284f1c0, 0x2844a30) /usr/local/go/src/net/fd_poll_runtime.go:75 +0x38 net.(*pollDesc).waitRead(0xc423d03f08, 0xc422193800, 0x400) /usr/local/go/src/net/fd_poll_runtime.go:80 +0x34 net.(*netFD).Read(0xc423d03ea0, 0xc422193800, 0x400, 0x400, 0x0, 0x284f1c0, 0x2844a30) /usr/local/go/src/net/fd_unix.go:250 +0x1b7 net.(*conn).Read(0xc4234ac110, 0xc422193800, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:181 +0x70 github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc4228ade00, 0xc422193800, 0x400, 0x400, 0x1b64da0, 0x0, 0x2ba378336178) /go/src/github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux/cmux.go:218 +0x113 crypto/tls.(*block).readFromUntil(0xc421de82d0, 0x2ba378336178, 0xc4228ade00, 0x5, 0xc4228ade00, 0xc421840000) /usr/local/go/src/crypto/tls/conn.go:488 +0x98 crypto/tls.(*Conn).readRecord(0xc420ac2a80, 0x1c9af17, 0xc420ac2ba0, 0xed041abc1) /usr/local/go/src/crypto/tls/conn.go:590 +0xc4 crypto/tls.(*Conn).Read(0xc420ac2a80, 0xc423619000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:1134 +0x11d github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*readTimeoutConn).Read(0xc420dc3be0, 0xc423619000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/v3.go:156 +0x158 bufio.(*Reader).fill(0xc421cb11a0) /usr/local/go/src/bufio/bufio.go:97 +0x117 bufio.(*Reader).ReadByte(0xc421cb11a0, 0x12, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:239 +0x5b github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*readBuffer).readTypedMsg(0xc4229cb628, 0x2854700, 0xc421cb11a0, 0x0, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/encoding.go:94 +0x35 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*v3Conn).serve(0xc4229cb600, 0x2ba3782e7000, 0xc422a0c9f0, 0xc421fd54d0, 0x5400, 0xc4203be160, 0x2ba3782e8f70, 0xc4228083c0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/v3.go:396 +0x460 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).ServeConn(0xc4203be000, 0x2ba3782e8f70, 0xc4228083c0, 0x28666c0, 0xc420ac2a80, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:415 +0x917 github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func8.1(0x2868580, 0xc4228ade00) /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:543 +0x106 github.com/cockroachdb/cockroach/pkg/util/netutil.(*Server).ServeWith.func1(0xc4220ebc20, 0xc4212b6008, 0x2868580, 0xc4228ade00, 0xc4204a4500) /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:136 +0x95 created by github.com/cockroachdb/cockroach/pkg/util/netutil.(*Server).ServeWith /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:138 +0x239 goroutine 201431 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*replicaScanner).waitAndProcess(0xc420aa1800, 0x2ba3782e7000, 0xc423d375c0, 0xed041abc0, 0x3a79d6ad, 0x2d37900, 0xc4216a1e40, 0xc420d557c0, 0xc421d21880, 0x8) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scanner.go:207 +0x241 github.com/cockroachdb/cockroach/pkg/storage.(*replicaScanner).scanLoop.func1.1(0xc421d21880, 0xc423807770) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scanner.go:269 +0x90 github.com/cockroachdb/cockroach/pkg/storage.(*storeReplicaVisitor).Visit(0xc423807770, 0xc4224c5450) /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:351 +0x2ff github.com/cockroachdb/cockroach/pkg/storage.(*replicaScanner).scanLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scanner.go:271 +0x29f github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a49060) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201096 [runnable]: github.com/cockroachdb/cockroach/pkg/storage/engine.(*RocksDB).open.func2(0xc4223a87d0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:392 +0x44 created by github.com/cockroachdb/cockroach/pkg/storage/engine.(*RocksDB).open /go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:393 +0x460 goroutine 201327 [chan receive]: github.com/cockroachdb/cockroach/pkg/util/netutil.MakeServer.func2() /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:98 +0x70 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f20c0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201410 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045fc) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48c00) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201579 [select]: github.com/cockroachdb/cockroach/pkg/ts.(*poller).start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/ts/db.go:90 +0x16f github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc420741010) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201387 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045f2) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48b00) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201576 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Node).startGossip.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:657 +0x4c1 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4234ee9e0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201590 [chan receive]: database/sql.(*DB).connectionOpener(0xc4200a8000) /usr/local/go/src/database/sql/sql.go:837 +0x4a created by database/sql.Open /usr/local/go/src/database/sql/sql.go:582 +0x212 goroutine 201430 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a49040) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201624 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2e40) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201580 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Node).startWriteSummaries.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:735 +0x2c1 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc420869bf0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201614 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startCoalescedHeartbeatsLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:3465 +0x167 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4235458e0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201390 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045fa) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48b80) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201605 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d61) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2ae0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201582 [select]: github.com/cockroachdb/cockroach/pkg/sql.(*Executor).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/executor.go:347 +0x165 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4234eeae0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201423 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48ec0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201416 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startCoalescedHeartbeatsLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:3465 +0x167 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4211c2bb0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201406 [select]: github.com/cockroachdb/cockroach/pkg/sql.(*Executor).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/executor.go:347 +0x165 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc423ee25e0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201629 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*replicaScanner).waitAndProcess(0xc42264c180, 0x2ba3782e7000, 0xc4240fac90, 0xed041abc1, 0x2198a8, 0x2d37900, 0xc422965680, 0xc4220ebc20, 0xc421391c00, 0x8) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scanner.go:207 +0x241 github.com/cockroachdb/cockroach/pkg/storage.(*replicaScanner).scanLoop.func1.1(0xc421391c00, 0xc4222b2e10) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scanner.go:269 +0x90 github.com/cockroachdb/cockroach/pkg/storage.(*storeReplicaVisitor).Visit(0xc4222b2e10, 0xc421e82960) /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:351 +0x2ff github.com/cockroachdb/cockroach/pkg/storage.(*replicaScanner).scanLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scanner.go:271 +0x29f github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2f40) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201602 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d59) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2940) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201404 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Node).startWriteSummaries.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:735 +0x2c1 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc422400330) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201625 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2ea0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201389 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045f8) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48b40) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201426 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48f20) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201418 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).Start.func3() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1244 +0x165 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48d40) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201535 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d68) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2880) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201366 [select]: github.com/cockroachdb/cockroach/pkg/gossip.(*Gossip).manage.func1() /go/src/github.com/cockroachdb/cockroach/pkg/gossip/gossip.go:1075 +0x399 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4231c8470) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201353 [select]: github.com/cockroachdb/cockroach/pkg/rpc.(*Context).runHeartbeat(0xc423d01000, 0xc421464100, 0xc4237f54e0, 0xf, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:351 +0x744 github.com/cockroachdb/cockroach/pkg/rpc.(*Context).GRPCDial.func1.3.1() /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:294 +0x5d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420869950) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201622 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2dc0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201623 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2e00) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 202099 [IO wait]: net.runtime_pollWait(0x2ba378eeca08, 0x72, 0x22) /usr/local/go/src/runtime/netpoll.go:164 +0x59 net.(*pollDesc).wait(0xc423d03e98, 0x72, 0x284f1c0, 0x2844a30) /usr/local/go/src/net/fd_poll_runtime.go:75 +0x38 net.(*pollDesc).waitRead(0xc423d03e98, 0xc423390000, 0x400) /usr/local/go/src/net/fd_poll_runtime.go:80 +0x34 net.(*netFD).Read(0xc423d03e30, 0xc423390000, 0x400, 0x400, 0x0, 0x284f1c0, 0x2844a30) /usr/local/go/src/net/fd_unix.go:250 +0x1b7 net.(*conn).Read(0xc4234ac108, 0xc423390000, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:181 +0x70 github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc4228adcc0, 0xc423390000, 0x400, 0x400, 0x1b64da0, 0x2d7c300, 0x2ba378336178) /go/src/github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux/cmux.go:218 +0x113 crypto/tls.(*block).readFromUntil(0xc4213d8fc0, 0x2ba378336178, 0xc4228adcc0, 0x5, 0xc4228adcc0, 0xc421840000) /usr/local/go/src/crypto/tls/conn.go:488 +0x98 crypto/tls.(*Conn).readRecord(0xc423f49500, 0x1c9af17, 0xc423f49620, 0xed041abc1) /usr/local/go/src/crypto/tls/conn.go:590 +0xc4 crypto/tls.(*Conn).Read(0xc423f49500, 0xc423352000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:1134 +0x11d github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*readTimeoutConn).Read(0xc4240a57c0, 0xc423352000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/v3.go:156 +0x158 bufio.(*Reader).fill(0xc4229e9980) /usr/local/go/src/bufio/bufio.go:97 +0x117 bufio.(*Reader).ReadByte(0xc4229e9980, 0x12, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:239 +0x5b github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*readBuffer).readTypedMsg(0xc42008d428, 0x2854700, 0xc4229e9980, 0x0, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/encoding.go:94 +0x35 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*v3Conn).serve(0xc42008d400, 0x2ba3782e7000, 0xc422b2c120, 0xc42282ab80, 0x5400, 0xc4229eae80, 0x2ba3782e8f70, 0xc4204d7100, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/v3.go:396 +0x460 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).ServeConn(0xc4229ead20, 0x2ba3782e8f70, 0xc4204d7100, 0x28666c0, 0xc423f49500, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:415 +0x917 github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func8.1(0x2868580, 0xc4228adcc0) /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:543 +0x106 github.com/cockroachdb/cockroach/pkg/util/netutil.(*Server).ServeWith.func1(0xc420d557c0, 0xc4221ce260, 0x2868580, 0xc4228adcc0, 0xc4217f2e80) /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:136 +0x95 created by github.com/cockroachdb/cockroach/pkg/util/netutil.(*Server).ServeWith /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:138 +0x239 goroutine 201424 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48ee0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201391 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045f5) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48ba0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201340 [chan receive]: github.com/cockroachdb/cockroach/pkg/util/netutil.MakeServer.func2() /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:98 +0x70 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc422bb1080) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201537 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d67) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2920) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201866 [select]: github.com/cockroachdb/cockroach/pkg/rpc.(*Context).runHeartbeat(0xc423d01000, 0xc4233ddf40, 0xc4211c2b20, 0xf, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:351 +0x744 github.com/cockroachdb/cockroach/pkg/rpc.(*Context).GRPCDial.func1.3.1() /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:294 +0x5d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4219e7530) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201412 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045fb) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48c60) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201425 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48f00) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201532 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d5f) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f27c0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201613 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).raftTickLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:3434 +0x337 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4235458d0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201515 [select]: github.com/cockroachdb/cockroach/pkg/rpc.(*Context).runHeartbeat(0xc421ece800, 0xc423662f40, 0xc4225ce0b0, 0xf, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:351 +0x744 github.com/cockroachdb/cockroach/pkg/rpc.(*Context).GRPCDial.func1.3.1() /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:294 +0x5d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc420146630) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201335 [runnable]: database/sql.(*DB).connectionOpener(0xc420d55720) /usr/local/go/src/database/sql/sql.go:837 +0x4a created by database/sql.Open /usr/local/go/src/database/sql/sql.go:582 +0x212 goroutine 201627 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2ee0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201405 [select]: github.com/cockroachdb/cockroach/pkg/sql.(*SchemaChangeManager).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/schema_changer.go:740 +0x138d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc423ee25a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201626 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2ec0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201603 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d5c) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2aa0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201399 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Node).startComputePeriodicMetrics.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:698 +0x2a0 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc423ee24e0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201388 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045ff) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48b20) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201415 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).raftTickLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:3434 +0x337 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4211c2ba0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201609 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d5e) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2b80) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201608 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d65) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2b60) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201611 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d5b) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2be0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201506 [chan receive]: database/sql.(*DB).connectionOpener(0xc4220ebb80) /usr/local/go/src/database/sql/sql.go:837 +0x4a created by database/sql.Open /usr/local/go/src/database/sql/sql.go:582 +0x212 goroutine 201575 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Node).startComputePeriodicMetrics.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:698 +0x2a0 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4234ee9c0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201427 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48f40) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201414 [semacquire]: sync.runtime_Semacquire(0xc421864984) /usr/local/go/src/runtime/sema.go:47 +0x34 sync.(*WaitGroup).Wait(0xc421864978) /usr/local/go/src/sync/waitgroup.go:131 +0x7a github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Wait(0xc421864900) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:171 +0x31 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Wait-fm() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:3417 +0x2a github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4211c2b90) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201621 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2da0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201419 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startGossip.func4() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1373 +0x51d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4229a8870) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201524 [chan receive]: github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func6() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:517 +0xeb github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4231e0440) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201610 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d66) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2ba0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201339 [chan receive]: github.com/cockroachdb/cockroach/pkg/util/netutil.MakeServer.func2() /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:98 +0x70 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc422bb1040) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 202198 [select]: github.com/cockroachdb/cockroach/pkg/rpc.(*Context).runHeartbeat(0xc421ece800, 0xc421e90400, 0xc42282a7f0, 0xf, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:351 +0x744 github.com/cockroachdb/cockroach/pkg/rpc.(*Context).GRPCDial.func1.3.1() /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:294 +0x5d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4238067e0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201402 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Server).startSampleEnvironment.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:854 +0x16b github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc423ee2580) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201429 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a49020) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201529 [select]: github.com/cockroachdb/cockroach/pkg/gossip.(*Gossip).manage.func1() /go/src/github.com/cockroachdb/cockroach/pkg/gossip/gossip.go:1075 +0x399 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc423544870) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201616 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).Start.func3() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1244 +0x165 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2cc0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201384 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045f4) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48a80) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201337 [select]: github.com/cockroachdb/cockroach/pkg/kv.(*TxnCoordSender).printStatsLoop(0xc420236790, 0x2ba3782e7000, 0xc423d375c0) /go/src/github.com/cockroachdb/cockroach/pkg/kv/txn_coord_sender.go:209 +0xb4a github.com/cockroachdb/cockroach/pkg/kv.NewTxnCoordSender.func1() /go/src/github.com/cockroachdb/cockroach/pkg/kv/txn_coord_sender.go:193 +0x98 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420d39990) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201326 [chan receive]: github.com/cockroachdb/cockroach/pkg/util/netutil.MakeServer.func2() /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:98 +0x70 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2060) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201367 [chan receive]: github.com/cockroachdb/cockroach/pkg/storage/engine.(*RocksDB).open.func2(0xc421d1dc70) /go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:392 +0x44 created by github.com/cockroachdb/cockroach/pkg/storage/engine.(*RocksDB).open /go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:393 +0x460 goroutine 201536 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d5d) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f28c0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201508 [select]: github.com/cockroachdb/cockroach/pkg/kv.(*TxnCoordSender).printStatsLoop(0xc4213d4210, 0x2ba3782e7000, 0xc4240fac90) /go/src/github.com/cockroachdb/cockroach/pkg/kv/txn_coord_sender.go:209 +0xb4a github.com/cockroachdb/cockroach/pkg/kv.NewTxnCoordSender.func1() /go/src/github.com/cockroachdb/cockroach/pkg/kv/txn_coord_sender.go:193 +0x98 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4240b2fa0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201382 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045fe) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48a40) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201420 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startGossip.func4() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1373 +0x51d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4229a88c0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201578 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Server).startSampleEnvironment.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:854 +0x16b github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4234eea60) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 202220 [IO wait]: net.runtime_pollWait(0x2ba3782e9f60, 0x72, 0x2b) /usr/local/go/src/runtime/netpoll.go:164 +0x59 net.(*pollDesc).wait(0xc42014d4f8, 0x72, 0x284f1c0, 0x2844a30) /usr/local/go/src/net/fd_poll_runtime.go:75 +0x38 net.(*pollDesc).waitRead(0xc42014d4f8, 0xc421ed3800, 0x400) /usr/local/go/src/net/fd_poll_runtime.go:80 +0x34 net.(*netFD).Read(0xc42014d490, 0xc421ed3800, 0x400, 0x400, 0x0, 0x284f1c0, 0x2844a30) /usr/local/go/src/net/fd_unix.go:250 +0x1b7 net.(*conn).Read(0xc4234ac488, 0xc421ed3800, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:181 +0x70 github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc423397a40, 0xc421ed3800, 0x400, 0x400, 0x1b64da0, 0x2d7c300, 0x2ba378336178) /go/src/github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux/cmux.go:218 +0x113 crypto/tls.(*block).readFromUntil(0xc422314de0, 0x2ba378336178, 0xc423397a40, 0x5, 0xc423397a40, 0xc421840000) /usr/local/go/src/crypto/tls/conn.go:488 +0x98 crypto/tls.(*Conn).readRecord(0xc420b45180, 0x1c9af17, 0xc420b452a0, 0xed041abc1) /usr/local/go/src/crypto/tls/conn.go:590 +0xc4 crypto/tls.(*Conn).Read(0xc420b45180, 0xc42280f000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:1134 +0x11d github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*readTimeoutConn).Read(0xc423549b80, 0xc42280f000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/v3.go:156 +0x158 bufio.(*Reader).fill(0xc42044cf60) /usr/local/go/src/bufio/bufio.go:97 +0x117 bufio.(*Reader).ReadByte(0xc42044cf60, 0x12, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:239 +0x5b github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*readBuffer).readTypedMsg(0xc4209a1e28, 0x2854700, 0xc42044cf60, 0x0, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/encoding.go:94 +0x35 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*v3Conn).serve(0xc4209a1e00, 0x2ba3782e7000, 0xc42220b380, 0xc423f4a8b0, 0x5400, 0xc4203be160, 0x2ba3782e8f70, 0xc421d39500, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/v3.go:396 +0x460 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).ServeConn(0xc4203be000, 0x2ba3782e8f70, 0xc421d39500, 0x28666c0, 0xc420b45180, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:415 +0x917 github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func8.1(0x2868580, 0xc423397a40) /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:543 +0x106 github.com/cockroachdb/cockroach/pkg/util/netutil.(*Server).ServeWith.func1(0xc4220ebc20, 0xc4212b6008, 0x2868580, 0xc423397a40, 0xc4204a4500) /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:136 +0x95 created by github.com/cockroachdb/cockroach/pkg/util/netutil.(*Server).ServeWith /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:138 +0x239 goroutine 201421 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startGossip.func4() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1373 +0x51d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4229a8910) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201411 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc400004600) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48c20) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201386 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045fd) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48ae0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201403 [select]: github.com/cockroachdb/cockroach/pkg/ts.(*poller).start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/ts/db.go:90 +0x16f github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc424023710) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201530 [chan receive]: github.com/cockroachdb/cockroach/pkg/storage/engine.(*RocksDB).open.func2(0xc42240d3b0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:392 +0x44 created by github.com/cockroachdb/cockroach/pkg/storage/engine.(*RocksDB).open /go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:393 +0x460 goroutine 202054 [IO wait]: net.runtime_pollWait(0x2ba3782b6bc0, 0x72, 0x1c) /usr/local/go/src/runtime/netpoll.go:164 +0x59 net.(*pollDesc).wait(0xc423d03e28, 0x72, 0x284f1c0, 0x2844a30) /usr/local/go/src/net/fd_poll_runtime.go:75 +0x38 net.(*pollDesc).waitRead(0xc423d03e28, 0xc420b5d400, 0x400) /usr/local/go/src/net/fd_poll_runtime.go:80 +0x34 net.(*netFD).Read(0xc423d03dc0, 0xc420b5d400, 0x400, 0x400, 0x0, 0x284f1c0, 0x2844a30) /usr/local/go/src/net/fd_unix.go:250 +0x1b7 net.(*conn).Read(0xc4234ac100, 0xc420b5d400, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:181 +0x70 github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc4228add60, 0xc420b5d400, 0x400, 0x400, 0x1b64da0, 0x2d7c300, 0x2ba378336178) /go/src/github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux/cmux.go:218 +0x113 crypto/tls.(*block).readFromUntil(0xc4219a56b0, 0x2ba378336178, 0xc4228add60, 0x5, 0xc4228add60, 0xc421840000) /usr/local/go/src/crypto/tls/conn.go:488 +0x98 crypto/tls.(*Conn).readRecord(0xc423feb500, 0x1c9af17, 0xc423feb620, 0xed041abc1) /usr/local/go/src/crypto/tls/conn.go:590 +0xc4 crypto/tls.(*Conn).Read(0xc423feb500, 0xc42365a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:1134 +0x11d github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*readTimeoutConn).Read(0xc420ec9620, 0xc42365a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/v3.go:156 +0x158 bufio.(*Reader).fill(0xc423f0faa0) /usr/local/go/src/bufio/bufio.go:97 +0x117 bufio.(*Reader).ReadByte(0xc423f0faa0, 0x12, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:239 +0x5b github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*readBuffer).readTypedMsg(0xc420753028, 0x2854700, 0xc423f0faa0, 0x0, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/encoding.go:94 +0x35 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*v3Conn).serve(0xc420753000, 0x2ba3782e7000, 0xc4217aa360, 0xc42411c550, 0x5400, 0xc4229eae80, 0x2ba3782e8f70, 0xc4234ff600, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/v3.go:396 +0x460 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).ServeConn(0xc4229ead20, 0x2ba3782e8f70, 0xc4234ff600, 0x28666c0, 0xc423feb500, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:415 +0x917 github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func8.1(0x2868580, 0xc4228add60) /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:543 +0x106 github.com/cockroachdb/cockroach/pkg/util/netutil.(*Server).ServeWith.func1(0xc420d557c0, 0xc4221ce260, 0x2868580, 0xc4228add60, 0xc4217f2e80) /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:136 +0x95 created by github.com/cockroachdb/cockroach/pkg/util/netutil.(*Server).ServeWith /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:138 +0x239 goroutine 201385 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045f7) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48aa0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201604 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d64) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2ac0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201460 [select]: github.com/cockroachdb/cockroach/pkg/rpc.(*Context).runHeartbeat(0xc423d01000, 0xc4220e3680, 0xc4231c8350, 0xf, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:351 +0x744 github.com/cockroachdb/cockroach/pkg/rpc.(*Context).GRPCDial.func1.3.1() /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:294 +0x5d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4214034d0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201383 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045f3) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48a60) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201345 [chan receive]: github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func6() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:517 +0xeb github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420488980) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201428 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48fc0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201534 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d5a) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2840) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201393 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045f1) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48be0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201381 [chan receive]: github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:155 +0x55 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a489a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201509 [select]: github.com/cockroachdb/cockroach/pkg/sql.(*LeaseManager).RefreshLeases.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/lease.go:1210 +0xc35 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4240fbb90) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201612 [semacquire]: sync.runtime_Semacquire(0xc42079a114) /usr/local/go/src/runtime/sema.go:47 +0x34 sync.(*WaitGroup).Wait(0xc42079a108) /usr/local/go/src/sync/waitgroup.go:131 +0x7a github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Wait(0xc42079a090) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:171 +0x31 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Wait-fm() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:3417 +0x2a github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4235458c0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201617 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startGossip.func4() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1373 +0x51d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc423212f50) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201400 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Node).startGossip.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:657 +0x4c1 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc423ee2500) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201583 [select]: github.com/cockroachdb/cockroach/pkg/sql/distsqlrun.(*flowScheduler).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/distsqlrun/flow_scheduler.go:114 +0x3e1 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4237f43f0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201607 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d60) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2b40) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201636 [select]: github.com/cockroachdb/cockroach/pkg/rpc.(*Context).runHeartbeat(0xc421ece800, 0xc4216e0800, 0xc423544650, 0xf, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:351 +0x744 github.com/cockroachdb/cockroach/pkg/rpc.(*Context).GRPCDial.func1.3.1() /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:294 +0x5d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc423887260) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201606 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d62) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2b00) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201409 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*NodeLiveness).StartHeartbeat.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/node_liveness.go:264 +0x29a github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc421f1e4b0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201531 [chan receive]: github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:155 +0x55 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2740) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201628 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2f20) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201413 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045f9) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48ca0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201581 [select]: github.com/cockroachdb/cockroach/pkg/sql.(*SchemaChangeManager).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/schema_changer.go:740 +0x138d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4234eeaa0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201392 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045f6) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48bc0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201533 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d63) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2820) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 I170224 04:19:13.544922 1 rand.go:76 Random seed: 8000295596509228024 ``` Please assign, take a look and update the issue accordingly.
1.0
teamcity: failed tests on master: test/TestMonotonicInserts - The following tests appear to have failed: [#160727](https://teamcity.cockroachdb.com/viewLog.html?buildId=160727): ``` --- FAIL: test/TestMonotonicInserts (0.000s) Test ended in panic. ------- Stdout: ------- panic: test timed out after 2m0s goroutine 203427 [running]: testing.startAlarm.func1() /usr/local/go/src/testing/testing.go:1023 +0xf9 created by time.goFunc /usr/local/go/src/time/sleep.go:170 +0x44 goroutine 1 [chan receive]: testing.(*T).Run(0xc4203ce410, 0x1c33778, 0x14, 0x1c98d68, 0xc4200d5c01) /usr/local/go/src/testing/testing.go:698 +0x2f4 testing.runTests.func1(0xc4203ce410) /usr/local/go/src/testing/testing.go:882 +0x67 testing.tRunner(0xc4203ce410, 0xc4200d5db0) /usr/local/go/src/testing/testing.go:657 +0x96 testing.runTests(0xc4203bd6c0, 0x2840d60, 0x7d, 0x7d, 0x2d37900) /usr/local/go/src/testing/testing.go:888 +0x2c1 testing.(*M).Run(0xc420635f20, 0x2d7c380) /usr/local/go/src/testing/testing.go:822 +0xfc github.com/cockroachdb/cockroach/pkg/sql_test.TestMain(0xc4200d5f20) /go/src/github.com/cockroachdb/cockroach/pkg/sql/main_test.go:227 +0xb4 main.main() github.com/cockroachdb/cockroach/pkg/sql/_test/_testmain.go:638 +0xf7 goroutine 17 [syscall, 1 minutes, locked to thread]: runtime.goexit() /usr/local/go/src/runtime/asm_amd64.s:2197 +0x1 goroutine 5 [chan receive]: github.com/cockroachdb/cockroach/pkg/util/log.(*loggingT).flushDaemon(0x2d39300) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:1012 +0x77 created by github.com/cockroachdb/cockroach/pkg/util/log.init.1 /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:583 +0xd2 goroutine 6 [chan receive]: github.com/cockroachdb/cockroach/pkg/util/log.(*loggingT).gcDaemon(0x2d39300) /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:1039 +0x5b created by github.com/cockroachdb/cockroach/pkg/util/log.init.1 /go/src/github.com/cockroachdb/cockroach/pkg/util/log/clog.go:584 +0xf6 goroutine 201059 [runnable]: syscall.Syscall(0x1, 0x20, 0xc420b5dc00, 0x22, 0x22, 0x22, 0x0) /usr/local/go/src/syscall/asm_linux_amd64.s:18 +0x5 syscall.write(0x20, 0xc420b5dc00, 0x22, 0x400, 0x77, 0x0, 0x0) /usr/local/go/src/syscall/zsyscall_linux_amd64.go:1064 +0x55 syscall.Write(0x20, 0xc420b5dc00, 0x22, 0x400, 0xc420b5dc0d, 0x15, 0x3f3) /usr/local/go/src/syscall/syscall_unix.go:181 +0x49 net.(*netFD).Write(0xc4220556c0, 0xc420b5dc00, 0x22, 0x400, 0x0, 0x0, 0x0) /usr/local/go/src/net/fd_unix.go:332 +0x15e net.(*conn).Write(0xc422202098, 0xc420b5dc00, 0x22, 0x400, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:193 +0x70 crypto/tls.(*Conn).write(0xc423febc00, 0xc420b5dc00, 0x22, 0x400, 0xc42102a920, 0x1c9af01, 0xc423febc14) /usr/local/go/src/crypto/tls/conn.go:832 +0x192 crypto/tls.(*Conn).writeRecordLocked(0xc423febc00, 0x1c9af17, 0xc4219b1780, 0x5, 0x5, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:909 +0x34b crypto/tls.(*Conn).Write(0xc423febc00, 0xc4219b1780, 0x5, 0x5, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:1068 +0x202 github.com/cockroachdb/cockroach/vendor/github.com/lib/pq.(*conn).sendSimpleMessage(0xc421768840, 0x1c99e58, 0xc421768840, 0xc4229c77e0) /go/src/github.com/cockroachdb/cockroach/vendor/github.com/lib/pq/conn.go:926 +0x7e github.com/cockroachdb/cockroach/vendor/github.com/lib/pq.(*conn).Close(0xc421768840, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/vendor/github.com/lib/pq/conn.go:822 +0xaf database/sql.(*driverConn).finalClose.func2() /usr/local/go/src/database/sql/sql.go:440 +0x49 database/sql.withLock(0x284fdc0, 0xc4216fc770, 0xc4229c7890) /usr/local/go/src/database/sql/sql.go:2545 +0x65 database/sql.(*driverConn).finalClose(0xc4216fc770, 0x284bb00, 0xc42407a460) /usr/local/go/src/database/sql/sql.go:442 +0x159 database/sql.(finalCloser).(database/sql.finalClose)-fm(0x284bb00, 0xc42407a460) /usr/local/go/src/database/sql/sql.go:537 +0x2f database/sql.(*DB).Close(0xc420d55720, 0xc4223a8701, 0x2846d80) /usr/local/go/src/database/sql/sql.go:644 +0x2fd github.com/cockroachdb/cockroach/pkg/testutils/serverutils.StartServer.func1() /go/src/github.com/cockroachdb/cockroach/pkg/testutils/serverutils/test_server_shim.go:162 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.CloserFn.Close(0xc42385daa0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:92 +0x25 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).Stop(0xc42167c0a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:444 +0x2ae github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).stopServers(0xc4203ca120) /go/src/github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:105 +0x17c github.com/cockroachdb/cockroach/pkg/testutils/testcluster.(*TestCluster).(github.com/cockroachdb/cockroach/pkg/testutils/testcluster.stopServers)-fm() /go/src/github.com/cockroachdb/cockroach/pkg/testutils/testcluster/testcluster.go:174 +0x2a github.com/cockroachdb/cockroach/pkg/util/stop.CloserFn.Close(0xc42099d320) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:92 +0x25 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).Stop(0xc42167c000) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:444 +0x2ae github.com/cockroachdb/cockroach/pkg/sql_test.TestMonotonicInserts(0xc4223f04e0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/monotonic_insert_test.go:216 +0x6f0 testing.tRunner(0xc4223f04e0, 0x1c98d68) /usr/local/go/src/testing/testing.go:657 +0x96 created by testing.(*T).Run /usr/local/go/src/testing/testing.go:697 +0x2ca goroutine 201585 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*NodeLiveness).StartHeartbeat.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/node_liveness.go:264 +0x29a github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc42196dc20) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201407 [select]: github.com/cockroachdb/cockroach/pkg/sql/distsqlrun.(*flowScheduler).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/distsqlrun/flow_scheduler.go:114 +0x3e1 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4219b06e0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201338 [select]: github.com/cockroachdb/cockroach/pkg/sql.(*LeaseManager).RefreshLeases.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/lease.go:1210 +0xc35 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc423806570) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201619 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startGossip.func4() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1373 +0x51d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc423212ff0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201618 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startGossip.func4() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1373 +0x51d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc423212fa0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201980 [IO wait]: net.runtime_pollWait(0x2ba3782e95a0, 0x72, 0x21) /usr/local/go/src/runtime/netpoll.go:164 +0x59 net.(*pollDesc).wait(0xc423d03f08, 0x72, 0x284f1c0, 0x2844a30) /usr/local/go/src/net/fd_poll_runtime.go:75 +0x38 net.(*pollDesc).waitRead(0xc423d03f08, 0xc422193800, 0x400) /usr/local/go/src/net/fd_poll_runtime.go:80 +0x34 net.(*netFD).Read(0xc423d03ea0, 0xc422193800, 0x400, 0x400, 0x0, 0x284f1c0, 0x2844a30) /usr/local/go/src/net/fd_unix.go:250 +0x1b7 net.(*conn).Read(0xc4234ac110, 0xc422193800, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:181 +0x70 github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc4228ade00, 0xc422193800, 0x400, 0x400, 0x1b64da0, 0x0, 0x2ba378336178) /go/src/github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux/cmux.go:218 +0x113 crypto/tls.(*block).readFromUntil(0xc421de82d0, 0x2ba378336178, 0xc4228ade00, 0x5, 0xc4228ade00, 0xc421840000) /usr/local/go/src/crypto/tls/conn.go:488 +0x98 crypto/tls.(*Conn).readRecord(0xc420ac2a80, 0x1c9af17, 0xc420ac2ba0, 0xed041abc1) /usr/local/go/src/crypto/tls/conn.go:590 +0xc4 crypto/tls.(*Conn).Read(0xc420ac2a80, 0xc423619000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:1134 +0x11d github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*readTimeoutConn).Read(0xc420dc3be0, 0xc423619000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/v3.go:156 +0x158 bufio.(*Reader).fill(0xc421cb11a0) /usr/local/go/src/bufio/bufio.go:97 +0x117 bufio.(*Reader).ReadByte(0xc421cb11a0, 0x12, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:239 +0x5b github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*readBuffer).readTypedMsg(0xc4229cb628, 0x2854700, 0xc421cb11a0, 0x0, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/encoding.go:94 +0x35 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*v3Conn).serve(0xc4229cb600, 0x2ba3782e7000, 0xc422a0c9f0, 0xc421fd54d0, 0x5400, 0xc4203be160, 0x2ba3782e8f70, 0xc4228083c0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/v3.go:396 +0x460 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).ServeConn(0xc4203be000, 0x2ba3782e8f70, 0xc4228083c0, 0x28666c0, 0xc420ac2a80, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:415 +0x917 github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func8.1(0x2868580, 0xc4228ade00) /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:543 +0x106 github.com/cockroachdb/cockroach/pkg/util/netutil.(*Server).ServeWith.func1(0xc4220ebc20, 0xc4212b6008, 0x2868580, 0xc4228ade00, 0xc4204a4500) /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:136 +0x95 created by github.com/cockroachdb/cockroach/pkg/util/netutil.(*Server).ServeWith /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:138 +0x239 goroutine 201431 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*replicaScanner).waitAndProcess(0xc420aa1800, 0x2ba3782e7000, 0xc423d375c0, 0xed041abc0, 0x3a79d6ad, 0x2d37900, 0xc4216a1e40, 0xc420d557c0, 0xc421d21880, 0x8) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scanner.go:207 +0x241 github.com/cockroachdb/cockroach/pkg/storage.(*replicaScanner).scanLoop.func1.1(0xc421d21880, 0xc423807770) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scanner.go:269 +0x90 github.com/cockroachdb/cockroach/pkg/storage.(*storeReplicaVisitor).Visit(0xc423807770, 0xc4224c5450) /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:351 +0x2ff github.com/cockroachdb/cockroach/pkg/storage.(*replicaScanner).scanLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scanner.go:271 +0x29f github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a49060) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201096 [runnable]: github.com/cockroachdb/cockroach/pkg/storage/engine.(*RocksDB).open.func2(0xc4223a87d0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:392 +0x44 created by github.com/cockroachdb/cockroach/pkg/storage/engine.(*RocksDB).open /go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:393 +0x460 goroutine 201327 [chan receive]: github.com/cockroachdb/cockroach/pkg/util/netutil.MakeServer.func2() /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:98 +0x70 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f20c0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201410 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045fc) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48c00) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201579 [select]: github.com/cockroachdb/cockroach/pkg/ts.(*poller).start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/ts/db.go:90 +0x16f github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc420741010) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201387 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045f2) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48b00) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201576 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Node).startGossip.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:657 +0x4c1 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4234ee9e0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201590 [chan receive]: database/sql.(*DB).connectionOpener(0xc4200a8000) /usr/local/go/src/database/sql/sql.go:837 +0x4a created by database/sql.Open /usr/local/go/src/database/sql/sql.go:582 +0x212 goroutine 201430 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a49040) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201624 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2e40) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201580 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Node).startWriteSummaries.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:735 +0x2c1 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc420869bf0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201614 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startCoalescedHeartbeatsLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:3465 +0x167 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4235458e0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201390 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045fa) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48b80) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201605 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d61) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2ae0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201582 [select]: github.com/cockroachdb/cockroach/pkg/sql.(*Executor).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/executor.go:347 +0x165 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4234eeae0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201423 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48ec0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201416 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startCoalescedHeartbeatsLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:3465 +0x167 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4211c2bb0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201406 [select]: github.com/cockroachdb/cockroach/pkg/sql.(*Executor).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/executor.go:347 +0x165 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc423ee25e0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201629 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*replicaScanner).waitAndProcess(0xc42264c180, 0x2ba3782e7000, 0xc4240fac90, 0xed041abc1, 0x2198a8, 0x2d37900, 0xc422965680, 0xc4220ebc20, 0xc421391c00, 0x8) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scanner.go:207 +0x241 github.com/cockroachdb/cockroach/pkg/storage.(*replicaScanner).scanLoop.func1.1(0xc421391c00, 0xc4222b2e10) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scanner.go:269 +0x90 github.com/cockroachdb/cockroach/pkg/storage.(*storeReplicaVisitor).Visit(0xc4222b2e10, 0xc421e82960) /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:351 +0x2ff github.com/cockroachdb/cockroach/pkg/storage.(*replicaScanner).scanLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scanner.go:271 +0x29f github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2f40) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201602 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d59) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2940) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201404 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Node).startWriteSummaries.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:735 +0x2c1 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc422400330) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201625 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2ea0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201389 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045f8) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48b40) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201426 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48f20) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201418 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).Start.func3() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1244 +0x165 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48d40) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201535 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d68) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2880) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201366 [select]: github.com/cockroachdb/cockroach/pkg/gossip.(*Gossip).manage.func1() /go/src/github.com/cockroachdb/cockroach/pkg/gossip/gossip.go:1075 +0x399 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4231c8470) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201353 [select]: github.com/cockroachdb/cockroach/pkg/rpc.(*Context).runHeartbeat(0xc423d01000, 0xc421464100, 0xc4237f54e0, 0xf, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:351 +0x744 github.com/cockroachdb/cockroach/pkg/rpc.(*Context).GRPCDial.func1.3.1() /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:294 +0x5d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420869950) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201622 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2dc0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201623 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2e00) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 202099 [IO wait]: net.runtime_pollWait(0x2ba378eeca08, 0x72, 0x22) /usr/local/go/src/runtime/netpoll.go:164 +0x59 net.(*pollDesc).wait(0xc423d03e98, 0x72, 0x284f1c0, 0x2844a30) /usr/local/go/src/net/fd_poll_runtime.go:75 +0x38 net.(*pollDesc).waitRead(0xc423d03e98, 0xc423390000, 0x400) /usr/local/go/src/net/fd_poll_runtime.go:80 +0x34 net.(*netFD).Read(0xc423d03e30, 0xc423390000, 0x400, 0x400, 0x0, 0x284f1c0, 0x2844a30) /usr/local/go/src/net/fd_unix.go:250 +0x1b7 net.(*conn).Read(0xc4234ac108, 0xc423390000, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:181 +0x70 github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc4228adcc0, 0xc423390000, 0x400, 0x400, 0x1b64da0, 0x2d7c300, 0x2ba378336178) /go/src/github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux/cmux.go:218 +0x113 crypto/tls.(*block).readFromUntil(0xc4213d8fc0, 0x2ba378336178, 0xc4228adcc0, 0x5, 0xc4228adcc0, 0xc421840000) /usr/local/go/src/crypto/tls/conn.go:488 +0x98 crypto/tls.(*Conn).readRecord(0xc423f49500, 0x1c9af17, 0xc423f49620, 0xed041abc1) /usr/local/go/src/crypto/tls/conn.go:590 +0xc4 crypto/tls.(*Conn).Read(0xc423f49500, 0xc423352000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:1134 +0x11d github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*readTimeoutConn).Read(0xc4240a57c0, 0xc423352000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/v3.go:156 +0x158 bufio.(*Reader).fill(0xc4229e9980) /usr/local/go/src/bufio/bufio.go:97 +0x117 bufio.(*Reader).ReadByte(0xc4229e9980, 0x12, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:239 +0x5b github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*readBuffer).readTypedMsg(0xc42008d428, 0x2854700, 0xc4229e9980, 0x0, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/encoding.go:94 +0x35 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*v3Conn).serve(0xc42008d400, 0x2ba3782e7000, 0xc422b2c120, 0xc42282ab80, 0x5400, 0xc4229eae80, 0x2ba3782e8f70, 0xc4204d7100, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/v3.go:396 +0x460 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).ServeConn(0xc4229ead20, 0x2ba3782e8f70, 0xc4204d7100, 0x28666c0, 0xc423f49500, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:415 +0x917 github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func8.1(0x2868580, 0xc4228adcc0) /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:543 +0x106 github.com/cockroachdb/cockroach/pkg/util/netutil.(*Server).ServeWith.func1(0xc420d557c0, 0xc4221ce260, 0x2868580, 0xc4228adcc0, 0xc4217f2e80) /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:136 +0x95 created by github.com/cockroachdb/cockroach/pkg/util/netutil.(*Server).ServeWith /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:138 +0x239 goroutine 201424 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48ee0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201391 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045f5) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48ba0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201340 [chan receive]: github.com/cockroachdb/cockroach/pkg/util/netutil.MakeServer.func2() /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:98 +0x70 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc422bb1080) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201537 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d67) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2920) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201866 [select]: github.com/cockroachdb/cockroach/pkg/rpc.(*Context).runHeartbeat(0xc423d01000, 0xc4233ddf40, 0xc4211c2b20, 0xf, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:351 +0x744 github.com/cockroachdb/cockroach/pkg/rpc.(*Context).GRPCDial.func1.3.1() /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:294 +0x5d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4219e7530) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201412 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045fb) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48c60) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201425 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48f00) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201532 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d5f) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f27c0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201613 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).raftTickLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:3434 +0x337 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4235458d0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201515 [select]: github.com/cockroachdb/cockroach/pkg/rpc.(*Context).runHeartbeat(0xc421ece800, 0xc423662f40, 0xc4225ce0b0, 0xf, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:351 +0x744 github.com/cockroachdb/cockroach/pkg/rpc.(*Context).GRPCDial.func1.3.1() /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:294 +0x5d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc420146630) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201335 [runnable]: database/sql.(*DB).connectionOpener(0xc420d55720) /usr/local/go/src/database/sql/sql.go:837 +0x4a created by database/sql.Open /usr/local/go/src/database/sql/sql.go:582 +0x212 goroutine 201627 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2ee0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201405 [select]: github.com/cockroachdb/cockroach/pkg/sql.(*SchemaChangeManager).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/schema_changer.go:740 +0x138d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc423ee25a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201626 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2ec0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201603 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d5c) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2aa0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201399 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Node).startComputePeriodicMetrics.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:698 +0x2a0 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc423ee24e0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201388 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045ff) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48b20) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201415 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).raftTickLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:3434 +0x337 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4211c2ba0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201609 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d5e) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2b80) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201608 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d65) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2b60) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201611 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d5b) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2be0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201506 [chan receive]: database/sql.(*DB).connectionOpener(0xc4220ebb80) /usr/local/go/src/database/sql/sql.go:837 +0x4a created by database/sql.Open /usr/local/go/src/database/sql/sql.go:582 +0x212 goroutine 201575 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Node).startComputePeriodicMetrics.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:698 +0x2a0 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4234ee9c0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201427 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48f40) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201414 [semacquire]: sync.runtime_Semacquire(0xc421864984) /usr/local/go/src/runtime/sema.go:47 +0x34 sync.(*WaitGroup).Wait(0xc421864978) /usr/local/go/src/sync/waitgroup.go:131 +0x7a github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Wait(0xc421864900) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:171 +0x31 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Wait-fm() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:3417 +0x2a github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4211c2b90) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201621 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2da0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201419 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startGossip.func4() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1373 +0x51d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4229a8870) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201524 [chan receive]: github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func6() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:517 +0xeb github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4231e0440) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201610 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d66) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2ba0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201339 [chan receive]: github.com/cockroachdb/cockroach/pkg/util/netutil.MakeServer.func2() /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:98 +0x70 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc422bb1040) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 202198 [select]: github.com/cockroachdb/cockroach/pkg/rpc.(*Context).runHeartbeat(0xc421ece800, 0xc421e90400, 0xc42282a7f0, 0xf, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:351 +0x744 github.com/cockroachdb/cockroach/pkg/rpc.(*Context).GRPCDial.func1.3.1() /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:294 +0x5d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4238067e0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201402 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Server).startSampleEnvironment.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:854 +0x16b github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc423ee2580) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201429 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a49020) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201529 [select]: github.com/cockroachdb/cockroach/pkg/gossip.(*Gossip).manage.func1() /go/src/github.com/cockroachdb/cockroach/pkg/gossip/gossip.go:1075 +0x399 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc423544870) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201616 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).Start.func3() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1244 +0x165 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2cc0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201384 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045f4) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48a80) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201337 [select]: github.com/cockroachdb/cockroach/pkg/kv.(*TxnCoordSender).printStatsLoop(0xc420236790, 0x2ba3782e7000, 0xc423d375c0) /go/src/github.com/cockroachdb/cockroach/pkg/kv/txn_coord_sender.go:209 +0xb4a github.com/cockroachdb/cockroach/pkg/kv.NewTxnCoordSender.func1() /go/src/github.com/cockroachdb/cockroach/pkg/kv/txn_coord_sender.go:193 +0x98 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420d39990) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201326 [chan receive]: github.com/cockroachdb/cockroach/pkg/util/netutil.MakeServer.func2() /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:98 +0x70 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2060) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201367 [chan receive]: github.com/cockroachdb/cockroach/pkg/storage/engine.(*RocksDB).open.func2(0xc421d1dc70) /go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:392 +0x44 created by github.com/cockroachdb/cockroach/pkg/storage/engine.(*RocksDB).open /go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:393 +0x460 goroutine 201536 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d5d) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f28c0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201508 [select]: github.com/cockroachdb/cockroach/pkg/kv.(*TxnCoordSender).printStatsLoop(0xc4213d4210, 0x2ba3782e7000, 0xc4240fac90) /go/src/github.com/cockroachdb/cockroach/pkg/kv/txn_coord_sender.go:209 +0xb4a github.com/cockroachdb/cockroach/pkg/kv.NewTxnCoordSender.func1() /go/src/github.com/cockroachdb/cockroach/pkg/kv/txn_coord_sender.go:193 +0x98 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4240b2fa0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201382 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045fe) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48a40) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201420 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startGossip.func4() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1373 +0x51d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4229a88c0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201578 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Server).startSampleEnvironment.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:854 +0x16b github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4234eea60) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 202220 [IO wait]: net.runtime_pollWait(0x2ba3782e9f60, 0x72, 0x2b) /usr/local/go/src/runtime/netpoll.go:164 +0x59 net.(*pollDesc).wait(0xc42014d4f8, 0x72, 0x284f1c0, 0x2844a30) /usr/local/go/src/net/fd_poll_runtime.go:75 +0x38 net.(*pollDesc).waitRead(0xc42014d4f8, 0xc421ed3800, 0x400) /usr/local/go/src/net/fd_poll_runtime.go:80 +0x34 net.(*netFD).Read(0xc42014d490, 0xc421ed3800, 0x400, 0x400, 0x0, 0x284f1c0, 0x2844a30) /usr/local/go/src/net/fd_unix.go:250 +0x1b7 net.(*conn).Read(0xc4234ac488, 0xc421ed3800, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:181 +0x70 github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc423397a40, 0xc421ed3800, 0x400, 0x400, 0x1b64da0, 0x2d7c300, 0x2ba378336178) /go/src/github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux/cmux.go:218 +0x113 crypto/tls.(*block).readFromUntil(0xc422314de0, 0x2ba378336178, 0xc423397a40, 0x5, 0xc423397a40, 0xc421840000) /usr/local/go/src/crypto/tls/conn.go:488 +0x98 crypto/tls.(*Conn).readRecord(0xc420b45180, 0x1c9af17, 0xc420b452a0, 0xed041abc1) /usr/local/go/src/crypto/tls/conn.go:590 +0xc4 crypto/tls.(*Conn).Read(0xc420b45180, 0xc42280f000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:1134 +0x11d github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*readTimeoutConn).Read(0xc423549b80, 0xc42280f000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/v3.go:156 +0x158 bufio.(*Reader).fill(0xc42044cf60) /usr/local/go/src/bufio/bufio.go:97 +0x117 bufio.(*Reader).ReadByte(0xc42044cf60, 0x12, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:239 +0x5b github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*readBuffer).readTypedMsg(0xc4209a1e28, 0x2854700, 0xc42044cf60, 0x0, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/encoding.go:94 +0x35 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*v3Conn).serve(0xc4209a1e00, 0x2ba3782e7000, 0xc42220b380, 0xc423f4a8b0, 0x5400, 0xc4203be160, 0x2ba3782e8f70, 0xc421d39500, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/v3.go:396 +0x460 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).ServeConn(0xc4203be000, 0x2ba3782e8f70, 0xc421d39500, 0x28666c0, 0xc420b45180, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:415 +0x917 github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func8.1(0x2868580, 0xc423397a40) /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:543 +0x106 github.com/cockroachdb/cockroach/pkg/util/netutil.(*Server).ServeWith.func1(0xc4220ebc20, 0xc4212b6008, 0x2868580, 0xc423397a40, 0xc4204a4500) /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:136 +0x95 created by github.com/cockroachdb/cockroach/pkg/util/netutil.(*Server).ServeWith /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:138 +0x239 goroutine 201421 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startGossip.func4() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1373 +0x51d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4229a8910) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201411 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc400004600) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48c20) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201386 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045fd) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48ae0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201403 [select]: github.com/cockroachdb/cockroach/pkg/ts.(*poller).start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/ts/db.go:90 +0x16f github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc424023710) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201530 [chan receive]: github.com/cockroachdb/cockroach/pkg/storage/engine.(*RocksDB).open.func2(0xc42240d3b0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:392 +0x44 created by github.com/cockroachdb/cockroach/pkg/storage/engine.(*RocksDB).open /go/src/github.com/cockroachdb/cockroach/pkg/storage/engine/rocksdb.go:393 +0x460 goroutine 202054 [IO wait]: net.runtime_pollWait(0x2ba3782b6bc0, 0x72, 0x1c) /usr/local/go/src/runtime/netpoll.go:164 +0x59 net.(*pollDesc).wait(0xc423d03e28, 0x72, 0x284f1c0, 0x2844a30) /usr/local/go/src/net/fd_poll_runtime.go:75 +0x38 net.(*pollDesc).waitRead(0xc423d03e28, 0xc420b5d400, 0x400) /usr/local/go/src/net/fd_poll_runtime.go:80 +0x34 net.(*netFD).Read(0xc423d03dc0, 0xc420b5d400, 0x400, 0x400, 0x0, 0x284f1c0, 0x2844a30) /usr/local/go/src/net/fd_unix.go:250 +0x1b7 net.(*conn).Read(0xc4234ac100, 0xc420b5d400, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/local/go/src/net/net.go:181 +0x70 github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux.(*MuxConn).Read(0xc4228add60, 0xc420b5d400, 0x400, 0x400, 0x1b64da0, 0x2d7c300, 0x2ba378336178) /go/src/github.com/cockroachdb/cockroach/vendor/github.com/cockroachdb/cmux/cmux.go:218 +0x113 crypto/tls.(*block).readFromUntil(0xc4219a56b0, 0x2ba378336178, 0xc4228add60, 0x5, 0xc4228add60, 0xc421840000) /usr/local/go/src/crypto/tls/conn.go:488 +0x98 crypto/tls.(*Conn).readRecord(0xc423feb500, 0x1c9af17, 0xc423feb620, 0xed041abc1) /usr/local/go/src/crypto/tls/conn.go:590 +0xc4 crypto/tls.(*Conn).Read(0xc423feb500, 0xc42365a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/local/go/src/crypto/tls/conn.go:1134 +0x11d github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*readTimeoutConn).Read(0xc420ec9620, 0xc42365a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/v3.go:156 +0x158 bufio.(*Reader).fill(0xc423f0faa0) /usr/local/go/src/bufio/bufio.go:97 +0x117 bufio.(*Reader).ReadByte(0xc423f0faa0, 0x12, 0x0, 0x0) /usr/local/go/src/bufio/bufio.go:239 +0x5b github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*readBuffer).readTypedMsg(0xc420753028, 0x2854700, 0xc423f0faa0, 0x0, 0x0, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/encoding.go:94 +0x35 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*v3Conn).serve(0xc420753000, 0x2ba3782e7000, 0xc4217aa360, 0xc42411c550, 0x5400, 0xc4229eae80, 0x2ba3782e8f70, 0xc4234ff600, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/v3.go:396 +0x460 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).ServeConn(0xc4229ead20, 0x2ba3782e8f70, 0xc4234ff600, 0x28666c0, 0xc423feb500, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:415 +0x917 github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func8.1(0x2868580, 0xc4228add60) /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:543 +0x106 github.com/cockroachdb/cockroach/pkg/util/netutil.(*Server).ServeWith.func1(0xc420d557c0, 0xc4221ce260, 0x2868580, 0xc4228add60, 0xc4217f2e80) /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:136 +0x95 created by github.com/cockroachdb/cockroach/pkg/util/netutil.(*Server).ServeWith /go/src/github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:138 +0x239 goroutine 201385 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045f7) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48aa0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201604 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d64) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2ac0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201460 [select]: github.com/cockroachdb/cockroach/pkg/rpc.(*Context).runHeartbeat(0xc423d01000, 0xc4220e3680, 0xc4231c8350, 0xf, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:351 +0x744 github.com/cockroachdb/cockroach/pkg/rpc.(*Context).GRPCDial.func1.3.1() /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:294 +0x5d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc4214034d0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201383 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045f3) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48a60) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201345 [chan receive]: github.com/cockroachdb/cockroach/pkg/server.(*Server).Start.func6() /go/src/github.com/cockroachdb/cockroach/pkg/server/server.go:517 +0xeb github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420488980) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201428 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48fc0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201534 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d5a) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2840) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201393 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045f1) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48be0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201381 [chan receive]: github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:155 +0x55 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a489a0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201509 [select]: github.com/cockroachdb/cockroach/pkg/sql.(*LeaseManager).RefreshLeases.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/lease.go:1210 +0xc35 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4240fbb90) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201612 [semacquire]: sync.runtime_Semacquire(0xc42079a114) /usr/local/go/src/runtime/sema.go:47 +0x34 sync.(*WaitGroup).Wait(0xc42079a108) /usr/local/go/src/sync/waitgroup.go:131 +0x7a github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Wait(0xc42079a090) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:171 +0x31 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Wait-fm() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:3417 +0x2a github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4235458c0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201617 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*Store).startGossip.func4() /go/src/github.com/cockroachdb/cockroach/pkg/storage/store.go:1373 +0x51d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc423212f50) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201400 [select]: github.com/cockroachdb/cockroach/pkg/server.(*Node).startGossip.func1() /go/src/github.com/cockroachdb/cockroach/pkg/server/node.go:657 +0x4c1 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc423ee2500) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201583 [select]: github.com/cockroachdb/cockroach/pkg/sql/distsqlrun.(*flowScheduler).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/distsqlrun/flow_scheduler.go:114 +0x3e1 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4237f43f0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201607 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d60) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2b40) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201636 [select]: github.com/cockroachdb/cockroach/pkg/rpc.(*Context).runHeartbeat(0xc421ece800, 0xc4216e0800, 0xc423544650, 0xf, 0x0, 0x0) /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:351 +0x744 github.com/cockroachdb/cockroach/pkg/rpc.(*Context).GRPCDial.func1.3.1() /go/src/github.com/cockroachdb/cockroach/pkg/rpc/context.go:294 +0x5d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc423887260) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201606 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d62) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2b00) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201409 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*NodeLiveness).StartHeartbeat.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/node_liveness.go:264 +0x29a github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc421f1e4b0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201531 [chan receive]: github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:155 +0x55 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2740) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201628 [select]: github.com/cockroachdb/cockroach/pkg/storage.(*baseQueue).processLoop.func1() /go/src/github.com/cockroachdb/cockroach/pkg/storage/queue.go:490 +0x39e github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2f20) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201413 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045f9) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48ca0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201581 [select]: github.com/cockroachdb/cockroach/pkg/sql.(*SchemaChangeManager).Start.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/schema_changer.go:740 +0x138d github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4234eeaa0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201392 [semacquire]: sync.runtime_notifyListWait(0xc420488b90, 0xc4000045f6) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc420488b80) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc421864900, 0xc420d557c0) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc420d557c0, 0xc420a48bc0) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 goroutine 201533 [semacquire]: sync.runtime_notifyListWait(0xc4231e0550, 0xc400003d63) /usr/local/go/src/runtime/sema.go:297 +0x10b sync.(*Cond).Wait(0xc4231e0540) /usr/local/go/src/sync/cond.go:57 +0x89 github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).worker(0xc42079a090, 0xc4220ebc20) /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:196 +0xac github.com/cockroachdb/cockroach/pkg/storage.(*raftScheduler).Start.func2() /go/src/github.com/cockroachdb/cockroach/pkg/storage/scheduler.go:165 +0x33 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1(0xc4220ebc20, 0xc4217f2820) /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:209 +0x7d created by github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:210 +0x66 I170224 04:19:13.544922 1 rand.go:76 Random seed: 8000295596509228024 ``` Please assign, take a look and update the issue accordingly.
non_priority
teamcity failed tests on master test testmonotonicinserts the following tests appear to have failed fail test testmonotonicinserts test ended in panic stdout panic test timed out after goroutine testing startalarm usr local go src testing testing go created by time gofunc usr local go src time sleep go goroutine testing t run usr local go src testing testing go testing runtests usr local go src testing testing go testing trunner usr local go src testing testing go testing runtests usr local go src testing testing go testing m run usr local go src testing testing go github com cockroachdb cockroach pkg sql test testmain go src github com cockroachdb cockroach pkg sql main test go main main github com cockroachdb cockroach pkg sql test testmain go goroutine runtime goexit usr local go src runtime asm s goroutine github com cockroachdb cockroach pkg util log loggingt flushdaemon go src github com cockroachdb cockroach pkg util log clog go created by github com cockroachdb cockroach pkg util log init go src github com cockroachdb cockroach pkg util log clog go goroutine github com cockroachdb cockroach pkg util log loggingt gcdaemon go src github com cockroachdb cockroach pkg util log clog go created by github com cockroachdb cockroach pkg util log init go src github com cockroachdb cockroach pkg util log clog go goroutine syscall syscall usr local go src syscall asm linux s syscall write usr local go src syscall zsyscall linux go syscall write usr local go src syscall syscall unix go net netfd write usr local go src net fd unix go net conn write usr local go src net net go crypto tls conn write usr local go src crypto tls conn go crypto tls conn writerecordlocked usr local go src crypto tls conn go crypto tls conn write usr local go src crypto tls conn go github com cockroachdb cockroach vendor github com lib pq conn sendsimplemessage go src github com cockroachdb cockroach vendor github com lib pq conn go github com cockroachdb cockroach vendor github com lib pq conn close go src github com cockroachdb cockroach vendor github com lib pq conn go database sql driverconn finalclose usr local go src database sql sql go database sql withlock usr local go src database sql sql go database sql driverconn finalclose usr local go src database sql sql go database sql finalcloser database sql finalclose fm usr local go src database sql sql go database sql db close usr local go src database sql sql go github com cockroachdb cockroach pkg testutils serverutils startserver go src github com cockroachdb cockroach pkg testutils serverutils test server shim go github com cockroachdb cockroach pkg util stop closerfn close go src github com cockroachdb cockroach pkg util stop stopper go github com cockroachdb cockroach pkg util stop stopper stop go src github com cockroachdb cockroach pkg util stop stopper go github com cockroachdb cockroach pkg testutils testcluster testcluster stopservers go src github com cockroachdb cockroach pkg testutils testcluster testcluster go github com cockroachdb cockroach pkg testutils testcluster testcluster github com cockroachdb cockroach pkg testutils testcluster stopservers fm go src github com cockroachdb cockroach pkg testutils testcluster testcluster go github com cockroachdb cockroach pkg util stop closerfn close go src github com cockroachdb cockroach pkg util stop stopper go github com cockroachdb cockroach pkg util stop stopper stop go src github com cockroachdb cockroach pkg util stop stopper go github com cockroachdb cockroach pkg sql test testmonotonicinserts go src github com cockroachdb cockroach pkg sql monotonic insert test go testing trunner usr local go src testing testing go created by testing t run usr local go src testing testing go goroutine github com cockroachdb cockroach pkg storage nodeliveness startheartbeat go src github com cockroachdb cockroach pkg storage node liveness go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlrun flowscheduler start go src github com cockroachdb cockroach pkg sql distsqlrun flow scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql leasemanager refreshleases go src github com cockroachdb cockroach pkg sql lease go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage store startgossip go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage store startgossip go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine net runtime pollwait usr local go src runtime netpoll go net polldesc wait usr local go src net fd poll runtime go net polldesc waitread usr local go src net fd poll runtime go net netfd read usr local go src net fd unix go net conn read usr local go src net net go github com cockroachdb cockroach vendor github com cockroachdb cmux muxconn read go src github com cockroachdb cockroach vendor github com cockroachdb cmux cmux go crypto tls block readfromuntil usr local go src crypto tls conn go crypto tls conn readrecord usr local go src crypto tls conn go crypto tls conn read usr local go src crypto tls conn go github com cockroachdb cockroach pkg sql pgwire readtimeoutconn read go src github com cockroachdb cockroach pkg sql pgwire go bufio reader fill usr local go src bufio bufio go bufio reader readbyte usr local go src bufio bufio go github com cockroachdb cockroach pkg sql pgwire readbuffer readtypedmsg go src github com cockroachdb cockroach pkg sql pgwire encoding go github com cockroachdb cockroach pkg sql pgwire serve go src github com cockroachdb cockroach pkg sql pgwire go github com cockroachdb cockroach pkg sql pgwire server serveconn go src github com cockroachdb cockroach pkg sql pgwire server go github com cockroachdb cockroach pkg server server start go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg util netutil server servewith go src github com cockroachdb cockroach pkg util netutil net go created by github com cockroachdb cockroach pkg util netutil server servewith go src github com cockroachdb cockroach pkg util netutil net go goroutine github com cockroachdb cockroach pkg storage replicascanner waitandprocess go src github com cockroachdb cockroach pkg storage scanner go github com cockroachdb cockroach pkg storage replicascanner scanloop go src github com cockroachdb cockroach pkg storage scanner go github com cockroachdb cockroach pkg storage storereplicavisitor visit go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg storage replicascanner scanloop go src github com cockroachdb cockroach pkg storage scanner go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage engine rocksdb open go src github com cockroachdb cockroach pkg storage engine rocksdb go created by github com cockroachdb cockroach pkg storage engine rocksdb open go src github com cockroachdb cockroach pkg storage engine rocksdb go goroutine github com cockroachdb cockroach pkg util netutil makeserver go src github com cockroachdb cockroach pkg util netutil net go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg ts poller start go src github com cockroachdb cockroach pkg ts db go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg server node startgossip go src github com cockroachdb cockroach pkg server node go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine database sql db connectionopener usr local go src database sql sql go created by database sql open usr local go src database sql sql go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg server node startwritesummaries go src github com cockroachdb cockroach pkg server node go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage store startcoalescedheartbeatsloop go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql executor start go src github com cockroachdb cockroach pkg sql executor go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage store startcoalescedheartbeatsloop go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql executor start go src github com cockroachdb cockroach pkg sql executor go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage replicascanner waitandprocess go src github com cockroachdb cockroach pkg storage scanner go github com cockroachdb cockroach pkg storage replicascanner scanloop go src github com cockroachdb cockroach pkg storage scanner go github com cockroachdb cockroach pkg storage storereplicavisitor visit go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg storage replicascanner scanloop go src github com cockroachdb cockroach pkg storage scanner go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg server node startwritesummaries go src github com cockroachdb cockroach pkg server node go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage store start go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg gossip gossip manage go src github com cockroachdb cockroach pkg gossip gossip go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg rpc context runheartbeat go src github com cockroachdb cockroach pkg rpc context go github com cockroachdb cockroach pkg rpc context grpcdial go src github com cockroachdb cockroach pkg rpc context go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine net runtime pollwait usr local go src runtime netpoll go net polldesc wait usr local go src net fd poll runtime go net polldesc waitread usr local go src net fd poll runtime go net netfd read usr local go src net fd unix go net conn read usr local go src net net go github com cockroachdb cockroach vendor github com cockroachdb cmux muxconn read go src github com cockroachdb cockroach vendor github com cockroachdb cmux cmux go crypto tls block readfromuntil usr local go src crypto tls conn go crypto tls conn readrecord usr local go src crypto tls conn go crypto tls conn read usr local go src crypto tls conn go github com cockroachdb cockroach pkg sql pgwire readtimeoutconn read go src github com cockroachdb cockroach pkg sql pgwire go bufio reader fill usr local go src bufio bufio go bufio reader readbyte usr local go src bufio bufio go github com cockroachdb cockroach pkg sql pgwire readbuffer readtypedmsg go src github com cockroachdb cockroach pkg sql pgwire encoding go github com cockroachdb cockroach pkg sql pgwire serve go src github com cockroachdb cockroach pkg sql pgwire go github com cockroachdb cockroach pkg sql pgwire server serveconn go src github com cockroachdb cockroach pkg sql pgwire server go github com cockroachdb cockroach pkg server server start go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg util netutil server servewith go src github com cockroachdb cockroach pkg util netutil net go created by github com cockroachdb cockroach pkg util netutil server servewith go src github com cockroachdb cockroach pkg util netutil net go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg util netutil makeserver go src github com cockroachdb cockroach pkg util netutil net go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg rpc context runheartbeat go src github com cockroachdb cockroach pkg rpc context go github com cockroachdb cockroach pkg rpc context grpcdial go src github com cockroachdb cockroach pkg rpc context go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage store rafttickloop go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg rpc context runheartbeat go src github com cockroachdb cockroach pkg rpc context go github com cockroachdb cockroach pkg rpc context grpcdial go src github com cockroachdb cockroach pkg rpc context go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine database sql db connectionopener usr local go src database sql sql go created by database sql open usr local go src database sql sql go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql schemachangemanager start go src github com cockroachdb cockroach pkg sql schema changer go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg server node startcomputeperiodicmetrics go src github com cockroachdb cockroach pkg server node go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage store rafttickloop go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine database sql db connectionopener usr local go src database sql sql go created by database sql open usr local go src database sql sql go goroutine github com cockroachdb cockroach pkg server node startcomputeperiodicmetrics go src github com cockroachdb cockroach pkg server node go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime semacquire usr local go src runtime sema go sync waitgroup wait usr local go src sync waitgroup go github com cockroachdb cockroach pkg storage raftscheduler wait go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler wait fm go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage store startgossip go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg server server start go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg util netutil makeserver go src github com cockroachdb cockroach pkg util netutil net go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg rpc context runheartbeat go src github com cockroachdb cockroach pkg rpc context go github com cockroachdb cockroach pkg rpc context grpcdial go src github com cockroachdb cockroach pkg rpc context go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg server server startsampleenvironment go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg gossip gossip manage go src github com cockroachdb cockroach pkg gossip gossip go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage store start go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg kv txncoordsender printstatsloop go src github com cockroachdb cockroach pkg kv txn coord sender go github com cockroachdb cockroach pkg kv newtxncoordsender go src github com cockroachdb cockroach pkg kv txn coord sender go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg util netutil makeserver go src github com cockroachdb cockroach pkg util netutil net go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage engine rocksdb open go src github com cockroachdb cockroach pkg storage engine rocksdb go created by github com cockroachdb cockroach pkg storage engine rocksdb open go src github com cockroachdb cockroach pkg storage engine rocksdb go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg kv txncoordsender printstatsloop go src github com cockroachdb cockroach pkg kv txn coord sender go github com cockroachdb cockroach pkg kv newtxncoordsender go src github com cockroachdb cockroach pkg kv txn coord sender go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage store startgossip go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg server server startsampleenvironment go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine net runtime pollwait usr local go src runtime netpoll go net polldesc wait usr local go src net fd poll runtime go net polldesc waitread usr local go src net fd poll runtime go net netfd read usr local go src net fd unix go net conn read usr local go src net net go github com cockroachdb cockroach vendor github com cockroachdb cmux muxconn read go src github com cockroachdb cockroach vendor github com cockroachdb cmux cmux go crypto tls block readfromuntil usr local go src crypto tls conn go crypto tls conn readrecord usr local go src crypto tls conn go crypto tls conn read usr local go src crypto tls conn go github com cockroachdb cockroach pkg sql pgwire readtimeoutconn read go src github com cockroachdb cockroach pkg sql pgwire go bufio reader fill usr local go src bufio bufio go bufio reader readbyte usr local go src bufio bufio go github com cockroachdb cockroach pkg sql pgwire readbuffer readtypedmsg go src github com cockroachdb cockroach pkg sql pgwire encoding go github com cockroachdb cockroach pkg sql pgwire serve go src github com cockroachdb cockroach pkg sql pgwire go github com cockroachdb cockroach pkg sql pgwire server serveconn go src github com cockroachdb cockroach pkg sql pgwire server go github com cockroachdb cockroach pkg server server start go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg util netutil server servewith go src github com cockroachdb cockroach pkg util netutil net go created by github com cockroachdb cockroach pkg util netutil server servewith go src github com cockroachdb cockroach pkg util netutil net go goroutine github com cockroachdb cockroach pkg storage store startgossip go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg ts poller start go src github com cockroachdb cockroach pkg ts db go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage engine rocksdb open go src github com cockroachdb cockroach pkg storage engine rocksdb go created by github com cockroachdb cockroach pkg storage engine rocksdb open go src github com cockroachdb cockroach pkg storage engine rocksdb go goroutine net runtime pollwait usr local go src runtime netpoll go net polldesc wait usr local go src net fd poll runtime go net polldesc waitread usr local go src net fd poll runtime go net netfd read usr local go src net fd unix go net conn read usr local go src net net go github com cockroachdb cockroach vendor github com cockroachdb cmux muxconn read go src github com cockroachdb cockroach vendor github com cockroachdb cmux cmux go crypto tls block readfromuntil usr local go src crypto tls conn go crypto tls conn readrecord usr local go src crypto tls conn go crypto tls conn read usr local go src crypto tls conn go github com cockroachdb cockroach pkg sql pgwire readtimeoutconn read go src github com cockroachdb cockroach pkg sql pgwire go bufio reader fill usr local go src bufio bufio go bufio reader readbyte usr local go src bufio bufio go github com cockroachdb cockroach pkg sql pgwire readbuffer readtypedmsg go src github com cockroachdb cockroach pkg sql pgwire encoding go github com cockroachdb cockroach pkg sql pgwire serve go src github com cockroachdb cockroach pkg sql pgwire go github com cockroachdb cockroach pkg sql pgwire server serveconn go src github com cockroachdb cockroach pkg sql pgwire server go github com cockroachdb cockroach pkg server server start go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg util netutil server servewith go src github com cockroachdb cockroach pkg util netutil net go created by github com cockroachdb cockroach pkg util netutil server servewith go src github com cockroachdb cockroach pkg util netutil net go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg rpc context runheartbeat go src github com cockroachdb cockroach pkg rpc context go github com cockroachdb cockroach pkg rpc context grpcdial go src github com cockroachdb cockroach pkg rpc context go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg server server start go src github com cockroachdb cockroach pkg server server go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql leasemanager refreshleases go src github com cockroachdb cockroach pkg sql lease go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime semacquire usr local go src runtime sema go sync waitgroup wait usr local go src sync waitgroup go github com cockroachdb cockroach pkg storage raftscheduler wait go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler wait fm go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage store startgossip go src github com cockroachdb cockroach pkg storage store go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg server node startgossip go src github com cockroachdb cockroach pkg server node go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql distsqlrun flowscheduler start go src github com cockroachdb cockroach pkg sql distsqlrun flow scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg rpc context runheartbeat go src github com cockroachdb cockroach pkg rpc context go github com cockroachdb cockroach pkg rpc context grpcdial go src github com cockroachdb cockroach pkg rpc context go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage nodeliveness startheartbeat go src github com cockroachdb cockroach pkg storage node liveness go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg storage basequeue processloop go src github com cockroachdb cockroach pkg storage queue go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine github com cockroachdb cockroach pkg sql schemachangemanager start go src github com cockroachdb cockroach pkg sql schema changer go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go goroutine sync runtime notifylistwait usr local go src runtime sema go sync cond wait usr local go src sync cond go github com cockroachdb cockroach pkg storage raftscheduler worker go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg storage raftscheduler start go src github com cockroachdb cockroach pkg storage scheduler go github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go created by github com cockroachdb cockroach pkg util stop stopper runworker go src github com cockroachdb cockroach pkg util stop stopper go rand go random seed please assign take a look and update the issue accordingly
0
608,190
18,817,399,324
IssuesEvent
2021-11-10 01:55:48
RobotLocomotion/drake
https://api.github.com/repos/RobotLocomotion/drake
closed
Drake Visualizer does not draw LCMGL geometry
type: bug team: kitware priority: backlog component: geometry externals
## Description When LCMGL geometry is published, a folder will pop up under the Scene Browser of Drake Visualizer labeled "LCM GL" but no geometry will be drawn in the visualizer. ## Reproduction Run `__main__` of the [LCMGL library](https://github.com/RobotLocomotion/libbot2/blob/drake/bot2-lcmgl/python/src/bot_lcmgl/lcmgl.py) with a Drake Visualizer instance running. ## Debug Information * What operating system are you running Drake on? (e.g. Ubuntu 16.04, macOS 10.13) Ubuntu 16.04 * Is this an issue with (a) C++, (b) Python, or (c) the distributed tools (e.g. `drake-visualizer`)? The distributed tools - `drake-visualizer` to be specific * Are you (a) building `drake` from source, or (b) from a binary release? From source (but I'm not sure that matters with this issue) * What version of `python` are you using? which python2 /usr/bin/python2 python2 --version Python 2.7.12 * If you are building from source or using the `drake` C++ library as an external: * What version of Bazel and CMake are you using? which bazel /usr/bin/bazel bazel version Build label: 0.19.2 Build target: bazel-out/k8-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar Build time: Mon Nov 19 16:25:09 2018 (1542644709) Build timestamp: 1542644709 Build timestamp as int: 1542644709 which cmake /usr/bin/cmake cmake --version cmake version 3.5.1 * If you are using Bazel, please provide the host settings in your present project workspace: capture_cc_env=external/drake/tools/cc_toolchain/capture_cc.env source external/drake/tools/cc_toolchain/capture_cc.env BAZEL_CC=/usr/bin/gcc /usr/bin/gcc --version gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609 * If you are building `drake` [from source](https://drake.mit.edu/from_source.html): * What git commit of `drake` are you using? cef0661 * Are you building `drake` with Bazel or CMake? Bazel * Are you using `drake` directly, or consuming it as an external? Problem found when consuming as external but also exists directly.
1.0
Drake Visualizer does not draw LCMGL geometry - ## Description When LCMGL geometry is published, a folder will pop up under the Scene Browser of Drake Visualizer labeled "LCM GL" but no geometry will be drawn in the visualizer. ## Reproduction Run `__main__` of the [LCMGL library](https://github.com/RobotLocomotion/libbot2/blob/drake/bot2-lcmgl/python/src/bot_lcmgl/lcmgl.py) with a Drake Visualizer instance running. ## Debug Information * What operating system are you running Drake on? (e.g. Ubuntu 16.04, macOS 10.13) Ubuntu 16.04 * Is this an issue with (a) C++, (b) Python, or (c) the distributed tools (e.g. `drake-visualizer`)? The distributed tools - `drake-visualizer` to be specific * Are you (a) building `drake` from source, or (b) from a binary release? From source (but I'm not sure that matters with this issue) * What version of `python` are you using? which python2 /usr/bin/python2 python2 --version Python 2.7.12 * If you are building from source or using the `drake` C++ library as an external: * What version of Bazel and CMake are you using? which bazel /usr/bin/bazel bazel version Build label: 0.19.2 Build target: bazel-out/k8-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar Build time: Mon Nov 19 16:25:09 2018 (1542644709) Build timestamp: 1542644709 Build timestamp as int: 1542644709 which cmake /usr/bin/cmake cmake --version cmake version 3.5.1 * If you are using Bazel, please provide the host settings in your present project workspace: capture_cc_env=external/drake/tools/cc_toolchain/capture_cc.env source external/drake/tools/cc_toolchain/capture_cc.env BAZEL_CC=/usr/bin/gcc /usr/bin/gcc --version gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609 * If you are building `drake` [from source](https://drake.mit.edu/from_source.html): * What git commit of `drake` are you using? cef0661 * Are you building `drake` with Bazel or CMake? Bazel * Are you using `drake` directly, or consuming it as an external? Problem found when consuming as external but also exists directly.
priority
drake visualizer does not draw lcmgl geometry description when lcmgl geometry is published a folder will pop up under the scene browser of drake visualizer labeled lcm gl but no geometry will be drawn in the visualizer reproduction run main of the with a drake visualizer instance running debug information what operating system are you running drake on e g ubuntu macos ubuntu is this an issue with a c b python or c the distributed tools e g drake visualizer the distributed tools drake visualizer to be specific are you a building drake from source or b from a binary release from source but i m not sure that matters with this issue what version of python are you using which usr bin version python if you are building from source or using the drake c library as an external what version of bazel and cmake are you using which bazel usr bin bazel bazel version build label build target bazel out opt bin src main java com google devtools build lib bazel bazelserver deploy jar build time mon nov build timestamp build timestamp as int which cmake usr bin cmake cmake version cmake version if you are using bazel please provide the host settings in your present project workspace capture cc env external drake tools cc toolchain capture cc env source external drake tools cc toolchain capture cc env bazel cc usr bin gcc usr bin gcc version gcc ubuntu if you are building drake what git commit of drake are you using are you building drake with bazel or cmake bazel are you using drake directly or consuming it as an external problem found when consuming as external but also exists directly
1
365,088
10,775,442,474
IssuesEvent
2019-11-03 14:25:23
Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth
https://api.github.com/repos/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth
closed
Adopt Faith as Head of Religion
:beetle: bug :beetle: :exclamation: priority high
**DO NOT REMOVE PRE-EXISTING LINES** ------------------------------------------------------------------------------------------------------------ **Mod Version** https://github.com/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth/pull/845/commits/f8518a9ec345cc0173f379e0829111967e3027ba **What expansions do you have installed?** All dlcs **Please explain your issue in as much detail as possible:** I started playing as High sea Priest Jamieson in kultiras. I joined the twilight hammer secret society, getting shath'yar secret religion. Advancing a few years, i tried to adopt the secret religion so i could start freeing N'zoth, i had the option avaible but after clicking it nothing happened and the option is still avaible after some months with no problems. I am the head of the religion wich might be the reason why i cant flip my religion, but i shouldnt have the option to do so if thats the case **Steps to reproduce the issue:** Play as the High Sea Priest Jamieson, join the twilight hammer clan, get the option to flip religion as its your secret religion. **Upload an attachment below: .zip of your save, or screenshots:** ![image](https://user-images.githubusercontent.com/51142337/67499216-136cdd00-f657-11e9-9952-4a37af167cce.png) ![image](https://user-images.githubusercontent.com/51142337/67499267-2e3f5180-f657-11e9-9def-9df60861ad48.png) _Originally posted by @Nelpok in https://github.com/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth/pull/845#issuecomment-545964219_
1.0
Adopt Faith as Head of Religion - **DO NOT REMOVE PRE-EXISTING LINES** ------------------------------------------------------------------------------------------------------------ **Mod Version** https://github.com/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth/pull/845/commits/f8518a9ec345cc0173f379e0829111967e3027ba **What expansions do you have installed?** All dlcs **Please explain your issue in as much detail as possible:** I started playing as High sea Priest Jamieson in kultiras. I joined the twilight hammer secret society, getting shath'yar secret religion. Advancing a few years, i tried to adopt the secret religion so i could start freeing N'zoth, i had the option avaible but after clicking it nothing happened and the option is still avaible after some months with no problems. I am the head of the religion wich might be the reason why i cant flip my religion, but i shouldnt have the option to do so if thats the case **Steps to reproduce the issue:** Play as the High Sea Priest Jamieson, join the twilight hammer clan, get the option to flip religion as its your secret religion. **Upload an attachment below: .zip of your save, or screenshots:** ![image](https://user-images.githubusercontent.com/51142337/67499216-136cdd00-f657-11e9-9952-4a37af167cce.png) ![image](https://user-images.githubusercontent.com/51142337/67499267-2e3f5180-f657-11e9-9def-9df60861ad48.png) _Originally posted by @Nelpok in https://github.com/Warcraft-GoA-Development-Team/Warcraft-Guardians-of-Azeroth/pull/845#issuecomment-545964219_
priority
adopt faith as head of religion do not remove pre existing lines mod version what expansions do you have installed all dlcs please explain your issue in as much detail as possible i started playing as high sea priest jamieson in kultiras i joined the twilight hammer secret society getting shath yar secret religion advancing a few years i tried to adopt the secret religion so i could start freeing n zoth i had the option avaible but after clicking it nothing happened and the option is still avaible after some months with no problems i am the head of the religion wich might be the reason why i cant flip my religion but i shouldnt have the option to do so if thats the case steps to reproduce the issue play as the high sea priest jamieson join the twilight hammer clan get the option to flip religion as its your secret religion upload an attachment below zip of your save or screenshots originally posted by nelpok in
1
523,250
15,176,402,426
IssuesEvent
2021-02-14 05:08:44
DreamExposure/DisCal-Discord-Bot
https://api.github.com/repos/DreamExposure/DisCal-Discord-Bot
closed
All day events on external calendars show wrong date/time
Frontend Module: Bot Module: Web Priority: Severe/High bug
## *Who* is the bug affecting? Any member viewing an all day event ## *What* is affected by this bug? As far as I can tell, just on the bot's side, but possibly the website as well. ## *When* does this occur? Any time an all day event is viewed, this is observed ## *Where* on the platform does it happen? Any place where an event can be viewed ## *How* do we replicate the issue? Have an external calendar, create an all day event on google directly, then attempt to view this event with the bot ## Expected behavior (i.e. solution) Date and time should show correctly, but are not showing correctly. ## Other Comments
1.0
All day events on external calendars show wrong date/time - ## *Who* is the bug affecting? Any member viewing an all day event ## *What* is affected by this bug? As far as I can tell, just on the bot's side, but possibly the website as well. ## *When* does this occur? Any time an all day event is viewed, this is observed ## *Where* on the platform does it happen? Any place where an event can be viewed ## *How* do we replicate the issue? Have an external calendar, create an all day event on google directly, then attempt to view this event with the bot ## Expected behavior (i.e. solution) Date and time should show correctly, but are not showing correctly. ## Other Comments
priority
all day events on external calendars show wrong date time who is the bug affecting any member viewing an all day event what is affected by this bug as far as i can tell just on the bot s side but possibly the website as well when does this occur any time an all day event is viewed this is observed where on the platform does it happen any place where an event can be viewed how do we replicate the issue have an external calendar create an all day event on google directly then attempt to view this event with the bot expected behavior i e solution date and time should show correctly but are not showing correctly other comments
1