Unnamed: 0
int64
0
832k
id
float64
2.49B
32.1B
type
stringclasses
1 value
created_at
stringlengths
19
19
repo
stringlengths
4
112
repo_url
stringlengths
33
141
action
stringclasses
3 values
title
stringlengths
1
1.02k
labels
stringlengths
4
1.54k
body
stringlengths
1
262k
index
stringclasses
17 values
text_combine
stringlengths
95
262k
label
stringclasses
2 values
text
stringlengths
96
252k
binary_label
int64
0
1
739,957
25,730,143,921
IssuesEvent
2022-12-07 19:37:40
apcountryman/picolibrary
https://api.github.com/repos/apcountryman/picolibrary
closed
Move event category names to ROM
priority-normal status-awaiting_review type-refactoring
Move event category names to ROM by changing the return types of the following functions from `char const *` to `ROM::String` and wrapping string literals in calls to `PICOLIBRARY_ROM_STRING()`. - [x] `::picolibrary::Event_Category::name()` - [x] `::picolibrary::HSM::Pseudo_Event_Category::name()` - [x] `::picolibrary::State_Machine::Pseudo_Event_Category::name()`
1.0
Move event category names to ROM - Move event category names to ROM by changing the return types of the following functions from `char const *` to `ROM::String` and wrapping string literals in calls to `PICOLIBRARY_ROM_STRING()`. - [x] `::picolibrary::Event_Category::name()` - [x] `::picolibrary::HSM::Pseudo_Event_Category::name()` - [x] `::picolibrary::State_Machine::Pseudo_Event_Category::name()`
non_test
move event category names to rom move event category names to rom by changing the return types of the following functions from char const to rom string and wrapping string literals in calls to picolibrary rom string picolibrary event category name picolibrary hsm pseudo event category name picolibrary state machine pseudo event category name
0
222,182
17,397,994,131
IssuesEvent
2021-08-02 15:37:55
SEED-platform/seed
https://api.github.com/repos/SEED-platform/seed
closed
Portfolio Manager import fails with TypeError
Include Before Closure Maintenance P-2 Testing Question
While running a Portfolio Manager import (via logging into ESPM) the app crashes while generating the mapping suggestions. See sentry report here: https://sentry.io/organizations/nrel/issues/2096132816/?project=1193349&query=&statsPeriod=90d# **Expected Behavior** Site should not crash while importing properties. **Actual Behavior** Site did crash. **Steps to Reproduce** We were unable to reproduce this bug in testing. **Note** PM may be not serving the data consistently and we need to do some extra logging to make sure that this is (or isn't) the case.
1.0
Portfolio Manager import fails with TypeError - While running a Portfolio Manager import (via logging into ESPM) the app crashes while generating the mapping suggestions. See sentry report here: https://sentry.io/organizations/nrel/issues/2096132816/?project=1193349&query=&statsPeriod=90d# **Expected Behavior** Site should not crash while importing properties. **Actual Behavior** Site did crash. **Steps to Reproduce** We were unable to reproduce this bug in testing. **Note** PM may be not serving the data consistently and we need to do some extra logging to make sure that this is (or isn't) the case.
test
portfolio manager import fails with typeerror while running a portfolio manager import via logging into espm the app crashes while generating the mapping suggestions see sentry report here expected behavior site should not crash while importing properties actual behavior site did crash steps to reproduce we were unable to reproduce this bug in testing note pm may be not serving the data consistently and we need to do some extra logging to make sure that this is or isn t the case
1
188,099
14,438,559,647
IssuesEvent
2020-12-07 13:13:25
kalexmills/github-vet-tests-dec2020
https://api.github.com/repos/kalexmills/github-vet-tests-dec2020
closed
stridentbean/lnd-test: nursery_store_test.go; 3 LoC
fresh test tiny
Found a possible issue in [stridentbean/lnd-test](https://www.github.com/stridentbean/lnd-test) at [nursery_store_test.go](https://github.com/stridentbean/lnd-test/blob/73ec5f14ab2b1abe614732a7c2487516d396d028/nursery_store_test.go#L168-L170) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to htlcOutput at line 169 may start a goroutine [Click here to see the code in its original context.](https://github.com/stridentbean/lnd-test/blob/73ec5f14ab2b1abe614732a7c2487516d396d028/nursery_store_test.go#L168-L170) <details> <summary>Click here to show the 3 line(s) of Go which triggered the analyzer.</summary> ```go for _, htlcOutput := range test.htlcOutputs { assertCribAtExpiryHeight(t, ns, &htlcOutput) } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 73ec5f14ab2b1abe614732a7c2487516d396d028
1.0
stridentbean/lnd-test: nursery_store_test.go; 3 LoC - Found a possible issue in [stridentbean/lnd-test](https://www.github.com/stridentbean/lnd-test) at [nursery_store_test.go](https://github.com/stridentbean/lnd-test/blob/73ec5f14ab2b1abe614732a7c2487516d396d028/nursery_store_test.go#L168-L170) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to htlcOutput at line 169 may start a goroutine [Click here to see the code in its original context.](https://github.com/stridentbean/lnd-test/blob/73ec5f14ab2b1abe614732a7c2487516d396d028/nursery_store_test.go#L168-L170) <details> <summary>Click here to show the 3 line(s) of Go which triggered the analyzer.</summary> ```go for _, htlcOutput := range test.htlcOutputs { assertCribAtExpiryHeight(t, ns, &htlcOutput) } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: 73ec5f14ab2b1abe614732a7c2487516d396d028
test
stridentbean lnd test nursery store test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message function call which takes a reference to htlcoutput at line may start a goroutine click here to show the line s of go which triggered the analyzer go for htlcoutput range test htlcoutputs assertcribatexpiryheight t ns htlcoutput leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id
1
160,136
12,504,479,662
IssuesEvent
2020-06-02 09:04:51
aliasrobotics/RVD
https://api.github.com/repos/aliasrobotics/RVD
closed
RVD#2108: Function call with shell=True parameter identified, possible security is..., /opt/ros_noetic_ws/src/visualization_tutorials/rviz_python_tutorial/doc-src/tutorialformatter.py:55
bandit bug components software robot component: ROS static analysis testing triage version: noetic
```yaml { "id": 2108, "title": "RVD#2108: Function call with shell=True parameter identified, possible security is..., /opt/ros_noetic_ws/src/visualization_tutorials/rviz_python_tutorial/doc-src/tutorialformatter.py:55", "type": "bug", "description": "LOW confidence of MEDIUM severity bug. Function call with shell=True parameter identified, possible security issue. at /opt/ros_noetic_ws/src/visualization_tutorials/rviz_python_tutorial/doc-src/tutorialformatter.py:55 See links for more info on the bug.", "cwe": "None", "cve": "None", "keywords": [ "bandit", "bug", "static analysis", "testing", "triage", "bug" ], "system": "", "vendor": null, "severity": { "rvss-score": 0, "rvss-vector": "", "severity-description": "", "cvss-score": 0, "cvss-vector": "" }, "links": [ "https://github.com/aliasrobotics/RVD/issues/2108", "https://bandit.readthedocs.io/en/latest/plugins/b604_any_other_function_with_shell_equals_true.html" ], "flaw": { "phase": "testing", "specificity": "subject-specific", "architectural-location": "application-specific", "application": "N/A", "subsystem": "N/A", "package": "N/A", "languages": "None", "date-detected": "2020-05-29 (09:48)", "detected-by": "Alias Robotics", "detected-by-method": "testing static", "date-reported": "2020-05-29 (09:48)", "reported-by": "Alias Robotics", "reported-by-relationship": "automatic", "issue": "https://github.com/aliasrobotics/RVD/issues/2108", "reproducibility": "always", "trace": "/opt/ros_noetic_ws/src/visualization_tutorials/rviz_python_tutorial/doc-src/tutorialformatter.py:55", "reproduction": "See artifacts below (if available)", "reproduction-image": "" }, "exploitation": { "description": "", "exploitation-image": "", "exploitation-vector": "" }, "mitigation": { "description": "", "pull-request": "", "date-mitigation": "" } } ```
1.0
RVD#2108: Function call with shell=True parameter identified, possible security is..., /opt/ros_noetic_ws/src/visualization_tutorials/rviz_python_tutorial/doc-src/tutorialformatter.py:55 - ```yaml { "id": 2108, "title": "RVD#2108: Function call with shell=True parameter identified, possible security is..., /opt/ros_noetic_ws/src/visualization_tutorials/rviz_python_tutorial/doc-src/tutorialformatter.py:55", "type": "bug", "description": "LOW confidence of MEDIUM severity bug. Function call with shell=True parameter identified, possible security issue. at /opt/ros_noetic_ws/src/visualization_tutorials/rviz_python_tutorial/doc-src/tutorialformatter.py:55 See links for more info on the bug.", "cwe": "None", "cve": "None", "keywords": [ "bandit", "bug", "static analysis", "testing", "triage", "bug" ], "system": "", "vendor": null, "severity": { "rvss-score": 0, "rvss-vector": "", "severity-description": "", "cvss-score": 0, "cvss-vector": "" }, "links": [ "https://github.com/aliasrobotics/RVD/issues/2108", "https://bandit.readthedocs.io/en/latest/plugins/b604_any_other_function_with_shell_equals_true.html" ], "flaw": { "phase": "testing", "specificity": "subject-specific", "architectural-location": "application-specific", "application": "N/A", "subsystem": "N/A", "package": "N/A", "languages": "None", "date-detected": "2020-05-29 (09:48)", "detected-by": "Alias Robotics", "detected-by-method": "testing static", "date-reported": "2020-05-29 (09:48)", "reported-by": "Alias Robotics", "reported-by-relationship": "automatic", "issue": "https://github.com/aliasrobotics/RVD/issues/2108", "reproducibility": "always", "trace": "/opt/ros_noetic_ws/src/visualization_tutorials/rviz_python_tutorial/doc-src/tutorialformatter.py:55", "reproduction": "See artifacts below (if available)", "reproduction-image": "" }, "exploitation": { "description": "", "exploitation-image": "", "exploitation-vector": "" }, "mitigation": { "description": "", "pull-request": "", "date-mitigation": "" } } ```
test
rvd function call with shell true parameter identified possible security is opt ros noetic ws src visualization tutorials rviz python tutorial doc src tutorialformatter py yaml id title rvd function call with shell true parameter identified possible security is opt ros noetic ws src visualization tutorials rviz python tutorial doc src tutorialformatter py type bug description low confidence of medium severity bug function call with shell true parameter identified possible security issue at opt ros noetic ws src visualization tutorials rviz python tutorial doc src tutorialformatter py see links for more info on the bug cwe none cve none keywords bandit bug static analysis testing triage bug system vendor null severity rvss score rvss vector severity description cvss score cvss vector links flaw phase testing specificity subject specific architectural location application specific application n a subsystem n a package n a languages none date detected detected by alias robotics detected by method testing static date reported reported by alias robotics reported by relationship automatic issue reproducibility always trace opt ros noetic ws src visualization tutorials rviz python tutorial doc src tutorialformatter py reproduction see artifacts below if available reproduction image exploitation description exploitation image exploitation vector mitigation description pull request date mitigation
1
102,604
8,850,289,210
IssuesEvent
2019-01-08 12:51:01
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
teamcity: failed test: TestInternalExecAppNameInitialization
C-test-failure O-robot
The following tests appear to have failed on master (testrace): TestInternalExecAppNameInitialization/session_bound_exec, TestInternalExecAppNameInitialization/root_internal_exec, TestInternalExecAppNameInitialization You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+TestInternalExecAppNameInitialization). [#1083937](https://teamcity.cockroachdb.com/viewLog.html?buildId=1083937): ``` TestInternalExecAppNameInitialization --- FAIL: test/TestInternalExecAppNameInitialization (0.520s) Test ended in panic. TestInternalExecAppNameInitialization/session_bound_exec ...builder.go:148 +0x1b2 github.com/cockroachdb/cockroach/pkg/sql.(*optPlanningCtx).buildExecMemo() /go/src/github.com/cockroachdb/cockroach/pkg/sql/plan_opt.go:290 +0x33b github.com/cockroachdb/cockroach/pkg/sql.(*planner).makeOptimizerPlan() /go/src/github.com/cockroachdb/cockroach/pkg/sql/plan_opt.go:87 +0x137 github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).makeExecPlan() /go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:883 +0x1d0 github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).dispatchToExecutionEngine() /go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:789 +0x1e3 github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmtInOpenState() /go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:420 +0x1083 github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt() /go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:97 +0x463 github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run() /go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1173 +0x343d github.com/cockroachdb/cockroach/pkg/sql.(*internalExecutorImpl).initConnEx.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:204 +0x7d Goroutine 1186 (running) created at: github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).serveStreams.func1() /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:678 +0xb8 github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Server).operateHeaders() /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_server.go:424 +0x1483 github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams() /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_server.go:464 +0x87a github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).serveStreams() /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:676 +0x16e github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).handleRawConn.func2() /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:631 +0x53 github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).handleRawConn.func3() /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:639 +0x34 Goroutine 987 (running) created at: github.com/cockroachdb/cockroach/pkg/sql.(*internalExecutorImpl).initConnEx() /go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:203 +0x596 github.com/cockroachdb/cockroach/pkg/sql.(*internalExecutorImpl).execInternal() /go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:490 +0x766 github.com/cockroachdb/cockroach/pkg/sql.(*internalExecutorImpl).queryInternal() /go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:240 +0x141 github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).Query() /go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:224 +0x10e github.com/cockroachdb/cockroach/pkg/sql.(*LeaseManager).DeleteOrphanedLeases.func1.1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/lease.go:1793 +0x139 github.com/cockroachdb/cockroach/pkg/util/retry.WithMaxAttempts() /go/src/github.com/cockroachdb/cockroach/pkg/util/retry/retry.go:163 +0x142 github.com/cockroachdb/cockroach/pkg/sql.(*LeaseManager).DeleteOrphanedLeases.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/lease.go:1791 +0x392 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1() /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:198 +0x14a ================== ? github.com/cockroachdb/cockroach/pkg/sql/backfill [no test files] TestInternalExecAppNameInitialization/root_internal_exec ... I190108 02:28:09.641655 64360 server/status/recorder.go:610 [n1] available memory from cgroups (8.0 EiB) exceeds system memory 16 GiB, using system memory I190108 02:28:09.641747 64360 server/server.go:1862 [n1] Could not start heap profiler worker due to: directory to store profiles could not be determined I190108 02:28:09.660468 64360 server/server.go:1559 [n1] starting http server at 127.152.81.236:38263 (use: 127.152.81.236:38263) I190108 02:28:09.660694 64360 server/server.go:1561 [n1] starting grpc/postgres server at 127.152.81.236:42531 I190108 02:28:09.660762 64360 server/server.go:1562 [n1] advertising CockroachDB node at 127.152.81.236:42531 W190108 02:28:09.680503 64555 storage/store.go:1465 [n1,s1,r6/1:/Table/{SystemCon…-11}] could not gossip system config: [NotLeaseHolderError] r6: replica (n1,s1):1 not lease holder; lease holder unknown I190108 02:28:10.084131 64606 sql/event_log.go:135 [n1,intExec=optInToDiagnosticsStatReporting] Event: "set_cluster_setting", target: 0, info: {SettingName:diagnostics.reporting.enabled Value:true User:root} I190108 02:28:10.308482 64582 sql/event_log.go:135 [n1,intExec=set-setting] Event: "set_cluster_setting", target: 0, info: {SettingName:version Value:2.1-3 User:root} I190108 02:28:10.491459 64629 sql/event_log.go:135 [n1,intExec=disableNetTrace] Event: "set_cluster_setting", target: 0, info: {SettingName:trace.debug.enable Value:false User:root} I190108 02:28:10.742909 64652 storage/replica_consistency.go:126 [n1,consistencyChecker,s1,r4/1:/System/ts{d-e}] triggering stats recomputation to resolve delta of {ContainsEstimates:true LastUpdateNanos:1546914489755340912 IntentAge:0 GCBytesAge:0 LiveBytes:-24446 LiveCount:-503 KeyBytes:-23703 KeyCount:-503 ValBytes:-743 ValCount:-503 IntentBytes:0 IntentCount:0 SysBytes:0 SysCount:0 XXX_NoUnkeyedLiteral:{} XXX_sizecache:0} I190108 02:28:10.809779 64570 sql/event_log.go:135 [n1,intExec=initializeClusterSecret] Event: "set_cluster_setting", target: 0, info: {SettingName:cluster.secret Value:8546bb15-d581-4ca9-a770-6e38101c2f9a User:root} I190108 02:28:10.956282 64677 sql/event_log.go:135 [n1,intExec=create-default-db] Event: "create_database", target: 50, info: {DatabaseName:defaultdb Statement:CREATE DATABASE IF NOT EXISTS defaultdb User:root} I190108 02:28:11.037510 64680 sql/event_log.go:135 [n1,intExec=create-default-db] Event: "create_database", target: 51, info: {DatabaseName:postgres Statement:CREATE DATABASE IF NOT EXISTS postgres User:root} I190108 02:28:11.052417 64430 gossip/gossip.go:1513 [n1] node has connected to cluster via gossip I190108 02:28:11.053159 64430 storage/stores.go:262 [n1] wrote 0 node addresses to persistent storage I190108 02:28:11.182143 64684 storage/replica_command.go:349 [n1,split,s1,r19/1:/{Table/23-Max}] initiating a split of this range at key /Table/24 [r20] I190108 02:28:11.200553 64360 server/server.go:1620 [n1] done ensuring all necessary migrations have run I190108 02:28:11.200836 64360 server/server.go:1623 [n1] serving sql connections I190108 02:28:11.252382 64592 sql/event_log.go:135 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:127.152.81.236:42531 Attrs: Locality: ServerVersion:2.1-3 BuildTag:v2.2.0-alpha.20181217-468-gdadcaa4 StartedAt:1546914489581102706 LocalityAddress:[] XXX_NoUnkeyedLiteral:{} XXX_sizecache:0} ClusterID:2b2fc0df-5c16-4e02-bc81-65056c8fb2d0 StartedAt:1546914489581102706 LastUp:1546914489581102706} I190108 02:28:11.285313 64589 server/server_update.go:66 [n1] no need to upgrade, cluster already at the newest version I190108 02:28:11.376267 64360 util/stop/stopper.go:536 quiescing; tasks left: 1 [async] transport racer 1 [async] closedts-rangefeed-subscriber I190108 02:28:11.383311 64360 util/stop/stopper.go:536 quiescing; tasks left: 1 [async] transport racer I190108 02:28:11.434358 64569 kv/transport_race.go:113 transport race promotion: ran 19 iterations on up to 319 requests TestInternalExecAppNameInitialization --- FAIL: testrace/TestInternalExecAppNameInitialization (0.000s) Test ended in panic. ``` Please assign, take a look and update the issue accordingly.
1.0
teamcity: failed test: TestInternalExecAppNameInitialization - The following tests appear to have failed on master (testrace): TestInternalExecAppNameInitialization/session_bound_exec, TestInternalExecAppNameInitialization/root_internal_exec, TestInternalExecAppNameInitialization You may want to check [for open issues](https://github.com/cockroachdb/cockroach/issues?q=is%3Aissue+is%3Aopen+TestInternalExecAppNameInitialization). [#1083937](https://teamcity.cockroachdb.com/viewLog.html?buildId=1083937): ``` TestInternalExecAppNameInitialization --- FAIL: test/TestInternalExecAppNameInitialization (0.520s) Test ended in panic. TestInternalExecAppNameInitialization/session_bound_exec ...builder.go:148 +0x1b2 github.com/cockroachdb/cockroach/pkg/sql.(*optPlanningCtx).buildExecMemo() /go/src/github.com/cockroachdb/cockroach/pkg/sql/plan_opt.go:290 +0x33b github.com/cockroachdb/cockroach/pkg/sql.(*planner).makeOptimizerPlan() /go/src/github.com/cockroachdb/cockroach/pkg/sql/plan_opt.go:87 +0x137 github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).makeExecPlan() /go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:883 +0x1d0 github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).dispatchToExecutionEngine() /go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:789 +0x1e3 github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmtInOpenState() /go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:420 +0x1083 github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt() /go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:97 +0x463 github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run() /go/src/github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1173 +0x343d github.com/cockroachdb/cockroach/pkg/sql.(*internalExecutorImpl).initConnEx.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:204 +0x7d Goroutine 1186 (running) created at: github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).serveStreams.func1() /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:678 +0xb8 github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Server).operateHeaders() /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_server.go:424 +0x1483 github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport.(*http2Server).HandleStreams() /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/transport/http2_server.go:464 +0x87a github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).serveStreams() /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:676 +0x16e github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).handleRawConn.func2() /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:631 +0x53 github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc.(*Server).handleRawConn.func3() /go/src/github.com/cockroachdb/cockroach/vendor/google.golang.org/grpc/server.go:639 +0x34 Goroutine 987 (running) created at: github.com/cockroachdb/cockroach/pkg/sql.(*internalExecutorImpl).initConnEx() /go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:203 +0x596 github.com/cockroachdb/cockroach/pkg/sql.(*internalExecutorImpl).execInternal() /go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:490 +0x766 github.com/cockroachdb/cockroach/pkg/sql.(*internalExecutorImpl).queryInternal() /go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:240 +0x141 github.com/cockroachdb/cockroach/pkg/sql.(*InternalExecutor).Query() /go/src/github.com/cockroachdb/cockroach/pkg/sql/internal.go:224 +0x10e github.com/cockroachdb/cockroach/pkg/sql.(*LeaseManager).DeleteOrphanedLeases.func1.1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/lease.go:1793 +0x139 github.com/cockroachdb/cockroach/pkg/util/retry.WithMaxAttempts() /go/src/github.com/cockroachdb/cockroach/pkg/util/retry/retry.go:163 +0x142 github.com/cockroachdb/cockroach/pkg/sql.(*LeaseManager).DeleteOrphanedLeases.func1() /go/src/github.com/cockroachdb/cockroach/pkg/sql/lease.go:1791 +0x392 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunWorker.func1() /go/src/github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:198 +0x14a ================== ? github.com/cockroachdb/cockroach/pkg/sql/backfill [no test files] TestInternalExecAppNameInitialization/root_internal_exec ... I190108 02:28:09.641655 64360 server/status/recorder.go:610 [n1] available memory from cgroups (8.0 EiB) exceeds system memory 16 GiB, using system memory I190108 02:28:09.641747 64360 server/server.go:1862 [n1] Could not start heap profiler worker due to: directory to store profiles could not be determined I190108 02:28:09.660468 64360 server/server.go:1559 [n1] starting http server at 127.152.81.236:38263 (use: 127.152.81.236:38263) I190108 02:28:09.660694 64360 server/server.go:1561 [n1] starting grpc/postgres server at 127.152.81.236:42531 I190108 02:28:09.660762 64360 server/server.go:1562 [n1] advertising CockroachDB node at 127.152.81.236:42531 W190108 02:28:09.680503 64555 storage/store.go:1465 [n1,s1,r6/1:/Table/{SystemCon…-11}] could not gossip system config: [NotLeaseHolderError] r6: replica (n1,s1):1 not lease holder; lease holder unknown I190108 02:28:10.084131 64606 sql/event_log.go:135 [n1,intExec=optInToDiagnosticsStatReporting] Event: "set_cluster_setting", target: 0, info: {SettingName:diagnostics.reporting.enabled Value:true User:root} I190108 02:28:10.308482 64582 sql/event_log.go:135 [n1,intExec=set-setting] Event: "set_cluster_setting", target: 0, info: {SettingName:version Value:2.1-3 User:root} I190108 02:28:10.491459 64629 sql/event_log.go:135 [n1,intExec=disableNetTrace] Event: "set_cluster_setting", target: 0, info: {SettingName:trace.debug.enable Value:false User:root} I190108 02:28:10.742909 64652 storage/replica_consistency.go:126 [n1,consistencyChecker,s1,r4/1:/System/ts{d-e}] triggering stats recomputation to resolve delta of {ContainsEstimates:true LastUpdateNanos:1546914489755340912 IntentAge:0 GCBytesAge:0 LiveBytes:-24446 LiveCount:-503 KeyBytes:-23703 KeyCount:-503 ValBytes:-743 ValCount:-503 IntentBytes:0 IntentCount:0 SysBytes:0 SysCount:0 XXX_NoUnkeyedLiteral:{} XXX_sizecache:0} I190108 02:28:10.809779 64570 sql/event_log.go:135 [n1,intExec=initializeClusterSecret] Event: "set_cluster_setting", target: 0, info: {SettingName:cluster.secret Value:8546bb15-d581-4ca9-a770-6e38101c2f9a User:root} I190108 02:28:10.956282 64677 sql/event_log.go:135 [n1,intExec=create-default-db] Event: "create_database", target: 50, info: {DatabaseName:defaultdb Statement:CREATE DATABASE IF NOT EXISTS defaultdb User:root} I190108 02:28:11.037510 64680 sql/event_log.go:135 [n1,intExec=create-default-db] Event: "create_database", target: 51, info: {DatabaseName:postgres Statement:CREATE DATABASE IF NOT EXISTS postgres User:root} I190108 02:28:11.052417 64430 gossip/gossip.go:1513 [n1] node has connected to cluster via gossip I190108 02:28:11.053159 64430 storage/stores.go:262 [n1] wrote 0 node addresses to persistent storage I190108 02:28:11.182143 64684 storage/replica_command.go:349 [n1,split,s1,r19/1:/{Table/23-Max}] initiating a split of this range at key /Table/24 [r20] I190108 02:28:11.200553 64360 server/server.go:1620 [n1] done ensuring all necessary migrations have run I190108 02:28:11.200836 64360 server/server.go:1623 [n1] serving sql connections I190108 02:28:11.252382 64592 sql/event_log.go:135 [n1] Event: "node_join", target: 1, info: {Descriptor:{NodeID:1 Address:127.152.81.236:42531 Attrs: Locality: ServerVersion:2.1-3 BuildTag:v2.2.0-alpha.20181217-468-gdadcaa4 StartedAt:1546914489581102706 LocalityAddress:[] XXX_NoUnkeyedLiteral:{} XXX_sizecache:0} ClusterID:2b2fc0df-5c16-4e02-bc81-65056c8fb2d0 StartedAt:1546914489581102706 LastUp:1546914489581102706} I190108 02:28:11.285313 64589 server/server_update.go:66 [n1] no need to upgrade, cluster already at the newest version I190108 02:28:11.376267 64360 util/stop/stopper.go:536 quiescing; tasks left: 1 [async] transport racer 1 [async] closedts-rangefeed-subscriber I190108 02:28:11.383311 64360 util/stop/stopper.go:536 quiescing; tasks left: 1 [async] transport racer I190108 02:28:11.434358 64569 kv/transport_race.go:113 transport race promotion: ran 19 iterations on up to 319 requests TestInternalExecAppNameInitialization --- FAIL: testrace/TestInternalExecAppNameInitialization (0.000s) Test ended in panic. ``` Please assign, take a look and update the issue accordingly.
test
teamcity failed test testinternalexecappnameinitialization the following tests appear to have failed on master testrace testinternalexecappnameinitialization session bound exec testinternalexecappnameinitialization root internal exec testinternalexecappnameinitialization you may want to check testinternalexecappnameinitialization fail test testinternalexecappnameinitialization test ended in panic testinternalexecappnameinitialization session bound exec builder go github com cockroachdb cockroach pkg sql optplanningctx buildexecmemo go src github com cockroachdb cockroach pkg sql plan opt go github com cockroachdb cockroach pkg sql planner makeoptimizerplan go src github com cockroachdb cockroach pkg sql plan opt go github com cockroachdb cockroach pkg sql connexecutor makeexecplan go src github com cockroachdb cockroach pkg sql conn executor exec go github com cockroachdb cockroach pkg sql connexecutor dispatchtoexecutionengine go src github com cockroachdb cockroach pkg sql conn executor exec go github com cockroachdb cockroach pkg sql connexecutor execstmtinopenstate go src github com cockroachdb cockroach pkg sql conn executor exec go github com cockroachdb cockroach pkg sql connexecutor execstmt go src github com cockroachdb cockroach pkg sql conn executor exec go github com cockroachdb cockroach pkg sql connexecutor run go src github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql internalexecutorimpl initconnex go src github com cockroachdb cockroach pkg sql internal go goroutine running created at github com cockroachdb cockroach vendor google golang org grpc server servestreams go src github com cockroachdb cockroach vendor google golang org grpc server go github com cockroachdb cockroach vendor google golang org grpc transport operateheaders go src github com cockroachdb cockroach vendor google golang org grpc transport server go github com cockroachdb cockroach vendor google golang org grpc transport handlestreams go src github com cockroachdb cockroach vendor google golang org grpc transport server go github com cockroachdb cockroach vendor google golang org grpc server servestreams go src github com cockroachdb cockroach vendor google golang org grpc server go github com cockroachdb cockroach vendor google golang org grpc server handlerawconn go src github com cockroachdb cockroach vendor google golang org grpc server go github com cockroachdb cockroach vendor google golang org grpc server handlerawconn go src github com cockroachdb cockroach vendor google golang org grpc server go goroutine running created at github com cockroachdb cockroach pkg sql internalexecutorimpl initconnex go src github com cockroachdb cockroach pkg sql internal go github com cockroachdb cockroach pkg sql internalexecutorimpl execinternal go src github com cockroachdb cockroach pkg sql internal go github com cockroachdb cockroach pkg sql internalexecutorimpl queryinternal go src github com cockroachdb cockroach pkg sql internal go github com cockroachdb cockroach pkg sql internalexecutor query go src github com cockroachdb cockroach pkg sql internal go github com cockroachdb cockroach pkg sql leasemanager deleteorphanedleases go src github com cockroachdb cockroach pkg sql lease go github com cockroachdb cockroach pkg util retry withmaxattempts go src github com cockroachdb cockroach pkg util retry retry go github com cockroachdb cockroach pkg sql leasemanager deleteorphanedleases 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 github com cockroachdb cockroach pkg sql backfill testinternalexecappnameinitialization root internal exec server status recorder go available memory from cgroups eib exceeds system memory gib using system memory server server go could not start heap profiler worker due to directory to store profiles could not be determined server server go starting http server at use server server go starting grpc postgres server at server server go advertising cockroachdb node at storage store go could not gossip system config replica not lease holder lease holder unknown sql event log go event set cluster setting target info settingname diagnostics reporting enabled value true user root sql event log go event set cluster setting target info settingname version value user root sql event log go event set cluster setting target info settingname trace debug enable value false user root storage replica consistency go triggering stats recomputation to resolve delta of containsestimates true lastupdatenanos intentage gcbytesage livebytes livecount keybytes keycount valbytes valcount intentbytes intentcount sysbytes syscount xxx nounkeyedliteral xxx sizecache sql event log go event set cluster setting target info settingname cluster secret value user root sql event log go event create database target info databasename defaultdb statement create database if not exists defaultdb user root sql event log go event create database target info databasename postgres statement create database if not exists postgres user root gossip gossip go node has connected to cluster via gossip storage stores go wrote node addresses to persistent storage storage replica command go initiating a split of this range at key table server server go done ensuring all necessary migrations have run server server go serving sql connections sql event log go event node join target info descriptor nodeid address attrs locality serverversion buildtag alpha startedat localityaddress xxx nounkeyedliteral xxx sizecache clusterid startedat lastup server server update go no need to upgrade cluster already at the newest version util stop stopper go quiescing tasks left transport racer closedts rangefeed subscriber util stop stopper go quiescing tasks left transport racer kv transport race go transport race promotion ran iterations on up to requests testinternalexecappnameinitialization fail testrace testinternalexecappnameinitialization test ended in panic please assign take a look and update the issue accordingly
1
351,139
25,015,114,701
IssuesEvent
2022-11-03 18:07:09
GRIDAPPSD/gridappsd-forum
https://api.github.com/repos/GRIDAPPSD/gridappsd-forum
closed
Common new developer issues and training needs
documentation
I am creating this as a place to note training needs for developers. This should be filled out and added to ReadTheDocs ### Training needs for platform These questions are typically coming from people who are used to talking to directly to powerflow simulator from python or matlab so the publish/subscribe is a new world to them. The lack of Debug app in container. How the register app work and what is going on there. How to log How to get container name How to use the docker logs --follow or --tail command How to use docker cp Difference messages How publish subscribe works How publish subscribe with the gridappsd-python The on_message function with topic. This especially is very confusing to developers who are used to reading files or getting values from OpenDSS How to get the y-matrix and node names. How to get model_dict.json How to get specific measurements: Node Voltages Load Powers
1.0
Common new developer issues and training needs - I am creating this as a place to note training needs for developers. This should be filled out and added to ReadTheDocs ### Training needs for platform These questions are typically coming from people who are used to talking to directly to powerflow simulator from python or matlab so the publish/subscribe is a new world to them. The lack of Debug app in container. How the register app work and what is going on there. How to log How to get container name How to use the docker logs --follow or --tail command How to use docker cp Difference messages How publish subscribe works How publish subscribe with the gridappsd-python The on_message function with topic. This especially is very confusing to developers who are used to reading files or getting values from OpenDSS How to get the y-matrix and node names. How to get model_dict.json How to get specific measurements: Node Voltages Load Powers
non_test
common new developer issues and training needs i am creating this as a place to note training needs for developers this should be filled out and added to readthedocs training needs for platform these questions are typically coming from people who are used to talking to directly to powerflow simulator from python or matlab so the publish subscribe is a new world to them the lack of debug app in container how the register app work and what is going on there how to log how to get container name how to use the docker logs follow or tail command how to use docker cp difference messages how publish subscribe works how publish subscribe with the gridappsd python the on message function with topic this especially is very confusing to developers who are used to reading files or getting values from opendss how to get the y matrix and node names how to get model dict json how to get specific measurements node voltages load powers
0
198,354
14,975,030,331
IssuesEvent
2021-01-28 05:08:44
elastic/kibana
https://api.github.com/repos/elastic/kibana
closed
Convert all the tests under rollup folder to use `test_user` service with limited privileges
Feature:Rollups Team:Elasticsearch UI bug test_xpack_functional
Meta issue: https://github.com/elastic/kibana/issues/60815 Convert all the tests under `rollup_job` folder to use `test_user` with limited privileges. @cuff-links - do let me know if you need any help. cc @LeeDr
1.0
Convert all the tests under rollup folder to use `test_user` service with limited privileges - Meta issue: https://github.com/elastic/kibana/issues/60815 Convert all the tests under `rollup_job` folder to use `test_user` with limited privileges. @cuff-links - do let me know if you need any help. cc @LeeDr
test
convert all the tests under rollup folder to use test user service with limited privileges meta issue convert all the tests under rollup job folder to use test user with limited privileges cuff links do let me know if you need any help cc leedr
1
279,734
24,251,715,839
IssuesEvent
2022-09-27 14:38:59
airbytehq/airbyte
https://api.github.com/repos/airbytehq/airbyte
closed
E2E Testing Tool: Add normalization for connection (if destination have this possibility) and add normalization parameter to the custom connection settings
type/enhancement lang/java needs-triage team/connectors-java e2e-testing-tool
Add normalization for connection (if destination have this possibility) and add normalization parameter to the custom connection settings
1.0
E2E Testing Tool: Add normalization for connection (if destination have this possibility) and add normalization parameter to the custom connection settings - Add normalization for connection (if destination have this possibility) and add normalization parameter to the custom connection settings
test
testing tool add normalization for connection if destination have this possibility and add normalization parameter to the custom connection settings add normalization for connection if destination have this possibility and add normalization parameter to the custom connection settings
1
108,530
9,309,660,492
IssuesEvent
2019-03-25 16:57:18
Microsoft/vscode
https://api.github.com/repos/Microsoft/vscode
opened
Test: GitHub PR Extension - new commenting API
testplan-item
- [ ] macOS @meaghanlewis - [ ] linux - [ ] windows Complexity: 3 Authors: @rebornix, @RMacfarlane This iteration, we created a new proposed commenting API (https://github.com/Microsoft/vscode/issues/68020) and adopted it in the GitHub PR extension. This is to test that all commenting functionality behaves as before. Test that - Within an editor, you can create new comment threads, and reply to previously existing ones - You are able to edit and delete comments - You can start, finish, and delete a review from within the editor - When a comment is part of an unfinished review, it should have the label "Pending" - If you enter text in a comment without adding it and switch editors, the text is preserved when you return to the editor Please test against the nightly version of the extension, which should have the most recent changes: https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github-insiders And file issues in this repo: https://github.com/Microsoft/vscode-pull-request-github You can use https://github.com/auchenberg/pullrequest-demo for testing
1.0
Test: GitHub PR Extension - new commenting API - - [ ] macOS @meaghanlewis - [ ] linux - [ ] windows Complexity: 3 Authors: @rebornix, @RMacfarlane This iteration, we created a new proposed commenting API (https://github.com/Microsoft/vscode/issues/68020) and adopted it in the GitHub PR extension. This is to test that all commenting functionality behaves as before. Test that - Within an editor, you can create new comment threads, and reply to previously existing ones - You are able to edit and delete comments - You can start, finish, and delete a review from within the editor - When a comment is part of an unfinished review, it should have the label "Pending" - If you enter text in a comment without adding it and switch editors, the text is preserved when you return to the editor Please test against the nightly version of the extension, which should have the most recent changes: https://marketplace.visualstudio.com/items?itemName=GitHub.vscode-pull-request-github-insiders And file issues in this repo: https://github.com/Microsoft/vscode-pull-request-github You can use https://github.com/auchenberg/pullrequest-demo for testing
test
test github pr extension new commenting api macos meaghanlewis linux windows complexity authors rebornix rmacfarlane this iteration we created a new proposed commenting api and adopted it in the github pr extension this is to test that all commenting functionality behaves as before test that within an editor you can create new comment threads and reply to previously existing ones you are able to edit and delete comments you can start finish and delete a review from within the editor when a comment is part of an unfinished review it should have the label pending if you enter text in a comment without adding it and switch editors the text is preserved when you return to the editor please test against the nightly version of the extension which should have the most recent changes and file issues in this repo you can use for testing
1
27,707
6,894,966,102
IssuesEvent
2017-11-23 12:02:58
Yoast/wordpress-seo
https://api.github.com/repos/Yoast/wordpress-seo
closed
Analysis box is not removed for Tags and Categories when analyses are disabled
code-review
When I disable both the readability analysis and the keyword analysis: <img width="723" alt="schermafbeelding 2017-11-22 om 12 19 26" src="https://user-images.githubusercontent.com/17744553/33125245-02be8422-cf80-11e7-8ed3-393e4c9b1579.png"> The analysis box is not removed for Tags and Pages: <img width="826" alt="schermafbeelding 2017-11-22 om 12 19 45" src="https://user-images.githubusercontent.com/17744553/33125248-03ec5a90-cf80-11e7-9c52-88bb80819f32.png"> It does work correctly for posts and pages.
1.0
Analysis box is not removed for Tags and Categories when analyses are disabled - When I disable both the readability analysis and the keyword analysis: <img width="723" alt="schermafbeelding 2017-11-22 om 12 19 26" src="https://user-images.githubusercontent.com/17744553/33125245-02be8422-cf80-11e7-8ed3-393e4c9b1579.png"> The analysis box is not removed for Tags and Pages: <img width="826" alt="schermafbeelding 2017-11-22 om 12 19 45" src="https://user-images.githubusercontent.com/17744553/33125248-03ec5a90-cf80-11e7-9c52-88bb80819f32.png"> It does work correctly for posts and pages.
non_test
analysis box is not removed for tags and categories when analyses are disabled when i disable both the readability analysis and the keyword analysis img width alt schermafbeelding om src the analysis box is not removed for tags and pages img width alt schermafbeelding om src it does work correctly for posts and pages
0
263,475
23,061,100,476
IssuesEvent
2022-07-25 10:00:10
SchmollerLab/Cell_ACDC
https://api.github.com/repos/SchmollerLab/Cell_ACDC
closed
Test creating combined measurement in one Position and then save metrics on a different Position
bug test
As pointed out in #13, a combined measurement defined in a different position correctly shows up in the set measurements dialogue but it is not saved.
1.0
Test creating combined measurement in one Position and then save metrics on a different Position - As pointed out in #13, a combined measurement defined in a different position correctly shows up in the set measurements dialogue but it is not saved.
test
test creating combined measurement in one position and then save metrics on a different position as pointed out in a combined measurement defined in a different position correctly shows up in the set measurements dialogue but it is not saved
1
153,090
19,702,483,331
IssuesEvent
2022-01-12 18:01:25
Shai-Demo-Org/JS-Demo
https://api.github.com/repos/Shai-Demo-Org/JS-Demo
opened
CVE-2017-18869 (Low) detected in chownr-1.0.1.tgz
security vulnerability
## CVE-2017-18869 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>chownr-1.0.1.tgz</b></p></summary> <p>like `chown -R`</p> <p>Library home page: <a href="https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz">https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/npm/node_modules/chownr/package.json</p> <p> Dependency Hierarchy: - grunt-npm-install-0.3.1.tgz (Root Library) - npm-3.10.10.tgz - :x: **chownr-1.0.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Shai-Demo-Org/JS-Demo/commit/3811baa0bbc861a20cc014b2f39a7fd45afb2cdc">3811baa0bbc861a20cc014b2f39a7fd45afb2cdc</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A TOCTOU issue in the chownr package before 1.1.0 for Node.js 10.10 could allow a local attacker to trick it into descending into unintended directories via symlink attacks. <p>Publish Date: 2020-06-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18869>CVE-2017-18869</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>2.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - 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-2017-18869">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-18869</a></p> <p>Release Date: 2020-06-15</p> <p>Fix Resolution: 1.1.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"chownr","packageVersion":"1.0.1","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-npm-install:0.3.1;npm:3.10.10;chownr:1.0.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"1.1.0","isBinary":false}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2017-18869","vulnerabilityDetails":"A TOCTOU issue in the chownr package before 1.1.0 for Node.js 10.10 could allow a local attacker to trick it into descending into unintended directories via symlink attacks.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18869","cvss3Severity":"low","cvss3Score":"2.5","cvss3Metrics":{"A":"None","AC":"High","PR":"Low","S":"Unchanged","C":"None","UI":"None","AV":"Local","I":"Low"},"extraData":{}}</REMEDIATE> -->
True
CVE-2017-18869 (Low) detected in chownr-1.0.1.tgz - ## CVE-2017-18869 - Low Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>chownr-1.0.1.tgz</b></p></summary> <p>like `chown -R`</p> <p>Library home page: <a href="https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz">https://registry.npmjs.org/chownr/-/chownr-1.0.1.tgz</a></p> <p>Path to dependency file: /package.json</p> <p>Path to vulnerable library: /node_modules/npm/node_modules/chownr/package.json</p> <p> Dependency Hierarchy: - grunt-npm-install-0.3.1.tgz (Root Library) - npm-3.10.10.tgz - :x: **chownr-1.0.1.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/Shai-Demo-Org/JS-Demo/commit/3811baa0bbc861a20cc014b2f39a7fd45afb2cdc">3811baa0bbc861a20cc014b2f39a7fd45afb2cdc</a></p> <p>Found in base branch: <b>main</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/low_vul.png' width=19 height=20> Vulnerability Details</summary> <p> A TOCTOU issue in the chownr package before 1.1.0 for Node.js 10.10 could allow a local attacker to trick it into descending into unintended directories via symlink attacks. <p>Publish Date: 2020-06-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18869>CVE-2017-18869</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>2.5</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: High - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - 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-2017-18869">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-18869</a></p> <p>Release Date: 2020-06-15</p> <p>Fix Resolution: 1.1.0</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"javascript/Node.js","packageName":"chownr","packageVersion":"1.0.1","packageFilePaths":["/package.json"],"isTransitiveDependency":true,"dependencyTree":"grunt-npm-install:0.3.1;npm:3.10.10;chownr:1.0.1","isMinimumFixVersionAvailable":true,"minimumFixVersion":"1.1.0","isBinary":false}],"baseBranches":["main"],"vulnerabilityIdentifier":"CVE-2017-18869","vulnerabilityDetails":"A TOCTOU issue in the chownr package before 1.1.0 for Node.js 10.10 could allow a local attacker to trick it into descending into unintended directories via symlink attacks.","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18869","cvss3Severity":"low","cvss3Score":"2.5","cvss3Metrics":{"A":"None","AC":"High","PR":"Low","S":"Unchanged","C":"None","UI":"None","AV":"Local","I":"Low"},"extraData":{}}</REMEDIATE> -->
non_test
cve low detected in chownr tgz cve low severity vulnerability vulnerable library chownr tgz like chown r library home page a href path to dependency file package json path to vulnerable library node modules npm node modules chownr package json dependency hierarchy grunt npm install tgz root library npm tgz x chownr tgz vulnerable library found in head commit a href found in base branch main vulnerability details a toctou issue in the chownr package before for node js could allow a local attacker to trick it into descending into unintended directories via symlink attacks publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity high privileges required low user interaction none scope unchanged impact metrics confidentiality impact none 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 isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree grunt npm install npm chownr isminimumfixversionavailable true minimumfixversion isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails a toctou issue in the chownr package before for node js could allow a local attacker to trick it into descending into unintended directories via symlink attacks vulnerabilityurl
0
317,503
27,241,957,650
IssuesEvent
2023-02-21 21:19:31
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
closed
upgrade/upgrades: TestUpgradeSchemaChangerElements failed
C-test-failure O-robot branch-master T-sql-schema
upgrade/upgrades.TestUpgradeSchemaChangerElements [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8744403?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8744403?buildTab=artifacts#/) on master @ [7e2df35a2f6bf7a859bb0539c8ca43c4e72ed260](https://github.com/cockroachdb/cockroach/commits/7e2df35a2f6bf7a859bb0539c8ca43c4e72ed260): ``` github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:2542 +0x50f github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt() github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:130 +0x6ed github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd.func1() github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1972 +0x7c4 github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd() github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1977 +0x1d1a github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run() github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1895 +0x424 github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run() github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1895 +0x424 github.com/cockroachdb/cockroach/pkg/sql.(*Server).ServeConn() github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:864 +0x1be github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).processCommandsAsync.func1() github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:731 +0x577 Goroutine 42416 (running) created at: github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx() github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:461 +0x619 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTask() github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:332 +0x10d6 github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).resumeJob() github.com/cockroachdb/cockroach/pkg/jobs/adopt.go:330 +0xc25 github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).resumeClaimedJobs.func3() github.com/cockroachdb/cockroach/pkg/jobs/adopt.go:210 +0xca github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).resumeClaimedJobs.func4() github.com/cockroachdb/cockroach/pkg/jobs/adopt.go:213 +0x47 Goroutine 41786 (running) created at: github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).processCommandsAsync() github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:644 +0x3c4 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).serveImpl() github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:368 +0xd15 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).serveConn() github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:177 +0x48c github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).ServeConn() github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:783 +0xc0a github.com/cockroachdb/cockroach/pkg/server.(*systemServerWrapper).serveConn() github.com/cockroachdb/cockroach/pkg/server/server_controller_sql.go:121 +0x1fa github.com/cockroachdb/cockroach/pkg/server.(*serverController).sqlMux() github.com/cockroachdb/cockroach/pkg/server/server_controller_sql.go:101 +0x51c github.com/cockroachdb/cockroach/pkg/server.(*serverController).sqlMux-fm() <autogenerated>:1 +0xc7 github.com/cockroachdb/cockroach/pkg/server.startServeSQL.func1.1() github.com/cockroachdb/cockroach/pkg/server/server_sql.go:1632 +0x2eb github.com/cockroachdb/cockroach/pkg/util/netutil.(*TCPServer).ServeWith.func1() github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:188 +0x111 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2() github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:470 +0x1f6 ================== ``` <p>Parameters: <code>TAGS=bazel,gss,race</code> </p> <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) </p> </details> /cc @cockroachdb/sql-schema <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestUpgradeSchemaChangerElements.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-24608
1.0
upgrade/upgrades: TestUpgradeSchemaChangerElements failed - upgrade/upgrades.TestUpgradeSchemaChangerElements [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8744403?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8744403?buildTab=artifacts#/) on master @ [7e2df35a2f6bf7a859bb0539c8ca43c4e72ed260](https://github.com/cockroachdb/cockroach/commits/7e2df35a2f6bf7a859bb0539c8ca43c4e72ed260): ``` github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:2542 +0x50f github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execStmt() github.com/cockroachdb/cockroach/pkg/sql/conn_executor_exec.go:130 +0x6ed github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd.func1() github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1972 +0x7c4 github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).execCmd() github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1977 +0x1d1a github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run() github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1895 +0x424 github.com/cockroachdb/cockroach/pkg/sql.(*connExecutor).run() github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:1895 +0x424 github.com/cockroachdb/cockroach/pkg/sql.(*Server).ServeConn() github.com/cockroachdb/cockroach/pkg/sql/conn_executor.go:864 +0x1be github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).processCommandsAsync.func1() github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:731 +0x577 Goroutine 42416 (running) created at: github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx() github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:461 +0x619 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTask() github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:332 +0x10d6 github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).resumeJob() github.com/cockroachdb/cockroach/pkg/jobs/adopt.go:330 +0xc25 github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).resumeClaimedJobs.func3() github.com/cockroachdb/cockroach/pkg/jobs/adopt.go:210 +0xca github.com/cockroachdb/cockroach/pkg/jobs.(*Registry).resumeClaimedJobs.func4() github.com/cockroachdb/cockroach/pkg/jobs/adopt.go:213 +0x47 Goroutine 41786 (running) created at: github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).processCommandsAsync() github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:644 +0x3c4 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*conn).serveImpl() github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:368 +0xd15 github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).serveConn() github.com/cockroachdb/cockroach/pkg/sql/pgwire/conn.go:177 +0x48c github.com/cockroachdb/cockroach/pkg/sql/pgwire.(*Server).ServeConn() github.com/cockroachdb/cockroach/pkg/sql/pgwire/server.go:783 +0xc0a github.com/cockroachdb/cockroach/pkg/server.(*systemServerWrapper).serveConn() github.com/cockroachdb/cockroach/pkg/server/server_controller_sql.go:121 +0x1fa github.com/cockroachdb/cockroach/pkg/server.(*serverController).sqlMux() github.com/cockroachdb/cockroach/pkg/server/server_controller_sql.go:101 +0x51c github.com/cockroachdb/cockroach/pkg/server.(*serverController).sqlMux-fm() <autogenerated>:1 +0xc7 github.com/cockroachdb/cockroach/pkg/server.startServeSQL.func1.1() github.com/cockroachdb/cockroach/pkg/server/server_sql.go:1632 +0x2eb github.com/cockroachdb/cockroach/pkg/util/netutil.(*TCPServer).ServeWith.func1() github.com/cockroachdb/cockroach/pkg/util/netutil/net.go:188 +0x111 github.com/cockroachdb/cockroach/pkg/util/stop.(*Stopper).RunAsyncTaskEx.func2() github.com/cockroachdb/cockroach/pkg/util/stop/stopper.go:470 +0x1f6 ================== ``` <p>Parameters: <code>TAGS=bazel,gss,race</code> </p> <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) </p> </details> /cc @cockroachdb/sql-schema <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestUpgradeSchemaChangerElements.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub> Jira issue: CRDB-24608
test
upgrade upgrades testupgradeschemachangerelements failed upgrade upgrades testupgradeschemachangerelements with on master github com cockroachdb cockroach pkg sql conn executor exec go github com cockroachdb cockroach pkg sql connexecutor execstmt github com cockroachdb cockroach pkg sql conn executor exec go github com cockroachdb cockroach pkg sql connexecutor execcmd github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql connexecutor execcmd github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql connexecutor run github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql connexecutor run github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql server serveconn github com cockroachdb cockroach pkg sql conn executor go github com cockroachdb cockroach pkg sql pgwire conn processcommandsasync github com cockroachdb cockroach pkg sql pgwire conn go goroutine running created at github com cockroachdb cockroach pkg util stop stopper runasynctaskex github com cockroachdb cockroach pkg util stop stopper go github com cockroachdb cockroach pkg util stop stopper runasynctask github com cockroachdb cockroach pkg util stop stopper go github com cockroachdb cockroach pkg jobs registry resumejob github com cockroachdb cockroach pkg jobs adopt go github com cockroachdb cockroach pkg jobs registry resumeclaimedjobs github com cockroachdb cockroach pkg jobs adopt go github com cockroachdb cockroach pkg jobs registry resumeclaimedjobs github com cockroachdb cockroach pkg jobs adopt go goroutine running created at github com cockroachdb cockroach pkg sql pgwire conn processcommandsasync github com cockroachdb cockroach pkg sql pgwire conn go github com cockroachdb cockroach pkg sql pgwire conn serveimpl github com cockroachdb cockroach pkg sql pgwire conn go github com cockroachdb cockroach pkg sql pgwire server serveconn github com cockroachdb cockroach pkg sql pgwire conn go github com cockroachdb cockroach pkg sql pgwire server serveconn github com cockroachdb cockroach pkg sql pgwire server go github com cockroachdb cockroach pkg server systemserverwrapper serveconn github com cockroachdb cockroach pkg server server controller sql go github com cockroachdb cockroach pkg server servercontroller sqlmux github com cockroachdb cockroach pkg server server controller sql go github com cockroachdb cockroach pkg server servercontroller sqlmux fm github com cockroachdb cockroach pkg server startservesql github com cockroachdb cockroach pkg server server sql go github com cockroachdb cockroach pkg util netutil tcpserver servewith github com cockroachdb cockroach pkg util netutil net go github com cockroachdb cockroach pkg util stop stopper runasynctaskex github com cockroachdb cockroach pkg util stop stopper go parameters tags bazel gss race help see also cc cockroachdb sql schema jira issue crdb
1
149,613
11,907,130,703
IssuesEvent
2020-03-30 21:38:52
rancher/dashboard
https://api.github.com/repos/rancher/dashboard
closed
Re-enabling gatekeeper throws error if done without refresh.
[zube]: To Test area/opa kind/bug
**What kind of request is this (question/bug/enhancement/feature request):** Bug **Steps to reproduce (least amount of steps as possible):** 1. Create a cluster. 2. Navigate to dashboard, enable gatekeeper. 3. Disable gatekeeper and wait for app to be deleted. 4. Try to enable gatekeeper again without refreshing the page. **Result:** UI shows error enabling. Request API call - PUT - https://rancher-server/v1/management.cattle.io.clusters/c-xxxx/apps/p-xxxx/rancher-gatekeeper-operator **Environment information** - Rancher version (`rancher/rancher`/`rancher/server` image tag or shown bottom left in the UI): master-2474-head- 374b38cb2 - Installation option (single install/HA): Single
1.0
Re-enabling gatekeeper throws error if done without refresh. - **What kind of request is this (question/bug/enhancement/feature request):** Bug **Steps to reproduce (least amount of steps as possible):** 1. Create a cluster. 2. Navigate to dashboard, enable gatekeeper. 3. Disable gatekeeper and wait for app to be deleted. 4. Try to enable gatekeeper again without refreshing the page. **Result:** UI shows error enabling. Request API call - PUT - https://rancher-server/v1/management.cattle.io.clusters/c-xxxx/apps/p-xxxx/rancher-gatekeeper-operator **Environment information** - Rancher version (`rancher/rancher`/`rancher/server` image tag or shown bottom left in the UI): master-2474-head- 374b38cb2 - Installation option (single install/HA): Single
test
re enabling gatekeeper throws error if done without refresh what kind of request is this question bug enhancement feature request bug steps to reproduce least amount of steps as possible create a cluster navigate to dashboard enable gatekeeper disable gatekeeper and wait for app to be deleted try to enable gatekeeper again without refreshing the page result ui shows error enabling request api call put environment information rancher version rancher rancher rancher server image tag or shown bottom left in the ui master head installation option single install ha single
1
68,983
7,121,118,418
IssuesEvent
2018-01-19 05:49:02
Monitorr/logarr
https://api.github.com/repos/Monitorr/logarr
closed
FEAT: increase padding
Priority: MED Test: Pending enhancement
i often find myself scrolling trough logs instead of the page, so when i want the log of the bottom i start to scroll the log before the actual page. to not do this i need to move my coursor, this is fine, but i find it requireing too much effort with the smal padding.
1.0
FEAT: increase padding - i often find myself scrolling trough logs instead of the page, so when i want the log of the bottom i start to scroll the log before the actual page. to not do this i need to move my coursor, this is fine, but i find it requireing too much effort with the smal padding.
test
feat increase padding i often find myself scrolling trough logs instead of the page so when i want the log of the bottom i start to scroll the log before the actual page to not do this i need to move my coursor this is fine but i find it requireing too much effort with the smal padding
1
60,364
6,688,965,915
IssuesEvent
2017-10-08 20:32:33
tgstation/tgstation
https://api.github.com/repos/tgstation/tgstation
closed
Ocular Wardens and Cogscarabs can detect and kill invisible Revenants
Bug Needs Reproducing/Testing
Issue reported from Round ID: 77056 (/tg/Station Bagil [ENGLISH] [100% FREE LAG]) RIP My griffghost feast. Ocular wardens will also infinitely attack Revenant remains, which probably isn't useful for clock cult, either.
1.0
Ocular Wardens and Cogscarabs can detect and kill invisible Revenants - Issue reported from Round ID: 77056 (/tg/Station Bagil [ENGLISH] [100% FREE LAG]) RIP My griffghost feast. Ocular wardens will also infinitely attack Revenant remains, which probably isn't useful for clock cult, either.
test
ocular wardens and cogscarabs can detect and kill invisible revenants issue reported from round id tg station bagil rip my griffghost feast ocular wardens will also infinitely attack revenant remains which probably isn t useful for clock cult either
1
50,373
6,085,658,073
IssuesEvent
2017-06-17 16:47:09
w3c/microdata
https://api.github.com/repos/w3c/microdata
closed
Is microdata processed in e.g. SVG?
enhancement Needs tests
The specification claims it is only processed in HTML. Is that true?
1.0
Is microdata processed in e.g. SVG? - The specification claims it is only processed in HTML. Is that true?
test
is microdata processed in e g svg the specification claims it is only processed in html is that true
1
43,289
7,036,700,684
IssuesEvent
2017-12-28 10:20:01
hashicorp/terraform
https://api.github.com/repos/hashicorp/terraform
closed
Azure Managed Disk invalid documentation
documentation provider/azurerm
### Terraform Version Terraform v0.10.7 ### Expected Behavior According to the following example: https://www.terraform.io/docs/providers/azurerm/r/virtual_machine.html#storage_os_disk I should be able to create a managed disk with: ```hcl resource "azurerm_managed_disk" "test" { name = "datadisk_existing" location = "West US 2" resource_group_name = "${azurerm_resource_group.test.name}" storage_account_type = "Standard_LRS" create_option = "Empty" disk_size_gb = "1023" } ``` And use it in as a data disk reference within my virtual machine: ```hcl ... storage_data_disk { name = "${azurerm_managed_disk.test.name}" managed_disk_id = "${azurerm_managed_disk.test.id}" create_option = "Attach" lun = 1 disk_size_gb = "${azurerm_managed_disk.test.disk_size_gb}" } ... ``` ### Actual Behavior It simply doesn't work. You get a lot of errors about the `id` `name` and `disk_size_gb` not found. Looking at the docs for managed disks: https://www.terraform.io/docs/providers/azurerm/r/managed_disk.html It's clear that only the `id` is being exported. So why would your example show something that's invalid? ### Steps to Reproduce Follow the documentation example and then do `terraform plan` https://www.terraform.io/docs/providers/azurerm/r/virtual_machine.html#storage_os_disk
1.0
Azure Managed Disk invalid documentation - ### Terraform Version Terraform v0.10.7 ### Expected Behavior According to the following example: https://www.terraform.io/docs/providers/azurerm/r/virtual_machine.html#storage_os_disk I should be able to create a managed disk with: ```hcl resource "azurerm_managed_disk" "test" { name = "datadisk_existing" location = "West US 2" resource_group_name = "${azurerm_resource_group.test.name}" storage_account_type = "Standard_LRS" create_option = "Empty" disk_size_gb = "1023" } ``` And use it in as a data disk reference within my virtual machine: ```hcl ... storage_data_disk { name = "${azurerm_managed_disk.test.name}" managed_disk_id = "${azurerm_managed_disk.test.id}" create_option = "Attach" lun = 1 disk_size_gb = "${azurerm_managed_disk.test.disk_size_gb}" } ... ``` ### Actual Behavior It simply doesn't work. You get a lot of errors about the `id` `name` and `disk_size_gb` not found. Looking at the docs for managed disks: https://www.terraform.io/docs/providers/azurerm/r/managed_disk.html It's clear that only the `id` is being exported. So why would your example show something that's invalid? ### Steps to Reproduce Follow the documentation example and then do `terraform plan` https://www.terraform.io/docs/providers/azurerm/r/virtual_machine.html#storage_os_disk
non_test
azure managed disk invalid documentation terraform version terraform expected behavior according to the following example i should be able to create a managed disk with hcl resource azurerm managed disk test name datadisk existing location west us resource group name azurerm resource group test name storage account type standard lrs create option empty disk size gb and use it in as a data disk reference within my virtual machine hcl storage data disk name azurerm managed disk test name managed disk id azurerm managed disk test id create option attach lun disk size gb azurerm managed disk test disk size gb actual behavior it simply doesn t work you get a lot of errors about the id name and disk size gb not found looking at the docs for managed disks it s clear that only the id is being exported so why would your example show something that s invalid steps to reproduce follow the documentation example and then do terraform plan
0
2,188
24,076,486,057
IssuesEvent
2022-09-18 21:30:17
hackforla/ops
https://api.github.com/repos/hackforla/ops
opened
Diagram active Incubator applications
good first issue size: 1pt role: Site Reliability Engineer feature: incubator
### Overview As a Dev Ops member, I'd like to have a diagram of what hackforla software are active under the Incubator infrastructure. Once this is determineds, ops can then update the Incubator repo to reflect the current list of software. ### Action Items - [ ] Access AWS incubator account - [ ] Examine ECR list - [ ] Use Figma/Draw.io to for diagramming - [ ] Add diagrams to GH Wiki ### Resources/Instructions
True
Diagram active Incubator applications - ### Overview As a Dev Ops member, I'd like to have a diagram of what hackforla software are active under the Incubator infrastructure. Once this is determineds, ops can then update the Incubator repo to reflect the current list of software. ### Action Items - [ ] Access AWS incubator account - [ ] Examine ECR list - [ ] Use Figma/Draw.io to for diagramming - [ ] Add diagrams to GH Wiki ### Resources/Instructions
non_test
diagram active incubator applications overview as a dev ops member i d like to have a diagram of what hackforla software are active under the incubator infrastructure once this is determineds ops can then update the incubator repo to reflect the current list of software action items access aws incubator account examine ecr list use figma draw io to for diagramming add diagrams to gh wiki resources instructions
0
29,869
7,127,421,489
IssuesEvent
2018-01-20 21:28:51
Microsoft/TypeScript
https://api.github.com/repos/Microsoft/TypeScript
opened
this.property completion not include insertText if in parens
VS Code Tracked
TypeScript 2.7.0-2018-01-19 **Code** For the js: ```ts class Circle { constructor(radius) { this.radius = radius } foo() { return (rad) } } ``` Trigger suggestions at the end of `rad` in `return (rad)` **Expected behavior:** Returned completion for `radius` includes insertText that turns the expression into `(this.radius)` **Actual behavior:** Returned completion does not include insertText: ``` { "name": "radius", "kind": "property", "kindModifiers": "", "sortText": "0" }, { "name": "radius", "kind": "warning", "kindModifiers": "", "sortText": "1" }, ```
1.0
this.property completion not include insertText if in parens - TypeScript 2.7.0-2018-01-19 **Code** For the js: ```ts class Circle { constructor(radius) { this.radius = radius } foo() { return (rad) } } ``` Trigger suggestions at the end of `rad` in `return (rad)` **Expected behavior:** Returned completion for `radius` includes insertText that turns the expression into `(this.radius)` **Actual behavior:** Returned completion does not include insertText: ``` { "name": "radius", "kind": "property", "kindModifiers": "", "sortText": "0" }, { "name": "radius", "kind": "warning", "kindModifiers": "", "sortText": "1" }, ```
non_test
this property completion not include inserttext if in parens typescript code for the js ts class circle constructor radius this radius radius foo return rad trigger suggestions at the end of rad in return rad expected behavior returned completion for radius includes inserttext that turns the expression into this radius actual behavior returned completion does not include inserttext name radius kind property kindmodifiers sorttext name radius kind warning kindmodifiers sorttext
0
303,393
9,306,645,224
IssuesEvent
2019-03-25 10:13:15
wazuh/wazuh
https://api.github.com/repos/wazuh/wazuh
opened
Let logcollector support wildcards on Windows
core/logcollector priority/high
Logcollector daemon needs to be capable of reading wildcards on Windows operating systems. For now it only works on Unix systems as the function call `glob` is not available on Windows.
1.0
Let logcollector support wildcards on Windows - Logcollector daemon needs to be capable of reading wildcards on Windows operating systems. For now it only works on Unix systems as the function call `glob` is not available on Windows.
non_test
let logcollector support wildcards on windows logcollector daemon needs to be capable of reading wildcards on windows operating systems for now it only works on unix systems as the function call glob is not available on windows
0
38,862
8,556,473,442
IssuesEvent
2018-11-08 13:17:34
joomla/joomla-cms
https://api.github.com/repos/joomla/joomla-cms
closed
[4.0] Installer - install languages
J4 Issue No Code Attached Yet
### Steps to reproduce the issue Using J4 follow the installation process and install a second language eg french ### Expected result Throbber is displayed over the language screen ### Actual result Throbber is displayed over the install sample data screen <img width="605" alt="chrome_2018-06-14_18-22-55" src="https://user-images.githubusercontent.com/1296369/41427815-01fb2876-7000-11e8-9b5f-201020731fb8.png">
1.0
[4.0] Installer - install languages - ### Steps to reproduce the issue Using J4 follow the installation process and install a second language eg french ### Expected result Throbber is displayed over the language screen ### Actual result Throbber is displayed over the install sample data screen <img width="605" alt="chrome_2018-06-14_18-22-55" src="https://user-images.githubusercontent.com/1296369/41427815-01fb2876-7000-11e8-9b5f-201020731fb8.png">
non_test
installer install languages steps to reproduce the issue using follow the installation process and install a second language eg french expected result throbber is displayed over the language screen actual result throbber is displayed over the install sample data screen img width alt chrome src
0
619,761
19,534,029,373
IssuesEvent
2021-12-31 00:18:49
red/red
https://api.github.com/repos/red/red
closed
CRASH when molding UTF8 string loaded from binary
type.bug priority.high
**Describe the bug** ``` >> load #{223322} ;) no BOM == "3" >> load #{EFBBBF223322} ;) has BOM *** Runtime Error 98: assertion failed *** in file: /D/devel/red/red-src/red/runtime/unicode.reds *** at line: 570 *** *** stack: red/unicode/load-utf8-buffer 05643303h 3 00000000h 00000000h false *** stack: red/unicode/load-utf8 056432F0h 3 *** stack: red/symbol/make-red-string 052E9528h *** stack: red/string/alter 0497C40Ch 052E9528h 91531520 0 true 0 *** stack: red/string/concatenate 0497C40Ch 052E9528h 91531520 0 true false *** stack: red/string/form 052E9528h 0497C40Ch 0497C40Ch 178 *** stack: red/word/form 05643340h 0497C40Ch 0497C40Ch 178 *** stack: red/word/mold 05643340h 0497C40Ch false false false 0497C40Ch 178 0 *** stack: red/actions/mold 05643340h 0497C40Ch false false false 0497C40Ch 178 0 *** stack: red/block/mold-each 0497C3FCh 0497C40Ch false false false 0497C40Ch 178 0 *** stack: red/block/mold 0497C3FCh 0497C40Ch false false false 0497C40Ch 178 0 *** stack: red/actions/mold 0497C3FCh 0497C40Ch false false false 0497C40Ch 179 0 *** stack: red/actions/mold* -1 -1 -1 1 *** stack: ctx||557~do-command 05751AE8h *** stack: ctx||557~eval-command 05751AE8h *** stack: ctx||557~run 05751AE8h *** stack: ctx||557~launch 05751AE8h *** stack: ctx||576~launch 057514FCh ``` **To reproduce** Above. Or create a file with both BOM and a string within, then `load %file`. Only debug console crashes. Release console happily parses it's own memory: ``` >> load #{EFBBBF223322} *** Access Error: invalid UTF-8 encoding: #{A074A942} *** Where: mold *** Stack: ``` **Platform version** ``` Red 0.6.4 for Windows built 6-Nov-2021/19:36:18+03:00 commit #30e5312 ```
1.0
CRASH when molding UTF8 string loaded from binary - **Describe the bug** ``` >> load #{223322} ;) no BOM == "3" >> load #{EFBBBF223322} ;) has BOM *** Runtime Error 98: assertion failed *** in file: /D/devel/red/red-src/red/runtime/unicode.reds *** at line: 570 *** *** stack: red/unicode/load-utf8-buffer 05643303h 3 00000000h 00000000h false *** stack: red/unicode/load-utf8 056432F0h 3 *** stack: red/symbol/make-red-string 052E9528h *** stack: red/string/alter 0497C40Ch 052E9528h 91531520 0 true 0 *** stack: red/string/concatenate 0497C40Ch 052E9528h 91531520 0 true false *** stack: red/string/form 052E9528h 0497C40Ch 0497C40Ch 178 *** stack: red/word/form 05643340h 0497C40Ch 0497C40Ch 178 *** stack: red/word/mold 05643340h 0497C40Ch false false false 0497C40Ch 178 0 *** stack: red/actions/mold 05643340h 0497C40Ch false false false 0497C40Ch 178 0 *** stack: red/block/mold-each 0497C3FCh 0497C40Ch false false false 0497C40Ch 178 0 *** stack: red/block/mold 0497C3FCh 0497C40Ch false false false 0497C40Ch 178 0 *** stack: red/actions/mold 0497C3FCh 0497C40Ch false false false 0497C40Ch 179 0 *** stack: red/actions/mold* -1 -1 -1 1 *** stack: ctx||557~do-command 05751AE8h *** stack: ctx||557~eval-command 05751AE8h *** stack: ctx||557~run 05751AE8h *** stack: ctx||557~launch 05751AE8h *** stack: ctx||576~launch 057514FCh ``` **To reproduce** Above. Or create a file with both BOM and a string within, then `load %file`. Only debug console crashes. Release console happily parses it's own memory: ``` >> load #{EFBBBF223322} *** Access Error: invalid UTF-8 encoding: #{A074A942} *** Where: mold *** Stack: ``` **Platform version** ``` Red 0.6.4 for Windows built 6-Nov-2021/19:36:18+03:00 commit #30e5312 ```
non_test
crash when molding string loaded from binary describe the bug load no bom load has bom runtime error assertion failed in file d devel red red src red runtime unicode reds at line stack red unicode load buffer false stack red unicode load stack red symbol make red string stack red string alter true stack red string concatenate true false stack red string form stack red word form stack red word mold false false false stack red actions mold false false false stack red block mold each false false false stack red block mold false false false stack red actions mold false false false stack red actions mold stack ctx do command stack ctx eval command stack ctx run stack ctx launch stack ctx launch to reproduce above or create a file with both bom and a string within then load file only debug console crashes release console happily parses it s own memory load access error invalid utf encoding where mold stack platform version red for windows built nov commit
0
14,788
25,730,926,801
IssuesEvent
2022-12-07 20:15:41
Croquembouche/pyWhat-2022
https://api.github.com/repos/Croquembouche/pyWhat-2022
closed
FR0: Example
Product Backlog Functional Requirements
|FR1: Driver search | |----------------------| | **Estimate:** 5 | | **Priority:** Must have | |**Story**: As a passenger, I want several available drivers to be displayed so that I can choose the most suitable option for me.| | **Acceptance criteria:** | |1.The app shows drivers that were online within last 20 minutes and don’t have an ongoing ride.| |2. The app shows only 5 drivers that are closest to the user.| |3. A user can browse profiles of these drivers, including their photos and rates.|
1.0
FR0: Example - |FR1: Driver search | |----------------------| | **Estimate:** 5 | | **Priority:** Must have | |**Story**: As a passenger, I want several available drivers to be displayed so that I can choose the most suitable option for me.| | **Acceptance criteria:** | |1.The app shows drivers that were online within last 20 minutes and don’t have an ongoing ride.| |2. The app shows only 5 drivers that are closest to the user.| |3. A user can browse profiles of these drivers, including their photos and rates.|
non_test
example driver search estimate priority must have story as a passenger i want several available drivers to be displayed so that i can choose the most suitable option for me acceptance criteria the app shows drivers that were online within last minutes and don’t have an ongoing ride the app shows only drivers that are closest to the user a user can browse profiles of these drivers including their photos and rates
0
18,278
3,682,637,008
IssuesEvent
2016-02-24 10:33:28
IDgis/geoportaal-test
https://api.github.com/repos/IDgis/geoportaal-test
closed
Invoervak omschrijving hoger
gebruikerstest wens
Het invoervak voor de "omschrijving" moet 2 keer zo groot worden (in hoogte, niet breder maken, maar hoger). nb: Voert men meer in, dan zichtbaar is in dit invoervakje, dan komt een scrollbalk rechts in het vakje: is nu al het geval. Moet zo blijven werken. opmerking nr 17 n.a.v. testen 3-2-16 ![invoervak_hoger](https://cloud.githubusercontent.com/assets/9005444/12780437/40b0f77e-ca6e-11e5-9d1e-aef2085446e3.jpg)
1.0
Invoervak omschrijving hoger - Het invoervak voor de "omschrijving" moet 2 keer zo groot worden (in hoogte, niet breder maken, maar hoger). nb: Voert men meer in, dan zichtbaar is in dit invoervakje, dan komt een scrollbalk rechts in het vakje: is nu al het geval. Moet zo blijven werken. opmerking nr 17 n.a.v. testen 3-2-16 ![invoervak_hoger](https://cloud.githubusercontent.com/assets/9005444/12780437/40b0f77e-ca6e-11e5-9d1e-aef2085446e3.jpg)
test
invoervak omschrijving hoger het invoervak voor de omschrijving moet keer zo groot worden in hoogte niet breder maken maar hoger nb voert men meer in dan zichtbaar is in dit invoervakje dan komt een scrollbalk rechts in het vakje is nu al het geval moet zo blijven werken opmerking nr n a v testen
1
158,625
12,420,901,863
IssuesEvent
2020-05-23 14:20:30
enthought/traits
https://api.github.com/repos/enthought/traits
closed
test_enum leaks _Call objects
component: test suite type: bug
Every run of the `test_enum` module leaks several `_Call` objects. This is likely a Pyface or TraitsUI bug, but there may be something we can do on the Traits side to mitigate it. Still investigating, but here's a script to reproduce: ```python import collections import gc import unittest from pyface.ui.qt4.util.gui_test_assistant import GuiTestAssistant from traits.api import Enum, HasTraits def object_counts(): while gc.collect(): pass return collections.Counter(type(obj).__name__ for obj in gc.get_objects()) class EnumCollectionExample(HasTraits): rgb_char = Enum("r", "g", "b") class TestGui(GuiTestAssistant, unittest.TestCase): def create_and_dispose(self): # Create a UI window obj = EnumCollectionExample() ui = obj.edit_traits() try: self.gui.process_events() finally: with self.delete_widget(ui.control): ui.dispose() def test_create_editor(self): counts = [object_counts()] for _ in range(10): self.create_and_dispose() counts.append(object_counts()) ``` Inspecting the `counts` list at the end of the `for` loop, every iteration of `create_and_dispose` adds two new `_Call` objects and one new `Counter` object; the latter is expected, of course.
1.0
test_enum leaks _Call objects - Every run of the `test_enum` module leaks several `_Call` objects. This is likely a Pyface or TraitsUI bug, but there may be something we can do on the Traits side to mitigate it. Still investigating, but here's a script to reproduce: ```python import collections import gc import unittest from pyface.ui.qt4.util.gui_test_assistant import GuiTestAssistant from traits.api import Enum, HasTraits def object_counts(): while gc.collect(): pass return collections.Counter(type(obj).__name__ for obj in gc.get_objects()) class EnumCollectionExample(HasTraits): rgb_char = Enum("r", "g", "b") class TestGui(GuiTestAssistant, unittest.TestCase): def create_and_dispose(self): # Create a UI window obj = EnumCollectionExample() ui = obj.edit_traits() try: self.gui.process_events() finally: with self.delete_widget(ui.control): ui.dispose() def test_create_editor(self): counts = [object_counts()] for _ in range(10): self.create_and_dispose() counts.append(object_counts()) ``` Inspecting the `counts` list at the end of the `for` loop, every iteration of `create_and_dispose` adds two new `_Call` objects and one new `Counter` object; the latter is expected, of course.
test
test enum leaks call objects every run of the test enum module leaks several call objects this is likely a pyface or traitsui bug but there may be something we can do on the traits side to mitigate it still investigating but here s a script to reproduce python import collections import gc import unittest from pyface ui util gui test assistant import guitestassistant from traits api import enum hastraits def object counts while gc collect pass return collections counter type obj name for obj in gc get objects class enumcollectionexample hastraits rgb char enum r g b class testgui guitestassistant unittest testcase def create and dispose self create a ui window obj enumcollectionexample ui obj edit traits try self gui process events finally with self delete widget ui control ui dispose def test create editor self counts for in range self create and dispose counts append object counts inspecting the counts list at the end of the for loop every iteration of create and dispose adds two new call objects and one new counter object the latter is expected of course
1
153,526
19,706,471,418
IssuesEvent
2022-01-12 22:43:32
KaterinaOrg/maven-modular
https://api.github.com/repos/KaterinaOrg/maven-modular
closed
CVE-2020-14195 (High) detected in jackson-databind-2.9.6.jar - autoclosed
security vulnerability
## CVE-2020-14195 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.6.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: /module2/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar</p> <p> Dependency Hierarchy: - jackson-module-kotlin-2.9.6.jar (Root Library) - :x: **jackson-databind-2.9.6.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/KaterinaOrg/maven-modular/commit/5316d1e17d60b08f67a1c0f5526eeffbf1f3103a">5316d1e17d60b08f67a1c0f5526eeffbf1f3103a</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.5 mishandles the interaction between serialization gadgets and typing, related to org.jsecurity.realm.jndi.JndiRealmFactory (aka org.jsecurity). <p>Publish Date: 2020-06-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-14195>CVE-2020-14195</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14195">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14195</a></p> <p>Release Date: 2020-06-16</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.5</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.6","packageFilePaths":["/module2/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"com.fasterxml.jackson.module:jackson-module-kotlin:2.9.6;com.fasterxml.jackson.core:jackson-databind:2.9.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.5","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-14195","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.5 mishandles the interaction between serialization gadgets and typing, related to org.jsecurity.realm.jndi.JndiRealmFactory (aka org.jsecurity).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-14195","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
True
CVE-2020-14195 (High) detected in jackson-databind-2.9.6.jar - autoclosed - ## CVE-2020-14195 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jackson-databind-2.9.6.jar</b></p></summary> <p>General data-binding functionality for Jackson: works on core streaming API</p> <p>Library home page: <a href="http://github.com/FasterXML/jackson">http://github.com/FasterXML/jackson</a></p> <p>Path to dependency file: /module2/pom.xml</p> <p>Path to vulnerable library: /home/wss-scanner/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar</p> <p> Dependency Hierarchy: - jackson-module-kotlin-2.9.6.jar (Root Library) - :x: **jackson-databind-2.9.6.jar** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/KaterinaOrg/maven-modular/commit/5316d1e17d60b08f67a1c0f5526eeffbf1f3103a">5316d1e17d60b08f67a1c0f5526eeffbf1f3103a</a></p> <p>Found in base branch: <b>master</b></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary> <p> FasterXML jackson-databind 2.x before 2.9.10.5 mishandles the interaction between serialization gadgets and typing, related to org.jsecurity.realm.jndi.JndiRealmFactory (aka org.jsecurity). <p>Publish Date: 2020-06-16 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-14195>CVE-2020-14195</a></p> </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>8.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Network - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14195">https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-14195</a></p> <p>Release Date: 2020-06-16</p> <p>Fix Resolution: com.fasterxml.jackson.core:jackson-databind:2.9.10.5</p> </p> </details> <p></p> <!-- <REMEDIATE>{"isOpenPROnVulnerability":true,"isPackageBased":true,"isDefaultBranch":true,"packages":[{"packageType":"Java","groupId":"com.fasterxml.jackson.core","packageName":"jackson-databind","packageVersion":"2.9.6","packageFilePaths":["/module2/pom.xml"],"isTransitiveDependency":true,"dependencyTree":"com.fasterxml.jackson.module:jackson-module-kotlin:2.9.6;com.fasterxml.jackson.core:jackson-databind:2.9.6","isMinimumFixVersionAvailable":true,"minimumFixVersion":"com.fasterxml.jackson.core:jackson-databind:2.9.10.5","isBinary":false}],"baseBranches":["master"],"vulnerabilityIdentifier":"CVE-2020-14195","vulnerabilityDetails":"FasterXML jackson-databind 2.x before 2.9.10.5 mishandles the interaction between serialization gadgets and typing, related to org.jsecurity.realm.jndi.JndiRealmFactory (aka org.jsecurity).","vulnerabilityUrl":"https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-14195","cvss3Severity":"high","cvss3Score":"8.1","cvss3Metrics":{"A":"High","AC":"High","PR":"None","S":"Unchanged","C":"High","UI":"None","AV":"Network","I":"High"},"extraData":{}}</REMEDIATE> -->
non_test
cve high detected in jackson databind jar autoclosed cve high severity vulnerability vulnerable library jackson databind jar general data binding functionality for jackson works on core streaming api library home page a href path to dependency file pom xml path to vulnerable library home wss scanner repository com fasterxml jackson core jackson databind jackson databind jar dependency hierarchy jackson module kotlin jar root library x jackson databind jar vulnerable library found in head commit a href found in base branch master vulnerability details fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org jsecurity realm jndi jndirealmfactory aka org jsecurity publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity high privileges required none user interaction none scope unchanged impact metrics confidentiality impact high integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution com fasterxml jackson core jackson databind isopenpronvulnerability true ispackagebased true isdefaultbranch true packages istransitivedependency true dependencytree com fasterxml jackson module jackson module kotlin com fasterxml jackson core jackson databind isminimumfixversionavailable true minimumfixversion com fasterxml jackson core jackson databind isbinary false basebranches vulnerabilityidentifier cve vulnerabilitydetails fasterxml jackson databind x before mishandles the interaction between serialization gadgets and typing related to org jsecurity realm jndi jndirealmfactory aka org jsecurity vulnerabilityurl
0
438,491
12,639,574,383
IssuesEvent
2020-06-16 00:17:42
ncssar/radiolog
https://api.github.com/repos/ncssar/radiolog
opened
help, options, filter buttons: click the button again to close the dialog
Priority:Low enhancement
just to speed up the GUI
1.0
help, options, filter buttons: click the button again to close the dialog - just to speed up the GUI
non_test
help options filter buttons click the button again to close the dialog just to speed up the gui
0
290,347
25,049,838,667
IssuesEvent
2022-11-05 18:46:40
Test-Automation-Crash-Course-24-10-22/team_02
https://api.github.com/repos/Test-Automation-Crash-Course-24-10-22/team_02
opened
Verify the redirection from promotion banner slider to the page with detailed description of the promotion
Test case
**Environment:** Mac OS 12, Windows 10/ Google Chrome, Mozilla Firefox, Safari last versions **Type:** Functional **Priority:** Medium **Preconditions** Go to https://rozetka.com.ua/ua/ A user shouldn't be logged in **Description** We need to verify that after clicking on the banner slider we are redirected to the page with detailed description of the promotion Test step | Expected result -- | -- Click on the promotion banner slider | You are redirected to the page with detailed information from the promotion banner
1.0
Verify the redirection from promotion banner slider to the page with detailed description of the promotion - **Environment:** Mac OS 12, Windows 10/ Google Chrome, Mozilla Firefox, Safari last versions **Type:** Functional **Priority:** Medium **Preconditions** Go to https://rozetka.com.ua/ua/ A user shouldn't be logged in **Description** We need to verify that after clicking on the banner slider we are redirected to the page with detailed description of the promotion Test step | Expected result -- | -- Click on the promotion banner slider | You are redirected to the page with detailed information from the promotion banner
test
verify the redirection from promotion banner slider to the page with detailed description of the promotion environment mac os windows google chrome mozilla firefox safari last versions type functional priority medium preconditions go to a user shouldn t be logged in description we need to verify that after clicking on the banner slider we are redirected to the page with detailed description of the promotion test step expected result click on the promotion banner slider you are redirected to the page with detailed information from the promotion banner
1
817,660
30,648,525,870
IssuesEvent
2023-07-25 07:15:16
zephyrproject-rtos/zephyr
https://api.github.com/repos/zephyrproject-rtos/zephyr
closed
canbus: isotp: Context buffer memory leaks
bug priority: low area: CAN
When using ISO-TP context buffers (`CONFIG_ISOTP_ENABLE_CONTEXT_BUFFERS`) the send context (`struct isotp_send_ctx`) is allocated from a memory slab. During the `send()` function if either `attach_fc_filter()` or `send_sf()` return an error then the context buffer is not free'd, causing a memory leak
1.0
canbus: isotp: Context buffer memory leaks - When using ISO-TP context buffers (`CONFIG_ISOTP_ENABLE_CONTEXT_BUFFERS`) the send context (`struct isotp_send_ctx`) is allocated from a memory slab. During the `send()` function if either `attach_fc_filter()` or `send_sf()` return an error then the context buffer is not free'd, causing a memory leak
non_test
canbus isotp context buffer memory leaks when using iso tp context buffers config isotp enable context buffers the send context struct isotp send ctx is allocated from a memory slab during the send function if either attach fc filter or send sf return an error then the context buffer is not free d causing a memory leak
0
95,873
10,895,629,659
IssuesEvent
2019-11-19 11:01:47
bounswe/bounswe2019group11
https://api.github.com/repos/bounswe/bounswe2019group11
closed
Wiki home should be updated
Estimation: S Priority: Medium Type: Documentation
Wiki homepage does not include the new wiki page additions. They should be added to the list
1.0
Wiki home should be updated - Wiki homepage does not include the new wiki page additions. They should be added to the list
non_test
wiki home should be updated wiki homepage does not include the new wiki page additions they should be added to the list
0
122,441
10,222,960,210
IssuesEvent
2019-08-16 08:21:51
OpenTechFund/opentech.fund
https://api.github.com/repos/OpenTechFund/opentech.fund
closed
Comments can't be edited
bug tested - approved for live
As submitted by one of our partners: Steps to reproduce: 1) Create a comment https://apply.opentech.fund/apply/submissions/3851/#communications 2) Click on "Edit" 3) Observe that nothing happens as there is no target in the link. ``` <a class="link link--edit-submission is-active js-edit-comment" href="#"> Edit <svg class="icon icon--pen"><use xlink:href="#pen"></use></svg> </a> ``` To resolve: If editing is not supported, remove "edit" options from the UI, if it is supported, add in the appropriate link target.
1.0
Comments can't be edited - As submitted by one of our partners: Steps to reproduce: 1) Create a comment https://apply.opentech.fund/apply/submissions/3851/#communications 2) Click on "Edit" 3) Observe that nothing happens as there is no target in the link. ``` <a class="link link--edit-submission is-active js-edit-comment" href="#"> Edit <svg class="icon icon--pen"><use xlink:href="#pen"></use></svg> </a> ``` To resolve: If editing is not supported, remove "edit" options from the UI, if it is supported, add in the appropriate link target.
test
comments can t be edited as submitted by one of our partners steps to reproduce create a comment click on edit observe that nothing happens as there is no target in the link edit to resolve if editing is not supported remove edit options from the ui if it is supported add in the appropriate link target
1
100,779
11,204,650,351
IssuesEvent
2020-01-05 07:58:23
PySimpleGUI/PySimpleGUI
https://api.github.com/repos/PySimpleGUI/PySimpleGUI
closed
Menu Methods Update
documentation
### Type of Issues (Enhancement, Error, Bug, Question) Question ### Operating System Ubuntu 18-04 LTS ### Python version 3.6.7 ### PySimpleGUI Port and Version PySimpleGUI tk ### Code or partial code causing the problem Is there a way to update the menu items. For example if there is a menu item that has a list of the most recent files opened by the application, is there away to update this list?
1.0
Menu Methods Update - ### Type of Issues (Enhancement, Error, Bug, Question) Question ### Operating System Ubuntu 18-04 LTS ### Python version 3.6.7 ### PySimpleGUI Port and Version PySimpleGUI tk ### Code or partial code causing the problem Is there a way to update the menu items. For example if there is a menu item that has a list of the most recent files opened by the application, is there away to update this list?
non_test
menu methods update type of issues enhancement error bug question question operating system ubuntu lts python version pysimplegui port and version pysimplegui tk code or partial code causing the problem is there a way to update the menu items for example if there is a menu item that has a list of the most recent files opened by the application is there away to update this list
0
19,960
3,788,265,912
IssuesEvent
2016-03-21 14:13:02
coreos/fleet
https://api.github.com/repos/coreos/fleet
closed
tests: create new tests
area/testing
for these issues: https://github.com/coreos/fleet/issues/565 https://github.com/coreos/fleet/issues/1425 https://github.com/coreos/fleet/issues/1455 (`Error running remote command: timed out while initiating SSH connection`) and probably for this one https://github.com/coreos/fleet/issues/1402
1.0
tests: create new tests - for these issues: https://github.com/coreos/fleet/issues/565 https://github.com/coreos/fleet/issues/1425 https://github.com/coreos/fleet/issues/1455 (`Error running remote command: timed out while initiating SSH connection`) and probably for this one https://github.com/coreos/fleet/issues/1402
test
tests create new tests for these issues error running remote command timed out while initiating ssh connection and probably for this one
1
102,660
8,851,839,510
IssuesEvent
2019-01-08 16:42:20
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
When adding a user to a cluster it is not shown on members page
area/ui kind/bug-qa status/resolved status/to-test team/cn version/2.0
Version: master 2.2 (1/7/19) **What kind of request is this (question/bug/enhancement/feature request):** Bug **Steps to reproduce (least amount of steps as possible):** - Try to add a user to a cluster **Result:** Notice that when you do there are still no members listed on the cluster Members page: ![image](https://user-images.githubusercontent.com/45179589/50798935-5829b200-1297-11e9-91e5-31e5581b0740.png) Try to add the user again and it will mention it has already been added. There are no errors in the browser console and the POST appears correct the UI just isn't showing us the list of cluster members. There are no errors seen in the rancher server logs.
1.0
When adding a user to a cluster it is not shown on members page - Version: master 2.2 (1/7/19) **What kind of request is this (question/bug/enhancement/feature request):** Bug **Steps to reproduce (least amount of steps as possible):** - Try to add a user to a cluster **Result:** Notice that when you do there are still no members listed on the cluster Members page: ![image](https://user-images.githubusercontent.com/45179589/50798935-5829b200-1297-11e9-91e5-31e5581b0740.png) Try to add the user again and it will mention it has already been added. There are no errors in the browser console and the POST appears correct the UI just isn't showing us the list of cluster members. There are no errors seen in the rancher server logs.
test
when adding a user to a cluster it is not shown on members page version master what kind of request is this question bug enhancement feature request bug steps to reproduce least amount of steps as possible try to add a user to a cluster result notice that when you do there are still no members listed on the cluster members page try to add the user again and it will mention it has already been added there are no errors in the browser console and the post appears correct the ui just isn t showing us the list of cluster members there are no errors seen in the rancher server logs
1
488,592
14,079,700,020
IssuesEvent
2020-11-04 15:12:12
magento/magento2
https://api.github.com/repos/magento/magento2
opened
[Issue] Developer Experience: Make `getAdditionalConfig` extensible
Component: ConfigurableProduct Priority: P3 Severity: S3
This issue is automatically created based on existing pull request: magento/magento2#30718: Developer Experience: Make `getAdditionalConfig` extensible --------- ### Description (*) **For 2.5 branch** Currently when you need to add some extra data to Configurable Swatches, you need either: - Inherit class and add your custom elements - Plugin end decode the data before adding your Example from Extension Vendor code: ![image](https://user-images.githubusercontent.com/1639941/97645076-4311aa80-1a4c-11eb-9633-b85eff30e3b8.png) To avoid such situations, I introduced the change that enables us to put our own data in Swatch config without unnecessary hassle. ### Related Pull Requests <!-- related pull request placeholder --> ### Fixed Issues (if relevant) <!--- If relevant, please provide a list of fixed issues in the format magento/magento2#<issue_number>. There could be 1 or more issues linked here and it will help us find some more information about the reasoning behind this change. --> 1. Fixes magento/magento2#<issue_number> ### Manual testing scenarios (*) <!--- Please provide a set of unambiguous steps to test the proposed code change. Giving us manual testing scenarios will help with the processing and validation process. --> 1. ... 2. ... ### Questions or comments <!--- If relevant, here you can ask questions or provide comments on your pull request for the reviewer For example if you need assistance with writing tests or would like some feedback on one of your development ideas --> ### Contribution checklist (*) - [ ] Pull request has a meaningful description of its purpose - [ ] All commits are accompanied by meaningful commit messages - [ ] All new or changed code is covered with unit/integration tests (if applicable) - [ ] All automated tests passed successfully (all builds are green)
1.0
[Issue] Developer Experience: Make `getAdditionalConfig` extensible - This issue is automatically created based on existing pull request: magento/magento2#30718: Developer Experience: Make `getAdditionalConfig` extensible --------- ### Description (*) **For 2.5 branch** Currently when you need to add some extra data to Configurable Swatches, you need either: - Inherit class and add your custom elements - Plugin end decode the data before adding your Example from Extension Vendor code: ![image](https://user-images.githubusercontent.com/1639941/97645076-4311aa80-1a4c-11eb-9633-b85eff30e3b8.png) To avoid such situations, I introduced the change that enables us to put our own data in Swatch config without unnecessary hassle. ### Related Pull Requests <!-- related pull request placeholder --> ### Fixed Issues (if relevant) <!--- If relevant, please provide a list of fixed issues in the format magento/magento2#<issue_number>. There could be 1 or more issues linked here and it will help us find some more information about the reasoning behind this change. --> 1. Fixes magento/magento2#<issue_number> ### Manual testing scenarios (*) <!--- Please provide a set of unambiguous steps to test the proposed code change. Giving us manual testing scenarios will help with the processing and validation process. --> 1. ... 2. ... ### Questions or comments <!--- If relevant, here you can ask questions or provide comments on your pull request for the reviewer For example if you need assistance with writing tests or would like some feedback on one of your development ideas --> ### Contribution checklist (*) - [ ] Pull request has a meaningful description of its purpose - [ ] All commits are accompanied by meaningful commit messages - [ ] All new or changed code is covered with unit/integration tests (if applicable) - [ ] All automated tests passed successfully (all builds are green)
non_test
developer experience make getadditionalconfig extensible this issue is automatically created based on existing pull request magento developer experience make getadditionalconfig extensible description for branch currently when you need to add some extra data to configurable swatches you need either inherit class and add your custom elements plugin end decode the data before adding your example from extension vendor code to avoid such situations i introduced the change that enables us to put our own data in swatch config without unnecessary hassle related pull requests fixed issues if relevant if relevant please provide a list of fixed issues in the format magento there could be or more issues linked here and it will help us find some more information about the reasoning behind this change fixes magento manual testing scenarios please provide a set of unambiguous steps to test the proposed code change giving us manual testing scenarios will help with the processing and validation process questions or comments if relevant here you can ask questions or provide comments on your pull request for the reviewer for example if you need assistance with writing tests or would like some feedback on one of your development ideas contribution checklist pull request has a meaningful description of its purpose all commits are accompanied by meaningful commit messages all new or changed code is covered with unit integration tests if applicable all automated tests passed successfully all builds are green
0
668,046
22,550,206,398
IssuesEvent
2022-06-27 04:12:28
beefproject/beef
https://api.github.com/repos/beefproject/beef
closed
Create obfuscation interface
Core Obfuscation Backlog Priority Review Feature Request
Move the current functionality into an obfuscation extension and ensure the framework is still fully functional. Of course, this will need to work with the unit tests. The session id needs to controlled by the extension code. This might be custom to each extension. Please refer to the network stack diagram.
1.0
Create obfuscation interface - Move the current functionality into an obfuscation extension and ensure the framework is still fully functional. Of course, this will need to work with the unit tests. The session id needs to controlled by the extension code. This might be custom to each extension. Please refer to the network stack diagram.
non_test
create obfuscation interface move the current functionality into an obfuscation extension and ensure the framework is still fully functional of course this will need to work with the unit tests the session id needs to controlled by the extension code this might be custom to each extension please refer to the network stack diagram
0
717,505
24,677,955,620
IssuesEvent
2022-10-18 18:38:18
mskocik/svelecte
https://api.github.com/repos/mskocik/svelecte
closed
Close Multi select after selection made
enhancement good first issue priority:low feature request PR welcome
The control should close the dropdown after a selection is made. Regardless if it's multiple or not.
1.0
Close Multi select after selection made - The control should close the dropdown after a selection is made. Regardless if it's multiple or not.
non_test
close multi select after selection made the control should close the dropdown after a selection is made regardless if it s multiple or not
0
243,969
20,599,631,801
IssuesEvent
2022-03-06 03:11:22
Senior-Software-Project/friendly-barnacle
https://api.github.com/repos/Senior-Software-Project/friendly-barnacle
closed
Unit test coverage of views react elements.
test
Basic setup and test coverage of views react elements.
1.0
Unit test coverage of views react elements. - Basic setup and test coverage of views react elements.
test
unit test coverage of views react elements basic setup and test coverage of views react elements
1
641,608
20,830,499,597
IssuesEvent
2022-03-19 10:58:25
SE701-T1/backend
https://api.github.com/repos/SE701-T1/backend
closed
Modify addBuddy / removeBuddy for better status return codes
Priority: Low Status: Review Needed Type: Maintenance Team: Pairing
**Describe the task that needs to be done.** Currently the frontend could send in a request to add a buddy that already exists, or remove a buddy that already exists. these cause errors in the database, and it could be worthwhile to change the handling and return status codes based on what the database returns **Describe how a solution to your proposed task might look like (and any alternatives considered).** make the queries throw an exception if they fail, and for a different status code (probably 400 Bad request) to be returned **Notes**
1.0
Modify addBuddy / removeBuddy for better status return codes - **Describe the task that needs to be done.** Currently the frontend could send in a request to add a buddy that already exists, or remove a buddy that already exists. these cause errors in the database, and it could be worthwhile to change the handling and return status codes based on what the database returns **Describe how a solution to your proposed task might look like (and any alternatives considered).** make the queries throw an exception if they fail, and for a different status code (probably 400 Bad request) to be returned **Notes**
non_test
modify addbuddy removebuddy for better status return codes describe the task that needs to be done currently the frontend could send in a request to add a buddy that already exists or remove a buddy that already exists these cause errors in the database and it could be worthwhile to change the handling and return status codes based on what the database returns describe how a solution to your proposed task might look like and any alternatives considered make the queries throw an exception if they fail and for a different status code probably bad request to be returned notes
0
29,721
4,534,667,593
IssuesEvent
2016-09-08 15:11:50
KhronosGroup/Vulkan-LoaderAndValidationLayers
https://api.github.com/repos/KhronosGroup/Vulkan-LoaderAndValidationLayers
closed
Add tests for various synchronization validation cases
tests
This is a top-level issue to capture adding validation tests for synchronization validation cases. The comprehensive list of validation layer checks is contained in [vk_validation_layer_details.md](https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/blob/master/layers/vk_validation_layer_details.md). Checks that don't currently have tests identified are below. Tests should be added where missing and the document should be updated. INVALID_CB_SIMULTANEOUS_USE OBJECT_INUSE INVALID_FENCE INVALID_SEMAPHORE INVALID_EVENT QUEUE_FORWARD_PROGRESS INVALID_FENCE_STATE
1.0
Add tests for various synchronization validation cases - This is a top-level issue to capture adding validation tests for synchronization validation cases. The comprehensive list of validation layer checks is contained in [vk_validation_layer_details.md](https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers/blob/master/layers/vk_validation_layer_details.md). Checks that don't currently have tests identified are below. Tests should be added where missing and the document should be updated. INVALID_CB_SIMULTANEOUS_USE OBJECT_INUSE INVALID_FENCE INVALID_SEMAPHORE INVALID_EVENT QUEUE_FORWARD_PROGRESS INVALID_FENCE_STATE
test
add tests for various synchronization validation cases this is a top level issue to capture adding validation tests for synchronization validation cases the comprehensive list of validation layer checks is contained in checks that don t currently have tests identified are below tests should be added where missing and the document should be updated invalid cb simultaneous use object inuse invalid fence invalid semaphore invalid event queue forward progress invalid fence state
1
408,891
11,953,992,725
IssuesEvent
2020-04-03 22:13:29
gw2efficiency/issues
https://api.github.com/repos/gw2efficiency/issues
closed
Update the nodes of the permanent gathering route
1-Type: Chore 2-Priority: C 3-Complexity: Low 4-Impact: Low 5-Area: Gathering
- [X] (Saskia) Take screenshots - [x] (Que) Add them to the website
1.0
Update the nodes of the permanent gathering route - - [X] (Saskia) Take screenshots - [x] (Que) Add them to the website
non_test
update the nodes of the permanent gathering route saskia take screenshots que add them to the website
0
174,957
13,526,536,328
IssuesEvent
2020-09-15 14:21:44
mozilla/experimenter
https://api.github.com/repos/mozilla/experimenter
closed
End to End Tests: Add Related Projects to Overview Page
Task Tests
Missing the 'Related Projects' field in the Overview page in the integration tests. ┆Issue is synchronized with this [Jira Task](https://jira.mozilla.com/browse/EXP-177)
1.0
End to End Tests: Add Related Projects to Overview Page - Missing the 'Related Projects' field in the Overview page in the integration tests. ┆Issue is synchronized with this [Jira Task](https://jira.mozilla.com/browse/EXP-177)
test
end to end tests add related projects to overview page missing the related projects field in the overview page in the integration tests ┆issue is synchronized with this
1
14,428
2,610,385,837
IssuesEvent
2015-02-26 20:04:49
chrsmith/hedgewars
https://api.github.com/repos/chrsmith/hedgewars
closed
New weapons ideas
auto-migrated Priority-Low Type-Enhancement
``` arrow and bow:u can also shoot arrow at the wall to jump over them as steps. shurikan :make low damage but stay on the ground or the wall to hurt any hog walking bare feet :P . ``` ----- Original issue reported on code.google.com by `sasa...@gmail.com` on 25 Nov 2011 at 7:35
1.0
New weapons ideas - ``` arrow and bow:u can also shoot arrow at the wall to jump over them as steps. shurikan :make low damage but stay on the ground or the wall to hurt any hog walking bare feet :P . ``` ----- Original issue reported on code.google.com by `sasa...@gmail.com` on 25 Nov 2011 at 7:35
non_test
new weapons ideas arrow and bow u can also shoot arrow at the wall to jump over them as steps shurikan make low damage but stay on the ground or the wall to hurt any hog walking bare feet p original issue reported on code google com by sasa gmail com on nov at
0
220,548
17,202,572,696
IssuesEvent
2021-07-17 15:05:08
sfb2csolutionarchitects/b2c-crm-sync
https://api.github.com/repos/sfb2csolutionarchitects/b2c-crm-sync
closed
When resolving using only email and B2C CustomerList -- resolve matching records first before appending the unknown-user lastName.
account-contacts bug flow good first issue hoody-worthy must have needs tests person-accounts refactor sfdc
### Issue Summary When submitting an email / customerList combination to the B2CContactProcess flow, the flow creates a new Account / Contact or PersonAccount record in core and does not resolve any existing records where an e-mail / customerList match occurs. The reason for this is that we append a default lastName to the contact being resolved. Let's extend the progressive resolution logic to correctly resolve existing records if only one exists. The business rules to employ are: - [x] Attempt to resolve existing customer records off an email / customerList match - [x] If a single record is found, return that contact record - [x] If multiple records are found, throw an error requesting more information for resolution
1.0
When resolving using only email and B2C CustomerList -- resolve matching records first before appending the unknown-user lastName. - ### Issue Summary When submitting an email / customerList combination to the B2CContactProcess flow, the flow creates a new Account / Contact or PersonAccount record in core and does not resolve any existing records where an e-mail / customerList match occurs. The reason for this is that we append a default lastName to the contact being resolved. Let's extend the progressive resolution logic to correctly resolve existing records if only one exists. The business rules to employ are: - [x] Attempt to resolve existing customer records off an email / customerList match - [x] If a single record is found, return that contact record - [x] If multiple records are found, throw an error requesting more information for resolution
test
when resolving using only email and customerlist resolve matching records first before appending the unknown user lastname issue summary when submitting an email customerlist combination to the flow the flow creates a new account contact or personaccount record in core and does not resolve any existing records where an e mail customerlist match occurs the reason for this is that we append a default lastname to the contact being resolved let s extend the progressive resolution logic to correctly resolve existing records if only one exists the business rules to employ are attempt to resolve existing customer records off an email customerlist match if a single record is found return that contact record if multiple records are found throw an error requesting more information for resolution
1
228,801
18,262,599,692
IssuesEvent
2021-10-04 02:19:54
AmazingGabriel16/novelai
https://api.github.com/repos/AmazingGabriel16/novelai
closed
AJAX problem
bug help wanted hold sub-critical testers wanted
AJAX and all the other dynamic stuff not working in API 29 and below. Discovered issue when testing to fix issue #2 .
1.0
AJAX problem - AJAX and all the other dynamic stuff not working in API 29 and below. Discovered issue when testing to fix issue #2 .
test
ajax problem ajax and all the other dynamic stuff not working in api and below discovered issue when testing to fix issue
1
365,331
10,780,879,143
IssuesEvent
2019-11-04 13:53:59
kudobuilder/kudo
https://api.github.com/repos/kudobuilder/kudo
closed
Make it more convenient for "configuration file templates" to be available in containers
component/controller kind/enhancement priority/high size/XL
<!-- Please only use this template for submitting enhancement requests. Implementing your enhancement will follow the KEP process: https://github.com/kudobuilder/kudo/blob/master/keps/0001-kep-process.md --> **What would you like to be added**: It should be convenient for "configuration file templates" to be available in containers. **Why is this needed**: For example, a Cassandra process reads a `cassandra.yaml` configuration file. Making a templated version of that file in the KUDO Cassandra operator required: 1. Creating `operator/templates/cassandra-yaml.yaml` with a specific name (`cassandra-yaml`) and the desired file name in the container (`cassandra.yaml`) ``` yaml apiVersion: v1 kind: ConfigMap metadata: name: cassandra-yaml data: cassandra.yaml: | ... ``` 2. Adding the template file base name to the `tasks.node.resources` array: ``` yaml tasks: node: resources: - service.yaml - cassandra-yaml.yaml - cassandra-env-sh.yaml - jvm-options.yaml - stateful-set.yaml ``` 3. Creating a ConfigMap volume referencing the name from step #1 (`cassandra-yaml`) ``` yaml volumes: - name: cassandra-yaml configMap: name: {{ .Name }}-cassandra-yaml ``` 3. Creating a volume mount referencing the name from step #1 (`cassandra-yaml`) ``` yaml volumeMounts: - name: cassandra-yaml mountPath: /etc/cassandra/cassandra.yaml subPath: cassandra.yaml ```
1.0
Make it more convenient for "configuration file templates" to be available in containers - <!-- Please only use this template for submitting enhancement requests. Implementing your enhancement will follow the KEP process: https://github.com/kudobuilder/kudo/blob/master/keps/0001-kep-process.md --> **What would you like to be added**: It should be convenient for "configuration file templates" to be available in containers. **Why is this needed**: For example, a Cassandra process reads a `cassandra.yaml` configuration file. Making a templated version of that file in the KUDO Cassandra operator required: 1. Creating `operator/templates/cassandra-yaml.yaml` with a specific name (`cassandra-yaml`) and the desired file name in the container (`cassandra.yaml`) ``` yaml apiVersion: v1 kind: ConfigMap metadata: name: cassandra-yaml data: cassandra.yaml: | ... ``` 2. Adding the template file base name to the `tasks.node.resources` array: ``` yaml tasks: node: resources: - service.yaml - cassandra-yaml.yaml - cassandra-env-sh.yaml - jvm-options.yaml - stateful-set.yaml ``` 3. Creating a ConfigMap volume referencing the name from step #1 (`cassandra-yaml`) ``` yaml volumes: - name: cassandra-yaml configMap: name: {{ .Name }}-cassandra-yaml ``` 3. Creating a volume mount referencing the name from step #1 (`cassandra-yaml`) ``` yaml volumeMounts: - name: cassandra-yaml mountPath: /etc/cassandra/cassandra.yaml subPath: cassandra.yaml ```
non_test
make it more convenient for configuration file templates to be available in containers please only use this template for submitting enhancement requests implementing your enhancement will follow the kep process what would you like to be added it should be convenient for configuration file templates to be available in containers why is this needed for example a cassandra process reads a cassandra yaml configuration file making a templated version of that file in the kudo cassandra operator required creating operator templates cassandra yaml yaml with a specific name cassandra yaml and the desired file name in the container cassandra yaml yaml apiversion kind configmap metadata name cassandra yaml data cassandra yaml adding the template file base name to the tasks node resources array yaml tasks node resources service yaml cassandra yaml yaml cassandra env sh yaml jvm options yaml stateful set yaml creating a configmap volume referencing the name from step cassandra yaml yaml volumes name cassandra yaml configmap name name cassandra yaml creating a volume mount referencing the name from step cassandra yaml yaml volumemounts name cassandra yaml mountpath etc cassandra cassandra yaml subpath cassandra yaml
0
107,359
13,452,716,544
IssuesEvent
2020-09-08 22:52:46
flutter/flutter
https://api.github.com/repos/flutter/flutter
closed
SafeArea does not seem to work for Pixel 3 XL emulator
a: layout e: device-specific f: material design found in release: 1.20 framework has reproducible steps passed first triage platform-android
## Steps to Reproduce Here is the code I copy&pasted for this ticket from here: https://flutter.dev/docs/get-started/codelab ```dart import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title: 'Welcome to Flutter', home: SafeArea( child: Scaffold( appBar: AppBar( title: Text('Welcome to Flutter. Let\'s make this a bit longer.'), ), body: Center( child: Text('Hello World'), ), ), ), ); } } ``` In the code above I added a `SafeArea()`-widget around `Scaffold()`. This causes no change in any way. The expected result is that the text in the app bar is not overlayed by the notch. The actual result can be seen on the screenshot: ![safearea_pixel3xl](https://user-images.githubusercontent.com/7631673/91443242-58fbc700-e873-11ea-93d6-4a24d030c33a.JPG) This is a considerably worse problem in our actual app, where it looks like this (we're using a `Column()` there to display two an additional subtitle): ![safearea_pixel3xl_2](https://user-images.githubusercontent.com/7631673/91443682-f22add80-e873-11ea-9e05-72544a9d9957.JPG) For reference: The emulator the screenshots was taken with is this one: ![android_studio_pixel3xl](https://user-images.githubusercontent.com/7631673/91443751-1090d900-e874-11ea-8d47-835a094f8db2.JPG) `flutter doctor -v` output is here: ``` C:\Users\Sven>flutter doctor -v [√] Flutter (Channel beta, 1.21.0-9.1.pre, on Microsoft Windows [Version 10.0.18362.1016], locale de-DE) • Flutter version 1.21.0-9.1.pre at G:\flutter • Framework revision be9bc8cb39 (9 days ago), 2020-08-18 09:46:08 -0700 • Engine revision 267070c17a • Dart version 2.10.0 (build 2.10.0-7.2.beta) [√] Android toolchain - develop for Android devices (Android SDK version 29.0.2) • Android SDK at E:\DEV\Android\SDK • Platform android-29, build-tools 29.0.2 • ANDROID_HOME = E:\DEV\Android\SDK • Java binary at: E:\Program Files\Android\Android Studio\jre\bin\java • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01) • All Android licenses accepted. [√] Chrome - develop for the web • Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe [√] Android Studio (version 4.0) • Android Studio at E:\Program Files\Android\Android Studio • Flutter plugin version 41.0.2 • Dart plugin version 191.8593 • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01) [√] VS Code (version 1.47.3) • VS Code at C:\Users\Sven\AppData\Local\Programs\Microsoft VS Code • Flutter extension version 3.13.2 [√] VS Code, 64-bit edition (version 1.48.2) • VS Code at C:\Program Files\Microsoft VS Code • Flutter extension version 3.13.2 [√] Connected device (4 available) • sdk gphone x86 arm (mobile) • emulator-5554 • android-x86 • Android 11 (API 30) (emulator) • Web Server (web) • web-server • web-javascript • Flutter Tools • Chrome (web) • chrome • web-javascript • Google Chrome 84.0.4147.135 • Edge (web) • edge • web-javascript • Microsoft Edge 83.0.478.61 • No issues found! ``` * While I'm currently on beta 1.21.0, I want to add that we saw this issue already with 1.17.0. * I do not know if that problem existed before that version, since we only started testing on a Pixel 3 XL emulator recently. * This problem exists on no other phone we tested, neither Android, nor iOS. I don't even know if it exists on real Pixel 3 XL devices, since we don't have one to test with. All we know is that there might be a subset of users for our app (and possibly many other Flutter apps as well) that suffer from this problem. * There seemed to be a related / similar / the same bug already: https://github.com/flutter/flutter/issues/35403 In the ticket it is declared as solved. So either the error has returned since the 26th February (date of the last comment), or I'm doing something wrong. I'm willing to provide any further information required to make sense of this issue.
1.0
SafeArea does not seem to work for Pixel 3 XL emulator - ## Steps to Reproduce Here is the code I copy&pasted for this ticket from here: https://flutter.dev/docs/get-started/codelab ```dart import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends StatelessWidget { @override Widget build(BuildContext context) { return MaterialApp( title: 'Welcome to Flutter', home: SafeArea( child: Scaffold( appBar: AppBar( title: Text('Welcome to Flutter. Let\'s make this a bit longer.'), ), body: Center( child: Text('Hello World'), ), ), ), ); } } ``` In the code above I added a `SafeArea()`-widget around `Scaffold()`. This causes no change in any way. The expected result is that the text in the app bar is not overlayed by the notch. The actual result can be seen on the screenshot: ![safearea_pixel3xl](https://user-images.githubusercontent.com/7631673/91443242-58fbc700-e873-11ea-93d6-4a24d030c33a.JPG) This is a considerably worse problem in our actual app, where it looks like this (we're using a `Column()` there to display two an additional subtitle): ![safearea_pixel3xl_2](https://user-images.githubusercontent.com/7631673/91443682-f22add80-e873-11ea-9e05-72544a9d9957.JPG) For reference: The emulator the screenshots was taken with is this one: ![android_studio_pixel3xl](https://user-images.githubusercontent.com/7631673/91443751-1090d900-e874-11ea-8d47-835a094f8db2.JPG) `flutter doctor -v` output is here: ``` C:\Users\Sven>flutter doctor -v [√] Flutter (Channel beta, 1.21.0-9.1.pre, on Microsoft Windows [Version 10.0.18362.1016], locale de-DE) • Flutter version 1.21.0-9.1.pre at G:\flutter • Framework revision be9bc8cb39 (9 days ago), 2020-08-18 09:46:08 -0700 • Engine revision 267070c17a • Dart version 2.10.0 (build 2.10.0-7.2.beta) [√] Android toolchain - develop for Android devices (Android SDK version 29.0.2) • Android SDK at E:\DEV\Android\SDK • Platform android-29, build-tools 29.0.2 • ANDROID_HOME = E:\DEV\Android\SDK • Java binary at: E:\Program Files\Android\Android Studio\jre\bin\java • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01) • All Android licenses accepted. [√] Chrome - develop for the web • Chrome at C:\Program Files (x86)\Google\Chrome\Application\chrome.exe [√] Android Studio (version 4.0) • Android Studio at E:\Program Files\Android\Android Studio • Flutter plugin version 41.0.2 • Dart plugin version 191.8593 • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01) [√] VS Code (version 1.47.3) • VS Code at C:\Users\Sven\AppData\Local\Programs\Microsoft VS Code • Flutter extension version 3.13.2 [√] VS Code, 64-bit edition (version 1.48.2) • VS Code at C:\Program Files\Microsoft VS Code • Flutter extension version 3.13.2 [√] Connected device (4 available) • sdk gphone x86 arm (mobile) • emulator-5554 • android-x86 • Android 11 (API 30) (emulator) • Web Server (web) • web-server • web-javascript • Flutter Tools • Chrome (web) • chrome • web-javascript • Google Chrome 84.0.4147.135 • Edge (web) • edge • web-javascript • Microsoft Edge 83.0.478.61 • No issues found! ``` * While I'm currently on beta 1.21.0, I want to add that we saw this issue already with 1.17.0. * I do not know if that problem existed before that version, since we only started testing on a Pixel 3 XL emulator recently. * This problem exists on no other phone we tested, neither Android, nor iOS. I don't even know if it exists on real Pixel 3 XL devices, since we don't have one to test with. All we know is that there might be a subset of users for our app (and possibly many other Flutter apps as well) that suffer from this problem. * There seemed to be a related / similar / the same bug already: https://github.com/flutter/flutter/issues/35403 In the ticket it is declared as solved. So either the error has returned since the 26th February (date of the last comment), or I'm doing something wrong. I'm willing to provide any further information required to make sense of this issue.
non_test
safearea does not seem to work for pixel xl emulator steps to reproduce here is the code i copy pasted for this ticket from here dart import package flutter material dart void main runapp myapp class myapp extends statelesswidget override widget build buildcontext context return materialapp title welcome to flutter home safearea child scaffold appbar appbar title text welcome to flutter let s make this a bit longer body center child text hello world in the code above i added a safearea widget around scaffold this causes no change in any way the expected result is that the text in the app bar is not overlayed by the notch the actual result can be seen on the screenshot this is a considerably worse problem in our actual app where it looks like this we re using a column there to display two an additional subtitle for reference the emulator the screenshots was taken with is this one flutter doctor v output is here c users sven flutter doctor v flutter channel beta pre on microsoft windows locale de de • flutter version pre at g flutter • framework revision days ago • engine revision • dart version build beta android toolchain develop for android devices android sdk version • android sdk at e dev android sdk • platform android build tools • android home e dev android sdk • java binary at e program files android android studio jre bin java • java version openjdk runtime environment build release • all android licenses accepted chrome develop for the web • chrome at c program files google chrome application chrome exe android studio version • android studio at e program files android android studio • flutter plugin version • dart plugin version • java version openjdk runtime environment build release vs code version • vs code at c users sven appdata local programs microsoft vs code • flutter extension version vs code bit edition version • vs code at c program files microsoft vs code • flutter extension version connected device available • sdk gphone arm mobile • emulator • android • android api emulator • web server web • web server • web javascript • flutter tools • chrome web • chrome • web javascript • google chrome • edge web • edge • web javascript • microsoft edge • no issues found while i m currently on beta i want to add that we saw this issue already with i do not know if that problem existed before that version since we only started testing on a pixel xl emulator recently this problem exists on no other phone we tested neither android nor ios i don t even know if it exists on real pixel xl devices since we don t have one to test with all we know is that there might be a subset of users for our app and possibly many other flutter apps as well that suffer from this problem there seemed to be a related similar the same bug already in the ticket it is declared as solved so either the error has returned since the february date of the last comment or i m doing something wrong i m willing to provide any further information required to make sense of this issue
0
17,963
3,654,738,974
IssuesEvent
2016-02-17 13:54:09
IDgis/geoportaal
https://api.github.com/repos/IDgis/geoportaal
reopened
Status wijzigen
gebruikerstest
Een pop-up waarschuwing voor definitief wijzigen van een status (bij selectie van 20+ records). Een methode maken om een fout check te doen voor het doorvoeren van de wijziging.
1.0
Status wijzigen - Een pop-up waarschuwing voor definitief wijzigen van een status (bij selectie van 20+ records). Een methode maken om een fout check te doen voor het doorvoeren van de wijziging.
test
status wijzigen een pop up waarschuwing voor definitief wijzigen van een status bij selectie van records een methode maken om een fout check te doen voor het doorvoeren van de wijziging
1
185,988
14,394,554,227
IssuesEvent
2020-12-03 01:34:03
github-vet/rangeclosure-findings
https://api.github.com/repos/github-vet/rangeclosure-findings
closed
chengfangang/fabric-ca-gm-v1.2.0: cmd/fabric-ca-server/main_test.go; 4 LoC
fresh test tiny
Found a possible issue in [chengfangang/fabric-ca-gm-v1.2.0](https://www.github.com/chengfangang/fabric-ca-gm-v1.2.0) at [cmd/fabric-ca-server/main_test.go](https://github.com/chengfangang/fabric-ca-gm-v1.2.0/blob/aa45fb6ae851115c021e79cfdf1ac6b50d6983cc/cmd/fabric-ca-server/main_test.go#L124-L127) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to e at line 125 may start a goroutine [Click here to see the code in its original context.](https://github.com/chengfangang/fabric-ca-gm-v1.2.0/blob/aa45fb6ae851115c021e79cfdf1ac6b50d6983cc/cmd/fabric-ca-server/main_test.go#L124-L127) <details> <summary>Click here to show the 4 line(s) of Go which triggered the analyzer.</summary> ```go for _, e := range errorCases { errorTest(&e, t) _ = os.Remove(initYaml) } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: aa45fb6ae851115c021e79cfdf1ac6b50d6983cc
1.0
chengfangang/fabric-ca-gm-v1.2.0: cmd/fabric-ca-server/main_test.go; 4 LoC - Found a possible issue in [chengfangang/fabric-ca-gm-v1.2.0](https://www.github.com/chengfangang/fabric-ca-gm-v1.2.0) at [cmd/fabric-ca-server/main_test.go](https://github.com/chengfangang/fabric-ca-gm-v1.2.0/blob/aa45fb6ae851115c021e79cfdf1ac6b50d6983cc/cmd/fabric-ca-server/main_test.go#L124-L127) Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first issue it finds, so please do not limit your consideration to the contents of the below message. > function call which takes a reference to e at line 125 may start a goroutine [Click here to see the code in its original context.](https://github.com/chengfangang/fabric-ca-gm-v1.2.0/blob/aa45fb6ae851115c021e79cfdf1ac6b50d6983cc/cmd/fabric-ca-server/main_test.go#L124-L127) <details> <summary>Click here to show the 4 line(s) of Go which triggered the analyzer.</summary> ```go for _, e := range errorCases { errorTest(&e, t) _ = os.Remove(initYaml) } ``` </details> Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket: See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information. commit ID: aa45fb6ae851115c021e79cfdf1ac6b50d6983cc
test
chengfangang fabric ca gm cmd fabric ca server main test go loc found a possible issue in at below is the message reported by the analyzer for this snippet of code beware that the analyzer only reports the first issue it finds so please do not limit your consideration to the contents of the below message function call which takes a reference to e at line may start a goroutine click here to show the line s of go which triggered the analyzer go for e range errorcases errortest e t os remove inityaml leave a reaction on this issue to contribute to the project by classifying this instance as a bug mitigated or desirable behavior rocket see the descriptions of the classifications for more information commit id
1
709,605
24,384,593,586
IssuesEvent
2022-10-04 10:38:59
StrangeLoopGames/EcoIssues
https://api.github.com/repos/StrangeLoopGames/EcoIssues
closed
[0.8.2.0 staging 1001] Rocket from Old Growth Redwood when collision occurs during a fall
Priority: Low Type: Bug Category: Gameplay Squad: Otter
The upper part of the Old growth Reedwood flies away very far from the place of the fall (it can fly off further). Occurs when a upper part tree collides an obstruction during a fall (usually another tree). ![2019 06 17 Redwood rocket](https://user-images.githubusercontent.com/45708377/59582157-fa1fb700-90df-11e9-85ca-5a3ed01e30a1.gif)
1.0
[0.8.2.0 staging 1001] Rocket from Old Growth Redwood when collision occurs during a fall - The upper part of the Old growth Reedwood flies away very far from the place of the fall (it can fly off further). Occurs when a upper part tree collides an obstruction during a fall (usually another tree). ![2019 06 17 Redwood rocket](https://user-images.githubusercontent.com/45708377/59582157-fa1fb700-90df-11e9-85ca-5a3ed01e30a1.gif)
non_test
rocket from old growth redwood when collision occurs during a fall the upper part of the old growth reedwood flies away very far from the place of the fall it can fly off further occurs when a upper part tree collides an obstruction during a fall usually another tree
0
9,233
24,262,113,093
IssuesEvent
2022-09-28 00:27:58
MicrosoftDocs/architecture-center
https://api.github.com/repos/MicrosoftDocs/architecture-center
closed
Guidance on managing code analysis that flags static usage pattern
doc-enhancement cxp triaged architecture-center/svc cloud-fundamentals/subsvc Pri2
This article describes a static usage pattern for HttpClient, which is an object that implements IDisposable. This pattern will be flagged by Code Analysis because it doesn't call IDisposable::Dispose. This documentation should have a note about managing the code analysis rules that are creating flags for this recommended usage pattern, Many people attempting to follow best engineering practices set up their systems to require resolution of all code analysis diagnostics, because they trust code analysis to be accurate. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 5dfc831d-af15-b8a9-5fc6-335bce4af155 * Version Independent ID: e2370017-a358-c817-2a69-0d036066f5bf * Content: [Improper Instantiation antipattern - Performance antipatterns for cloud apps](https://docs.microsoft.com/en-us/azure/architecture/antipatterns/improper-instantiation/) * Content Source: [docs/antipatterns/improper-instantiation/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/antipatterns/improper-instantiation/index.md) * Service: **architecture-center** * Sub-service: **cloud-fundamentals** * GitHub Login: @dragon119 * Microsoft Alias: **pnp**
1.0
Guidance on managing code analysis that flags static usage pattern - This article describes a static usage pattern for HttpClient, which is an object that implements IDisposable. This pattern will be flagged by Code Analysis because it doesn't call IDisposable::Dispose. This documentation should have a note about managing the code analysis rules that are creating flags for this recommended usage pattern, Many people attempting to follow best engineering practices set up their systems to require resolution of all code analysis diagnostics, because they trust code analysis to be accurate. --- #### Document Details ⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.* * ID: 5dfc831d-af15-b8a9-5fc6-335bce4af155 * Version Independent ID: e2370017-a358-c817-2a69-0d036066f5bf * Content: [Improper Instantiation antipattern - Performance antipatterns for cloud apps](https://docs.microsoft.com/en-us/azure/architecture/antipatterns/improper-instantiation/) * Content Source: [docs/antipatterns/improper-instantiation/index.md](https://github.com/microsoftdocs/architecture-center/blob/master/docs/antipatterns/improper-instantiation/index.md) * Service: **architecture-center** * Sub-service: **cloud-fundamentals** * GitHub Login: @dragon119 * Microsoft Alias: **pnp**
non_test
guidance on managing code analysis that flags static usage pattern this article describes a static usage pattern for httpclient which is an object that implements idisposable this pattern will be flagged by code analysis because it doesn t call idisposable dispose this documentation should have a note about managing the code analysis rules that are creating flags for this recommended usage pattern many people attempting to follow best engineering practices set up their systems to require resolution of all code analysis diagnostics because they trust code analysis to be accurate document details ⚠ do not edit this section it is required for docs microsoft com ➟ github issue linking id version independent id content content source service architecture center sub service cloud fundamentals github login microsoft alias pnp
0
92,444
3,870,882,276
IssuesEvent
2016-04-11 07:16:22
cs2103jan2016-t16-3j/main
https://api.github.com/repos/cs2103jan2016-t16-3j/main
closed
Progresss for GoodGUI
priority.high
- [x] in-build guidance for new users - [x] good visual feedback for actions - [x] feedback while typing commands - [x] hotkey to activate/hide - [ ] notifications - [x] more important tasks stand out from the rest - [x] longer events look different from shorter events - [x] easy to see free slots
1.0
Progresss for GoodGUI - - [x] in-build guidance for new users - [x] good visual feedback for actions - [x] feedback while typing commands - [x] hotkey to activate/hide - [ ] notifications - [x] more important tasks stand out from the rest - [x] longer events look different from shorter events - [x] easy to see free slots
non_test
progresss for goodgui in build guidance for new users good visual feedback for actions feedback while typing commands hotkey to activate hide notifications more important tasks stand out from the rest longer events look different from shorter events easy to see free slots
0
151,244
12,018,249,114
IssuesEvent
2020-04-10 20:22:00
GoogleCloudPlatform/python-docs-samples
https://api.github.com/repos/GoogleCloudPlatform/python-docs-samples
closed
[jobs] testing: add `tries` argument on `@eventually_consistent.call` decorator
api: jobs priority: p2 testing type: feature request
I started to use `@eventually_consistent.call` in https://github.com/GoogleCloudPlatform/python-docs-samples/pull/3278 Now gcp-devrel-py-tools has a new release 0.0.16 and it accepts arguments on the decorator. It is better to provide smaller `tries` argument (default = 10).
1.0
[jobs] testing: add `tries` argument on `@eventually_consistent.call` decorator - I started to use `@eventually_consistent.call` in https://github.com/GoogleCloudPlatform/python-docs-samples/pull/3278 Now gcp-devrel-py-tools has a new release 0.0.16 and it accepts arguments on the decorator. It is better to provide smaller `tries` argument (default = 10).
test
testing add tries argument on eventually consistent call decorator i started to use eventually consistent call in now gcp devrel py tools has a new release and it accepts arguments on the decorator it is better to provide smaller tries argument default
1
46,484
7,260,931,112
IssuesEvent
2018-02-18 15:43:36
vrivellino/spoptimize
https://api.github.com/repos/vrivellino/spoptimize
opened
Update readme to note protected & standby instances
documentation
Make a note in the documentation that protected and standby instances are not replaced by spoptimize and execution will stop if the launched instance is detected by spoptimize to be protected from scale-in or is marked as standby.
1.0
Update readme to note protected & standby instances - Make a note in the documentation that protected and standby instances are not replaced by spoptimize and execution will stop if the launched instance is detected by spoptimize to be protected from scale-in or is marked as standby.
non_test
update readme to note protected standby instances make a note in the documentation that protected and standby instances are not replaced by spoptimize and execution will stop if the launched instance is detected by spoptimize to be protected from scale in or is marked as standby
0
74,015
7,372,618,105
IssuesEvent
2018-03-13 15:10:54
sqlcollaborative/dbachecks
https://api.github.com/repos/sqlcollaborative/dbachecks
closed
check model db for reasonable growth settings
Brand new test
this can be done by testing for non-standard values
1.0
check model db for reasonable growth settings - this can be done by testing for non-standard values
test
check model db for reasonable growth settings this can be done by testing for non standard values
1
33,886
4,864,848,982
IssuesEvent
2016-11-14 19:10:09
openshift/origin
https://api.github.com/repos/openshift/origin
closed
Error waiting for policy cache to initialize: timed out
area/tests component/auth kind/test-flake priority/P2
https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/11801/console <details> <summary> Stack Trace / Panic Dump </summary> ``` I0224 23:01:37.189920 28659 ensure.go:195] waiting for policy cache to initialize E0224 23:01:37.189965 28659 ensure.go:201] error waiting for policy cache to initialize: timed out waiting for the condition E0224 23:01:37.190796 28659 ensure.go:164] Unable to create default security context constraint privileged. Got error: User "system:openshift-master" cannot create securitycontextconstraints at the cluster scope E0224 23:01:37.191410 28659 ensure.go:164] Unable to create default security context constraint nonroot. Got error: User "system:openshift-master" cannot create securitycontextconstraints at the cluster scope E0224 23:01:37.192020 28659 ensure.go:164] Unable to create default security context constraint hostmount-anyuid. Got error: User "system:openshift-master" cannot create securitycontextconstraints at the cluster scope E0224 23:01:37.192606 28659 ensure.go:164] Unable to create default security context constraint hostaccess. Got error: User "system:openshift-master" cannot create securitycontextconstraints at the cluster scope E0224 23:01:37.193191 28659 ensure.go:164] Unable to create default security context constraint restricted. Got error: User "system:openshift-master" cannot create securitycontextconstraints at the cluster scope E0224 23:01:37.193770 28659 ensure.go:164] Unable to create default security context constraint anyuid. Got error: User "system:openshift-master" cannot create securitycontextconstraints at the cluster scope E0224 23:01:37.194389 28659 ensure.go:164] Unable to create default security context constraint hostnetwork. Got error: User "system:openshift-master" cannot create securitycontextconstraints at the cluster scope E0224 23:01:37.194975 28659 ensure.go:105] Error adding service account roles to "default" namespace: User "system:openshift-master" cannot get namespaces in project "default" E0224 23:01:37.195539 28659 ensure.go:52] Error creating namespace openshift-infra: User "system:openshift-master" cannot create namespaces at the cluster scope W0224 23:01:37.196155 28659 run_components.go:164] Binding DNS on port 8053 instead of 53 (you may need to run as root and update your config), using 127.0.0.1:8053 which will not resolve from all locations I0224 23:01:37.196424 28659 net.go:105] Got error &net.OpError{Op:"dial", Net:"tcp", Addr:(*net.TCPAddr)(0xc209e58e40), Err:0x6f}, trying again: "127.0.0.1:8053" I0224 23:01:37.296764 28659 run_components.go:184] DNS listening at 127.0.0.1:8053 panic: test timed out after 4m0s goroutine 1120 [running]: testing.func·008() /usr/lib/golang/src/testing/testing.go:681 +0x12f created by time.goFunc /usr/lib/golang/src/time/sleep.go:129 +0x4b goroutine 1 [chan receive, 3 minutes]: testing.RunTests(0x37049d8, 0x4e1e620, 0x7a, 0x7a, 0x1) /usr/lib/golang/src/testing/testing.go:556 +0xad6 testing.(*M).Run(0xc208324b40, 0x4e33960) /usr/lib/golang/src/testing/testing.go:485 +0x6c main.main() github.com/openshift/origin/test/integration/_test/_testmain.go:294 +0x1d5 goroutine 5 [chan receive]: github.com/golang/glog.(*loggingT).flushDaemon(0x4e27400) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/golang/glog/glog.go:879 +0x78 created by github.com/golang/glog.init·1 /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/golang/glog/glog.go:410 +0x2a7 goroutine 17 [syscall, 4 minutes, locked to thread]: runtime.goexit() /usr/lib/golang/src/runtime/asm_amd64.s:2232 +0x1 goroutine 13 [syscall, 4 minutes]: os/signal.loop() /usr/lib/golang/src/os/signal/signal_unix.go:21 +0x1f created by os/signal.init·1 /usr/lib/golang/src/os/signal/signal_unix.go:27 +0x35 goroutine 75 [select]: github.com/coreos/etcd/raft.(*node).run(0xc2083254a0, 0xc2084e8750) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/raft/node.go:275 +0xe8e created by github.com/coreos/etcd/raft.StartNode /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/raft/node.go:178 +0x4b6 goroutine 162 [select, 1 minutes]: net/http.(*persistConn).readLoop(0xc2082da420) /usr/lib/golang/src/net/http/transport.go:928 +0x9ce created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 214 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc20811e7d0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20811e7d0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20811e770, 0xc208a26000, 0x8000, 0x8000, 0x0, 0x7f0a8840ad30, 0xc208830c60) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20803a9e8, 0xc208a26000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc io.Copy(0x7f0a88252b88, 0xc20803add0, 0x7f0a88421300, 0xc20803a9e8, 0x59bf, 0x0, 0x0) /usr/lib/golang/src/io/io.go:362 +0x1f6 net/http.func·008() /usr/lib/golang/src/net/http/server.go:171 +0x7d created by net/http.(*conn).closeNotify /usr/lib/golang/src/net/http/server.go:177 +0x2e2 goroutine 74 [sleep]: github.com/openshift/origin/test/util/server.StartConfiguredMasterWithOptions(0xc208366e00, 0x7f0a883f7000, 0x0, 0x0, 0x0, 0x0) /data/src/github.com/openshift/origin/test/util/server/server.go:348 +0x3db github.com/openshift/origin/test/util/server.StartConfiguredMasterAPI(0xc208366e00, 0x0, 0x0, 0x0, 0x0) /data/src/github.com/openshift/origin/test/util/server/server.go:319 +0x65 github.com/openshift/origin/test/integration.TestAuthProxyOnAuthorize(0xc2083001b0) /data/src/github.com/openshift/origin/test/integration/auth_proxy_test.go:42 +0x2d4 testing.tRunner(0xc2083001b0, 0x4e1e6c8) /usr/lib/golang/src/testing/testing.go:447 +0xbf created by testing.RunTests /usr/lib/golang/src/testing/testing.go:555 +0xa8b goroutine 59 [select]: github.com/coreos/etcd/etcdserver.func·002() /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/raft.go:138 +0xbd9 created by github.com/coreos/etcd/etcdserver.(*raftNode).start /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/raft.go:199 +0x180 goroutine 149 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc2087dac80, 0x3b9aca00, 0x0, 0xc20889fb60) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc2087dac80, 0x3b9aca00, 0xc20889fb60) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).RunUntil /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:166 +0xfb goroutine 76 [select]: github.com/coreos/etcd/etcdserver.(*EtcdServer).run(0xc20840cdc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/server.go:441 +0xfbe created by github.com/coreos/etcd/etcdserver.(*EtcdServer).start /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/server.go:379 +0x44c goroutine 150 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc2087dace0, 0x3b9aca00, 0x0, 0xc20889fc20) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc2087dace0, 0x3b9aca00, 0xc20889fc20) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).RunUntil /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:166 +0xfb goroutine 78 [select, 3 minutes]: github.com/coreos/etcd/etcdserver.(*EtcdServer).purgeFile(0xc20840cdc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/server.go:390 +0x4bc created by github.com/coreos/etcd/etcdserver.(*EtcdServer).Start /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/server.go:356 +0x79 goroutine 79 [select]: github.com/coreos/etcd/etcdserver.monitorFileDescriptor(0xc208390c60) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/metrics.go:80 +0x4d8 created by github.com/coreos/etcd/etcdserver.(*EtcdServer).Start /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/server.go:357 +0x9a goroutine 80 [select]: github.com/coreos/etcd/etcdserver.(*EtcdServer).monitorVersions(0xc20840cdc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/server.go:961 +0x3dd created by github.com/coreos/etcd/etcdserver.(*EtcdServer).Start /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/server.go:358 +0xb4 goroutine 81 [IO wait, 3 minutes]: net.(*pollDesc).Wait(0xc208172bc0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208172bc0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).accept(0xc208172b60, 0x0, 0x7f0a8840ad30, 0xc20848d858) /usr/lib/golang/src/net/fd_unix.go:419 +0x40b net.(*TCPListener).AcceptTCP(0xc20807e068, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/tcpsock_posix.go:234 +0x4e net.(*TCPListener).Accept(0xc20807e068, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/tcpsock_posix.go:244 +0x4c net/http/httptest.(*historyListener).Accept(0xc20838a840, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/httptest/server.go:48 +0x7a net/http.(*Server).Serve(0xc208390d20, 0x7f0a88420ce0, 0xc20838a840, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:1728 +0x92 created by net/http/httptest.(*Server).Start /usr/lib/golang/src/net/http/httptest/server.go:109 +0x35e goroutine 82 [select]: github.com/coreos/etcd/etcdserver/etcdhttp.capabilityLoop(0xc20840cdc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/capability.go:53 +0x1ad created by github.com/coreos/etcd/etcdserver/etcdhttp.NewClientHandler /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:61 +0x58 goroutine 87 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208172e60, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208172e60, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).accept(0xc208172e00, 0x0, 0x7f0a8840ad30, 0xc208982e18) /usr/lib/golang/src/net/fd_unix.go:419 +0x40b net.(*TCPListener).AcceptTCP(0xc20807e088, 0x7f0a88421378, 0x0, 0x0) /usr/lib/golang/src/net/tcpsock_posix.go:234 +0x4e net.(*TCPListener).Accept(0xc20807e088, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/tcpsock_posix.go:244 +0x4c net/http/httptest.(*historyListener).Accept(0xc20832dec0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/httptest/server.go:48 +0x7a net/http.(*Server).Serve(0xc208391020, 0x7f0a88420ce0, 0xc20832dec0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:1728 +0x92 created by net/http/httptest.(*Server).Start /usr/lib/golang/src/net/http/httptest/server.go:109 +0x35e goroutine 148 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc2087dac60, 0x3b9aca00, 0x0, 0xc20889fb60) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc2087dac60, 0x3b9aca00, 0xc20889fb60) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).RunUntil /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:166 +0xfb goroutine 147 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208983570, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc208983570, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 90 [IO wait, 3 minutes]: net.(*pollDesc).Wait(0xc20812d410, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20812d410, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20812d3b0, 0xc208389000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc208365c28) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20807e6f0, 0xc208389000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.(*liveSwitchReader).Read(0xc2083114e8, 0xc208389000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc208490ce0, 0xc208389000, 0x1000, 0x1000, 0xc208324f00, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc208391440) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc208391440, 0xc20820000a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc208391440, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc208323410, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc208323410, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc208391440, 0xc2082f5ad0, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc2083114a0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc2083114a0) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 91 [IO wait, 3 minutes]: net.(*pollDesc).Wait(0xc20812d2c0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20812d2c0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20812d260, 0xc20868f000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc208141a68) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20807e738, 0xc20868f000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc20807e738, 0xc208312738, 0xc20868f000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc208490d40, 0xc20868f000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc2083914a0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc2083914a0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2083126e0) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 92 [select, 3 minutes]: net/http.(*persistConn).writeLoop(0xc2083126e0) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 146 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208983500, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc208983500, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 129 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc2089833e0, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc2089833e0, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 151 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208983840, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc208983840, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 152 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc2087dae40, 0x3b9aca00, 0x0, 0xc20889fda0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc2087dae40, 0x3b9aca00, 0xc20889fda0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).RunUntil /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:166 +0xfb goroutine 777 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc2091b6160) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 163 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc2082da420) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 156 [select, 1 minutes]: k8s.io/kubernetes/pkg/client/cache.(*Reflector).watchHandler(0xc2089ae3c0, 0x7f0a88251fc0, 0xc2089b2300, 0xc2086bdc98, 0xc2098d0cc0, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:320 +0x1099 k8s.io/kubernetes/pkg/client/cache.(*Reflector).ListAndWatch(0xc2089ae3c0, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:287 +0x1003 k8s.io/kubernetes/pkg/client/cache.func·005() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0x36 k8s.io/kubernetes/pkg/util/wait.func·001() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:66 +0x61 k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208982e40, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:67 +0x8f k8s.io/kubernetes/pkg/util/wait.Until(0xc208982e40, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 753 [select, 1 minutes]: k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).translate(0xc208cae300) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:256 +0x5f7 created by k8s.io/kubernetes/pkg/storage/etcd.newEtcdWatcher /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:143 +0x383 goroutine 808 [select, 1 minutes]: github.com/coreos/etcd/client.(*simpleHTTPClient).Do(0xc208e5f380, 0x7f0a88421238, 0xc209b03540, 0x7f0a88252018, 0xc209b03510, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:459 +0xc58 github.com/coreos/etcd/client.(*redirectFollowingHTTPClient).Do(0xc2099e4a00, 0x7f0a88421238, 0xc209b03540, 0x7f0a88252018, 0xc209b03510, 0xc208bddf87, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:494 +0x170 github.com/coreos/etcd/client.(*httpClusterClient).Do(0xc208bdb630, 0x7f0a88421238, 0xc209b03540, 0x7f0a88252018, 0xc209b03510, 0xc2087e67a0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:283 +0x58c github.com/coreos/etcd/client.(*httpWatcher).Next(0xc209b03500, 0x7f0a88421238, 0xc209b03540, 0xc2084dc000, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/keys.go:435 +0xc8 k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).etcdWatch(0xc208cae840, 0x7f0a88248730, 0xc208be3830, 0x7f0a882472b0, 0xc2088df840, 0xc20a3634d0, 0x30, 0x13) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:198 +0x1a5 created by k8s.io/kubernetes/pkg/storage/etcd.(*etcdHelper).WatchList /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_helper.go:292 +0x278 goroutine 157 [select, 1 minutes]: k8s.io/kubernetes/pkg/client/cache.(*Reflector).watchHandler(0xc2089ae140, 0x7f0a88251fc0, 0xc208cae300, 0xc2086bbc98, 0xc2098d0a20, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:320 +0x1099 k8s.io/kubernetes/pkg/client/cache.(*Reflector).ListAndWatch(0xc2089ae140, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:287 +0x1003 k8s.io/kubernetes/pkg/client/cache.func·005() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0x36 k8s.io/kubernetes/pkg/util/wait.func·001() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:66 +0x61 k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208982e50, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:67 +0x8f k8s.io/kubernetes/pkg/util/wait.Until(0xc208982e50, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 158 [select, 1 minutes]: k8s.io/kubernetes/pkg/client/cache.(*Reflector).watchHandler(0xc2089ae1e0, 0x7f0a88251fc0, 0xc2089b2fc0, 0xc209241c98, 0xc2098d1c80, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:320 +0x1099 k8s.io/kubernetes/pkg/client/cache.(*Reflector).ListAndWatch(0xc2089ae1e0, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:287 +0x1003 k8s.io/kubernetes/pkg/client/cache.func·005() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0x36 k8s.io/kubernetes/pkg/util/wait.func·001() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:66 +0x61 k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208982e60, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:67 +0x8f k8s.io/kubernetes/pkg/util/wait.Until(0xc208982e60, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 159 [select, 1 minutes]: k8s.io/kubernetes/pkg/client/cache.(*Reflector).watchHandler(0xc2089ae280, 0x7f0a88251fc0, 0xc208cae840, 0xc2081bdc98, 0xc2098d1aa0, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:320 +0x1099 k8s.io/kubernetes/pkg/client/cache.(*Reflector).ListAndWatch(0xc2089ae280, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:287 +0x1003 k8s.io/kubernetes/pkg/client/cache.func·005() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0x36 k8s.io/kubernetes/pkg/util/wait.func·001() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:66 +0x61 k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208982e70, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:67 +0x8f k8s.io/kubernetes/pkg/util/wait.Until(0xc208982e70, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 160 [select, 1 minutes]: k8s.io/kubernetes/pkg/client/cache.(*Reflector).watchHandler(0xc2089ae320, 0x7f0a88251fc0, 0xc208cae600, 0xc2081bfc98, 0xc2098d1e60, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:320 +0x1099 k8s.io/kubernetes/pkg/client/cache.(*Reflector).ListAndWatch(0xc2089ae320, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:287 +0x1003 k8s.io/kubernetes/pkg/client/cache.func·005() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0x36 k8s.io/kubernetes/pkg/util/wait.func·001() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:66 +0x61 k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208982e80, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:67 +0x8f k8s.io/kubernetes/pkg/util/wait.Until(0xc208982e80, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 161 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208982ef0, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc208982ef0, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 780 [select, 1 minutes]: github.com/coreos/etcd/etcdserver/etcdhttp.handleKeyWatch(0x7f0a88421000, 0xc209cd6a20, 0x7f0a884213f8, 0xc208ff1540, 0x7f0a88252a80, 0xc209b03a40, 0xc20a363b00, 0x7f0a88420e68, 0xc20840cdc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:626 +0x98e github.com/coreos/etcd/etcdserver/etcdhttp.(*keysHandler).ServeHTTP(0xc208325680, 0x7f0a884213f8, 0xc208ff1540, 0xc2099e6410) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:158 +0x79f net/http.(*ServeMux).ServeHTTP(0xc20838a9c0, 0x7f0a884213f8, 0xc208ff1540, 0xc2099e6410) /usr/lib/golang/src/net/http/server.go:1541 +0x17d github.com/coreos/etcd/etcdserver/etcdhttp.func·005(0x7f0a884213f8, 0xc208ff1540, 0xc2099e6410) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/http.go:85 +0x204 net/http.HandlerFunc.ServeHTTP(0xc20848daf0, 0x7f0a884213f8, 0xc208ff1540, 0xc2099e6410) /usr/lib/golang/src/net/http/server.go:1265 +0x41 net/http/httptest.(*waitGroupHandler).ServeHTTP(0xc208490b40, 0x7f0a884213f8, 0xc208ff1540, 0xc2099e6410) /usr/lib/golang/src/net/http/httptest/server.go:200 +0xb7 net/http.serverHandler.ServeHTTP(0xc208391020, 0x7f0a884213f8, 0xc208ff1540, 0xc2099e6410) /usr/lib/golang/src/net/http/server.go:1703 +0x19a net/http.(*conn).serve(0xc208ff0b40) /usr/lib/golang/src/net/http/server.go:1204 +0xb57 created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 167 [select, 1 minutes]: github.com/coreos/etcd/etcdserver/etcdhttp.handleKeyWatch(0x7f0a88421000, 0xc2099dcd80, 0x7f0a884213f8, 0xc208ff0a00, 0x7f0a88252a80, 0xc209b02580, 0xc2099e4000, 0x7f0a88420e68, 0xc20840cdc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:626 +0x98e github.com/coreos/etcd/etcdserver/etcdhttp.(*keysHandler).ServeHTTP(0xc208325680, 0x7f0a884213f8, 0xc208ff0a00, 0xc20a1e5e10) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:158 +0x79f net/http.(*ServeMux).ServeHTTP(0xc20838a9c0, 0x7f0a884213f8, 0xc208ff0a00, 0xc20a1e5e10) /usr/lib/golang/src/net/http/server.go:1541 +0x17d github.com/coreos/etcd/etcdserver/etcdhttp.func·005(0x7f0a884213f8, 0xc208ff0a00, 0xc20a1e5e10) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/http.go:85 +0x204 net/http.HandlerFunc.ServeHTTP(0xc20848daf0, 0x7f0a884213f8, 0xc208ff0a00, 0xc20a1e5e10) /usr/lib/golang/src/net/http/server.go:1265 +0x41 net/http/httptest.(*waitGroupHandler).ServeHTTP(0xc208490b40, 0x7f0a884213f8, 0xc208ff0a00, 0xc20a1e5e10) /usr/lib/golang/src/net/http/httptest/server.go:200 +0xb7 net/http.serverHandler.ServeHTTP(0xc208391020, 0x7f0a884213f8, 0xc208ff0a00, 0xc20a1e5e10) /usr/lib/golang/src/net/http/server.go:1703 +0x19a net/http.(*conn).serve(0xc208438460) /usr/lib/golang/src/net/http/server.go:1204 +0xb57 created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 772 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc20917ee60, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20917ee60, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20917ee00, 0xc20a254000, 0x8000, 0x8000, 0x0, 0x7f0a8840ad30, 0xc208982008) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20803bae0, 0xc20a254000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc io.Copy(0x7f0a88252b88, 0xc2094c87e0, 0x7f0a88421300, 0xc20803bae0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/io.go:362 +0x1f6 net/http.func·008() /usr/lib/golang/src/net/http/server.go:171 +0x7d created by net/http.(*conn).closeNotify /usr/lib/golang/src/net/http/server.go:177 +0x2e2 goroutine 804 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc2091928b0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc2091928b0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc209192850, 0xc209ccc000, 0x8000, 0x8000, 0x0, 0x7f0a8840ad30, 0xc2087b8b38) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc2094c8888, 0xc209ccc000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc io.Copy(0x7f0a88252b88, 0xc2094c8970, 0x7f0a88421300, 0xc2094c8888, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/io.go:362 +0x1f6 net/http.func·008() /usr/lib/golang/src/net/http/server.go:171 +0x7d created by net/http.(*conn).closeNotify /usr/lib/golang/src/net/http/server.go:177 +0x2e2 goroutine 779 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc209e33760) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 812 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc209192760, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc209192760, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc209192700, 0xc209756000, 0x8000, 0x8000, 0x0, 0x7f0a8840ad30, 0xc2087d2880) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc2094c8878, 0xc209756000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc io.Copy(0x7f0a88252b88, 0xc2094c8aa0, 0x7f0a88421300, 0xc2094c8878, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/io.go:362 +0x1f6 net/http.func·008() /usr/lib/golang/src/net/http/server.go:171 +0x7d created by net/http.(*conn).closeNotify /usr/lib/golang/src/net/http/server.go:177 +0x2e2 goroutine 782 [select, 1 minutes]: github.com/coreos/etcd/etcdserver/etcdhttp.handleKeyWatch(0x7f0a88421000, 0xc2099dde00, 0x7f0a884213f8, 0xc208ff1180, 0x7f0a88252a80, 0xc209b03280, 0xc209b03000, 0x7f0a88420e68, 0xc20840cdc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:626 +0x98e github.com/coreos/etcd/etcdserver/etcdhttp.(*keysHandler).ServeHTTP(0xc208325680, 0x7f0a884213f8, 0xc208ff1180, 0xc20a3464e0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:158 +0x79f net/http.(*ServeMux).ServeHTTP(0xc20838a9c0, 0x7f0a884213f8, 0xc208ff1180, 0xc20a3464e0) /usr/lib/golang/src/net/http/server.go:1541 +0x17d github.com/coreos/etcd/etcdserver/etcdhttp.func·005(0x7f0a884213f8, 0xc208ff1180, 0xc20a3464e0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/http.go:85 +0x204 net/http.HandlerFunc.ServeHTTP(0xc20848daf0, 0x7f0a884213f8, 0xc208ff1180, 0xc20a3464e0) /usr/lib/golang/src/net/http/server.go:1265 +0x41 net/http/httptest.(*waitGroupHandler).ServeHTTP(0xc208490b40, 0x7f0a884213f8, 0xc208ff1180, 0xc20a3464e0) /usr/lib/golang/src/net/http/httptest/server.go:200 +0xb7 net/http.serverHandler.ServeHTTP(0xc208391020, 0x7f0a884213f8, 0xc208ff1180, 0xc20a3464e0) /usr/lib/golang/src/net/http/server.go:1703 +0x19a net/http.(*conn).serve(0xc208ff0dc0) /usr/lib/golang/src/net/http/server.go:1204 +0xb57 created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 787 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc20917fdb0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20917fdb0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20917fd50, 0xc20a262000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc208831da8) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc2092220d8, 0xc20a262000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc2092220d8, 0xc2091b6268, 0xc20a262000, 0x1000, 0x1000, 0x40e608, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc2093bfd80, 0xc20a262000, 0x1000, 0x1000, 0x60, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc20a25c540) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc20a25c540, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 net/http/internal.readLine(0xc20a25c540, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:110 +0x5a net/http/internal.(*chunkedReader).beginChunk(0xc20a264720) /usr/lib/golang/src/net/http/internal/chunked.go:47 +0x46 net/http/internal.(*chunkedReader).Read(0xc20a264720, 0xc20950b000, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:77 +0xbb net/http.(*body).readLocked(0xc209731c80, 0xc20950b000, 0x200, 0x200, 0xffffffff, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:584 +0x7a net/http.(*body).Read(0xc209731c80, 0xc20950b000, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:579 +0x115 net/http.(*bodyEOFSignal).Read(0xc209731cc0, 0xc20950b000, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1193 +0x285 bytes.(*Buffer).ReadFrom(0xc208ef6540, 0x7f0a88420010, 0xc209731cc0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bytes/buffer.go:169 +0x25a io/ioutil.readAll(0x7f0a88420010, 0xc209731cc0, 0x200, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:33 +0x1b0 io/ioutil.ReadAll(0x7f0a88420010, 0xc209731cc0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:42 +0x68 github.com/coreos/etcd/client.func·006() /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:455 +0x7b created by github.com/coreos/etcd/client.(*simpleHTTPClient).Do /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:457 +0xa2e goroutine 785 [select, 1 minutes]: k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).translate(0xc208cae600) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:256 +0x5f7 created by k8s.io/kubernetes/pkg/storage/etcd.newEtcdWatcher /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:143 +0x383 goroutine 786 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc2091b6210) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 781 [select, 1 minutes]: github.com/coreos/etcd/etcdserver/etcdhttp.handleKeyWatch(0x7f0a88421000, 0xc209cd66c0, 0x7f0a884213f8, 0xc208ff1400, 0x7f0a88252a80, 0xc209b038c0, 0xc209b03700, 0x7f0a88420e68, 0xc20840cdc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:626 +0x98e github.com/coreos/etcd/etcdserver/etcdhttp.(*keysHandler).ServeHTTP(0xc208325680, 0x7f0a884213f8, 0xc208ff1400, 0xc2099e65b0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:158 +0x79f net/http.(*ServeMux).ServeHTTP(0xc20838a9c0, 0x7f0a884213f8, 0xc208ff1400, 0xc2099e65b0) /usr/lib/golang/src/net/http/server.go:1541 +0x17d github.com/coreos/etcd/etcdserver/etcdhttp.func·005(0x7f0a884213f8, 0xc208ff1400, 0xc2099e65b0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/http.go:85 +0x204 net/http.HandlerFunc.ServeHTTP(0xc20848daf0, 0x7f0a884213f8, 0xc208ff1400, 0xc2099e65b0) /usr/lib/golang/src/net/http/server.go:1265 +0x41 net/http/httptest.(*waitGroupHandler).ServeHTTP(0xc208490b40, 0x7f0a884213f8, 0xc208ff1400, 0xc2099e65b0) /usr/lib/golang/src/net/http/httptest/server.go:200 +0xb7 net/http.serverHandler.ServeHTTP(0xc208391020, 0x7f0a884213f8, 0xc208ff1400, 0xc2099e65b0) /usr/lib/golang/src/net/http/server.go:1703 +0x19a net/http.(*conn).serve(0xc208ff0c80) /usr/lib/golang/src/net/http/server.go:1204 +0xb57 created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 188 [IO wait]: net.(*pollDesc).Wait(0xc20887a060, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20887a060, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20887a000, 0xc208c56000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc20879a4b0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20807e008, 0xc208c56000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc20807e008, 0xc2080bf868, 0xc208c56000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc20869a0c0, 0xc208c56000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc2089301e0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc2089301e0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2080bf810) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 807 [select, 1 minutes]: k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).translate(0xc208cae840) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:256 +0x5f7 created by k8s.io/kubernetes/pkg/storage/etcd.newEtcdWatcher /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:143 +0x383 goroutine 802 [select, 1 minutes]: github.com/coreos/etcd/client.(*simpleHTTPClient).Do(0xc208e5f200, 0x7f0a88421238, 0xc209b02ec0, 0x7f0a88252018, 0xc209b02e90, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:459 +0xc58 github.com/coreos/etcd/client.(*redirectFollowingHTTPClient).Do(0xc2099e46e0, 0x7f0a88421238, 0xc209b02ec0, 0x7f0a88252018, 0xc209b02e90, 0xc208bddf87, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:494 +0x170 github.com/coreos/etcd/client.(*httpClusterClient).Do(0xc208bdb630, 0x7f0a88421238, 0xc209b02ec0, 0x7f0a88252018, 0xc209b02e90, 0xc2080177a0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:283 +0x58c github.com/coreos/etcd/client.(*httpWatcher).Next(0xc209b02e80, 0x7f0a88421238, 0xc209b02ec0, 0x0, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/keys.go:435 +0xc8 k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).etcdWatch(0xc208cae600, 0x7f0a88248730, 0xc208be3980, 0x7f0a882472b0, 0xc2088df840, 0xc209b02e40, 0x32, 0x13) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:198 +0x1a5 created by k8s.io/kubernetes/pkg/storage/etcd.(*etcdHelper).WatchList /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_helper.go:292 +0x278 goroutine 811 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc20917fcd0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20917fcd0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20917fc70, 0xc20a25e000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc2087b9a48) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc2094c8860, 0xc20a25e000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc2094c8860, 0xc2091b61b8, 0xc20a25e000, 0x1000, 0x1000, 0xc20830b400, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc2099e42c0, 0xc20a25e000, 0x1000, 0x1000, 0x300000000401e1e, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc2099dd140) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2099dd140, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 net/http/internal.readLine(0xc2099dd140, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:110 +0x5a net/http/internal.(*chunkedReader).beginChunk(0xc20a363a10) /usr/lib/golang/src/net/http/internal/chunked.go:47 +0x46 net/http/internal.(*chunkedReader).Read(0xc20a363a10, 0xc209c87c00, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:77 +0xbb net/http.(*body).readLocked(0xc209b03940, 0xc209c87c00, 0x200, 0x200, 0xffffffff, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:584 +0x7a net/http.(*body).Read(0xc209b03940, 0xc209c87c00, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:579 +0x115 net/http.(*bodyEOFSignal).Read(0xc209b03980, 0xc209c87c00, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1193 +0x285 bytes.(*Buffer).ReadFrom(0xc209193810, 0x7f0a88420010, 0xc209b03980, 0x0, 0x0, 0x0) /usr/lib/golang/src/bytes/buffer.go:169 +0x25a io/ioutil.readAll(0x7f0a88420010, 0xc209b03980, 0x200, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:33 +0x1b0 io/ioutil.ReadAll(0x7f0a88420010, 0xc209b03980, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:42 +0x68 github.com/coreos/etcd/client.func·006() /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:455 +0x7b created by github.com/coreos/etcd/client.(*simpleHTTPClient).Do /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:457 +0xa2e goroutine 758 [select, 1 minutes]: github.com/coreos/etcd/etcdserver/etcdhttp.handleKeyWatch(0x7f0a88421000, 0xc2099dca20, 0x7f0a884213f8, 0xc208ff08c0, 0x7f0a88252a80, 0xc209b02400, 0xc2083bfb00, 0x7f0a88420e68, 0xc20840cdc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:626 +0x98e github.com/coreos/etcd/etcdserver/etcdhttp.(*keysHandler).ServeHTTP(0xc208325680, 0x7f0a884213f8, 0xc208ff08c0, 0xc20a1e5d40) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:158 +0x79f net/http.(*ServeMux).ServeHTTP(0xc20838a9c0, 0x7f0a884213f8, 0xc208ff08c0, 0xc20a1e5d40) /usr/lib/golang/src/net/http/server.go:1541 +0x17d github.com/coreos/etcd/etcdserver/etcdhttp.func·005(0x7f0a884213f8, 0xc208ff08c0, 0xc20a1e5d40) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/http.go:85 +0x204 net/http.HandlerFunc.ServeHTTP(0xc20848daf0, 0x7f0a884213f8, 0xc208ff08c0, 0xc20a1e5d40) /usr/lib/golang/src/net/http/server.go:1265 +0x41 net/http/httptest.(*waitGroupHandler).ServeHTTP(0xc208490b40, 0x7f0a884213f8, 0xc208ff08c0, 0xc20a1e5d40) /usr/lib/golang/src/net/http/httptest/server.go:200 +0xb7 net/http.serverHandler.ServeHTTP(0xc208391020, 0x7f0a884213f8, 0xc208ff08c0, 0xc20a1e5d40) /usr/lib/golang/src/net/http/server.go:1703 +0x19a net/http.(*conn).serve(0xc209065720) /usr/lib/golang/src/net/http/server.go:1204 +0xb57 created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 791 [select, 1 minutes]: k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).translate(0xc2089b2fc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:256 +0x5f7 created by k8s.io/kubernetes/pkg/storage/etcd.newEtcdWatcher /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:143 +0x383 goroutine 792 [select, 1 minutes]: github.com/coreos/etcd/client.(*simpleHTTPClient).Do(0xc208c1a380, 0x7f0a88421238, 0xc209f32200, 0x7f0a88252018, 0xc209f321d0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:459 +0xc58 github.com/coreos/etcd/client.(*redirectFollowingHTTPClient).Do(0xc20974ffc0, 0x7f0a88421238, 0xc209f32200, 0x7f0a88252018, 0xc209f321d0, 0xc208bddf87, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:494 +0x170 github.com/coreos/etcd/client.(*httpClusterClient).Do(0xc208bdb630, 0x7f0a88421238, 0xc209f32200, 0x7f0a88252018, 0xc209f321d0, 0xc2083e5fa0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:283 +0x58c github.com/coreos/etcd/client.(*httpWatcher).Next(0xc209f321c0, 0x7f0a88421238, 0xc209f32200, 0xc208ce4fd8, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/keys.go:435 +0xc8 k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).etcdWatch(0xc2089b2fc0, 0x7f0a88248730, 0xc208be36e0, 0x7f0a882472b0, 0xc2088df840, 0xc20a265ad0, 0x2c, 0x13) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:198 +0x1a5 created by k8s.io/kubernetes/pkg/storage/etcd.(*etcdHelper).WatchList /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_helper.go:292 +0x278 goroutine 762 [select, 1 minutes]: github.com/coreos/etcd/client.(*simpleHTTPClient).Do(0xc2089a3b80, 0x7f0a88421238, 0xc209730f40, 0x7f0a88252018, 0xc209730ed0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:459 +0xc58 github.com/coreos/etcd/client.(*redirectFollowingHTTPClient).Do(0xc2093bf7a0, 0x7f0a88421238, 0xc209730f40, 0x7f0a88252018, 0xc209730ed0, 0xc208bddf87, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:494 +0x170 github.com/coreos/etcd/client.(*httpClusterClient).Do(0xc208bdb630, 0x7f0a88421238, 0xc209730f40, 0x7f0a88252018, 0xc209730ed0, 0xc2083e27a0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:283 +0x58c github.com/coreos/etcd/client.(*httpWatcher).Next(0xc209730ec0, 0x7f0a88421238, 0xc209730f40, 0x0, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/keys.go:435 +0xc8 k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).etcdWatch(0xc2089b2300, 0x7f0a88248730, 0xc208be3ad0, 0x7f0a882472b0, 0xc2088df840, 0xc2093bf760, 0x14, 0x13) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:198 +0x1a5 created by k8s.io/kubernetes/pkg/storage/etcd.(*etcdHelper).WatchList /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_helper.go:292 +0x278 goroutine 813 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc209192680, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc209192680, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc209192620, 0xc20a260000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc208842358) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc2094c8870, 0xc20a260000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc2094c8870, 0xc209e337b8, 0xc20a260000, 0x1000, 0x1000, 0xc20830b400, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc2099e4340, 0xc20a260000, 0x1000, 0x1000, 0x300000000401e1e, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc2099dd2c0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2099dd2c0, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 net/http/internal.readLine(0xc2099dd2c0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:110 +0x5a net/http/internal.(*chunkedReader).beginChunk(0xc20a363ec0) /usr/lib/golang/src/net/http/internal/chunked.go:47 +0x46 net/http/internal.(*chunkedReader).Read(0xc20a363ec0, 0xc209c87e00, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:77 +0xbb net/http.(*body).readLocked(0xc209b03ac0, 0xc209c87e00, 0x200, 0x200, 0xffffffff, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:584 +0x7a net/http.(*body).Read(0xc209b03ac0, 0xc209c87e00, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:579 +0x115 net/http.(*bodyEOFSignal).Read(0xc209b03b00, 0xc209c87e00, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1193 +0x285 bytes.(*Buffer).ReadFrom(0xc209193b90, 0x7f0a88420010, 0xc209b03b00, 0x0, 0x0, 0x0) /usr/lib/golang/src/bytes/buffer.go:169 +0x25a io/ioutil.readAll(0x7f0a88420010, 0xc209b03b00, 0x200, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:33 +0x1b0 io/ioutil.ReadAll(0x7f0a88420010, 0xc209b03b00, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:42 +0x68 github.com/coreos/etcd/client.func·006() /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:455 +0x7b created by github.com/coreos/etcd/client.(*simpleHTTPClient).Do /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:457 +0xa2e goroutine 761 [select, 1 minutes]: k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).translate(0xc2089b2300) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:256 +0x5f7 created by k8s.io/kubernetes/pkg/storage/etcd.newEtcdWatcher /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:143 +0x383 goroutine 810 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc2091927d0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc2091927d0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc209192770, 0xc209ba6000, 0x8000, 0x8000, 0x0, 0x7f0a8840ad30, 0xc2087b9958) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc2094c8880, 0xc209ba6000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc io.Copy(0x7f0a88252b88, 0xc2094c8a38, 0x7f0a88421300, 0xc2094c8880, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/io.go:362 +0x1f6 net/http.func·008() /usr/lib/golang/src/net/http/server.go:171 +0x7d created by net/http.(*conn).closeNotify /usr/lib/golang/src/net/http/server.go:177 +0x2e2 goroutine 773 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc20917edf0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20917edf0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20917ed90, 0xc2099e0000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc208982158) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20803ba78, 0xc2099e0000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc20803ba78, 0xc20a0aff48, 0xc2099e0000, 0x1000, 0x1000, 0xf, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc2093bf240, 0xc2099e0000, 0x1000, 0x1000, 0x65b83d, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc2098d1200) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2098d1200, 0xc20000000a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 net/http/internal.readLine(0xc2098d1200, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:110 +0x5a net/http/internal.(*chunkedReader).beginChunk(0xc20a3620c0) /usr/lib/golang/src/net/http/internal/chunked.go:47 +0x46 net/http/internal.(*chunkedReader).Read(0xc20a3620c0, 0xc209c87400, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:77 +0xbb net/http.(*body).readLocked(0xc209b02480, 0xc209c87400, 0x200, 0x200, 0xffffffff, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:584 +0x7a net/http.(*body).Read(0xc209b02480, 0xc209c87400, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:579 +0x115 net/http.(*bodyEOFSignal).Read(0xc209b024c0, 0xc209c87400, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1193 +0x285 bytes.(*Buffer).ReadFrom(0xc209192070, 0x7f0a88420010, 0xc209b024c0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bytes/buffer.go:169 +0x25a io/ioutil.readAll(0x7f0a88420010, 0xc209b024c0, 0x200, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:33 +0x1b0 io/ioutil.ReadAll(0x7f0a88420010, 0xc209b024c0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:42 +0x68 github.com/coreos/etcd/client.func·006() /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:455 +0x7b created by github.com/coreos/etcd/client.(*simpleHTTPClient).Do /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:457 +0xa2e goroutine 769 [select, 1 minutes]: net/http.(*persistConn).readLoop(0xc2091b6210) /usr/lib/golang/src/net/http/transport.go:928 +0x9ce created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 778 [select, 1 minutes]: net/http.(*persistConn).readLoop(0xc209e33760) /usr/lib/golang/src/net/http/transport.go:928 +0x9ce created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 776 [select, 1 minutes]: net/http.(*persistConn).readLoop(0xc2091b6160) /usr/lib/golang/src/net/http/transport.go:928 +0x9ce created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 770 [select, 1 minutes]: github.com/coreos/etcd/client.(*simpleHTTPClient).Do(0xc208e5ef00, 0x7f0a88421238, 0xc209b022c0, 0x7f0a88252018, 0xc209b02290, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:459 +0xc58 github.com/coreos/etcd/client.(*redirectFollowingHTTPClient).Do(0xc20994bde0, 0x7f0a88421238, 0xc209b022c0, 0x7f0a88252018, 0xc209b02290, 0xc208bddf87, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:494 +0x170 github.com/coreos/etcd/client.(*httpClusterClient).Do(0xc208bdb630, 0x7f0a88421238, 0xc209b022c0, 0x7f0a88252018, 0xc209b02290, 0xc2083e57a0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:283 +0x58c github.com/coreos/etcd/client.(*httpWatcher).Next(0xc209b02280, 0x7f0a88421238, 0xc209b022c0, 0x57fd7b, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/keys.go:435 +0xc8 k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).etcdWatch(0xc208cae300, 0x7f0a88248730, 0xc208be3560, 0x7f0a882472b0, 0xc2088df840, 0xc20843c930, 0x2a, 0x13) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:198 +0x1a5 created by k8s.io/kubernetes/pkg/storage/etcd.(*etcdHelper).WatchList /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_helper.go:292 +0x278 goroutine 756 [select, 1 minutes]: net/http.(*persistConn).readLoop(0xc20a0afef0) /usr/lib/golang/src/net/http/transport.go:928 +0x9ce created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 757 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc20a0afef0) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 774 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc20811e680, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20811e680, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20811e620, 0xc2089b8000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc2089827b8) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20803a9c8, 0xc2089b8000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc20803a9c8, 0xc2082da478, 0xc2089b8000, 0x1000, 0x1000, 0xf, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc2088de640, 0xc2089b8000, 0x1000, 0x1000, 0x65b83d, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc20889ea20) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc20889ea20, 0xc20000000a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 net/http/internal.readLine(0xc20889ea20, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:110 +0x5a net/http/internal.(*chunkedReader).beginChunk(0xc20a3623c0) /usr/lib/golang/src/net/http/internal/chunked.go:47 +0x46 net/http/internal.(*chunkedReader).Read(0xc20a3623c0, 0xc209c87600, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:77 +0xbb net/http.(*body).readLocked(0xc209b02680, 0xc209c87600, 0x200, 0x200, 0xffffffff, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:584 +0x7a net/http.(*body).Read(0xc209b02680, 0xc209c87600, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:579 +0x115 net/http.(*bodyEOFSignal).Read(0xc209b026c0, 0xc209c87600, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1193 +0x285 bytes.(*Buffer).ReadFrom(0xc2091925b0, 0x7f0a88420010, 0xc209b026c0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bytes/buffer.go:169 +0x25a io/ioutil.readAll(0x7f0a88420010, 0xc209b026c0, 0x200, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:33 +0x1b0 io/ioutil.ReadAll(0x7f0a88420010, 0xc209b026c0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:42 +0x68 github.com/coreos/etcd/client.func·006() /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:455 +0x7b created by github.com/coreos/etcd/client.(*simpleHTTPClient).Do /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:457 +0xa2e goroutine 262 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc2083e57a8, 0x29e8d60800, 0x0, 0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc2083e57a8, 0x29e8d60800, 0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a k8s.io/kubernetes/pkg/registry/service/ipallocator/controller.(*Repair).RunUntil(0xc2088999b0, 0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/registry/service/ipallocator/controller/repair.go:72 +0x52 k8s.io/kubernetes/pkg/registry/service/ipallocator/controller.*Repair.RunUntil·fm(0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/master/controller.go:97 +0x31 created by k8s.io/kubernetes/pkg/util.(*Runner).Start /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/runner.go:45 +0x148 goroutine 261 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208963fa8, 0x2540be400, 0x0, 0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc208963fa8, 0x2540be400, 0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a k8s.io/kubernetes/pkg/master.(*Controller).RunKubernetesService(0xc208e1e120, 0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/master/controller.go:110 +0x56 k8s.io/kubernetes/pkg/master.*Controller.RunKubernetesService·fm(0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/master/controller.go:97 +0x31 created by k8s.io/kubernetes/pkg/util.(*Runner).Start /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/runner.go:45 +0x148 goroutine 189 [select]: net/http.(*persistConn).writeLoop(0xc2080bf810) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 231 [IO wait]: net.(*pollDesc).Wait(0xc208e543e0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208e543e0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208e54380, 0xc208929000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc20879a318) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20895e970, 0xc208929000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.(*liveSwitchReader).Read(0xc20882d628, 0xc208929000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc208bddb40, 0xc208929000, 0x1000, 0x1000, 0xc20a33f920, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc208b70780) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc208b70780, 0xc20a06f90a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc208b70780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc208806a80, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc208806a80, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc208b70780, 0xc20a2a6c30, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc20882d5e0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc20882d5e0) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 263 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc2083e2fa8, 0x29e8d60800, 0x0, 0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc2083e2fa8, 0x29e8d60800, 0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a k8s.io/kubernetes/pkg/registry/service/portallocator/controller.(*Repair).RunUntil(0xc208ca4000, 0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/registry/service/portallocator/controller/repair.go:58 +0x52 k8s.io/kubernetes/pkg/registry/service/portallocator/controller.*Repair.RunUntil·fm(0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/master/controller.go:97 +0x31 created by k8s.io/kubernetes/pkg/util.(*Runner).Start /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/runner.go:45 +0x148 goroutine 387 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc2089b0dc0) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 348 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc20895d330, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20895d330, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20895d2d0, 0xc209c48400, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc208c43880) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc209016af0, 0xc209c48400, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209736930, 0x7f0a88421300, 0xc209016af0, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209676000, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209676000, 0xc20948b000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc2095c5308, 0xc20948b000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc20953e780, 0xc20948b000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc2089311a0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2089311a0, 0xc209457b0a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc2089311a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc2098b6f30, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc2098b6f30, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc2089311a0, 0xc2090a0410, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc2095c52c0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc2095c52c0) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 275 [IO wait]: net.(*pollDesc).Wait(0xc20881e4c0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20881e4c0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20881e460, 0xc208bec000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc208cd0d38) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20807f1c8, 0xc208bec000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.(*liveSwitchReader).Read(0xc2089aef48, 0xc208bec000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc2087eabc0, 0xc208bec000, 0x1000, 0x1000, 0xc209ff20f0, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc2087c20c0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2087c20c0, 0xc209fdcb0a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc2087c20c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc2089202d0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc2089202d0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc2087c20c0, 0xc209fd8410, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc2089aef00, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc2089aef00) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 257 [IO wait]: net.(*pollDesc).Wait(0xc20881e3e0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20881e3e0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20881e380, 0xc208bd4000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc208cd0eb0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20807f1a0, 0xc208bd4000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc20807f1a0, 0xc2080aae18, 0xc208bd4000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc2087eab40, 0xc208bd4000, 0x1000, 0x1000, 0xc208012900, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc208bd7f20) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc208bd7f20, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2080aadc0) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 274 [select]: net/http.(*persistConn).writeLoop(0xc2080aadc0) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 298 [IO wait, 3 minutes]: net.(*pollDesc).Wait(0xc209215170, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc209215170, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc209215110, 0xc209226000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc2094083b0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc209017ef8, 0xc209226000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc209017ef8, 0xc2091b6688, 0xc209226000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc2091f7460, 0xc209226000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc209201320) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc209201320, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2091b6630) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 299 [select, 3 minutes]: net/http.(*persistConn).writeLoop(0xc2091b6630) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 264 [IO wait, 3 minutes]: net.(*pollDesc).Wait(0xc20921e060, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20921e060, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20921e000, 0xc20922a000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc2094082b8) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc209222000, 0xc20922a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.(*liveSwitchReader).Read(0xc209224048, 0xc20922a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc20921c040, 0xc20922a000, 0x1000, 0x1000, 0xc209209c50, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc209228000) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc209228000, 0xc209201c0a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc209228000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc209220090, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc209220090, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc209228000, 0xc2091f12b0, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209224000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209224000) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 269 [IO wait, 3 minutes]: net.(*pollDesc).Wait(0xc2089078e0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc2089078e0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).accept(0xc208907880, 0x0, 0x7f0a8840ad30, 0xc209a1d828) /usr/lib/golang/src/net/fd_unix.go:419 +0x40b net.(*TCPListener).AcceptTCP(0xc20895e188, 0xc209a1d840, 0x0, 0x0) /usr/lib/golang/src/net/tcpsock_posix.go:234 +0x4e github.com/openshift/origin/pkg/cmd/util.tcpKeepAliveListener.Accept(0xc20895e188, 0x0, 0x0, 0x0, 0x0) /data/src/github.com/openshift/origin/pkg/cmd/util/net.go:37 +0x4c crypto/tls.(*listener).Accept(0xc208f1ec20, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/tls.go:46 +0x6b net/http.(*Server).Serve(0xc2089cb7a0, 0x7f0a849ff2e0, 0xc208f1ec20, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:1728 +0x92 github.com/openshift/origin/pkg/cmd/util.ListenAndServeTLS(0xc2089cb7a0, 0x2dc17f0, 0x4, 0xc208bda5a0, 0x4f, 0xc208bda640, 0x4f, 0x0, 0x0) /data/src/github.com/openshift/origin/pkg/cmd/util/net.go:88 +0x55f github.com/openshift/origin/pkg/cmd/server/origin.func·020() /data/src/github.com/openshift/origin/pkg/cmd/server/origin/master.go:273 +0x44c k8s.io/kubernetes/pkg/util/wait.func·001() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:66 +0x61 k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc209433380, 0x0, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:67 +0x8f k8s.io/kubernetes/pkg/util/wait.Until(0xc209433380, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a k8s.io/kubernetes/pkg/util/wait.Forever(0xc209433380, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:41 +0x3e created by github.com/openshift/origin/pkg/cmd/server/origin.(*MasterConfig).serve /data/src/github.com/openshift/origin/pkg/cmd/server/origin/master.go:277 +0x225 goroutine 504 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc209e68da0, 0x3b9aca00, 0x0, 0xc209a3ef00) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc209e68da0, 0x3b9aca00, 0xc209a3ef00) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).RunUntil /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:166 +0xfb goroutine 503 [IO wait, 3 minutes]: net.(*pollDesc).Wait(0xc209e744c0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc209e744c0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc209e74460, 0xc209e7c000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc209a56fd8) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc209223460, 0xc209e7c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.(*liveSwitchReader).Read(0xc209785308, 0xc209e7c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc209e689a0, 0xc209e7c000, 0x1000, 0x1000, 0xc209e59050, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc209a3e9c0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc209a3e9c0, 0xc209a3ea0a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc209a3e9c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc209e58ed0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc209e58ed0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc209a3e9c0, 0xc208dd7e10, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc2097852c0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc2097852c0) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 384 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc20896a680, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20896a680, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20896a620, 0xc209207c00, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc208c43be0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20895f8b0, 0xc209207c00, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc20911b110, 0x7f0a88421300, 0xc20895f8b0, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209672000, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209672000, 0xc208c78000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc209672000, 0xc2089b09f8, 0xc208c78000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc20881a480, 0xc208c78000, 0x1000, 0x1000, 0xc208012900, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc209228c00) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc209228c00, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2089b09a0) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 381 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208866ca0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208866ca0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208866c40, 0xc209008800, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc209059b68) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20895ff88, 0xc209008800, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc20905a2a0, 0x7f0a88421300, 0xc20895ff88, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209659080, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209659080, 0xc209e06000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc209659080, 0xc2089b0aa8, 0xc209e06000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc2097e11c0, 0xc209e06000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc209228360) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc209228360, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2089b0a50) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 512 [IO wait, 3 minutes]: net.(*pollDesc).Wait(0xc209a20a00, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc209a20a00, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).accept(0xc209a209a0, 0x0, 0x7f0a8840ad30, 0xc209a1ca80) /usr/lib/golang/src/net/fd_unix.go:419 +0x40b net.(*TCPListener).AcceptTCP(0xc2094c80a8, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/tcpsock_posix.go:234 +0x4e github.com/miekg/dns.(*Server).serveTCP(0xc2080d62d0, 0xc2094c80a8, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/miekg/dns/server.go:446 +0x1bb github.com/miekg/dns.(*Server).ListenAndServe(0xc2080d62d0, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/miekg/dns/server.go:313 +0x462 github.com/miekg/dns.ListenAndServe(0xc2080ba200, 0xe, 0x2dc17f0, 0x4, 0x7f0a84a1bb58, 0xc209a1c530, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/miekg/dns/server.go:99 +0xec github.com/skynetservices/skydns/server.func·004() /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/skynetservices/skydns/server/server.go:118 +0xd9 created by github.com/skynetservices/skydns/server.(*server).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/skynetservices/skydns/server/server.go:121 +0x27d goroutine 513 [syscall, 3 minutes]: syscall.Syscall(0x2f, 0x33, 0xc20802e990, 0x0, 0x40d5fe, 0x7f0a883f7000, 0x41c468) /usr/lib/golang/src/syscall/asm_linux_amd64.s:21 +0x5 syscall.recvmsg(0x33, 0xc20802e990, 0x0, 0x41b82c, 0x0, 0x0) /usr/lib/golang/src/syscall/zsyscall_linux_amd64.go:1933 +0x57 syscall.Recvmsg(0x33, 0xc2084dc000, 0x200, 0x200, 0xc209a3ac90, 0x28, 0x28, 0x0, 0x7f0a883f7000, 0x0, ...) /usr/lib/golang/src/syscall/syscall_linux.go:519 +0x19b net.(*netFD).readMsg(0xc209a20a10, 0xc2084dc000, 0x200, 0x200, 0xc209a3ac90, 0x28, 0x28, 0x0, 0x0, 0x0, ...) /usr/lib/golang/src/net/fd_unix.go:292 +0x42b net.(*UDPConn).ReadMsgUDP(0xc2094c80b8, 0xc2084dc000, 0x200, 0x200, 0xc209a3ac90, 0x28, 0x28, 0xc57ed5e, 0x7f0a883f7000, 0x40e8c1, ...) /usr/lib/golang/src/net/udpsock_posix.go:96 +0x17f github.com/miekg/dns.ReadFromSessionUDP(0xc2094c80b8, 0xc2084dc000, 0x200, 0x200, 0x200, 0x200, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/miekg/dns/udp.go:47 +0xca github.com/miekg/dns.(*Server).readUDP(0xc2080d6690, 0xc2094c80b8, 0x77359400, 0x0, 0x0, 0x0, 0x2c450a0, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/miekg/dns/server.go:615 +0x14e github.com/miekg/dns.(*defaultReader).ReadUDP(0xc2094c80d0, 0xc2094c80b8, 0x77359400, 0x0, 0x0, 0x0, 0x4e46bc0, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/miekg/dns/server.go:230 +0x72 github.com/miekg/dns.(*Server).serveUDP(0xc2080d6690, 0xc2094c80b8, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/miekg/dns/server.go:485 +0x1ea github.com/miekg/dns.(*Server).ListenAndServe(0xc2080d6690, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/miekg/dns/server.go:328 +0x81d github.com/miekg/dns.ListenAndServe(0xc2080ba200, 0xe, 0x2dc2f70, 0x4, 0x7f0a84a1bb58, 0xc209a1c530, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/miekg/dns/server.go:99 +0xec github.com/skynetservices/skydns/server.func·005() /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/skynetservices/skydns/server/server.go:126 +0xd9 created by github.com/skynetservices/skydns/server.(*server).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/skynetservices/skydns/server/server.go:129 +0x361 goroutine 390 [IO wait]: net.(*pollDesc).Wait(0xc208cd4680, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208cd4680, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208cd4620, 0xc2092ac000, 0x800, 0x800, 0x0, 0x7f0a8840ad30, 0xc2086c4bc0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc209016408, 0xc2092ac000, 0x800, 0x800, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209bbd620, 0x7f0a88421300, 0xc209016408, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc2096778c0, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc2096778c0, 0xc20a11c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc2096778c0, 0xc20a0af2e8, 0xc20a11c000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc20973ba80, 0xc20a11c000, 0x1000, 0x1000, 0xc208012900, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc209271860) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc209271860, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc20a0af290) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 405 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208866fb0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208866fb0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208866f50, 0xc2091c9800, 0x800, 0x800, 0x0, 0x7f0a8840ad30, 0xc208830310) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20895fda0, 0xc2091c9800, 0x800, 0x800, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209f7af00, 0x7f0a88421300, 0xc20895fda0, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc20965e840, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc20965e840, 0xc209ca7000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc20965e840, 0xc2089b0d68, 0xc209ca7000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc209db6d40, 0xc209ca7000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc209425920) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc209425920, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2089b0d10) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 404 [select]: net/http.(*persistConn).writeLoop(0xc2089b0e70) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 386 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208867090, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208867090, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208867030, 0xc209165000, 0x800, 0x800, 0x0, 0x7f0a8840ad30, 0xc208fee6b0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20895fd60, 0xc209165000, 0x800, 0x800, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209f7e900, 0x7f0a88421300, 0xc20895fd60, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209673b80, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209673b80, 0xc20899c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc209673b80, 0xc2089b0e18, 0xc20899c000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc208c7a800, 0xc20899c000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc209229680) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc209229680, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2089b0dc0) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 403 [IO wait]: net.(*pollDesc).Wait(0xc2088673a0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc2088673a0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208867340, 0xc209219800, 0x800, 0x800, 0x0, 0x7f0a8840ad30, 0xc2086c4bd0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20895fd00, 0xc209219800, 0x800, 0x800, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209f7e030, 0x7f0a88421300, 0xc20895fd00, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209672b00, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209672b00, 0xc209735000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc209672b00, 0xc2089b0ec8, 0xc209735000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc209db6d20, 0xc209735000, 0x1000, 0x1000, 0xc208012900, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc2094258c0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc2094258c0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2089b0e70) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 408 [IO wait]: net.(*pollDesc).Wait(0xc208866f40, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208866f40, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208866ee0, 0xc208ffb000, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc20879a5e0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20895fdf0, 0xc208ffb000, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209027470, 0x7f0a88421300, 0xc20895fdf0, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc20965eb00, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc20965eb00, 0xc209bed000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc20965eb00, 0xc2089b0cb8, 0xc209bed000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc209d8c0c0, 0xc209bed000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc208cd63c0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc208cd63c0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2089b0c60) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 349 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208866df0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208866df0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208866d90, 0xc208b81000, 0x800, 0x800, 0x0, 0x7f0a8840ad30, 0xc209081020) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20895fe50, 0xc208b81000, 0x800, 0x800, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209736e40, 0x7f0a88421300, 0xc20895fe50, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209658840, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209658840, 0xc208f68000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc209658840, 0xc2089b0c08, 0xc208f68000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc209b7e720, 0xc208f68000, 0x1000, 0x1000, 0xc208012900, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc2094249c0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc2094249c0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2089b0bb0) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 380 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc2089b0b00) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 379 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208866d10, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208866d10, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208866cb0, 0xc208bdf800, 0x800, 0x800, 0x0, 0x7f0a8840ad30, 0xc208e7e0d0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20895fed0, 0xc208bdf800, 0x800, 0x800, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc208ce3350, 0x7f0a88421300, 0xc20895fed0, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209658b00, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209658b00, 0xc209077000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc209658b00, 0xc2089b0b58, 0xc209077000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc2097e11a0, 0xc209077000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc209228300) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc209228300, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2089b0b00) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 372 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208867480, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208867480, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208867420, 0xc209008c00, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc209059638) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc208c54020, 0xc209008c00, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc20905b710, 0x7f0a88421300, 0xc208c54020, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209659600, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209659600, 0xc2092df000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc209629a88, 0xc2092df000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc20944a280, 0xc2092df000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc2087c2b40) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2087c2b40, 0xc20905ba0a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc2087c2b40, 0x0, 0x0, 0x0, 0xc20905ba00, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc209e50000, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc209e50000, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc2087c2b40, 0xc209a81520, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209629a40, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209629a40) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 373 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208867950, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208867950, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc2088678f0, 0xc209009400, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc20a065d50) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc208c54050, 0xc209009400, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc208b34600, 0x7f0a88421300, 0xc208c54050, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc2096598c0, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc2096598c0, 0xc20901f000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc209629b28, 0xc20901f000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc20944a320, 0xc20901f000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc2087c2c00) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2087c2c00, 0xc208b3510a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc2087c2c00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc2083bee40, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc2083bee40, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc2087c2c00, 0xc209910b60, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209629ae0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209629ae0) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 374 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc2088679c0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc2088679c0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208867960, 0xc209ec4400, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc209047c20) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc208c54090, 0xc209ec4400, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209f7e6f0, 0x7f0a88421300, 0xc208c54090, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc20964b8c0, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc20964b8c0, 0xc209043000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc209629bc8, 0xc209043000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc20944a380, 0xc209043000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc2087c2c60) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2087c2c60, 0xc208c4410a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc2087c2c60, 0x0, 0x0, 0x0, 0xc208c44100, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc2098b7710, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc2098b7710, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc2087c2c60, 0xc209954820, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209629b80, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209629b80) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 375 [IO wait]: net.(*pollDesc).Wait(0xc208867a30, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208867a30, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc2088679d0, 0xc20892d400, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc20879a240) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc208c540f0, 0xc20892d400, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc2098b78c0, 0x7f0a88421300, 0xc208c540f0, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc20964bb80, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc20964bb80, 0xc209057000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc209629c68, 0xc209057000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc20944a3e0, 0xc209057000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc2087c2d20) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2087c2d20, 0xc209208c0a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc2087c2d20, 0x0, 0x0, 0x0, 0xc209208c00, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc209b7a450, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc209b7a450, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc2087c2d20, 0xc2099552b0, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209629c20, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209629c20) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 376 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208867aa0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208867aa0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208867a40, 0xc20892c800, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc2087f9438) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc208c540f8, 0xc20892c800, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc2098b6240, 0x7f0a88421300, 0xc208c540f8, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc2096402c0, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc2096402c0, 0xc20905d000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc209629d08, 0xc20905d000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc20944a460, 0xc20905d000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc2087c2de0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2087c2de0, 0xc209b7b40a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc2087c2de0, 0x0, 0x0, 0x0, 0xc209b7b400, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc209bbc870, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc209bbc870, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc2087c2de0, 0xc20922c8f0, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209629cc0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209629cc0) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 377 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208867bf0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208867bf0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208867b90, 0xc20a08f000, 0x800, 0x800, 0x0, 0x7f0a8840ad30, 0xc208c43490) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc208c54128, 0xc20a08f000, 0x800, 0x800, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc2097e59b0, 0x7f0a88421300, 0xc208c54128, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209640840, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209640840, 0xc209061000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc209629da8, 0xc209061000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc20944a4c0, 0xc209061000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc2087c2e40) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2087c2e40, 0xc2097e5a0a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc2087c2e40, 0x0, 0x0, 0x0, 0xc2097e5a00, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc208953710, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc208953710, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc2087c2e40, 0xc2090a0340, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209629d60, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209629d60) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 378 [IO wait]: net.(*pollDesc).Wait(0xc208867c60, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208867c60, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208867c00, 0xc20892d000, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc2086c45e0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc208c541c8, 0xc20892d000, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc2098b6f90, 0x7f0a88421300, 0xc208c541c8, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209635600, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209635600, 0xc209073000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc209629e48, 0xc209073000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc20944a540, 0xc209073000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc2087c2ea0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2087c2ea0, 0xc209931e0a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc2087c2ea0, 0x0, 0x0, 0x0, 0xc209931e00, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc20a32c510, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc20a32c510, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc2087c2ea0, 0xc2099116c0, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209629e00, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209629e00) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 382 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc2089b0a50) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 385 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc2089b09a0) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 389 [IO wait]: net.(*pollDesc).Wait(0xc208cd5c60, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208cd5c60, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208cd5c00, 0xc209ec5000, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc20879ad50) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc209016478, 0xc209ec5000, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209737470, 0x7f0a88421300, 0xc209016478, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc2095b62c0, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc2095b62c0, 0xc20948a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc209e127c8, 0xc20948a000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc209148200, 0xc20948a000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc209229b00) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc209229b00, 0xc209b7a60a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc209229b00, 0x0, 0x0, 0x0, 0xc209b7a600, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc20a32c2a0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc20a32c2a0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc209229b00, 0xc20a2a61a0, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209e12780, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209e12780) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 350 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc2089b0bb0) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 409 [select]: net/http.(*persistConn).writeLoop(0xc2089b0c60) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 502 [semacquire, 3 minutes]: sync.(*WaitGroup).Wait(0xc209a165e0) /usr/lib/golang/src/sync/waitgroup.go:132 +0x169 github.com/skynetservices/skydns/server.(*server).Run(0xc209e7e380, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/skynetservices/skydns/server/server.go:132 +0x3b8 github.com/openshift/origin/pkg/dns.ListenAndServe(0xc209e6d560, 0xc2087db220, 0xc2097abd40, 0x0, 0x0) /data/src/github.com/openshift/origin/pkg/dns/server.go:42 +0x4a7 github.com/openshift/origin/pkg/cmd/server/origin.func·028() /data/src/github.com/openshift/origin/pkg/cmd/server/origin/run_components.go:178 +0x185 created by github.com/openshift/origin/pkg/cmd/server/origin.(*MasterConfig).RunDNSServer /data/src/github.com/openshift/origin/pkg/cmd/server/origin/run_components.go:180 +0x5f3 goroutine 406 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc2089b0d10) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 391 [select]: net/http.(*persistConn).writeLoop(0xc20a0af290) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 495 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc209a56340, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc209a56340, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 493 [IO wait, 3 minutes]: net.(*pollDesc).Wait(0xc209a21d40, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc209a21d40, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc209a21ce0, 0xc209e7a000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc209a1d490) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc2094c95b0, 0xc209e7a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc2094c95b0, 0xc209778d68, 0xc209e7a000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc209a17f00, 0xc209e7a000, 0x1000, 0x1000, 0xc208012900, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc209a114a0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc209a114a0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc209778d10) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 494 [select, 3 minutes]: net/http.(*persistConn).writeLoop(0xc209778d10) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 496 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc209a56350, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc209a56350, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a k8s.io/kubernetes/pkg/util/wait.Forever(0xc209a56350, 0x3b9aca00) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:41 +0x3e created by github.com/openshift/origin/pkg/project/auth.(*AuthorizationCache).Run /data/src/github.com/openshift/origin/pkg/project/auth/cache.go:172 +0x33d goroutine 515 [IO wait]: net.(*pollDesc).Wait(0xc208894d80, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208894d80, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208894d20, 0xc209207800, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc2086dff58) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc2094c8158, 0xc209207800, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209fbd1a0, 0x7f0a88421300, 0xc2094c8158, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209577600, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209577600, 0xc2097c4000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc209064548, 0xc2097c4000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc209953a40, 0xc2097c4000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc209a10fc0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc209a10fc0, 0xc208f12c0a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc209a10fc0, 0x0, 0x0, 0x0, 0xc208f12c00, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc2094ba6c0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc2094ba6c0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc209a10fc0, 0xc208dd6680, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209064500, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209064500) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 532 [IO wait]: net.(*pollDesc).Wait(0xc208bb3090, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208bb3090, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208bb3030, 0xc208500800, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc208b32078) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc209016908, 0xc208500800, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc2098407b0, 0x7f0a88421300, 0xc209016908, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc20955a840, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc20955a840, 0xc2098bd000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc20955a840, 0xc20a0aee18, 0xc2098bd000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc20944ad80, 0xc2098bd000, 0x1000, 0x1000, 0xc208012900, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc208930180) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc208930180, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc20a0aedc0) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 533 [select]: net/http.(*persistConn).writeLoop(0xc20a0aedc0) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc Running TestAuthorizationResolution... ``` </details>
2.0
Error waiting for policy cache to initialize: timed out - https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin/11801/console <details> <summary> Stack Trace / Panic Dump </summary> ``` I0224 23:01:37.189920 28659 ensure.go:195] waiting for policy cache to initialize E0224 23:01:37.189965 28659 ensure.go:201] error waiting for policy cache to initialize: timed out waiting for the condition E0224 23:01:37.190796 28659 ensure.go:164] Unable to create default security context constraint privileged. Got error: User "system:openshift-master" cannot create securitycontextconstraints at the cluster scope E0224 23:01:37.191410 28659 ensure.go:164] Unable to create default security context constraint nonroot. Got error: User "system:openshift-master" cannot create securitycontextconstraints at the cluster scope E0224 23:01:37.192020 28659 ensure.go:164] Unable to create default security context constraint hostmount-anyuid. Got error: User "system:openshift-master" cannot create securitycontextconstraints at the cluster scope E0224 23:01:37.192606 28659 ensure.go:164] Unable to create default security context constraint hostaccess. Got error: User "system:openshift-master" cannot create securitycontextconstraints at the cluster scope E0224 23:01:37.193191 28659 ensure.go:164] Unable to create default security context constraint restricted. Got error: User "system:openshift-master" cannot create securitycontextconstraints at the cluster scope E0224 23:01:37.193770 28659 ensure.go:164] Unable to create default security context constraint anyuid. Got error: User "system:openshift-master" cannot create securitycontextconstraints at the cluster scope E0224 23:01:37.194389 28659 ensure.go:164] Unable to create default security context constraint hostnetwork. Got error: User "system:openshift-master" cannot create securitycontextconstraints at the cluster scope E0224 23:01:37.194975 28659 ensure.go:105] Error adding service account roles to "default" namespace: User "system:openshift-master" cannot get namespaces in project "default" E0224 23:01:37.195539 28659 ensure.go:52] Error creating namespace openshift-infra: User "system:openshift-master" cannot create namespaces at the cluster scope W0224 23:01:37.196155 28659 run_components.go:164] Binding DNS on port 8053 instead of 53 (you may need to run as root and update your config), using 127.0.0.1:8053 which will not resolve from all locations I0224 23:01:37.196424 28659 net.go:105] Got error &net.OpError{Op:"dial", Net:"tcp", Addr:(*net.TCPAddr)(0xc209e58e40), Err:0x6f}, trying again: "127.0.0.1:8053" I0224 23:01:37.296764 28659 run_components.go:184] DNS listening at 127.0.0.1:8053 panic: test timed out after 4m0s goroutine 1120 [running]: testing.func·008() /usr/lib/golang/src/testing/testing.go:681 +0x12f created by time.goFunc /usr/lib/golang/src/time/sleep.go:129 +0x4b goroutine 1 [chan receive, 3 minutes]: testing.RunTests(0x37049d8, 0x4e1e620, 0x7a, 0x7a, 0x1) /usr/lib/golang/src/testing/testing.go:556 +0xad6 testing.(*M).Run(0xc208324b40, 0x4e33960) /usr/lib/golang/src/testing/testing.go:485 +0x6c main.main() github.com/openshift/origin/test/integration/_test/_testmain.go:294 +0x1d5 goroutine 5 [chan receive]: github.com/golang/glog.(*loggingT).flushDaemon(0x4e27400) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/golang/glog/glog.go:879 +0x78 created by github.com/golang/glog.init·1 /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/golang/glog/glog.go:410 +0x2a7 goroutine 17 [syscall, 4 minutes, locked to thread]: runtime.goexit() /usr/lib/golang/src/runtime/asm_amd64.s:2232 +0x1 goroutine 13 [syscall, 4 minutes]: os/signal.loop() /usr/lib/golang/src/os/signal/signal_unix.go:21 +0x1f created by os/signal.init·1 /usr/lib/golang/src/os/signal/signal_unix.go:27 +0x35 goroutine 75 [select]: github.com/coreos/etcd/raft.(*node).run(0xc2083254a0, 0xc2084e8750) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/raft/node.go:275 +0xe8e created by github.com/coreos/etcd/raft.StartNode /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/raft/node.go:178 +0x4b6 goroutine 162 [select, 1 minutes]: net/http.(*persistConn).readLoop(0xc2082da420) /usr/lib/golang/src/net/http/transport.go:928 +0x9ce created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 214 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc20811e7d0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20811e7d0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20811e770, 0xc208a26000, 0x8000, 0x8000, 0x0, 0x7f0a8840ad30, 0xc208830c60) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20803a9e8, 0xc208a26000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc io.Copy(0x7f0a88252b88, 0xc20803add0, 0x7f0a88421300, 0xc20803a9e8, 0x59bf, 0x0, 0x0) /usr/lib/golang/src/io/io.go:362 +0x1f6 net/http.func·008() /usr/lib/golang/src/net/http/server.go:171 +0x7d created by net/http.(*conn).closeNotify /usr/lib/golang/src/net/http/server.go:177 +0x2e2 goroutine 74 [sleep]: github.com/openshift/origin/test/util/server.StartConfiguredMasterWithOptions(0xc208366e00, 0x7f0a883f7000, 0x0, 0x0, 0x0, 0x0) /data/src/github.com/openshift/origin/test/util/server/server.go:348 +0x3db github.com/openshift/origin/test/util/server.StartConfiguredMasterAPI(0xc208366e00, 0x0, 0x0, 0x0, 0x0) /data/src/github.com/openshift/origin/test/util/server/server.go:319 +0x65 github.com/openshift/origin/test/integration.TestAuthProxyOnAuthorize(0xc2083001b0) /data/src/github.com/openshift/origin/test/integration/auth_proxy_test.go:42 +0x2d4 testing.tRunner(0xc2083001b0, 0x4e1e6c8) /usr/lib/golang/src/testing/testing.go:447 +0xbf created by testing.RunTests /usr/lib/golang/src/testing/testing.go:555 +0xa8b goroutine 59 [select]: github.com/coreos/etcd/etcdserver.func·002() /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/raft.go:138 +0xbd9 created by github.com/coreos/etcd/etcdserver.(*raftNode).start /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/raft.go:199 +0x180 goroutine 149 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc2087dac80, 0x3b9aca00, 0x0, 0xc20889fb60) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc2087dac80, 0x3b9aca00, 0xc20889fb60) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).RunUntil /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:166 +0xfb goroutine 76 [select]: github.com/coreos/etcd/etcdserver.(*EtcdServer).run(0xc20840cdc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/server.go:441 +0xfbe created by github.com/coreos/etcd/etcdserver.(*EtcdServer).start /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/server.go:379 +0x44c goroutine 150 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc2087dace0, 0x3b9aca00, 0x0, 0xc20889fc20) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc2087dace0, 0x3b9aca00, 0xc20889fc20) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).RunUntil /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:166 +0xfb goroutine 78 [select, 3 minutes]: github.com/coreos/etcd/etcdserver.(*EtcdServer).purgeFile(0xc20840cdc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/server.go:390 +0x4bc created by github.com/coreos/etcd/etcdserver.(*EtcdServer).Start /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/server.go:356 +0x79 goroutine 79 [select]: github.com/coreos/etcd/etcdserver.monitorFileDescriptor(0xc208390c60) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/metrics.go:80 +0x4d8 created by github.com/coreos/etcd/etcdserver.(*EtcdServer).Start /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/server.go:357 +0x9a goroutine 80 [select]: github.com/coreos/etcd/etcdserver.(*EtcdServer).monitorVersions(0xc20840cdc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/server.go:961 +0x3dd created by github.com/coreos/etcd/etcdserver.(*EtcdServer).Start /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/server.go:358 +0xb4 goroutine 81 [IO wait, 3 minutes]: net.(*pollDesc).Wait(0xc208172bc0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208172bc0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).accept(0xc208172b60, 0x0, 0x7f0a8840ad30, 0xc20848d858) /usr/lib/golang/src/net/fd_unix.go:419 +0x40b net.(*TCPListener).AcceptTCP(0xc20807e068, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/tcpsock_posix.go:234 +0x4e net.(*TCPListener).Accept(0xc20807e068, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/tcpsock_posix.go:244 +0x4c net/http/httptest.(*historyListener).Accept(0xc20838a840, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/httptest/server.go:48 +0x7a net/http.(*Server).Serve(0xc208390d20, 0x7f0a88420ce0, 0xc20838a840, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:1728 +0x92 created by net/http/httptest.(*Server).Start /usr/lib/golang/src/net/http/httptest/server.go:109 +0x35e goroutine 82 [select]: github.com/coreos/etcd/etcdserver/etcdhttp.capabilityLoop(0xc20840cdc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/capability.go:53 +0x1ad created by github.com/coreos/etcd/etcdserver/etcdhttp.NewClientHandler /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:61 +0x58 goroutine 87 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208172e60, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208172e60, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).accept(0xc208172e00, 0x0, 0x7f0a8840ad30, 0xc208982e18) /usr/lib/golang/src/net/fd_unix.go:419 +0x40b net.(*TCPListener).AcceptTCP(0xc20807e088, 0x7f0a88421378, 0x0, 0x0) /usr/lib/golang/src/net/tcpsock_posix.go:234 +0x4e net.(*TCPListener).Accept(0xc20807e088, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/tcpsock_posix.go:244 +0x4c net/http/httptest.(*historyListener).Accept(0xc20832dec0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/httptest/server.go:48 +0x7a net/http.(*Server).Serve(0xc208391020, 0x7f0a88420ce0, 0xc20832dec0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:1728 +0x92 created by net/http/httptest.(*Server).Start /usr/lib/golang/src/net/http/httptest/server.go:109 +0x35e goroutine 148 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc2087dac60, 0x3b9aca00, 0x0, 0xc20889fb60) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc2087dac60, 0x3b9aca00, 0xc20889fb60) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).RunUntil /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:166 +0xfb goroutine 147 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208983570, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc208983570, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 90 [IO wait, 3 minutes]: net.(*pollDesc).Wait(0xc20812d410, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20812d410, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20812d3b0, 0xc208389000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc208365c28) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20807e6f0, 0xc208389000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.(*liveSwitchReader).Read(0xc2083114e8, 0xc208389000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc208490ce0, 0xc208389000, 0x1000, 0x1000, 0xc208324f00, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc208391440) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc208391440, 0xc20820000a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc208391440, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc208323410, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc208323410, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc208391440, 0xc2082f5ad0, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc2083114a0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc2083114a0) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 91 [IO wait, 3 minutes]: net.(*pollDesc).Wait(0xc20812d2c0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20812d2c0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20812d260, 0xc20868f000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc208141a68) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20807e738, 0xc20868f000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc20807e738, 0xc208312738, 0xc20868f000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc208490d40, 0xc20868f000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc2083914a0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc2083914a0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2083126e0) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 92 [select, 3 minutes]: net/http.(*persistConn).writeLoop(0xc2083126e0) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 146 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208983500, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc208983500, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 129 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc2089833e0, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc2089833e0, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 151 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208983840, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc208983840, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 152 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc2087dae40, 0x3b9aca00, 0x0, 0xc20889fda0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc2087dae40, 0x3b9aca00, 0xc20889fda0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).RunUntil /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:166 +0xfb goroutine 777 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc2091b6160) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 163 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc2082da420) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 156 [select, 1 minutes]: k8s.io/kubernetes/pkg/client/cache.(*Reflector).watchHandler(0xc2089ae3c0, 0x7f0a88251fc0, 0xc2089b2300, 0xc2086bdc98, 0xc2098d0cc0, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:320 +0x1099 k8s.io/kubernetes/pkg/client/cache.(*Reflector).ListAndWatch(0xc2089ae3c0, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:287 +0x1003 k8s.io/kubernetes/pkg/client/cache.func·005() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0x36 k8s.io/kubernetes/pkg/util/wait.func·001() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:66 +0x61 k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208982e40, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:67 +0x8f k8s.io/kubernetes/pkg/util/wait.Until(0xc208982e40, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 753 [select, 1 minutes]: k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).translate(0xc208cae300) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:256 +0x5f7 created by k8s.io/kubernetes/pkg/storage/etcd.newEtcdWatcher /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:143 +0x383 goroutine 808 [select, 1 minutes]: github.com/coreos/etcd/client.(*simpleHTTPClient).Do(0xc208e5f380, 0x7f0a88421238, 0xc209b03540, 0x7f0a88252018, 0xc209b03510, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:459 +0xc58 github.com/coreos/etcd/client.(*redirectFollowingHTTPClient).Do(0xc2099e4a00, 0x7f0a88421238, 0xc209b03540, 0x7f0a88252018, 0xc209b03510, 0xc208bddf87, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:494 +0x170 github.com/coreos/etcd/client.(*httpClusterClient).Do(0xc208bdb630, 0x7f0a88421238, 0xc209b03540, 0x7f0a88252018, 0xc209b03510, 0xc2087e67a0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:283 +0x58c github.com/coreos/etcd/client.(*httpWatcher).Next(0xc209b03500, 0x7f0a88421238, 0xc209b03540, 0xc2084dc000, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/keys.go:435 +0xc8 k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).etcdWatch(0xc208cae840, 0x7f0a88248730, 0xc208be3830, 0x7f0a882472b0, 0xc2088df840, 0xc20a3634d0, 0x30, 0x13) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:198 +0x1a5 created by k8s.io/kubernetes/pkg/storage/etcd.(*etcdHelper).WatchList /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_helper.go:292 +0x278 goroutine 157 [select, 1 minutes]: k8s.io/kubernetes/pkg/client/cache.(*Reflector).watchHandler(0xc2089ae140, 0x7f0a88251fc0, 0xc208cae300, 0xc2086bbc98, 0xc2098d0a20, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:320 +0x1099 k8s.io/kubernetes/pkg/client/cache.(*Reflector).ListAndWatch(0xc2089ae140, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:287 +0x1003 k8s.io/kubernetes/pkg/client/cache.func·005() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0x36 k8s.io/kubernetes/pkg/util/wait.func·001() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:66 +0x61 k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208982e50, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:67 +0x8f k8s.io/kubernetes/pkg/util/wait.Until(0xc208982e50, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 158 [select, 1 minutes]: k8s.io/kubernetes/pkg/client/cache.(*Reflector).watchHandler(0xc2089ae1e0, 0x7f0a88251fc0, 0xc2089b2fc0, 0xc209241c98, 0xc2098d1c80, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:320 +0x1099 k8s.io/kubernetes/pkg/client/cache.(*Reflector).ListAndWatch(0xc2089ae1e0, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:287 +0x1003 k8s.io/kubernetes/pkg/client/cache.func·005() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0x36 k8s.io/kubernetes/pkg/util/wait.func·001() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:66 +0x61 k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208982e60, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:67 +0x8f k8s.io/kubernetes/pkg/util/wait.Until(0xc208982e60, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 159 [select, 1 minutes]: k8s.io/kubernetes/pkg/client/cache.(*Reflector).watchHandler(0xc2089ae280, 0x7f0a88251fc0, 0xc208cae840, 0xc2081bdc98, 0xc2098d1aa0, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:320 +0x1099 k8s.io/kubernetes/pkg/client/cache.(*Reflector).ListAndWatch(0xc2089ae280, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:287 +0x1003 k8s.io/kubernetes/pkg/client/cache.func·005() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0x36 k8s.io/kubernetes/pkg/util/wait.func·001() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:66 +0x61 k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208982e70, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:67 +0x8f k8s.io/kubernetes/pkg/util/wait.Until(0xc208982e70, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 160 [select, 1 minutes]: k8s.io/kubernetes/pkg/client/cache.(*Reflector).watchHandler(0xc2089ae320, 0x7f0a88251fc0, 0xc208cae600, 0xc2081bfc98, 0xc2098d1e60, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:320 +0x1099 k8s.io/kubernetes/pkg/client/cache.(*Reflector).ListAndWatch(0xc2089ae320, 0xc208064360, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:287 +0x1003 k8s.io/kubernetes/pkg/client/cache.func·005() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0x36 k8s.io/kubernetes/pkg/util/wait.func·001() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:66 +0x61 k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208982e80, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:67 +0x8f k8s.io/kubernetes/pkg/util/wait.Until(0xc208982e80, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 161 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208982ef0, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc208982ef0, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 780 [select, 1 minutes]: github.com/coreos/etcd/etcdserver/etcdhttp.handleKeyWatch(0x7f0a88421000, 0xc209cd6a20, 0x7f0a884213f8, 0xc208ff1540, 0x7f0a88252a80, 0xc209b03a40, 0xc20a363b00, 0x7f0a88420e68, 0xc20840cdc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:626 +0x98e github.com/coreos/etcd/etcdserver/etcdhttp.(*keysHandler).ServeHTTP(0xc208325680, 0x7f0a884213f8, 0xc208ff1540, 0xc2099e6410) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:158 +0x79f net/http.(*ServeMux).ServeHTTP(0xc20838a9c0, 0x7f0a884213f8, 0xc208ff1540, 0xc2099e6410) /usr/lib/golang/src/net/http/server.go:1541 +0x17d github.com/coreos/etcd/etcdserver/etcdhttp.func·005(0x7f0a884213f8, 0xc208ff1540, 0xc2099e6410) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/http.go:85 +0x204 net/http.HandlerFunc.ServeHTTP(0xc20848daf0, 0x7f0a884213f8, 0xc208ff1540, 0xc2099e6410) /usr/lib/golang/src/net/http/server.go:1265 +0x41 net/http/httptest.(*waitGroupHandler).ServeHTTP(0xc208490b40, 0x7f0a884213f8, 0xc208ff1540, 0xc2099e6410) /usr/lib/golang/src/net/http/httptest/server.go:200 +0xb7 net/http.serverHandler.ServeHTTP(0xc208391020, 0x7f0a884213f8, 0xc208ff1540, 0xc2099e6410) /usr/lib/golang/src/net/http/server.go:1703 +0x19a net/http.(*conn).serve(0xc208ff0b40) /usr/lib/golang/src/net/http/server.go:1204 +0xb57 created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 167 [select, 1 minutes]: github.com/coreos/etcd/etcdserver/etcdhttp.handleKeyWatch(0x7f0a88421000, 0xc2099dcd80, 0x7f0a884213f8, 0xc208ff0a00, 0x7f0a88252a80, 0xc209b02580, 0xc2099e4000, 0x7f0a88420e68, 0xc20840cdc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:626 +0x98e github.com/coreos/etcd/etcdserver/etcdhttp.(*keysHandler).ServeHTTP(0xc208325680, 0x7f0a884213f8, 0xc208ff0a00, 0xc20a1e5e10) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:158 +0x79f net/http.(*ServeMux).ServeHTTP(0xc20838a9c0, 0x7f0a884213f8, 0xc208ff0a00, 0xc20a1e5e10) /usr/lib/golang/src/net/http/server.go:1541 +0x17d github.com/coreos/etcd/etcdserver/etcdhttp.func·005(0x7f0a884213f8, 0xc208ff0a00, 0xc20a1e5e10) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/http.go:85 +0x204 net/http.HandlerFunc.ServeHTTP(0xc20848daf0, 0x7f0a884213f8, 0xc208ff0a00, 0xc20a1e5e10) /usr/lib/golang/src/net/http/server.go:1265 +0x41 net/http/httptest.(*waitGroupHandler).ServeHTTP(0xc208490b40, 0x7f0a884213f8, 0xc208ff0a00, 0xc20a1e5e10) /usr/lib/golang/src/net/http/httptest/server.go:200 +0xb7 net/http.serverHandler.ServeHTTP(0xc208391020, 0x7f0a884213f8, 0xc208ff0a00, 0xc20a1e5e10) /usr/lib/golang/src/net/http/server.go:1703 +0x19a net/http.(*conn).serve(0xc208438460) /usr/lib/golang/src/net/http/server.go:1204 +0xb57 created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 772 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc20917ee60, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20917ee60, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20917ee00, 0xc20a254000, 0x8000, 0x8000, 0x0, 0x7f0a8840ad30, 0xc208982008) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20803bae0, 0xc20a254000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc io.Copy(0x7f0a88252b88, 0xc2094c87e0, 0x7f0a88421300, 0xc20803bae0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/io.go:362 +0x1f6 net/http.func·008() /usr/lib/golang/src/net/http/server.go:171 +0x7d created by net/http.(*conn).closeNotify /usr/lib/golang/src/net/http/server.go:177 +0x2e2 goroutine 804 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc2091928b0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc2091928b0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc209192850, 0xc209ccc000, 0x8000, 0x8000, 0x0, 0x7f0a8840ad30, 0xc2087b8b38) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc2094c8888, 0xc209ccc000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc io.Copy(0x7f0a88252b88, 0xc2094c8970, 0x7f0a88421300, 0xc2094c8888, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/io.go:362 +0x1f6 net/http.func·008() /usr/lib/golang/src/net/http/server.go:171 +0x7d created by net/http.(*conn).closeNotify /usr/lib/golang/src/net/http/server.go:177 +0x2e2 goroutine 779 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc209e33760) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 812 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc209192760, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc209192760, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc209192700, 0xc209756000, 0x8000, 0x8000, 0x0, 0x7f0a8840ad30, 0xc2087d2880) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc2094c8878, 0xc209756000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc io.Copy(0x7f0a88252b88, 0xc2094c8aa0, 0x7f0a88421300, 0xc2094c8878, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/io.go:362 +0x1f6 net/http.func·008() /usr/lib/golang/src/net/http/server.go:171 +0x7d created by net/http.(*conn).closeNotify /usr/lib/golang/src/net/http/server.go:177 +0x2e2 goroutine 782 [select, 1 minutes]: github.com/coreos/etcd/etcdserver/etcdhttp.handleKeyWatch(0x7f0a88421000, 0xc2099dde00, 0x7f0a884213f8, 0xc208ff1180, 0x7f0a88252a80, 0xc209b03280, 0xc209b03000, 0x7f0a88420e68, 0xc20840cdc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:626 +0x98e github.com/coreos/etcd/etcdserver/etcdhttp.(*keysHandler).ServeHTTP(0xc208325680, 0x7f0a884213f8, 0xc208ff1180, 0xc20a3464e0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:158 +0x79f net/http.(*ServeMux).ServeHTTP(0xc20838a9c0, 0x7f0a884213f8, 0xc208ff1180, 0xc20a3464e0) /usr/lib/golang/src/net/http/server.go:1541 +0x17d github.com/coreos/etcd/etcdserver/etcdhttp.func·005(0x7f0a884213f8, 0xc208ff1180, 0xc20a3464e0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/http.go:85 +0x204 net/http.HandlerFunc.ServeHTTP(0xc20848daf0, 0x7f0a884213f8, 0xc208ff1180, 0xc20a3464e0) /usr/lib/golang/src/net/http/server.go:1265 +0x41 net/http/httptest.(*waitGroupHandler).ServeHTTP(0xc208490b40, 0x7f0a884213f8, 0xc208ff1180, 0xc20a3464e0) /usr/lib/golang/src/net/http/httptest/server.go:200 +0xb7 net/http.serverHandler.ServeHTTP(0xc208391020, 0x7f0a884213f8, 0xc208ff1180, 0xc20a3464e0) /usr/lib/golang/src/net/http/server.go:1703 +0x19a net/http.(*conn).serve(0xc208ff0dc0) /usr/lib/golang/src/net/http/server.go:1204 +0xb57 created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 787 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc20917fdb0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20917fdb0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20917fd50, 0xc20a262000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc208831da8) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc2092220d8, 0xc20a262000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc2092220d8, 0xc2091b6268, 0xc20a262000, 0x1000, 0x1000, 0x40e608, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc2093bfd80, 0xc20a262000, 0x1000, 0x1000, 0x60, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc20a25c540) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc20a25c540, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 net/http/internal.readLine(0xc20a25c540, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:110 +0x5a net/http/internal.(*chunkedReader).beginChunk(0xc20a264720) /usr/lib/golang/src/net/http/internal/chunked.go:47 +0x46 net/http/internal.(*chunkedReader).Read(0xc20a264720, 0xc20950b000, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:77 +0xbb net/http.(*body).readLocked(0xc209731c80, 0xc20950b000, 0x200, 0x200, 0xffffffff, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:584 +0x7a net/http.(*body).Read(0xc209731c80, 0xc20950b000, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:579 +0x115 net/http.(*bodyEOFSignal).Read(0xc209731cc0, 0xc20950b000, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1193 +0x285 bytes.(*Buffer).ReadFrom(0xc208ef6540, 0x7f0a88420010, 0xc209731cc0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bytes/buffer.go:169 +0x25a io/ioutil.readAll(0x7f0a88420010, 0xc209731cc0, 0x200, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:33 +0x1b0 io/ioutil.ReadAll(0x7f0a88420010, 0xc209731cc0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:42 +0x68 github.com/coreos/etcd/client.func·006() /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:455 +0x7b created by github.com/coreos/etcd/client.(*simpleHTTPClient).Do /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:457 +0xa2e goroutine 785 [select, 1 minutes]: k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).translate(0xc208cae600) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:256 +0x5f7 created by k8s.io/kubernetes/pkg/storage/etcd.newEtcdWatcher /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:143 +0x383 goroutine 786 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc2091b6210) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 781 [select, 1 minutes]: github.com/coreos/etcd/etcdserver/etcdhttp.handleKeyWatch(0x7f0a88421000, 0xc209cd66c0, 0x7f0a884213f8, 0xc208ff1400, 0x7f0a88252a80, 0xc209b038c0, 0xc209b03700, 0x7f0a88420e68, 0xc20840cdc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:626 +0x98e github.com/coreos/etcd/etcdserver/etcdhttp.(*keysHandler).ServeHTTP(0xc208325680, 0x7f0a884213f8, 0xc208ff1400, 0xc2099e65b0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:158 +0x79f net/http.(*ServeMux).ServeHTTP(0xc20838a9c0, 0x7f0a884213f8, 0xc208ff1400, 0xc2099e65b0) /usr/lib/golang/src/net/http/server.go:1541 +0x17d github.com/coreos/etcd/etcdserver/etcdhttp.func·005(0x7f0a884213f8, 0xc208ff1400, 0xc2099e65b0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/http.go:85 +0x204 net/http.HandlerFunc.ServeHTTP(0xc20848daf0, 0x7f0a884213f8, 0xc208ff1400, 0xc2099e65b0) /usr/lib/golang/src/net/http/server.go:1265 +0x41 net/http/httptest.(*waitGroupHandler).ServeHTTP(0xc208490b40, 0x7f0a884213f8, 0xc208ff1400, 0xc2099e65b0) /usr/lib/golang/src/net/http/httptest/server.go:200 +0xb7 net/http.serverHandler.ServeHTTP(0xc208391020, 0x7f0a884213f8, 0xc208ff1400, 0xc2099e65b0) /usr/lib/golang/src/net/http/server.go:1703 +0x19a net/http.(*conn).serve(0xc208ff0c80) /usr/lib/golang/src/net/http/server.go:1204 +0xb57 created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 188 [IO wait]: net.(*pollDesc).Wait(0xc20887a060, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20887a060, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20887a000, 0xc208c56000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc20879a4b0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20807e008, 0xc208c56000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc20807e008, 0xc2080bf868, 0xc208c56000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc20869a0c0, 0xc208c56000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc2089301e0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc2089301e0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2080bf810) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 807 [select, 1 minutes]: k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).translate(0xc208cae840) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:256 +0x5f7 created by k8s.io/kubernetes/pkg/storage/etcd.newEtcdWatcher /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:143 +0x383 goroutine 802 [select, 1 minutes]: github.com/coreos/etcd/client.(*simpleHTTPClient).Do(0xc208e5f200, 0x7f0a88421238, 0xc209b02ec0, 0x7f0a88252018, 0xc209b02e90, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:459 +0xc58 github.com/coreos/etcd/client.(*redirectFollowingHTTPClient).Do(0xc2099e46e0, 0x7f0a88421238, 0xc209b02ec0, 0x7f0a88252018, 0xc209b02e90, 0xc208bddf87, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:494 +0x170 github.com/coreos/etcd/client.(*httpClusterClient).Do(0xc208bdb630, 0x7f0a88421238, 0xc209b02ec0, 0x7f0a88252018, 0xc209b02e90, 0xc2080177a0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:283 +0x58c github.com/coreos/etcd/client.(*httpWatcher).Next(0xc209b02e80, 0x7f0a88421238, 0xc209b02ec0, 0x0, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/keys.go:435 +0xc8 k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).etcdWatch(0xc208cae600, 0x7f0a88248730, 0xc208be3980, 0x7f0a882472b0, 0xc2088df840, 0xc209b02e40, 0x32, 0x13) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:198 +0x1a5 created by k8s.io/kubernetes/pkg/storage/etcd.(*etcdHelper).WatchList /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_helper.go:292 +0x278 goroutine 811 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc20917fcd0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20917fcd0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20917fc70, 0xc20a25e000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc2087b9a48) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc2094c8860, 0xc20a25e000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc2094c8860, 0xc2091b61b8, 0xc20a25e000, 0x1000, 0x1000, 0xc20830b400, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc2099e42c0, 0xc20a25e000, 0x1000, 0x1000, 0x300000000401e1e, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc2099dd140) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2099dd140, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 net/http/internal.readLine(0xc2099dd140, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:110 +0x5a net/http/internal.(*chunkedReader).beginChunk(0xc20a363a10) /usr/lib/golang/src/net/http/internal/chunked.go:47 +0x46 net/http/internal.(*chunkedReader).Read(0xc20a363a10, 0xc209c87c00, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:77 +0xbb net/http.(*body).readLocked(0xc209b03940, 0xc209c87c00, 0x200, 0x200, 0xffffffff, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:584 +0x7a net/http.(*body).Read(0xc209b03940, 0xc209c87c00, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:579 +0x115 net/http.(*bodyEOFSignal).Read(0xc209b03980, 0xc209c87c00, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1193 +0x285 bytes.(*Buffer).ReadFrom(0xc209193810, 0x7f0a88420010, 0xc209b03980, 0x0, 0x0, 0x0) /usr/lib/golang/src/bytes/buffer.go:169 +0x25a io/ioutil.readAll(0x7f0a88420010, 0xc209b03980, 0x200, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:33 +0x1b0 io/ioutil.ReadAll(0x7f0a88420010, 0xc209b03980, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:42 +0x68 github.com/coreos/etcd/client.func·006() /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:455 +0x7b created by github.com/coreos/etcd/client.(*simpleHTTPClient).Do /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:457 +0xa2e goroutine 758 [select, 1 minutes]: github.com/coreos/etcd/etcdserver/etcdhttp.handleKeyWatch(0x7f0a88421000, 0xc2099dca20, 0x7f0a884213f8, 0xc208ff08c0, 0x7f0a88252a80, 0xc209b02400, 0xc2083bfb00, 0x7f0a88420e68, 0xc20840cdc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:626 +0x98e github.com/coreos/etcd/etcdserver/etcdhttp.(*keysHandler).ServeHTTP(0xc208325680, 0x7f0a884213f8, 0xc208ff08c0, 0xc20a1e5d40) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/client.go:158 +0x79f net/http.(*ServeMux).ServeHTTP(0xc20838a9c0, 0x7f0a884213f8, 0xc208ff08c0, 0xc20a1e5d40) /usr/lib/golang/src/net/http/server.go:1541 +0x17d github.com/coreos/etcd/etcdserver/etcdhttp.func·005(0x7f0a884213f8, 0xc208ff08c0, 0xc20a1e5d40) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/etcdserver/etcdhttp/http.go:85 +0x204 net/http.HandlerFunc.ServeHTTP(0xc20848daf0, 0x7f0a884213f8, 0xc208ff08c0, 0xc20a1e5d40) /usr/lib/golang/src/net/http/server.go:1265 +0x41 net/http/httptest.(*waitGroupHandler).ServeHTTP(0xc208490b40, 0x7f0a884213f8, 0xc208ff08c0, 0xc20a1e5d40) /usr/lib/golang/src/net/http/httptest/server.go:200 +0xb7 net/http.serverHandler.ServeHTTP(0xc208391020, 0x7f0a884213f8, 0xc208ff08c0, 0xc20a1e5d40) /usr/lib/golang/src/net/http/server.go:1703 +0x19a net/http.(*conn).serve(0xc209065720) /usr/lib/golang/src/net/http/server.go:1204 +0xb57 created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 791 [select, 1 minutes]: k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).translate(0xc2089b2fc0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:256 +0x5f7 created by k8s.io/kubernetes/pkg/storage/etcd.newEtcdWatcher /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:143 +0x383 goroutine 792 [select, 1 minutes]: github.com/coreos/etcd/client.(*simpleHTTPClient).Do(0xc208c1a380, 0x7f0a88421238, 0xc209f32200, 0x7f0a88252018, 0xc209f321d0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:459 +0xc58 github.com/coreos/etcd/client.(*redirectFollowingHTTPClient).Do(0xc20974ffc0, 0x7f0a88421238, 0xc209f32200, 0x7f0a88252018, 0xc209f321d0, 0xc208bddf87, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:494 +0x170 github.com/coreos/etcd/client.(*httpClusterClient).Do(0xc208bdb630, 0x7f0a88421238, 0xc209f32200, 0x7f0a88252018, 0xc209f321d0, 0xc2083e5fa0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:283 +0x58c github.com/coreos/etcd/client.(*httpWatcher).Next(0xc209f321c0, 0x7f0a88421238, 0xc209f32200, 0xc208ce4fd8, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/keys.go:435 +0xc8 k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).etcdWatch(0xc2089b2fc0, 0x7f0a88248730, 0xc208be36e0, 0x7f0a882472b0, 0xc2088df840, 0xc20a265ad0, 0x2c, 0x13) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:198 +0x1a5 created by k8s.io/kubernetes/pkg/storage/etcd.(*etcdHelper).WatchList /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_helper.go:292 +0x278 goroutine 762 [select, 1 minutes]: github.com/coreos/etcd/client.(*simpleHTTPClient).Do(0xc2089a3b80, 0x7f0a88421238, 0xc209730f40, 0x7f0a88252018, 0xc209730ed0, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:459 +0xc58 github.com/coreos/etcd/client.(*redirectFollowingHTTPClient).Do(0xc2093bf7a0, 0x7f0a88421238, 0xc209730f40, 0x7f0a88252018, 0xc209730ed0, 0xc208bddf87, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:494 +0x170 github.com/coreos/etcd/client.(*httpClusterClient).Do(0xc208bdb630, 0x7f0a88421238, 0xc209730f40, 0x7f0a88252018, 0xc209730ed0, 0xc2083e27a0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:283 +0x58c github.com/coreos/etcd/client.(*httpWatcher).Next(0xc209730ec0, 0x7f0a88421238, 0xc209730f40, 0x0, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/keys.go:435 +0xc8 k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).etcdWatch(0xc2089b2300, 0x7f0a88248730, 0xc208be3ad0, 0x7f0a882472b0, 0xc2088df840, 0xc2093bf760, 0x14, 0x13) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:198 +0x1a5 created by k8s.io/kubernetes/pkg/storage/etcd.(*etcdHelper).WatchList /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_helper.go:292 +0x278 goroutine 813 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc209192680, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc209192680, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc209192620, 0xc20a260000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc208842358) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc2094c8870, 0xc20a260000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc2094c8870, 0xc209e337b8, 0xc20a260000, 0x1000, 0x1000, 0xc20830b400, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc2099e4340, 0xc20a260000, 0x1000, 0x1000, 0x300000000401e1e, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc2099dd2c0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2099dd2c0, 0xa, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 net/http/internal.readLine(0xc2099dd2c0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:110 +0x5a net/http/internal.(*chunkedReader).beginChunk(0xc20a363ec0) /usr/lib/golang/src/net/http/internal/chunked.go:47 +0x46 net/http/internal.(*chunkedReader).Read(0xc20a363ec0, 0xc209c87e00, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:77 +0xbb net/http.(*body).readLocked(0xc209b03ac0, 0xc209c87e00, 0x200, 0x200, 0xffffffff, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:584 +0x7a net/http.(*body).Read(0xc209b03ac0, 0xc209c87e00, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:579 +0x115 net/http.(*bodyEOFSignal).Read(0xc209b03b00, 0xc209c87e00, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1193 +0x285 bytes.(*Buffer).ReadFrom(0xc209193b90, 0x7f0a88420010, 0xc209b03b00, 0x0, 0x0, 0x0) /usr/lib/golang/src/bytes/buffer.go:169 +0x25a io/ioutil.readAll(0x7f0a88420010, 0xc209b03b00, 0x200, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:33 +0x1b0 io/ioutil.ReadAll(0x7f0a88420010, 0xc209b03b00, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:42 +0x68 github.com/coreos/etcd/client.func·006() /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:455 +0x7b created by github.com/coreos/etcd/client.(*simpleHTTPClient).Do /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:457 +0xa2e goroutine 761 [select, 1 minutes]: k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).translate(0xc2089b2300) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:256 +0x5f7 created by k8s.io/kubernetes/pkg/storage/etcd.newEtcdWatcher /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:143 +0x383 goroutine 810 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc2091927d0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc2091927d0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc209192770, 0xc209ba6000, 0x8000, 0x8000, 0x0, 0x7f0a8840ad30, 0xc2087b9958) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc2094c8880, 0xc209ba6000, 0x8000, 0x8000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc io.Copy(0x7f0a88252b88, 0xc2094c8a38, 0x7f0a88421300, 0xc2094c8880, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/io.go:362 +0x1f6 net/http.func·008() /usr/lib/golang/src/net/http/server.go:171 +0x7d created by net/http.(*conn).closeNotify /usr/lib/golang/src/net/http/server.go:177 +0x2e2 goroutine 773 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc20917edf0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20917edf0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20917ed90, 0xc2099e0000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc208982158) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20803ba78, 0xc2099e0000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc20803ba78, 0xc20a0aff48, 0xc2099e0000, 0x1000, 0x1000, 0xf, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc2093bf240, 0xc2099e0000, 0x1000, 0x1000, 0x65b83d, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc2098d1200) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2098d1200, 0xc20000000a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 net/http/internal.readLine(0xc2098d1200, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:110 +0x5a net/http/internal.(*chunkedReader).beginChunk(0xc20a3620c0) /usr/lib/golang/src/net/http/internal/chunked.go:47 +0x46 net/http/internal.(*chunkedReader).Read(0xc20a3620c0, 0xc209c87400, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:77 +0xbb net/http.(*body).readLocked(0xc209b02480, 0xc209c87400, 0x200, 0x200, 0xffffffff, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:584 +0x7a net/http.(*body).Read(0xc209b02480, 0xc209c87400, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:579 +0x115 net/http.(*bodyEOFSignal).Read(0xc209b024c0, 0xc209c87400, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1193 +0x285 bytes.(*Buffer).ReadFrom(0xc209192070, 0x7f0a88420010, 0xc209b024c0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bytes/buffer.go:169 +0x25a io/ioutil.readAll(0x7f0a88420010, 0xc209b024c0, 0x200, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:33 +0x1b0 io/ioutil.ReadAll(0x7f0a88420010, 0xc209b024c0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:42 +0x68 github.com/coreos/etcd/client.func·006() /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:455 +0x7b created by github.com/coreos/etcd/client.(*simpleHTTPClient).Do /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:457 +0xa2e goroutine 769 [select, 1 minutes]: net/http.(*persistConn).readLoop(0xc2091b6210) /usr/lib/golang/src/net/http/transport.go:928 +0x9ce created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 778 [select, 1 minutes]: net/http.(*persistConn).readLoop(0xc209e33760) /usr/lib/golang/src/net/http/transport.go:928 +0x9ce created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 776 [select, 1 minutes]: net/http.(*persistConn).readLoop(0xc2091b6160) /usr/lib/golang/src/net/http/transport.go:928 +0x9ce created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 770 [select, 1 minutes]: github.com/coreos/etcd/client.(*simpleHTTPClient).Do(0xc208e5ef00, 0x7f0a88421238, 0xc209b022c0, 0x7f0a88252018, 0xc209b02290, 0x0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:459 +0xc58 github.com/coreos/etcd/client.(*redirectFollowingHTTPClient).Do(0xc20994bde0, 0x7f0a88421238, 0xc209b022c0, 0x7f0a88252018, 0xc209b02290, 0xc208bddf87, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:494 +0x170 github.com/coreos/etcd/client.(*httpClusterClient).Do(0xc208bdb630, 0x7f0a88421238, 0xc209b022c0, 0x7f0a88252018, 0xc209b02290, 0xc2083e57a0, 0x0, 0x0, 0x0, 0x0, ...) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:283 +0x58c github.com/coreos/etcd/client.(*httpWatcher).Next(0xc209b02280, 0x7f0a88421238, 0xc209b022c0, 0x57fd7b, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/keys.go:435 +0xc8 k8s.io/kubernetes/pkg/storage/etcd.(*etcdWatcher).etcdWatch(0xc208cae300, 0x7f0a88248730, 0xc208be3560, 0x7f0a882472b0, 0xc2088df840, 0xc20843c930, 0x2a, 0x13) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_watcher.go:198 +0x1a5 created by k8s.io/kubernetes/pkg/storage/etcd.(*etcdHelper).WatchList /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/storage/etcd/etcd_helper.go:292 +0x278 goroutine 756 [select, 1 minutes]: net/http.(*persistConn).readLoop(0xc20a0afef0) /usr/lib/golang/src/net/http/transport.go:928 +0x9ce created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 757 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc20a0afef0) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 774 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc20811e680, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20811e680, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20811e620, 0xc2089b8000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc2089827b8) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20803a9c8, 0xc2089b8000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc20803a9c8, 0xc2082da478, 0xc2089b8000, 0x1000, 0x1000, 0xf, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc2088de640, 0xc2089b8000, 0x1000, 0x1000, 0x65b83d, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc20889ea20) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc20889ea20, 0xc20000000a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 net/http/internal.readLine(0xc20889ea20, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:110 +0x5a net/http/internal.(*chunkedReader).beginChunk(0xc20a3623c0) /usr/lib/golang/src/net/http/internal/chunked.go:47 +0x46 net/http/internal.(*chunkedReader).Read(0xc20a3623c0, 0xc209c87600, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/internal/chunked.go:77 +0xbb net/http.(*body).readLocked(0xc209b02680, 0xc209c87600, 0x200, 0x200, 0xffffffff, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:584 +0x7a net/http.(*body).Read(0xc209b02680, 0xc209c87600, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transfer.go:579 +0x115 net/http.(*bodyEOFSignal).Read(0xc209b026c0, 0xc209c87600, 0x200, 0x200, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1193 +0x285 bytes.(*Buffer).ReadFrom(0xc2091925b0, 0x7f0a88420010, 0xc209b026c0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bytes/buffer.go:169 +0x25a io/ioutil.readAll(0x7f0a88420010, 0xc209b026c0, 0x200, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:33 +0x1b0 io/ioutil.ReadAll(0x7f0a88420010, 0xc209b026c0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/io/ioutil/ioutil.go:42 +0x68 github.com/coreos/etcd/client.func·006() /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:455 +0x7b created by github.com/coreos/etcd/client.(*simpleHTTPClient).Do /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/coreos/etcd/client/client.go:457 +0xa2e goroutine 262 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc2083e57a8, 0x29e8d60800, 0x0, 0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc2083e57a8, 0x29e8d60800, 0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a k8s.io/kubernetes/pkg/registry/service/ipallocator/controller.(*Repair).RunUntil(0xc2088999b0, 0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/registry/service/ipallocator/controller/repair.go:72 +0x52 k8s.io/kubernetes/pkg/registry/service/ipallocator/controller.*Repair.RunUntil·fm(0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/master/controller.go:97 +0x31 created by k8s.io/kubernetes/pkg/util.(*Runner).Start /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/runner.go:45 +0x148 goroutine 261 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc208963fa8, 0x2540be400, 0x0, 0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc208963fa8, 0x2540be400, 0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a k8s.io/kubernetes/pkg/master.(*Controller).RunKubernetesService(0xc208e1e120, 0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/master/controller.go:110 +0x56 k8s.io/kubernetes/pkg/master.*Controller.RunKubernetesService·fm(0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/master/controller.go:97 +0x31 created by k8s.io/kubernetes/pkg/util.(*Runner).Start /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/runner.go:45 +0x148 goroutine 189 [select]: net/http.(*persistConn).writeLoop(0xc2080bf810) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 231 [IO wait]: net.(*pollDesc).Wait(0xc208e543e0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208e543e0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208e54380, 0xc208929000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc20879a318) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20895e970, 0xc208929000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.(*liveSwitchReader).Read(0xc20882d628, 0xc208929000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc208bddb40, 0xc208929000, 0x1000, 0x1000, 0xc20a33f920, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc208b70780) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc208b70780, 0xc20a06f90a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc208b70780, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc208806a80, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc208806a80, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc208b70780, 0xc20a2a6c30, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc20882d5e0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc20882d5e0) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 263 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc2083e2fa8, 0x29e8d60800, 0x0, 0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc2083e2fa8, 0x29e8d60800, 0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a k8s.io/kubernetes/pkg/registry/service/portallocator/controller.(*Repair).RunUntil(0xc208ca4000, 0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/registry/service/portallocator/controller/repair.go:58 +0x52 k8s.io/kubernetes/pkg/registry/service/portallocator/controller.*Repair.RunUntil·fm(0xc2087acea0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/master/controller.go:97 +0x31 created by k8s.io/kubernetes/pkg/util.(*Runner).Start /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/runner.go:45 +0x148 goroutine 387 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc2089b0dc0) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 348 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc20895d330, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20895d330, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20895d2d0, 0xc209c48400, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc208c43880) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc209016af0, 0xc209c48400, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209736930, 0x7f0a88421300, 0xc209016af0, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209676000, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209676000, 0xc20948b000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc2095c5308, 0xc20948b000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc20953e780, 0xc20948b000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc2089311a0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2089311a0, 0xc209457b0a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc2089311a0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc2098b6f30, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc2098b6f30, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc2089311a0, 0xc2090a0410, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc2095c52c0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc2095c52c0) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 275 [IO wait]: net.(*pollDesc).Wait(0xc20881e4c0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20881e4c0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20881e460, 0xc208bec000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc208cd0d38) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20807f1c8, 0xc208bec000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.(*liveSwitchReader).Read(0xc2089aef48, 0xc208bec000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc2087eabc0, 0xc208bec000, 0x1000, 0x1000, 0xc209ff20f0, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc2087c20c0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2087c20c0, 0xc209fdcb0a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc2087c20c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc2089202d0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc2089202d0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc2087c20c0, 0xc209fd8410, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc2089aef00, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc2089aef00) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 257 [IO wait]: net.(*pollDesc).Wait(0xc20881e3e0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20881e3e0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20881e380, 0xc208bd4000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc208cd0eb0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20807f1a0, 0xc208bd4000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc20807f1a0, 0xc2080aae18, 0xc208bd4000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc2087eab40, 0xc208bd4000, 0x1000, 0x1000, 0xc208012900, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc208bd7f20) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc208bd7f20, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2080aadc0) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 274 [select]: net/http.(*persistConn).writeLoop(0xc2080aadc0) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 298 [IO wait, 3 minutes]: net.(*pollDesc).Wait(0xc209215170, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc209215170, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc209215110, 0xc209226000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc2094083b0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc209017ef8, 0xc209226000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc209017ef8, 0xc2091b6688, 0xc209226000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc2091f7460, 0xc209226000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc209201320) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc209201320, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2091b6630) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 299 [select, 3 minutes]: net/http.(*persistConn).writeLoop(0xc2091b6630) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 264 [IO wait, 3 minutes]: net.(*pollDesc).Wait(0xc20921e060, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20921e060, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20921e000, 0xc20922a000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc2094082b8) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc209222000, 0xc20922a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.(*liveSwitchReader).Read(0xc209224048, 0xc20922a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc20921c040, 0xc20922a000, 0x1000, 0x1000, 0xc209209c50, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc209228000) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc209228000, 0xc209201c0a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc209228000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc209220090, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc209220090, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc209228000, 0xc2091f12b0, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209224000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209224000) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 269 [IO wait, 3 minutes]: net.(*pollDesc).Wait(0xc2089078e0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc2089078e0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).accept(0xc208907880, 0x0, 0x7f0a8840ad30, 0xc209a1d828) /usr/lib/golang/src/net/fd_unix.go:419 +0x40b net.(*TCPListener).AcceptTCP(0xc20895e188, 0xc209a1d840, 0x0, 0x0) /usr/lib/golang/src/net/tcpsock_posix.go:234 +0x4e github.com/openshift/origin/pkg/cmd/util.tcpKeepAliveListener.Accept(0xc20895e188, 0x0, 0x0, 0x0, 0x0) /data/src/github.com/openshift/origin/pkg/cmd/util/net.go:37 +0x4c crypto/tls.(*listener).Accept(0xc208f1ec20, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/tls.go:46 +0x6b net/http.(*Server).Serve(0xc2089cb7a0, 0x7f0a849ff2e0, 0xc208f1ec20, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:1728 +0x92 github.com/openshift/origin/pkg/cmd/util.ListenAndServeTLS(0xc2089cb7a0, 0x2dc17f0, 0x4, 0xc208bda5a0, 0x4f, 0xc208bda640, 0x4f, 0x0, 0x0) /data/src/github.com/openshift/origin/pkg/cmd/util/net.go:88 +0x55f github.com/openshift/origin/pkg/cmd/server/origin.func·020() /data/src/github.com/openshift/origin/pkg/cmd/server/origin/master.go:273 +0x44c k8s.io/kubernetes/pkg/util/wait.func·001() /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:66 +0x61 k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc209433380, 0x0, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:67 +0x8f k8s.io/kubernetes/pkg/util/wait.Until(0xc209433380, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a k8s.io/kubernetes/pkg/util/wait.Forever(0xc209433380, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:41 +0x3e created by github.com/openshift/origin/pkg/cmd/server/origin.(*MasterConfig).serve /data/src/github.com/openshift/origin/pkg/cmd/server/origin/master.go:277 +0x225 goroutine 504 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc209e68da0, 0x3b9aca00, 0x0, 0xc209a3ef00) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc209e68da0, 0x3b9aca00, 0xc209a3ef00) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).RunUntil /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:166 +0xfb goroutine 503 [IO wait, 3 minutes]: net.(*pollDesc).Wait(0xc209e744c0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc209e744c0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc209e74460, 0xc209e7c000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc209a56fd8) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc209223460, 0xc209e7c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.(*liveSwitchReader).Read(0xc209785308, 0xc209e7c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc209e689a0, 0xc209e7c000, 0x1000, 0x1000, 0xc209e59050, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc209a3e9c0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc209a3e9c0, 0xc209a3ea0a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc209a3e9c0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc209e58ed0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc209e58ed0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc209a3e9c0, 0xc208dd7e10, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc2097852c0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc2097852c0) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 384 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc20896a680, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc20896a680, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc20896a620, 0xc209207c00, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc208c43be0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20895f8b0, 0xc209207c00, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc20911b110, 0x7f0a88421300, 0xc20895f8b0, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209672000, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209672000, 0xc208c78000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc209672000, 0xc2089b09f8, 0xc208c78000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc20881a480, 0xc208c78000, 0x1000, 0x1000, 0xc208012900, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc209228c00) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc209228c00, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2089b09a0) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 381 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208866ca0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208866ca0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208866c40, 0xc209008800, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc209059b68) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20895ff88, 0xc209008800, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc20905a2a0, 0x7f0a88421300, 0xc20895ff88, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209659080, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209659080, 0xc209e06000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc209659080, 0xc2089b0aa8, 0xc209e06000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc2097e11c0, 0xc209e06000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc209228360) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc209228360, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2089b0a50) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 512 [IO wait, 3 minutes]: net.(*pollDesc).Wait(0xc209a20a00, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc209a20a00, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).accept(0xc209a209a0, 0x0, 0x7f0a8840ad30, 0xc209a1ca80) /usr/lib/golang/src/net/fd_unix.go:419 +0x40b net.(*TCPListener).AcceptTCP(0xc2094c80a8, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/tcpsock_posix.go:234 +0x4e github.com/miekg/dns.(*Server).serveTCP(0xc2080d62d0, 0xc2094c80a8, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/miekg/dns/server.go:446 +0x1bb github.com/miekg/dns.(*Server).ListenAndServe(0xc2080d62d0, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/miekg/dns/server.go:313 +0x462 github.com/miekg/dns.ListenAndServe(0xc2080ba200, 0xe, 0x2dc17f0, 0x4, 0x7f0a84a1bb58, 0xc209a1c530, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/miekg/dns/server.go:99 +0xec github.com/skynetservices/skydns/server.func·004() /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/skynetservices/skydns/server/server.go:118 +0xd9 created by github.com/skynetservices/skydns/server.(*server).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/skynetservices/skydns/server/server.go:121 +0x27d goroutine 513 [syscall, 3 minutes]: syscall.Syscall(0x2f, 0x33, 0xc20802e990, 0x0, 0x40d5fe, 0x7f0a883f7000, 0x41c468) /usr/lib/golang/src/syscall/asm_linux_amd64.s:21 +0x5 syscall.recvmsg(0x33, 0xc20802e990, 0x0, 0x41b82c, 0x0, 0x0) /usr/lib/golang/src/syscall/zsyscall_linux_amd64.go:1933 +0x57 syscall.Recvmsg(0x33, 0xc2084dc000, 0x200, 0x200, 0xc209a3ac90, 0x28, 0x28, 0x0, 0x7f0a883f7000, 0x0, ...) /usr/lib/golang/src/syscall/syscall_linux.go:519 +0x19b net.(*netFD).readMsg(0xc209a20a10, 0xc2084dc000, 0x200, 0x200, 0xc209a3ac90, 0x28, 0x28, 0x0, 0x0, 0x0, ...) /usr/lib/golang/src/net/fd_unix.go:292 +0x42b net.(*UDPConn).ReadMsgUDP(0xc2094c80b8, 0xc2084dc000, 0x200, 0x200, 0xc209a3ac90, 0x28, 0x28, 0xc57ed5e, 0x7f0a883f7000, 0x40e8c1, ...) /usr/lib/golang/src/net/udpsock_posix.go:96 +0x17f github.com/miekg/dns.ReadFromSessionUDP(0xc2094c80b8, 0xc2084dc000, 0x200, 0x200, 0x200, 0x200, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/miekg/dns/udp.go:47 +0xca github.com/miekg/dns.(*Server).readUDP(0xc2080d6690, 0xc2094c80b8, 0x77359400, 0x0, 0x0, 0x0, 0x2c450a0, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/miekg/dns/server.go:615 +0x14e github.com/miekg/dns.(*defaultReader).ReadUDP(0xc2094c80d0, 0xc2094c80b8, 0x77359400, 0x0, 0x0, 0x0, 0x4e46bc0, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/miekg/dns/server.go:230 +0x72 github.com/miekg/dns.(*Server).serveUDP(0xc2080d6690, 0xc2094c80b8, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/miekg/dns/server.go:485 +0x1ea github.com/miekg/dns.(*Server).ListenAndServe(0xc2080d6690, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/miekg/dns/server.go:328 +0x81d github.com/miekg/dns.ListenAndServe(0xc2080ba200, 0xe, 0x2dc2f70, 0x4, 0x7f0a84a1bb58, 0xc209a1c530, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/miekg/dns/server.go:99 +0xec github.com/skynetservices/skydns/server.func·005() /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/skynetservices/skydns/server/server.go:126 +0xd9 created by github.com/skynetservices/skydns/server.(*server).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/skynetservices/skydns/server/server.go:129 +0x361 goroutine 390 [IO wait]: net.(*pollDesc).Wait(0xc208cd4680, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208cd4680, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208cd4620, 0xc2092ac000, 0x800, 0x800, 0x0, 0x7f0a8840ad30, 0xc2086c4bc0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc209016408, 0xc2092ac000, 0x800, 0x800, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209bbd620, 0x7f0a88421300, 0xc209016408, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc2096778c0, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc2096778c0, 0xc20a11c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc2096778c0, 0xc20a0af2e8, 0xc20a11c000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc20973ba80, 0xc20a11c000, 0x1000, 0x1000, 0xc208012900, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc209271860) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc209271860, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc20a0af290) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 405 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208866fb0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208866fb0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208866f50, 0xc2091c9800, 0x800, 0x800, 0x0, 0x7f0a8840ad30, 0xc208830310) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20895fda0, 0xc2091c9800, 0x800, 0x800, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209f7af00, 0x7f0a88421300, 0xc20895fda0, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc20965e840, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc20965e840, 0xc209ca7000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc20965e840, 0xc2089b0d68, 0xc209ca7000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc209db6d40, 0xc209ca7000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc209425920) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc209425920, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2089b0d10) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 404 [select]: net/http.(*persistConn).writeLoop(0xc2089b0e70) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 386 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208867090, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208867090, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208867030, 0xc209165000, 0x800, 0x800, 0x0, 0x7f0a8840ad30, 0xc208fee6b0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20895fd60, 0xc209165000, 0x800, 0x800, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209f7e900, 0x7f0a88421300, 0xc20895fd60, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209673b80, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209673b80, 0xc20899c000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc209673b80, 0xc2089b0e18, 0xc20899c000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc208c7a800, 0xc20899c000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc209229680) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc209229680, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2089b0dc0) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 403 [IO wait]: net.(*pollDesc).Wait(0xc2088673a0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc2088673a0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208867340, 0xc209219800, 0x800, 0x800, 0x0, 0x7f0a8840ad30, 0xc2086c4bd0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20895fd00, 0xc209219800, 0x800, 0x800, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209f7e030, 0x7f0a88421300, 0xc20895fd00, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209672b00, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209672b00, 0xc209735000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc209672b00, 0xc2089b0ec8, 0xc209735000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc209db6d20, 0xc209735000, 0x1000, 0x1000, 0xc208012900, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc2094258c0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc2094258c0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2089b0e70) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 408 [IO wait]: net.(*pollDesc).Wait(0xc208866f40, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208866f40, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208866ee0, 0xc208ffb000, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc20879a5e0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20895fdf0, 0xc208ffb000, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209027470, 0x7f0a88421300, 0xc20895fdf0, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc20965eb00, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc20965eb00, 0xc209bed000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc20965eb00, 0xc2089b0cb8, 0xc209bed000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc209d8c0c0, 0xc209bed000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc208cd63c0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc208cd63c0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2089b0c60) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 349 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208866df0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208866df0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208866d90, 0xc208b81000, 0x800, 0x800, 0x0, 0x7f0a8840ad30, 0xc209081020) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20895fe50, 0xc208b81000, 0x800, 0x800, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209736e40, 0x7f0a88421300, 0xc20895fe50, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209658840, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209658840, 0xc208f68000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc209658840, 0xc2089b0c08, 0xc208f68000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc209b7e720, 0xc208f68000, 0x1000, 0x1000, 0xc208012900, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc2094249c0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc2094249c0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2089b0bb0) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 380 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc2089b0b00) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 379 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208866d10, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208866d10, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208866cb0, 0xc208bdf800, 0x800, 0x800, 0x0, 0x7f0a8840ad30, 0xc208e7e0d0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc20895fed0, 0xc208bdf800, 0x800, 0x800, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc208ce3350, 0x7f0a88421300, 0xc20895fed0, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209658b00, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209658b00, 0xc209077000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc209658b00, 0xc2089b0b58, 0xc209077000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc2097e11a0, 0xc209077000, 0x1000, 0x1000, 0xc208012000, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc209228300) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc209228300, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc2089b0b00) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 372 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208867480, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208867480, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208867420, 0xc209008c00, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc209059638) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc208c54020, 0xc209008c00, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc20905b710, 0x7f0a88421300, 0xc208c54020, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209659600, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209659600, 0xc2092df000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc209629a88, 0xc2092df000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc20944a280, 0xc2092df000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc2087c2b40) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2087c2b40, 0xc20905ba0a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc2087c2b40, 0x0, 0x0, 0x0, 0xc20905ba00, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc209e50000, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc209e50000, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc2087c2b40, 0xc209a81520, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209629a40, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209629a40) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 373 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208867950, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208867950, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc2088678f0, 0xc209009400, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc20a065d50) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc208c54050, 0xc209009400, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc208b34600, 0x7f0a88421300, 0xc208c54050, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc2096598c0, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc2096598c0, 0xc20901f000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc209629b28, 0xc20901f000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc20944a320, 0xc20901f000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc2087c2c00) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2087c2c00, 0xc208b3510a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc2087c2c00, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc2083bee40, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc2083bee40, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc2087c2c00, 0xc209910b60, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209629ae0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209629ae0) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 374 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc2088679c0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc2088679c0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208867960, 0xc209ec4400, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc209047c20) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc208c54090, 0xc209ec4400, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209f7e6f0, 0x7f0a88421300, 0xc208c54090, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc20964b8c0, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc20964b8c0, 0xc209043000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc209629bc8, 0xc209043000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc20944a380, 0xc209043000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc2087c2c60) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2087c2c60, 0xc208c4410a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc2087c2c60, 0x0, 0x0, 0x0, 0xc208c44100, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc2098b7710, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc2098b7710, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc2087c2c60, 0xc209954820, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209629b80, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209629b80) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 375 [IO wait]: net.(*pollDesc).Wait(0xc208867a30, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208867a30, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc2088679d0, 0xc20892d400, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc20879a240) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc208c540f0, 0xc20892d400, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc2098b78c0, 0x7f0a88421300, 0xc208c540f0, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc20964bb80, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc20964bb80, 0xc209057000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc209629c68, 0xc209057000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc20944a3e0, 0xc209057000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc2087c2d20) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2087c2d20, 0xc209208c0a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc2087c2d20, 0x0, 0x0, 0x0, 0xc209208c00, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc209b7a450, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc209b7a450, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc2087c2d20, 0xc2099552b0, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209629c20, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209629c20) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 376 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208867aa0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208867aa0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208867a40, 0xc20892c800, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc2087f9438) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc208c540f8, 0xc20892c800, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc2098b6240, 0x7f0a88421300, 0xc208c540f8, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc2096402c0, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc2096402c0, 0xc20905d000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc209629d08, 0xc20905d000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc20944a460, 0xc20905d000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc2087c2de0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2087c2de0, 0xc209b7b40a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc2087c2de0, 0x0, 0x0, 0x0, 0xc209b7b400, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc209bbc870, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc209bbc870, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc2087c2de0, 0xc20922c8f0, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209629cc0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209629cc0) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 377 [IO wait, 1 minutes]: net.(*pollDesc).Wait(0xc208867bf0, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208867bf0, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208867b90, 0xc20a08f000, 0x800, 0x800, 0x0, 0x7f0a8840ad30, 0xc208c43490) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc208c54128, 0xc20a08f000, 0x800, 0x800, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc2097e59b0, 0x7f0a88421300, 0xc208c54128, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209640840, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209640840, 0xc209061000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc209629da8, 0xc209061000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc20944a4c0, 0xc209061000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc2087c2e40) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2087c2e40, 0xc2097e5a0a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc2087c2e40, 0x0, 0x0, 0x0, 0xc2097e5a00, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc208953710, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc208953710, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc2087c2e40, 0xc2090a0340, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209629d60, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209629d60) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 378 [IO wait]: net.(*pollDesc).Wait(0xc208867c60, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208867c60, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208867c00, 0xc20892d000, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc2086c45e0) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc208c541c8, 0xc20892d000, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc2098b6f90, 0x7f0a88421300, 0xc208c541c8, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209635600, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209635600, 0xc209073000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc209629e48, 0xc209073000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc20944a540, 0xc209073000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc2087c2ea0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc2087c2ea0, 0xc209931e0a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc2087c2ea0, 0x0, 0x0, 0x0, 0xc209931e00, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc20a32c510, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc20a32c510, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc2087c2ea0, 0xc2099116c0, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209629e00, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209629e00) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 382 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc2089b0a50) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 385 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc2089b09a0) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 389 [IO wait]: net.(*pollDesc).Wait(0xc208cd5c60, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208cd5c60, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208cd5c00, 0xc209ec5000, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc20879ad50) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc209016478, 0xc209ec5000, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209737470, 0x7f0a88421300, 0xc209016478, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc2095b62c0, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc2095b62c0, 0xc20948a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc209e127c8, 0xc20948a000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc209148200, 0xc20948a000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc209229b00) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc209229b00, 0xc209b7a60a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc209229b00, 0x0, 0x0, 0x0, 0xc209b7a600, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc20a32c2a0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc20a32c2a0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc209229b00, 0xc20a2a61a0, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209e12780, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209e12780) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 350 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc2089b0bb0) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 409 [select]: net/http.(*persistConn).writeLoop(0xc2089b0c60) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 502 [semacquire, 3 minutes]: sync.(*WaitGroup).Wait(0xc209a165e0) /usr/lib/golang/src/sync/waitgroup.go:132 +0x169 github.com/skynetservices/skydns/server.(*server).Run(0xc209e7e380, 0x0, 0x0) /data/src/github.com/openshift/origin/Godeps/_workspace/src/github.com/skynetservices/skydns/server/server.go:132 +0x3b8 github.com/openshift/origin/pkg/dns.ListenAndServe(0xc209e6d560, 0xc2087db220, 0xc2097abd40, 0x0, 0x0) /data/src/github.com/openshift/origin/pkg/dns/server.go:42 +0x4a7 github.com/openshift/origin/pkg/cmd/server/origin.func·028() /data/src/github.com/openshift/origin/pkg/cmd/server/origin/run_components.go:178 +0x185 created by github.com/openshift/origin/pkg/cmd/server/origin.(*MasterConfig).RunDNSServer /data/src/github.com/openshift/origin/pkg/cmd/server/origin/run_components.go:180 +0x5f3 goroutine 406 [select, 1 minutes]: net/http.(*persistConn).writeLoop(0xc2089b0d10) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 391 [select]: net/http.(*persistConn).writeLoop(0xc20a0af290) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 495 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc209a56340, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc209a56340, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a created by k8s.io/kubernetes/pkg/client/cache.(*Reflector).Run /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/client/cache/reflector.go:160 +0xb4 goroutine 493 [IO wait, 3 minutes]: net.(*pollDesc).Wait(0xc209a21d40, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc209a21d40, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc209a21ce0, 0xc209e7a000, 0x1000, 0x1000, 0x0, 0x7f0a8840ad30, 0xc209a1d490) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc2094c95b0, 0xc209e7a000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc net/http.noteEOFReader.Read(0x7f0a88421300, 0xc2094c95b0, 0xc209778d68, 0xc209e7a000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc209a17f00, 0xc209e7a000, 0x1000, 0x1000, 0xc208012900, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc209a114a0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc209a114a0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc209778d10) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 494 [select, 3 minutes]: net/http.(*persistConn).writeLoop(0xc209778d10) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc goroutine 496 [select]: k8s.io/kubernetes/pkg/util/wait.JitterUntil(0xc209a56350, 0x3b9aca00, 0x0, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:74 +0x163 k8s.io/kubernetes/pkg/util/wait.Until(0xc209a56350, 0x3b9aca00, 0xc208064360) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:47 +0x4a k8s.io/kubernetes/pkg/util/wait.Forever(0xc209a56350, 0x3b9aca00) /data/src/github.com/openshift/origin/Godeps/_workspace/src/k8s.io/kubernetes/pkg/util/wait/wait.go:41 +0x3e created by github.com/openshift/origin/pkg/project/auth.(*AuthorizationCache).Run /data/src/github.com/openshift/origin/pkg/project/auth/cache.go:172 +0x33d goroutine 515 [IO wait]: net.(*pollDesc).Wait(0xc208894d80, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208894d80, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208894d20, 0xc209207800, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc2086dff58) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc2094c8158, 0xc209207800, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc209fbd1a0, 0x7f0a88421300, 0xc2094c8158, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc209577600, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc209577600, 0xc2097c4000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.(*liveSwitchReader).Read(0xc209064548, 0xc2097c4000, 0x1000, 0x1000, 0x8, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:214 +0xab io.(*LimitedReader).Read(0xc209953a40, 0xc2097c4000, 0x1000, 0x1000, 0x800, 0x0, 0x0) /usr/lib/golang/src/io/io.go:408 +0xce bufio.(*Reader).fill(0xc209a10fc0) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).ReadSlice(0xc209a10fc0, 0xc208f12c0a, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:295 +0x257 bufio.(*Reader).ReadLine(0xc209a10fc0, 0x0, 0x0, 0x0, 0xc208f12c00, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:324 +0x62 net/textproto.(*Reader).readLineSlice(0xc2094ba6c0, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:55 +0x9e net/textproto.(*Reader).ReadLine(0xc2094ba6c0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/textproto/reader.go:36 +0x4f net/http.ReadRequest(0xc209a10fc0, 0xc208dd6680, 0x0, 0x0) /usr/lib/golang/src/net/http/request.go:598 +0xcb net/http.(*conn).readRequest(0xc209064500, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/http/server.go:586 +0x26f net/http.(*conn).serve(0xc209064500) /usr/lib/golang/src/net/http/server.go:1162 +0x69e created by net/http.(*Server).Serve /usr/lib/golang/src/net/http/server.go:1751 +0x35e goroutine 532 [IO wait]: net.(*pollDesc).Wait(0xc208bb3090, 0x72, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:84 +0x47 net.(*pollDesc).WaitRead(0xc208bb3090, 0x0, 0x0) /usr/lib/golang/src/net/fd_poll_runtime.go:89 +0x43 net.(*netFD).Read(0xc208bb3030, 0xc208500800, 0x400, 0x400, 0x0, 0x7f0a8840ad30, 0xc208b32078) /usr/lib/golang/src/net/fd_unix.go:242 +0x40f net.(*conn).Read(0xc209016908, 0xc208500800, 0x400, 0x400, 0x0, 0x0, 0x0) /usr/lib/golang/src/net/net.go:121 +0xdc crypto/tls.(*block).readFromUntil(0xc2098407b0, 0x7f0a88421300, 0xc209016908, 0x5, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:454 +0xe6 crypto/tls.(*Conn).readRecord(0xc20955a840, 0x17, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:539 +0x2da crypto/tls.(*Conn).Read(0xc20955a840, 0xc2098bd000, 0x1000, 0x1000, 0x0, 0x0, 0x0) /usr/lib/golang/src/crypto/tls/conn.go:904 +0x166 net/http.noteEOFReader.Read(0x7f0a849ff340, 0xc20955a840, 0xc20a0aee18, 0xc2098bd000, 0x1000, 0x1000, 0x2525460, 0x0, 0x0) /usr/lib/golang/src/net/http/transport.go:1270 +0x6e net/http.(*noteEOFReader).Read(0xc20944ad80, 0xc2098bd000, 0x1000, 0x1000, 0xc208012900, 0x0, 0x0) <autogenerated>:125 +0xd4 bufio.(*Reader).fill(0xc208930180) /usr/lib/golang/src/bufio/bufio.go:97 +0x1ce bufio.(*Reader).Peek(0xc208930180, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0) /usr/lib/golang/src/bufio/bufio.go:132 +0xf0 net/http.(*persistConn).readLoop(0xc20a0aedc0) /usr/lib/golang/src/net/http/transport.go:842 +0xa4 created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:660 +0xc9f goroutine 533 [select]: net/http.(*persistConn).writeLoop(0xc20a0aedc0) /usr/lib/golang/src/net/http/transport.go:945 +0x41d created by net/http.(*Transport).dialConn /usr/lib/golang/src/net/http/transport.go:661 +0xcbc Running TestAuthorizationResolution... ``` </details>
test
error waiting for policy cache to initialize timed out stack trace panic dump ensure go waiting for policy cache to initialize ensure go error waiting for policy cache to initialize timed out waiting for the condition ensure go unable to create default security context constraint privileged got error user system openshift master cannot create securitycontextconstraints at the cluster scope ensure go unable to create default security context constraint nonroot got error user system openshift master cannot create securitycontextconstraints at the cluster scope ensure go unable to create default security context constraint hostmount anyuid got error user system openshift master cannot create securitycontextconstraints at the cluster scope ensure go unable to create default security context constraint hostaccess got error user system openshift master cannot create securitycontextconstraints at the cluster scope ensure go unable to create default security context constraint restricted got error user system openshift master cannot create securitycontextconstraints at the cluster scope ensure go unable to create default security context constraint anyuid got error user system openshift master cannot create securitycontextconstraints at the cluster scope ensure go unable to create default security context constraint hostnetwork got error user system openshift master cannot create securitycontextconstraints at the cluster scope ensure go error adding service account roles to default namespace user system openshift master cannot get namespaces in project default ensure go error creating namespace openshift infra user system openshift master cannot create namespaces at the cluster scope run components go binding dns on port instead of you may need to run as root and update your config using which will not resolve from all locations net go got error net operror op dial net tcp addr net tcpaddr err trying again run components go dns listening at panic test timed out after goroutine testing func· usr lib golang src testing testing go created by time gofunc usr lib golang src time sleep go goroutine testing runtests usr lib golang src testing testing go testing m run usr lib golang src testing testing go main main github com openshift origin test integration test testmain go goroutine github com golang glog loggingt flushdaemon data src github com openshift origin godeps workspace src github com golang glog glog go created by github com golang glog init· data src github com openshift origin godeps workspace src github com golang glog glog go goroutine runtime goexit usr lib golang src runtime asm s goroutine os signal loop usr lib golang src os signal signal unix go created by os signal init· usr lib golang src os signal signal unix go goroutine github com coreos etcd raft node run data src github com openshift origin godeps workspace src github com coreos etcd raft node go created by github com coreos etcd raft startnode data src github com openshift origin godeps workspace src github com coreos etcd raft node go goroutine net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go io copy usr lib golang src io io go net http func· usr lib golang src net http server go created by net http conn closenotify usr lib golang src net http server go goroutine github com openshift origin test util server startconfiguredmasterwithoptions data src github com openshift origin test util server server go github com openshift origin test util server startconfiguredmasterapi data src github com openshift origin test util server server go github com openshift origin test integration testauthproxyonauthorize data src github com openshift origin test integration auth proxy test go testing trunner usr lib golang src testing testing go created by testing runtests usr lib golang src testing testing go goroutine github com coreos etcd etcdserver func· data src github com openshift origin godeps workspace src github com coreos etcd etcdserver raft go created by github com coreos etcd etcdserver raftnode start data src github com openshift origin godeps workspace src github com coreos etcd etcdserver raft go goroutine io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go created by io kubernetes pkg client cache reflector rununtil data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go goroutine github com coreos etcd etcdserver etcdserver run data src github com openshift origin godeps workspace src github com coreos etcd etcdserver server go created by github com coreos etcd etcdserver etcdserver start data src github com openshift origin godeps workspace src github com coreos etcd etcdserver server go goroutine io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go created by io kubernetes pkg client cache reflector rununtil data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go goroutine github com coreos etcd etcdserver etcdserver purgefile data src github com openshift origin godeps workspace src github com coreos etcd etcdserver server go created by github com coreos etcd etcdserver etcdserver start data src github com openshift origin godeps workspace src github com coreos etcd etcdserver server go goroutine github com coreos etcd etcdserver monitorfiledescriptor data src github com openshift origin godeps workspace src github com coreos etcd etcdserver metrics go created by github com coreos etcd etcdserver etcdserver start data src github com openshift origin godeps workspace src github com coreos etcd etcdserver server go goroutine github com coreos etcd etcdserver etcdserver monitorversions data src github com openshift origin godeps workspace src github com coreos etcd etcdserver server go created by github com coreos etcd etcdserver etcdserver start data src github com openshift origin godeps workspace src github com coreos etcd etcdserver server go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd accept usr lib golang src net fd unix go net tcplistener accepttcp usr lib golang src net tcpsock posix go net tcplistener accept usr lib golang src net tcpsock posix go net http httptest historylistener accept usr lib golang src net http httptest server go net http server serve usr lib golang src net http server go created by net http httptest server start usr lib golang src net http httptest server go goroutine github com coreos etcd etcdserver etcdhttp capabilityloop data src github com openshift origin godeps workspace src github com coreos etcd etcdserver etcdhttp capability go created by github com coreos etcd etcdserver etcdhttp newclienthandler data src github com openshift origin godeps workspace src github com coreos etcd etcdserver etcdhttp client go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd accept usr lib golang src net fd unix go net tcplistener accepttcp usr lib golang src net tcpsock posix go net tcplistener accept usr lib golang src net tcpsock posix go net http httptest historylistener accept usr lib golang src net http httptest server go net http server serve usr lib golang src net http server go created by net http httptest server start usr lib golang src net http httptest server go goroutine io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go created by io kubernetes pkg client cache reflector rununtil data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go goroutine io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go created by io kubernetes pkg client cache reflector run data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go net http liveswitchreader read usr lib golang src net http server go io limitedreader read usr lib golang src io io go bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go bufio reader readline usr lib golang src bufio bufio go net textproto reader readlineslice usr lib golang src net textproto reader go net textproto reader readline usr lib golang src net textproto reader go net http readrequest usr lib golang src net http request go net http conn readrequest usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader peek usr lib golang src bufio bufio go net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go created by io kubernetes pkg client cache reflector run data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go goroutine io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go created by io kubernetes pkg client cache reflector run data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go goroutine io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go created by io kubernetes pkg client cache reflector run data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go goroutine io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go created by io kubernetes pkg client cache reflector rununtil data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine io kubernetes pkg client cache reflector watchhandler data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go io kubernetes pkg client cache reflector listandwatch data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go io kubernetes pkg client cache func· data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go io kubernetes pkg util wait func· data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go created by io kubernetes pkg client cache reflector run data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go goroutine io kubernetes pkg storage etcd etcdwatcher translate data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd watcher go created by io kubernetes pkg storage etcd newetcdwatcher data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd watcher go goroutine github com coreos etcd client simplehttpclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go github com coreos etcd client redirectfollowinghttpclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go github com coreos etcd client httpclusterclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go github com coreos etcd client httpwatcher next data src github com openshift origin godeps workspace src github com coreos etcd client keys go io kubernetes pkg storage etcd etcdwatcher etcdwatch data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd watcher go created by io kubernetes pkg storage etcd etcdhelper watchlist data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd helper go goroutine io kubernetes pkg client cache reflector watchhandler data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go io kubernetes pkg client cache reflector listandwatch data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go io kubernetes pkg client cache func· data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go io kubernetes pkg util wait func· data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go created by io kubernetes pkg client cache reflector run data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go goroutine io kubernetes pkg client cache reflector watchhandler data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go io kubernetes pkg client cache reflector listandwatch data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go io kubernetes pkg client cache func· data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go io kubernetes pkg util wait func· data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go created by io kubernetes pkg client cache reflector run data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go goroutine io kubernetes pkg client cache reflector watchhandler data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go io kubernetes pkg client cache reflector listandwatch data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go io kubernetes pkg client cache func· data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go io kubernetes pkg util wait func· data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go created by io kubernetes pkg client cache reflector run data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go goroutine io kubernetes pkg client cache reflector watchhandler data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go io kubernetes pkg client cache reflector listandwatch data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go io kubernetes pkg client cache func· data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go io kubernetes pkg util wait func· data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go created by io kubernetes pkg client cache reflector run data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go goroutine io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go created by io kubernetes pkg client cache reflector run data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go goroutine github com coreos etcd etcdserver etcdhttp handlekeywatch data src github com openshift origin godeps workspace src github com coreos etcd etcdserver etcdhttp client go github com coreos etcd etcdserver etcdhttp keyshandler servehttp data src github com openshift origin godeps workspace src github com coreos etcd etcdserver etcdhttp client go net http servemux servehttp usr lib golang src net http server go github com coreos etcd etcdserver etcdhttp func· data src github com openshift origin godeps workspace src github com coreos etcd etcdserver etcdhttp http go net http handlerfunc servehttp usr lib golang src net http server go net http httptest waitgrouphandler servehttp usr lib golang src net http httptest server go net http serverhandler servehttp usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine github com coreos etcd etcdserver etcdhttp handlekeywatch data src github com openshift origin godeps workspace src github com coreos etcd etcdserver etcdhttp client go github com coreos etcd etcdserver etcdhttp keyshandler servehttp data src github com openshift origin godeps workspace src github com coreos etcd etcdserver etcdhttp client go net http servemux servehttp usr lib golang src net http server go github com coreos etcd etcdserver etcdhttp func· data src github com openshift origin godeps workspace src github com coreos etcd etcdserver etcdhttp http go net http handlerfunc servehttp usr lib golang src net http server go net http httptest waitgrouphandler servehttp usr lib golang src net http httptest server go net http serverhandler servehttp usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go io copy usr lib golang src io io go net http func· usr lib golang src net http server go created by net http conn closenotify usr lib golang src net http server go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go io copy usr lib golang src io io go net http func· usr lib golang src net http server go created by net http conn closenotify usr lib golang src net http server go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go io copy usr lib golang src io io go net http func· usr lib golang src net http server go created by net http conn closenotify usr lib golang src net http server go goroutine github com coreos etcd etcdserver etcdhttp handlekeywatch data src github com openshift origin godeps workspace src github com coreos etcd etcdserver etcdhttp client go github com coreos etcd etcdserver etcdhttp keyshandler servehttp data src github com openshift origin godeps workspace src github com coreos etcd etcdserver etcdhttp client go net http servemux servehttp usr lib golang src net http server go github com coreos etcd etcdserver etcdhttp func· data src github com openshift origin godeps workspace src github com coreos etcd etcdserver etcdhttp http go net http handlerfunc servehttp usr lib golang src net http server go net http httptest waitgrouphandler servehttp usr lib golang src net http httptest server go net http serverhandler servehttp usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go net http internal readline usr lib golang src net http internal chunked go net http internal chunkedreader beginchunk usr lib golang src net http internal chunked go net http internal chunkedreader read usr lib golang src net http internal chunked go net http body readlocked usr lib golang src net http transfer go net http body read usr lib golang src net http transfer go net http bodyeofsignal read usr lib golang src net http transport go bytes buffer readfrom usr lib golang src bytes buffer go io ioutil readall usr lib golang src io ioutil ioutil go io ioutil readall usr lib golang src io ioutil ioutil go github com coreos etcd client func· data src github com openshift origin godeps workspace src github com coreos etcd client client go created by github com coreos etcd client simplehttpclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go goroutine io kubernetes pkg storage etcd etcdwatcher translate data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd watcher go created by io kubernetes pkg storage etcd newetcdwatcher data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd watcher go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine github com coreos etcd etcdserver etcdhttp handlekeywatch data src github com openshift origin godeps workspace src github com coreos etcd etcdserver etcdhttp client go github com coreos etcd etcdserver etcdhttp keyshandler servehttp data src github com openshift origin godeps workspace src github com coreos etcd etcdserver etcdhttp client go net http servemux servehttp usr lib golang src net http server go github com coreos etcd etcdserver etcdhttp func· data src github com openshift origin godeps workspace src github com coreos etcd etcdserver etcdhttp http go net http handlerfunc servehttp usr lib golang src net http server go net http httptest waitgrouphandler servehttp usr lib golang src net http httptest server go net http serverhandler servehttp usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader peek usr lib golang src bufio bufio go net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine io kubernetes pkg storage etcd etcdwatcher translate data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd watcher go created by io kubernetes pkg storage etcd newetcdwatcher data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd watcher go goroutine github com coreos etcd client simplehttpclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go github com coreos etcd client redirectfollowinghttpclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go github com coreos etcd client httpclusterclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go github com coreos etcd client httpwatcher next data src github com openshift origin godeps workspace src github com coreos etcd client keys go io kubernetes pkg storage etcd etcdwatcher etcdwatch data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd watcher go created by io kubernetes pkg storage etcd etcdhelper watchlist data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd helper go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go net http internal readline usr lib golang src net http internal chunked go net http internal chunkedreader beginchunk usr lib golang src net http internal chunked go net http internal chunkedreader read usr lib golang src net http internal chunked go net http body readlocked usr lib golang src net http transfer go net http body read usr lib golang src net http transfer go net http bodyeofsignal read usr lib golang src net http transport go bytes buffer readfrom usr lib golang src bytes buffer go io ioutil readall usr lib golang src io ioutil ioutil go io ioutil readall usr lib golang src io ioutil ioutil go github com coreos etcd client func· data src github com openshift origin godeps workspace src github com coreos etcd client client go created by github com coreos etcd client simplehttpclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go goroutine github com coreos etcd etcdserver etcdhttp handlekeywatch data src github com openshift origin godeps workspace src github com coreos etcd etcdserver etcdhttp client go github com coreos etcd etcdserver etcdhttp keyshandler servehttp data src github com openshift origin godeps workspace src github com coreos etcd etcdserver etcdhttp client go net http servemux servehttp usr lib golang src net http server go github com coreos etcd etcdserver etcdhttp func· data src github com openshift origin godeps workspace src github com coreos etcd etcdserver etcdhttp http go net http handlerfunc servehttp usr lib golang src net http server go net http httptest waitgrouphandler servehttp usr lib golang src net http httptest server go net http serverhandler servehttp usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine io kubernetes pkg storage etcd etcdwatcher translate data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd watcher go created by io kubernetes pkg storage etcd newetcdwatcher data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd watcher go goroutine github com coreos etcd client simplehttpclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go github com coreos etcd client redirectfollowinghttpclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go github com coreos etcd client httpclusterclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go github com coreos etcd client httpwatcher next data src github com openshift origin godeps workspace src github com coreos etcd client keys go io kubernetes pkg storage etcd etcdwatcher etcdwatch data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd watcher go created by io kubernetes pkg storage etcd etcdhelper watchlist data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd helper go goroutine github com coreos etcd client simplehttpclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go github com coreos etcd client redirectfollowinghttpclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go github com coreos etcd client httpclusterclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go github com coreos etcd client httpwatcher next data src github com openshift origin godeps workspace src github com coreos etcd client keys go io kubernetes pkg storage etcd etcdwatcher etcdwatch data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd watcher go created by io kubernetes pkg storage etcd etcdhelper watchlist data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd helper go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go net http internal readline usr lib golang src net http internal chunked go net http internal chunkedreader beginchunk usr lib golang src net http internal chunked go net http internal chunkedreader read usr lib golang src net http internal chunked go net http body readlocked usr lib golang src net http transfer go net http body read usr lib golang src net http transfer go net http bodyeofsignal read usr lib golang src net http transport go bytes buffer readfrom usr lib golang src bytes buffer go io ioutil readall usr lib golang src io ioutil ioutil go io ioutil readall usr lib golang src io ioutil ioutil go github com coreos etcd client func· data src github com openshift origin godeps workspace src github com coreos etcd client client go created by github com coreos etcd client simplehttpclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go goroutine io kubernetes pkg storage etcd etcdwatcher translate data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd watcher go created by io kubernetes pkg storage etcd newetcdwatcher data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd watcher go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go io copy usr lib golang src io io go net http func· usr lib golang src net http server go created by net http conn closenotify usr lib golang src net http server go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go net http internal readline usr lib golang src net http internal chunked go net http internal chunkedreader beginchunk usr lib golang src net http internal chunked go net http internal chunkedreader read usr lib golang src net http internal chunked go net http body readlocked usr lib golang src net http transfer go net http body read usr lib golang src net http transfer go net http bodyeofsignal read usr lib golang src net http transport go bytes buffer readfrom usr lib golang src bytes buffer go io ioutil readall usr lib golang src io ioutil ioutil go io ioutil readall usr lib golang src io ioutil ioutil go github com coreos etcd client func· data src github com openshift origin godeps workspace src github com coreos etcd client client go created by github com coreos etcd client simplehttpclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go goroutine net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine github com coreos etcd client simplehttpclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go github com coreos etcd client redirectfollowinghttpclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go github com coreos etcd client httpclusterclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go github com coreos etcd client httpwatcher next data src github com openshift origin godeps workspace src github com coreos etcd client keys go io kubernetes pkg storage etcd etcdwatcher etcdwatch data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd watcher go created by io kubernetes pkg storage etcd etcdhelper watchlist data src github com openshift origin godeps workspace src io kubernetes pkg storage etcd etcd helper go goroutine net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go net http internal readline usr lib golang src net http internal chunked go net http internal chunkedreader beginchunk usr lib golang src net http internal chunked go net http internal chunkedreader read usr lib golang src net http internal chunked go net http body readlocked usr lib golang src net http transfer go net http body read usr lib golang src net http transfer go net http bodyeofsignal read usr lib golang src net http transport go bytes buffer readfrom usr lib golang src bytes buffer go io ioutil readall usr lib golang src io ioutil ioutil go io ioutil readall usr lib golang src io ioutil ioutil go github com coreos etcd client func· data src github com openshift origin godeps workspace src github com coreos etcd client client go created by github com coreos etcd client simplehttpclient do data src github com openshift origin godeps workspace src github com coreos etcd client client go goroutine io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg registry service ipallocator controller repair rununtil data src github com openshift origin godeps workspace src io kubernetes pkg registry service ipallocator controller repair go io kubernetes pkg registry service ipallocator controller repair rununtil·fm data src github com openshift origin godeps workspace src io kubernetes pkg master controller go created by io kubernetes pkg util runner start data src github com openshift origin godeps workspace src io kubernetes pkg util runner go goroutine io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg master controller runkubernetesservice data src github com openshift origin godeps workspace src io kubernetes pkg master controller go io kubernetes pkg master controller runkubernetesservice·fm data src github com openshift origin godeps workspace src io kubernetes pkg master controller go created by io kubernetes pkg util runner start data src github com openshift origin godeps workspace src io kubernetes pkg util runner go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go net http liveswitchreader read usr lib golang src net http server go io limitedreader read usr lib golang src io io go bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go bufio reader readline usr lib golang src bufio bufio go net textproto reader readlineslice usr lib golang src net textproto reader go net textproto reader readline usr lib golang src net textproto reader go net http readrequest usr lib golang src net http request go net http conn readrequest usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg registry service portallocator controller repair rununtil data src github com openshift origin godeps workspace src io kubernetes pkg registry service portallocator controller repair go io kubernetes pkg registry service portallocator controller repair rununtil·fm data src github com openshift origin godeps workspace src io kubernetes pkg master controller go created by io kubernetes pkg util runner start data src github com openshift origin godeps workspace src io kubernetes pkg util runner go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http liveswitchreader read usr lib golang src net http server go io limitedreader read usr lib golang src io io go bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go bufio reader readline usr lib golang src bufio bufio go net textproto reader readlineslice usr lib golang src net textproto reader go net textproto reader readline usr lib golang src net textproto reader go net http readrequest usr lib golang src net http request go net http conn readrequest usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go net http liveswitchreader read usr lib golang src net http server go io limitedreader read usr lib golang src io io go bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go bufio reader readline usr lib golang src bufio bufio go net textproto reader readlineslice usr lib golang src net textproto reader go net textproto reader readline usr lib golang src net textproto reader go net http readrequest usr lib golang src net http request go net http conn readrequest usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader peek usr lib golang src bufio bufio go net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader peek usr lib golang src bufio bufio go net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go net http liveswitchreader read usr lib golang src net http server go io limitedreader read usr lib golang src io io go bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go bufio reader readline usr lib golang src bufio bufio go net textproto reader readlineslice usr lib golang src net textproto reader go net textproto reader readline usr lib golang src net textproto reader go net http readrequest usr lib golang src net http request go net http conn readrequest usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd accept usr lib golang src net fd unix go net tcplistener accepttcp usr lib golang src net tcpsock posix go github com openshift origin pkg cmd util tcpkeepalivelistener accept data src github com openshift origin pkg cmd util net go crypto tls listener accept usr lib golang src crypto tls tls go net http server serve usr lib golang src net http server go github com openshift origin pkg cmd util listenandservetls data src github com openshift origin pkg cmd util net go github com openshift origin pkg cmd server origin func· data src github com openshift origin pkg cmd server origin master go io kubernetes pkg util wait func· data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait forever data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go created by github com openshift origin pkg cmd server origin masterconfig serve data src github com openshift origin pkg cmd server origin master go goroutine io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go created by io kubernetes pkg client cache reflector rununtil data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go net http liveswitchreader read usr lib golang src net http server go io limitedreader read usr lib golang src io io go bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go bufio reader readline usr lib golang src bufio bufio go net textproto reader readlineslice usr lib golang src net textproto reader go net textproto reader readline usr lib golang src net textproto reader go net http readrequest usr lib golang src net http request go net http conn readrequest usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader peek usr lib golang src bufio bufio go net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader peek usr lib golang src bufio bufio go net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd accept usr lib golang src net fd unix go net tcplistener accepttcp usr lib golang src net tcpsock posix go github com miekg dns server servetcp data src github com openshift origin godeps workspace src github com miekg dns server go github com miekg dns server listenandserve data src github com openshift origin godeps workspace src github com miekg dns server go github com miekg dns listenandserve data src github com openshift origin godeps workspace src github com miekg dns server go github com skynetservices skydns server func· data src github com openshift origin godeps workspace src github com skynetservices skydns server server go created by github com skynetservices skydns server server run data src github com openshift origin godeps workspace src github com skynetservices skydns server server go goroutine syscall syscall usr lib golang src syscall asm linux s syscall recvmsg usr lib golang src syscall zsyscall linux go syscall recvmsg usr lib golang src syscall syscall linux go net netfd readmsg usr lib golang src net fd unix go net udpconn readmsgudp usr lib golang src net udpsock posix go github com miekg dns readfromsessionudp data src github com openshift origin godeps workspace src github com miekg dns udp go github com miekg dns server readudp data src github com openshift origin godeps workspace src github com miekg dns server go github com miekg dns defaultreader readudp data src github com openshift origin godeps workspace src github com miekg dns server go github com miekg dns server serveudp data src github com openshift origin godeps workspace src github com miekg dns server go github com miekg dns server listenandserve data src github com openshift origin godeps workspace src github com miekg dns server go github com miekg dns listenandserve data src github com openshift origin godeps workspace src github com miekg dns server go github com skynetservices skydns server func· data src github com openshift origin godeps workspace src github com skynetservices skydns server server go created by github com skynetservices skydns server server run data src github com openshift origin godeps workspace src github com skynetservices skydns server server go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader peek usr lib golang src bufio bufio go net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader peek usr lib golang src bufio bufio go net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader peek usr lib golang src bufio bufio go net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader peek usr lib golang src bufio bufio go net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader peek usr lib golang src bufio bufio go net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader peek usr lib golang src bufio bufio go net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader peek usr lib golang src bufio bufio go net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http liveswitchreader read usr lib golang src net http server go io limitedreader read usr lib golang src io io go bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go bufio reader readline usr lib golang src bufio bufio go net textproto reader readlineslice usr lib golang src net textproto reader go net textproto reader readline usr lib golang src net textproto reader go net http readrequest usr lib golang src net http request go net http conn readrequest usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http liveswitchreader read usr lib golang src net http server go io limitedreader read usr lib golang src io io go bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go bufio reader readline usr lib golang src bufio bufio go net textproto reader readlineslice usr lib golang src net textproto reader go net textproto reader readline usr lib golang src net textproto reader go net http readrequest usr lib golang src net http request go net http conn readrequest usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http liveswitchreader read usr lib golang src net http server go io limitedreader read usr lib golang src io io go bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go bufio reader readline usr lib golang src bufio bufio go net textproto reader readlineslice usr lib golang src net textproto reader go net textproto reader readline usr lib golang src net textproto reader go net http readrequest usr lib golang src net http request go net http conn readrequest usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http liveswitchreader read usr lib golang src net http server go io limitedreader read usr lib golang src io io go bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go bufio reader readline usr lib golang src bufio bufio go net textproto reader readlineslice usr lib golang src net textproto reader go net textproto reader readline usr lib golang src net textproto reader go net http readrequest usr lib golang src net http request go net http conn readrequest usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http liveswitchreader read usr lib golang src net http server go io limitedreader read usr lib golang src io io go bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go bufio reader readline usr lib golang src bufio bufio go net textproto reader readlineslice usr lib golang src net textproto reader go net textproto reader readline usr lib golang src net textproto reader go net http readrequest usr lib golang src net http request go net http conn readrequest usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http liveswitchreader read usr lib golang src net http server go io limitedreader read usr lib golang src io io go bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go bufio reader readline usr lib golang src bufio bufio go net textproto reader readlineslice usr lib golang src net textproto reader go net textproto reader readline usr lib golang src net textproto reader go net http readrequest usr lib golang src net http request go net http conn readrequest usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http liveswitchreader read usr lib golang src net http server go io limitedreader read usr lib golang src io io go bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go bufio reader readline usr lib golang src bufio bufio go net textproto reader readlineslice usr lib golang src net textproto reader go net textproto reader readline usr lib golang src net textproto reader go net http readrequest usr lib golang src net http request go net http conn readrequest usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http liveswitchreader read usr lib golang src net http server go io limitedreader read usr lib golang src io io go bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go bufio reader readline usr lib golang src bufio bufio go net textproto reader readlineslice usr lib golang src net textproto reader go net textproto reader readline usr lib golang src net textproto reader go net http readrequest usr lib golang src net http request go net http conn readrequest usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine sync waitgroup wait usr lib golang src sync waitgroup go github com skynetservices skydns server server run data src github com openshift origin godeps workspace src github com skynetservices skydns server server go github com openshift origin pkg dns listenandserve data src github com openshift origin pkg dns server go github com openshift origin pkg cmd server origin func· data src github com openshift origin pkg cmd server origin run components go created by github com openshift origin pkg cmd server origin masterconfig rundnsserver data src github com openshift origin pkg cmd server origin run components go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go created by io kubernetes pkg client cache reflector run data src github com openshift origin godeps workspace src io kubernetes pkg client cache reflector go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader peek usr lib golang src bufio bufio go net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine io kubernetes pkg util wait jitteruntil data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait until data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go io kubernetes pkg util wait forever data src github com openshift origin godeps workspace src io kubernetes pkg util wait wait go created by github com openshift origin pkg project auth authorizationcache run data src github com openshift origin pkg project auth cache go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http liveswitchreader read usr lib golang src net http server go io limitedreader read usr lib golang src io io go bufio reader fill usr lib golang src bufio bufio go bufio reader readslice usr lib golang src bufio bufio go bufio reader readline usr lib golang src bufio bufio go net textproto reader readlineslice usr lib golang src net textproto reader go net textproto reader readline usr lib golang src net textproto reader go net http readrequest usr lib golang src net http request go net http conn readrequest usr lib golang src net http server go net http conn serve usr lib golang src net http server go created by net http server serve usr lib golang src net http server go goroutine net polldesc wait usr lib golang src net fd poll runtime go net polldesc waitread usr lib golang src net fd poll runtime go net netfd read usr lib golang src net fd unix go net conn read usr lib golang src net net go crypto tls block readfromuntil usr lib golang src crypto tls conn go crypto tls conn readrecord usr lib golang src crypto tls conn go crypto tls conn read usr lib golang src crypto tls conn go net http noteeofreader read usr lib golang src net http transport go net http noteeofreader read bufio reader fill usr lib golang src bufio bufio go bufio reader peek usr lib golang src bufio bufio go net http persistconn readloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go goroutine net http persistconn writeloop usr lib golang src net http transport go created by net http transport dialconn usr lib golang src net http transport go running testauthorizationresolution
1
306,653
26,486,574,457
IssuesEvent
2023-01-17 18:33:05
project-chip/connectedhomeip
https://api.github.com/repos/project-chip/connectedhomeip
closed
[Android] Set up tests for Android CHIPTool
testing android V1.X
#### Problem Android CHIPTool has no testing infrastructure. #### Proposed Solution Set up emulator or Robolectric tests.
1.0
[Android] Set up tests for Android CHIPTool - #### Problem Android CHIPTool has no testing infrastructure. #### Proposed Solution Set up emulator or Robolectric tests.
test
set up tests for android chiptool problem android chiptool has no testing infrastructure proposed solution set up emulator or robolectric tests
1
314,791
27,022,918,611
IssuesEvent
2023-02-11 07:58:21
cockroachdb/cockroach
https://api.github.com/repos/cockroachdb/cockroach
opened
kv/kvserver: TestMergeQueue failed
C-test-failure O-robot branch-master
kv/kvserver.TestMergeQueue [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8669311?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8669311?buildTab=artifacts#/) on master @ [2a7edbeb0737b1309064c25c641a309c2980d9ba](https://github.com/cockroachdb/cockroach/commits/2a7edbeb0737b1309064c25c641a309c2980d9ba): ``` github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/queue.go:997 kvserver.(*baseQueue).processReplica.func1 ??? github.com/cockroachdb/cockroach/pkg/util/contextutil/context.go:91 contextutil.RunWithTimeout ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/queue.go:955 kvserver.(*baseQueue).processReplica ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/queue.go:1366 kvserver.(*baseQueue).DrainQueue ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/queue_helpers_testutil.go:42 kvserver.forceScanAndProcess ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/queue_helpers_testutil.go:46 kvserver.mustForceScanAndProcess ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver_test/pkg/kv/kvserver/client_merge_test.go:4201 kvserver_test.verifyUnmergedSoon.func1 ??? in another goroutine: happened before github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/rebalance_objective.go:219 kvserver.(*RebalanceObjectiveManager).maybeUpdateRebalanceObjective ??? <<<<< github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/rebalance_objective.go:218 kvserver.(*RebalanceObjectiveManager).maybeUpdateRebalanceObjective ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/rebalance_objective.go:186 kvserver.newRebalanceObjectiveManager.func1 ??? github.com/cockroachdb/cockroach/pkg/settings/pkg/settings/values.go:145 settings.(*Values).settingChanged ??? github.com/cockroachdb/cockroach/pkg/settings/pkg/settings/values.go:154 settings.(*Values).setInt64 ??? github.com/cockroachdb/cockroach/pkg/settings/pkg/settings/int.go:92 settings.(*IntSetting).Override ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver_test/pkg/kv/kvserver/client_merge_test.go:4375 kvserver_test.TestMergeQueue.func12.1 ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver_test/pkg/kv/kvserver/client_merge_test.go:4486 kvserver_test.TestMergeQueue.func12.7 ??? happened after github.com/cockroachdb/cockroach/pkg/kv/kvserver/split/decider.go:332 split.(*Decider).Reset ??? <<<<< github.com/cockroachdb/cockroach/pkg/kv/kvserver/split/decider.go:331 split.(*Decider).Reset ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/store.go:1211 kvserver.NewStore.func1.1 ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/store.go:430 kvserver.(*storeReplicaVisitor).Visit ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/store.go:2324 kvserver.(*Store).VisitReplicas ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/store.go:1213 kvserver.NewStore.func1 ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/rebalance_objective.go:232 kvserver.(*RebalanceObjectiveManager).maybeUpdateRebalanceObjective ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/rebalance_objective.go:186 kvserver.newRebalanceObjectiveManager.func1 ??? github.com/cockroachdb/cockroach/pkg/settings/pkg/settings/values.go:145 settings.(*Values).settingChanged ??? github.com/cockroachdb/cockroach/pkg/settings/pkg/settings/values.go:154 settings.(*Values).setInt64 ??? github.com/cockroachdb/cockroach/pkg/settings/pkg/settings/int.go:92 settings.(*IntSetting).Override ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver_test/pkg/kv/kvserver/client_merge_test.go:4375 kvserver_test.TestMergeQueue.func12.1 ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver_test/pkg/kv/kvserver/client_merge_test.go:4486 kvserver_test.TestMergeQueue.func12.7 ??? Other goroutines holding locks: goroutine 19588068 lock 0xc00f62d698 github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/rebalance_objective.go:219 kvserver.(*RebalanceObjectiveManager).maybeUpdateRebalanceObjective ??? <<<<< github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/rebalance_objective.go:218 kvserver.(*RebalanceObjectiveManager).maybeUpdateRebalanceObjective ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/rebalance_objective.go:186 kvserver.newRebalanceObjectiveManager.func1 ??? github.com/cockroachdb/cockroach/pkg/settings/pkg/settings/values.go:145 settings.(*Values).settingChanged ??? github.com/cockroachdb/cockroach/pkg/settings/pkg/settings/values.go:154 settings.(*Values).setInt64 ??? github.com/cockroachdb/cockroach/pkg/settings/pkg/settings/int.go:92 settings.(*IntSetting).Override ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver_test/pkg/kv/kvserver/client_merge_test.go:4375 kvserver_test.TestMergeQueue.func12.1 ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver_test/pkg/kv/kvserver/client_merge_test.go:4486 kvserver_test.TestMergeQueue.func12.7 ??? === RUN TestMergeQueue/load-based-merging/unreliable-lhs-queries-per-second === RUN TestMergeQueue/load-based-merging/unreliable-rhs-queries-per-second === RUN TestMergeQueue/non-collocated === RUN TestMergeQueue/both-empty ``` <p>Parameters: <code>TAGS=bazel,gss,deadlock</code> </p> <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) </p> </details> /cc @cockroachdb/kv <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestMergeQueue.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
1.0
kv/kvserver: TestMergeQueue failed - kv/kvserver.TestMergeQueue [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8669311?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_StressBazel/8669311?buildTab=artifacts#/) on master @ [2a7edbeb0737b1309064c25c641a309c2980d9ba](https://github.com/cockroachdb/cockroach/commits/2a7edbeb0737b1309064c25c641a309c2980d9ba): ``` github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/queue.go:997 kvserver.(*baseQueue).processReplica.func1 ??? github.com/cockroachdb/cockroach/pkg/util/contextutil/context.go:91 contextutil.RunWithTimeout ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/queue.go:955 kvserver.(*baseQueue).processReplica ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/queue.go:1366 kvserver.(*baseQueue).DrainQueue ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/queue_helpers_testutil.go:42 kvserver.forceScanAndProcess ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/queue_helpers_testutil.go:46 kvserver.mustForceScanAndProcess ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver_test/pkg/kv/kvserver/client_merge_test.go:4201 kvserver_test.verifyUnmergedSoon.func1 ??? in another goroutine: happened before github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/rebalance_objective.go:219 kvserver.(*RebalanceObjectiveManager).maybeUpdateRebalanceObjective ??? <<<<< github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/rebalance_objective.go:218 kvserver.(*RebalanceObjectiveManager).maybeUpdateRebalanceObjective ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/rebalance_objective.go:186 kvserver.newRebalanceObjectiveManager.func1 ??? github.com/cockroachdb/cockroach/pkg/settings/pkg/settings/values.go:145 settings.(*Values).settingChanged ??? github.com/cockroachdb/cockroach/pkg/settings/pkg/settings/values.go:154 settings.(*Values).setInt64 ??? github.com/cockroachdb/cockroach/pkg/settings/pkg/settings/int.go:92 settings.(*IntSetting).Override ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver_test/pkg/kv/kvserver/client_merge_test.go:4375 kvserver_test.TestMergeQueue.func12.1 ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver_test/pkg/kv/kvserver/client_merge_test.go:4486 kvserver_test.TestMergeQueue.func12.7 ??? happened after github.com/cockroachdb/cockroach/pkg/kv/kvserver/split/decider.go:332 split.(*Decider).Reset ??? <<<<< github.com/cockroachdb/cockroach/pkg/kv/kvserver/split/decider.go:331 split.(*Decider).Reset ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/store.go:1211 kvserver.NewStore.func1.1 ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/store.go:430 kvserver.(*storeReplicaVisitor).Visit ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/store.go:2324 kvserver.(*Store).VisitReplicas ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/store.go:1213 kvserver.NewStore.func1 ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/rebalance_objective.go:232 kvserver.(*RebalanceObjectiveManager).maybeUpdateRebalanceObjective ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/rebalance_objective.go:186 kvserver.newRebalanceObjectiveManager.func1 ??? github.com/cockroachdb/cockroach/pkg/settings/pkg/settings/values.go:145 settings.(*Values).settingChanged ??? github.com/cockroachdb/cockroach/pkg/settings/pkg/settings/values.go:154 settings.(*Values).setInt64 ??? github.com/cockroachdb/cockroach/pkg/settings/pkg/settings/int.go:92 settings.(*IntSetting).Override ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver_test/pkg/kv/kvserver/client_merge_test.go:4375 kvserver_test.TestMergeQueue.func12.1 ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver_test/pkg/kv/kvserver/client_merge_test.go:4486 kvserver_test.TestMergeQueue.func12.7 ??? Other goroutines holding locks: goroutine 19588068 lock 0xc00f62d698 github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/rebalance_objective.go:219 kvserver.(*RebalanceObjectiveManager).maybeUpdateRebalanceObjective ??? <<<<< github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/rebalance_objective.go:218 kvserver.(*RebalanceObjectiveManager).maybeUpdateRebalanceObjective ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver/pkg/kv/kvserver/rebalance_objective.go:186 kvserver.newRebalanceObjectiveManager.func1 ??? github.com/cockroachdb/cockroach/pkg/settings/pkg/settings/values.go:145 settings.(*Values).settingChanged ??? github.com/cockroachdb/cockroach/pkg/settings/pkg/settings/values.go:154 settings.(*Values).setInt64 ??? github.com/cockroachdb/cockroach/pkg/settings/pkg/settings/int.go:92 settings.(*IntSetting).Override ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver_test/pkg/kv/kvserver/client_merge_test.go:4375 kvserver_test.TestMergeQueue.func12.1 ??? github.com/cockroachdb/cockroach/pkg/kv/kvserver_test/pkg/kv/kvserver/client_merge_test.go:4486 kvserver_test.TestMergeQueue.func12.7 ??? === RUN TestMergeQueue/load-based-merging/unreliable-lhs-queries-per-second === RUN TestMergeQueue/load-based-merging/unreliable-rhs-queries-per-second === RUN TestMergeQueue/non-collocated === RUN TestMergeQueue/both-empty ``` <p>Parameters: <code>TAGS=bazel,gss,deadlock</code> </p> <details><summary>Help</summary> <p> See also: [How To Investigate a Go Test Failure \(internal\)](https://cockroachlabs.atlassian.net/l/c/HgfXfJgM) </p> </details> /cc @cockroachdb/kv <sub> [This test on roachdash](https://roachdash.crdb.dev/?filter=status:open%20t:.*TestMergeQueue.*&sort=title+created&display=lastcommented+project) | [Improve this report!](https://github.com/cockroachdb/cockroach/tree/master/pkg/cmd/internal/issues) </sub>
test
kv kvserver testmergequeue failed kv kvserver testmergequeue with on master github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver queue go kvserver basequeue processreplica github com cockroachdb cockroach pkg util contextutil context go contextutil runwithtimeout github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver queue go kvserver basequeue processreplica github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver queue go kvserver basequeue drainqueue github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver queue helpers testutil go kvserver forcescanandprocess github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver queue helpers testutil go kvserver mustforcescanandprocess github com cockroachdb cockroach pkg kv kvserver test pkg kv kvserver client merge test go kvserver test verifyunmergedsoon in another goroutine happened before github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver rebalance objective go kvserver rebalanceobjectivemanager maybeupdaterebalanceobjective github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver rebalance objective go kvserver rebalanceobjectivemanager maybeupdaterebalanceobjective github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver rebalance objective go kvserver newrebalanceobjectivemanager github com cockroachdb cockroach pkg settings pkg settings values go settings values settingchanged github com cockroachdb cockroach pkg settings pkg settings values go settings values github com cockroachdb cockroach pkg settings pkg settings int go settings intsetting override github com cockroachdb cockroach pkg kv kvserver test pkg kv kvserver client merge test go kvserver test testmergequeue github com cockroachdb cockroach pkg kv kvserver test pkg kv kvserver client merge test go kvserver test testmergequeue happened after github com cockroachdb cockroach pkg kv kvserver split decider go split decider reset github com cockroachdb cockroach pkg kv kvserver split decider go split decider reset github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver store go kvserver newstore github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver store go kvserver storereplicavisitor visit github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver store go kvserver store visitreplicas github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver store go kvserver newstore github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver rebalance objective go kvserver rebalanceobjectivemanager maybeupdaterebalanceobjective github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver rebalance objective go kvserver newrebalanceobjectivemanager github com cockroachdb cockroach pkg settings pkg settings values go settings values settingchanged github com cockroachdb cockroach pkg settings pkg settings values go settings values github com cockroachdb cockroach pkg settings pkg settings int go settings intsetting override github com cockroachdb cockroach pkg kv kvserver test pkg kv kvserver client merge test go kvserver test testmergequeue github com cockroachdb cockroach pkg kv kvserver test pkg kv kvserver client merge test go kvserver test testmergequeue other goroutines holding locks goroutine lock github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver rebalance objective go kvserver rebalanceobjectivemanager maybeupdaterebalanceobjective github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver rebalance objective go kvserver rebalanceobjectivemanager maybeupdaterebalanceobjective github com cockroachdb cockroach pkg kv kvserver pkg kv kvserver rebalance objective go kvserver newrebalanceobjectivemanager github com cockroachdb cockroach pkg settings pkg settings values go settings values settingchanged github com cockroachdb cockroach pkg settings pkg settings values go settings values github com cockroachdb cockroach pkg settings pkg settings int go settings intsetting override github com cockroachdb cockroach pkg kv kvserver test pkg kv kvserver client merge test go kvserver test testmergequeue github com cockroachdb cockroach pkg kv kvserver test pkg kv kvserver client merge test go kvserver test testmergequeue run testmergequeue load based merging unreliable lhs queries per second run testmergequeue load based merging unreliable rhs queries per second run testmergequeue non collocated run testmergequeue both empty parameters tags bazel gss deadlock help see also cc cockroachdb kv
1
263,191
23,040,724,106
IssuesEvent
2022-07-23 05:06:29
apache/shardingsphere
https://api.github.com/repos/apache/shardingsphere
closed
Add more unit test for ShardingRuleAlgorithmProviderConfigurationYamlSwapper
in: test good first issue
Hi community, We need to add more unit test for ShardingRuleAlgorithmProviderConfigurationYamlSwapper. - [ ] ShardingRuleAlgorithmProviderConfigurationYamlSwapper#swapToYamlConfiguration - [ ] ShardingRuleAlgorithmProviderConfigurationYamlSwapper#swapToObject - [ ] ShardingRuleAlgorithmProviderConfigurationYamlSwapper#getTypeClass - [ ] ShardingRuleAlgorithmProviderConfigurationYamlSwapper#getRuleTagName - [ ] ShardingRuleAlgorithmProviderConfigurationYamlSwapper#getOrder
1.0
Add more unit test for ShardingRuleAlgorithmProviderConfigurationYamlSwapper - Hi community, We need to add more unit test for ShardingRuleAlgorithmProviderConfigurationYamlSwapper. - [ ] ShardingRuleAlgorithmProviderConfigurationYamlSwapper#swapToYamlConfiguration - [ ] ShardingRuleAlgorithmProviderConfigurationYamlSwapper#swapToObject - [ ] ShardingRuleAlgorithmProviderConfigurationYamlSwapper#getTypeClass - [ ] ShardingRuleAlgorithmProviderConfigurationYamlSwapper#getRuleTagName - [ ] ShardingRuleAlgorithmProviderConfigurationYamlSwapper#getOrder
test
add more unit test for shardingrulealgorithmproviderconfigurationyamlswapper hi community we need to add more unit test for shardingrulealgorithmproviderconfigurationyamlswapper shardingrulealgorithmproviderconfigurationyamlswapper swaptoyamlconfiguration shardingrulealgorithmproviderconfigurationyamlswapper swaptoobject shardingrulealgorithmproviderconfigurationyamlswapper gettypeclass shardingrulealgorithmproviderconfigurationyamlswapper getruletagname shardingrulealgorithmproviderconfigurationyamlswapper getorder
1
274,571
23,849,755,742
IssuesEvent
2022-09-06 16:47:26
Manta-Network/manta-rs
https://api.github.com/repos/Manta-Network/manta-rs
opened
Add Explicit Balance Violation Test
A-security P-high A-cryptography A-testing
The reason we need to do bounds checking on asset balances is to prevent overflowing balances to increase the total balance of the UTXO Set. The explicit test would be something like: $a + b \mapsto a + b + p \mapsto (a + b + k) + (p - k)$ Such re-balance should be impossible for all $k \ne 0$.
1.0
Add Explicit Balance Violation Test - The reason we need to do bounds checking on asset balances is to prevent overflowing balances to increase the total balance of the UTXO Set. The explicit test would be something like: $a + b \mapsto a + b + p \mapsto (a + b + k) + (p - k)$ Such re-balance should be impossible for all $k \ne 0$.
test
add explicit balance violation test the reason we need to do bounds checking on asset balances is to prevent overflowing balances to increase the total balance of the utxo set the explicit test would be something like a b mapsto a b p mapsto a b k p k such re balance should be impossible for all k ne
1
249,416
18,858,193,111
IssuesEvent
2021-11-12 09:29:21
GraceWang2322/pe
https://api.github.com/repos/GraceWang2322/pe
opened
App does not fit the Dg description
type.DocumentationBug severity.Low
the user profile includes managing costs for the clients which is not included as a feature in the app. ![image.png](https://raw.githubusercontent.com/GraceWang2322/pe/main/files/a99cd280-5c97-433e-a8c9-35359186ccc5.png) <!--session: 1636701103836-e2359c96-f2b9-4cbe-b7a2-1a2d9e0f6ffa--> <!--Version: Web v3.4.1-->
1.0
App does not fit the Dg description - the user profile includes managing costs for the clients which is not included as a feature in the app. ![image.png](https://raw.githubusercontent.com/GraceWang2322/pe/main/files/a99cd280-5c97-433e-a8c9-35359186ccc5.png) <!--session: 1636701103836-e2359c96-f2b9-4cbe-b7a2-1a2d9e0f6ffa--> <!--Version: Web v3.4.1-->
non_test
app does not fit the dg description the user profile includes managing costs for the clients which is not included as a feature in the app
0
218,787
17,021,295,176
IssuesEvent
2021-07-02 19:36:37
NetApp/harvest
https://api.github.com/repos/NetApp/harvest
closed
[21.05.3-2] Start panic with InfluxDB exporter
bug status/testme
**Describe the bug** Harvest seems to launch Prometeus exporter even if it is not configured on harvest.xml and panic **Environment** - Harvest version: harvest version 21.05.3-2 (commit b482aff) (build date 2021-06-28T21:07:14+0530) linux/amd64 - Command line arguments used: systemctl start harvest or bin/harvest start --config harvest.yml - OS: Debian 10.9 - Install method: apt from DEB package - ONTAP Version: 9.5 **To Reproduce** Configure the YAML configuration file with only InfluxDB as exporter **Expected behavior** Harvest should launch and polling **Actual behavior** Got a panic message ``` Datacenter Poller PID PromPort Status +++++++++++++++++++++ +++++++++++++++++++++ ++++++++++ +++++++++++++++ ++++++++++++++++++++ panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x717f9b] goroutine 1 [running]: goharvest2/pkg/conf.loadPrometheusExporterPortRangeMapping() goharvest2/pkg/conf/conf.go:261 +0xdb goharvest2/pkg/conf.GetPrometheusExporterPorts(0xc000195b28, 0xd, 0xd, 0xc000195b28, 0xd) goharvest2/pkg/conf/conf.go:201 +0x607 main.getPollerPrometheusPort(0xc0001687e0, 0xbf2060, 0xc0000b9580) command-line-arguments/harvest.go:565 +0x77 main.doManageCmd(0xc00015b900, 0xc0000d0c40, 0x0, 0x2) command-line-arguments/harvest.go:199 +0x9bc github.com/spf13/cobra.(*Command).execute(0xc00015b900, 0xc0000d0c20, 0x2, 0x2, 0xc00015b900, 0xc0000d0c20) github.com/spf13/cobra@v1.1.3/command.go:856 +0x2c2 github.com/spf13/cobra.(*Command).ExecuteC(0xbf6000, 0x0, 0xbb5768, 0xc00008e058) github.com/spf13/cobra@v1.1.3/command.go:960 +0x375 github.com/spf13/cobra.(*Command).Execute(...) github.com/spf13/cobra@v1.1.3/command.go:897 main.main() command-line-arguments/harvest.go:679 +0x34 ``` **Additional context** YAML configuration file: ``` Exporters: my_influxdb: exporters: InfluxDB addr: -REDACTED- bucket: NetApp org: OBS token: -REDACTED- Defaults: collectors: - ZapiPerf use_insecure_tls: true Pollers: DC-01: datacenter: Secret addr: -REDACTED- auth_style: basic_auth username: -REDACTED- password: -REDACTED- exporters: - my_influxdb ```
1.0
[21.05.3-2] Start panic with InfluxDB exporter - **Describe the bug** Harvest seems to launch Prometeus exporter even if it is not configured on harvest.xml and panic **Environment** - Harvest version: harvest version 21.05.3-2 (commit b482aff) (build date 2021-06-28T21:07:14+0530) linux/amd64 - Command line arguments used: systemctl start harvest or bin/harvest start --config harvest.yml - OS: Debian 10.9 - Install method: apt from DEB package - ONTAP Version: 9.5 **To Reproduce** Configure the YAML configuration file with only InfluxDB as exporter **Expected behavior** Harvest should launch and polling **Actual behavior** Got a panic message ``` Datacenter Poller PID PromPort Status +++++++++++++++++++++ +++++++++++++++++++++ ++++++++++ +++++++++++++++ ++++++++++++++++++++ panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x717f9b] goroutine 1 [running]: goharvest2/pkg/conf.loadPrometheusExporterPortRangeMapping() goharvest2/pkg/conf/conf.go:261 +0xdb goharvest2/pkg/conf.GetPrometheusExporterPorts(0xc000195b28, 0xd, 0xd, 0xc000195b28, 0xd) goharvest2/pkg/conf/conf.go:201 +0x607 main.getPollerPrometheusPort(0xc0001687e0, 0xbf2060, 0xc0000b9580) command-line-arguments/harvest.go:565 +0x77 main.doManageCmd(0xc00015b900, 0xc0000d0c40, 0x0, 0x2) command-line-arguments/harvest.go:199 +0x9bc github.com/spf13/cobra.(*Command).execute(0xc00015b900, 0xc0000d0c20, 0x2, 0x2, 0xc00015b900, 0xc0000d0c20) github.com/spf13/cobra@v1.1.3/command.go:856 +0x2c2 github.com/spf13/cobra.(*Command).ExecuteC(0xbf6000, 0x0, 0xbb5768, 0xc00008e058) github.com/spf13/cobra@v1.1.3/command.go:960 +0x375 github.com/spf13/cobra.(*Command).Execute(...) github.com/spf13/cobra@v1.1.3/command.go:897 main.main() command-line-arguments/harvest.go:679 +0x34 ``` **Additional context** YAML configuration file: ``` Exporters: my_influxdb: exporters: InfluxDB addr: -REDACTED- bucket: NetApp org: OBS token: -REDACTED- Defaults: collectors: - ZapiPerf use_insecure_tls: true Pollers: DC-01: datacenter: Secret addr: -REDACTED- auth_style: basic_auth username: -REDACTED- password: -REDACTED- exporters: - my_influxdb ```
test
start panic with influxdb exporter describe the bug harvest seems to launch prometeus exporter even if it is not configured on harvest xml and panic environment harvest version harvest version commit build date linux command line arguments used systemctl start harvest or bin harvest start config harvest yml os debian install method apt from deb package ontap version to reproduce configure the yaml configuration file with only influxdb as exporter expected behavior harvest should launch and polling actual behavior got a panic message datacenter poller pid promport status panic runtime error invalid memory address or nil pointer dereference goroutine pkg conf loadprometheusexporterportrangemapping pkg conf conf go pkg conf getprometheusexporterports pkg conf conf go main getpollerprometheusport command line arguments harvest go main domanagecmd command line arguments harvest go github com cobra command execute github com cobra command go github com cobra command executec github com cobra command go github com cobra command execute github com cobra command go main main command line arguments harvest go additional context yaml configuration file exporters my influxdb exporters influxdb addr redacted bucket netapp org obs token redacted defaults collectors zapiperf use insecure tls true pollers dc datacenter secret addr redacted auth style basic auth username redacted password redacted exporters my influxdb
1
657,482
21,795,232,918
IssuesEvent
2022-05-15 14:28:25
status-im/status-desktop
https://api.github.com/repos/status-im/status-desktop
closed
scrolling messages is not smooth and hiccups
bug Chat priority 2: medium
version [StatusIm-Desktop-220503-160728-952f39.dmg](https://ci.status.im/job/status-desktop/job/branches/job/macos/job/master/lastSuccessfulBuild/artifact/pkg/StatusIm-Desktop-220503-160728-952f39.dmg) its hard to describe or show on the video, but scrolling is not smooth and it stops, jumps, freezes, starts to move again, so it hiccups also, I think highlighting messages on mouse over is not a good idea as well
1.0
scrolling messages is not smooth and hiccups - version [StatusIm-Desktop-220503-160728-952f39.dmg](https://ci.status.im/job/status-desktop/job/branches/job/macos/job/master/lastSuccessfulBuild/artifact/pkg/StatusIm-Desktop-220503-160728-952f39.dmg) its hard to describe or show on the video, but scrolling is not smooth and it stops, jumps, freezes, starts to move again, so it hiccups also, I think highlighting messages on mouse over is not a good idea as well
non_test
scrolling messages is not smooth and hiccups version its hard to describe or show on the video but scrolling is not smooth and it stops jumps freezes starts to move again so it hiccups also i think highlighting messages on mouse over is not a good idea as well
0
74,744
7,439,999,095
IssuesEvent
2018-03-27 08:42:53
NationalBankBelgium/stark
https://api.github.com/repos/NationalBankBelgium/stark
closed
testing: create stark-test-unit package
comp: testing effort: days sprint 1
* [x] create a new package stark-testing * [x] move needed files to the package * [x] Adapt build.sh In the starter, * [x] execute unit tests -> stark-test-unit * [x] execute e2e tests -> stark-test-e2e * [x] execute all tests -> starter
1.0
testing: create stark-test-unit package - * [x] create a new package stark-testing * [x] move needed files to the package * [x] Adapt build.sh In the starter, * [x] execute unit tests -> stark-test-unit * [x] execute e2e tests -> stark-test-e2e * [x] execute all tests -> starter
test
testing create stark test unit package create a new package stark testing move needed files to the package adapt build sh in the starter execute unit tests stark test unit execute tests stark test execute all tests starter
1
20,943
6,122,719,239
IssuesEvent
2017-06-23 01:02:01
ganeti/ganeti
https://api.github.com/repos/ganeti/ganeti
opened
Os environment should contain network information, and manpage should be updated
imported_from_google_code Status:Released
Originally reported of Google Code with ID 364. ``` Currently the os environment passes NIC_n_NETWORK as the network name. It should also pass: NIC_n_NETWORK_{UUID,SUBNET,GATEWAY,SUBNET6,GATEWAY6,etc.} also perhaps NETWORK should be renamed to NETWORK_NAME (but that's less important, and can be left for backwards compatibility with beta1) The os api interface manpage should also be updated to mention all network related variables Thanks, Guido ``` Originally added on 2013-02-07 13:12:38 +0000 UTC.
1.0
Os environment should contain network information, and manpage should be updated - Originally reported of Google Code with ID 364. ``` Currently the os environment passes NIC_n_NETWORK as the network name. It should also pass: NIC_n_NETWORK_{UUID,SUBNET,GATEWAY,SUBNET6,GATEWAY6,etc.} also perhaps NETWORK should be renamed to NETWORK_NAME (but that's less important, and can be left for backwards compatibility with beta1) The os api interface manpage should also be updated to mention all network related variables Thanks, Guido ``` Originally added on 2013-02-07 13:12:38 +0000 UTC.
non_test
os environment should contain network information and manpage should be updated originally reported of google code with id currently the os environment passes nic n network as the network name it should also pass nic n network uuid subnet gateway etc also perhaps network should be renamed to network name but that s less important and can be left for backwards compatibility with the os api interface manpage should also be updated to mention all network related variables thanks guido originally added on utc
0
84,486
7,923,464,739
IssuesEvent
2018-07-05 14:09:04
idaholab/moose
https://api.github.com/repos/idaholab/moose
closed
Long running indicator doesn't appear to work with syntax check tests
C: TestHarness good first issue
## Rationale <!--What is the reason for this enhancement or what error are you reporting?--> The TestHarness reports information to the terminal when tests take a long time so that the user doesn't believe that their terminal or MOOSE is frozen. This should work for any type of long running test ## Description I ran across a slow test that is a syntax check that never triggers the TestHarness to print a "Running" notification. This should be fixed. To repeat, build in devel mode. I'm not sure if this will work in optimized or oprof modes because the test probably completes much more quickly. The syntax check for the test in question is already disabled in debug mode because it does take awhile. In the phase_field module: ``` ./run_tests -j24 --re=grain_growth ``` Each of these tests are pretty slow, but the last one is very slow but nothing ever prints about Running: ``` examples/grain_growth.grain_growth_2D_voronoi .................................................... SYNTAX PASS examples/grain_growth.grain_growth_2D_voronoi_newadapt ........................................... SYNTAX PASS examples/grain_growth.grain_growth_2D_graintracker ............................................... SYNTAX PASS examples/grain_growth.grain_growth_2D_random ..................................................... SYNTAX PASS examples/grain_growth.grain_growth_3D ............................................................ SYNTAX PASS ``` <!--Provide details of the enhancement or instructions for reproducing the error.--> ## Impact <!--How will the changes impact the code, developers, and users? Discuss changes to the internal interfaces and public API.--> Low, Information only
1.0
Long running indicator doesn't appear to work with syntax check tests - ## Rationale <!--What is the reason for this enhancement or what error are you reporting?--> The TestHarness reports information to the terminal when tests take a long time so that the user doesn't believe that their terminal or MOOSE is frozen. This should work for any type of long running test ## Description I ran across a slow test that is a syntax check that never triggers the TestHarness to print a "Running" notification. This should be fixed. To repeat, build in devel mode. I'm not sure if this will work in optimized or oprof modes because the test probably completes much more quickly. The syntax check for the test in question is already disabled in debug mode because it does take awhile. In the phase_field module: ``` ./run_tests -j24 --re=grain_growth ``` Each of these tests are pretty slow, but the last one is very slow but nothing ever prints about Running: ``` examples/grain_growth.grain_growth_2D_voronoi .................................................... SYNTAX PASS examples/grain_growth.grain_growth_2D_voronoi_newadapt ........................................... SYNTAX PASS examples/grain_growth.grain_growth_2D_graintracker ............................................... SYNTAX PASS examples/grain_growth.grain_growth_2D_random ..................................................... SYNTAX PASS examples/grain_growth.grain_growth_3D ............................................................ SYNTAX PASS ``` <!--Provide details of the enhancement or instructions for reproducing the error.--> ## Impact <!--How will the changes impact the code, developers, and users? Discuss changes to the internal interfaces and public API.--> Low, Information only
test
long running indicator doesn t appear to work with syntax check tests rationale the testharness reports information to the terminal when tests take a long time so that the user doesn t believe that their terminal or moose is frozen this should work for any type of long running test description i ran across a slow test that is a syntax check that never triggers the testharness to print a running notification this should be fixed to repeat build in devel mode i m not sure if this will work in optimized or oprof modes because the test probably completes much more quickly the syntax check for the test in question is already disabled in debug mode because it does take awhile in the phase field module run tests re grain growth each of these tests are pretty slow but the last one is very slow but nothing ever prints about running examples grain growth grain growth voronoi syntax pass examples grain growth grain growth voronoi newadapt syntax pass examples grain growth grain growth graintracker syntax pass examples grain growth grain growth random syntax pass examples grain growth grain growth syntax pass impact how will the changes impact the code developers and users discuss changes to the internal interfaces and public api low information only
1
50,982
6,137,948,227
IssuesEvent
2017-06-26 13:36:13
Gizra/Municipality
https://api.github.com/repos/Gizra/Municipality
closed
New Theme: Footer [6h]
Merged Test
swtich site's footer from previous semantic-ui into the new theme: <img width="591" alt="image" src="https://user-images.githubusercontent.com/3581741/27184686-8775acee-51eb-11e7-92da-dfee1f087061.png"> see current static html example: https://github.com/Gizra/Municipality/blob/master/static/src/_includes/footer.html 1. Body (long text with WYSIWG) 1. Site last update: (Date, dd.mm.yy) - site's content last update Autmaatic and sanity tests on https://github.com/Gizra/Municipality/issues/368
1.0
New Theme: Footer [6h] - swtich site's footer from previous semantic-ui into the new theme: <img width="591" alt="image" src="https://user-images.githubusercontent.com/3581741/27184686-8775acee-51eb-11e7-92da-dfee1f087061.png"> see current static html example: https://github.com/Gizra/Municipality/blob/master/static/src/_includes/footer.html 1. Body (long text with WYSIWG) 1. Site last update: (Date, dd.mm.yy) - site's content last update Autmaatic and sanity tests on https://github.com/Gizra/Municipality/issues/368
test
new theme footer swtich site s footer from previous semantic ui into the new theme img width alt image src see current static html example body long text with wysiwg site last update date dd mm yy site s content last update autmaatic and sanity tests on
1
613,418
19,089,598,640
IssuesEvent
2021-11-29 10:34:31
CMPUT301F21T30/Habiteer
https://api.github.com/repos/CMPUT301F21T30/Habiteer
closed
[#6.1] Geolocation &Maps
Geolocation Priority: Low 5 points
As a doer, I want a habit event to have an optional location to record where it happened. [6.1.2] As a doer, I want the location for a habit event to be specified using a map within the app, with the current phone position as the default location.
1.0
[#6.1] Geolocation &Maps - As a doer, I want a habit event to have an optional location to record where it happened. [6.1.2] As a doer, I want the location for a habit event to be specified using a map within the app, with the current phone position as the default location.
non_test
geolocation maps as a doer i want a habit event to have an optional location to record where it happened as a doer i want the location for a habit event to be specified using a map within the app with the current phone position as the default location
0
244,530
7,876,199,522
IssuesEvent
2018-06-25 23:37:00
incinirate/ccDHAR
https://api.github.com/repos/incinirate/ccDHAR
closed
`em` acts like `rem`
difficulty: easy priority: high size: small system: styles type: bug
The `em` unit for font sizes doesn't currently respect it's parent's values for font-size.
1.0
`em` acts like `rem` - The `em` unit for font sizes doesn't currently respect it's parent's values for font-size.
non_test
em acts like rem the em unit for font sizes doesn t currently respect it s parent s values for font size
0
604,004
18,675,564,310
IssuesEvent
2021-10-31 13:57:06
space-wizards/space-station-14
https://api.github.com/repos/space-wizards/space-station-14
closed
Booze catastrophe
Priority: 3-Not Required Type: Improvement
- [ ] Many drinks are empty (like the changeling sting and beepski smash) - [ ] The animations should play faster (Ling sting and beepski smash) - [ ] The drinks cant be made by mixing - [ ] The drinks are made of their own chemicals (This may be a no-issue) - [ ] You cant drink from beakers - [ ] Booze-o-Matic is empty - [ ] The drinks dont update their sprite when they are empty
1.0
Booze catastrophe - - [ ] Many drinks are empty (like the changeling sting and beepski smash) - [ ] The animations should play faster (Ling sting and beepski smash) - [ ] The drinks cant be made by mixing - [ ] The drinks are made of their own chemicals (This may be a no-issue) - [ ] You cant drink from beakers - [ ] Booze-o-Matic is empty - [ ] The drinks dont update their sprite when they are empty
non_test
booze catastrophe many drinks are empty like the changeling sting and beepski smash the animations should play faster ling sting and beepski smash the drinks cant be made by mixing the drinks are made of their own chemicals this may be a no issue you cant drink from beakers booze o matic is empty the drinks dont update their sprite when they are empty
0
279,361
24,219,848,667
IssuesEvent
2022-09-26 09:54:43
status-im/status-desktop
https://api.github.com/repos/status-im/status-desktop
closed
Chat name clipped in `ChannelIdentifierView`
bug ui tested
# Bug Report ## Description Chat name clipped in `ChannelIdentifierView` <img width="1012" alt="image" src="https://user-images.githubusercontent.com/25482501/190152018-219e8f3c-d561-4a18-9ccd-5eff7b3b816b.png">
1.0
Chat name clipped in `ChannelIdentifierView` - # Bug Report ## Description Chat name clipped in `ChannelIdentifierView` <img width="1012" alt="image" src="https://user-images.githubusercontent.com/25482501/190152018-219e8f3c-d561-4a18-9ccd-5eff7b3b816b.png">
test
chat name clipped in channelidentifierview bug report description chat name clipped in channelidentifierview img width alt image src
1
282,128
24,451,446,579
IssuesEvent
2022-10-06 23:40:11
tarantool/tarantool
https://api.github.com/repos/tarantool/tarantool
opened
flaky test: `gh_6036_qsync_order_test.lua`
replication flaky test qsync replication
Do this: `python test-run.py --var ./var $(yes gh_6036_qsync_order_test | head -n 30)`, observe this after some runs: ``` [009] replication-luatest/gh_6036_qsync_order_test.l> [ pass ] No output during 10 seconds. Will abort after 120 seconds without output. List of workers not reporting the status: - 010_replication-luatest [replication-luatest/gh_6036_qsync_order_test.lua, None] at ./var/010_replication-luatest/gh_6036_qsync_order.result:0 No output during 20 seconds. Will abort after 120 seconds without output. List of workers not reporting the status: - 010_replication-luatest [replication-luatest/gh_6036_qsync_order_test.lua, None] at ./var/010_replication-luatest/gh_6036_qsync_order.result:0 No output during 30 seconds. Will abort after 120 seconds without output. List of workers not reporting the status: - 010_replication-luatest [replication-luatest/gh_6036_qsync_order_test.lua, None] at ./var/010_replication-luatest/gh_6036_qsync_order.result:0 ... ```
1.0
flaky test: `gh_6036_qsync_order_test.lua` - Do this: `python test-run.py --var ./var $(yes gh_6036_qsync_order_test | head -n 30)`, observe this after some runs: ``` [009] replication-luatest/gh_6036_qsync_order_test.l> [ pass ] No output during 10 seconds. Will abort after 120 seconds without output. List of workers not reporting the status: - 010_replication-luatest [replication-luatest/gh_6036_qsync_order_test.lua, None] at ./var/010_replication-luatest/gh_6036_qsync_order.result:0 No output during 20 seconds. Will abort after 120 seconds without output. List of workers not reporting the status: - 010_replication-luatest [replication-luatest/gh_6036_qsync_order_test.lua, None] at ./var/010_replication-luatest/gh_6036_qsync_order.result:0 No output during 30 seconds. Will abort after 120 seconds without output. List of workers not reporting the status: - 010_replication-luatest [replication-luatest/gh_6036_qsync_order_test.lua, None] at ./var/010_replication-luatest/gh_6036_qsync_order.result:0 ... ```
test
flaky test gh qsync order test lua do this python test run py var var yes gh qsync order test head n observe this after some runs replication luatest gh qsync order test l no output during seconds will abort after seconds without output list of workers not reporting the status replication luatest at var replication luatest gh qsync order result no output during seconds will abort after seconds without output list of workers not reporting the status replication luatest at var replication luatest gh qsync order result no output during seconds will abort after seconds without output list of workers not reporting the status replication luatest at var replication luatest gh qsync order result
1
320,062
27,419,890,590
IssuesEvent
2023-03-01 16:02:44
unifyai/ivy
https://api.github.com/repos/unifyai/ivy
opened
Fix creation.test_eye
Sub Task Failing Test
| | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4300464153/jobs/7496684381" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/4302817322/jobs/7501801537" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> <details> <summary>Not found</summary> Not found </details>
1.0
Fix creation.test_eye - | | | |---|---| |tensorflow|<a href="https://github.com/unifyai/ivy/actions/runs/4300464153/jobs/7496684381" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |torch|<a href="https://github.com/unifyai/ivy/actions/runs/4302817322/jobs/7501801537" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-failure-red></a> |numpy|<a href="https://github.com/unifyai/ivy/actions/" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> |jax|<a href="https://github.com/unifyai/ivy/actions/" rel="noopener noreferrer" target="_blank"><img src=https://img.shields.io/badge/-success-success></a> <details> <summary>Not found</summary> Not found </details>
test
fix creation test eye tensorflow img src torch img src numpy img src jax img src not found not found
1
332,633
29,490,276,022
IssuesEvent
2023-06-02 12:59:36
MPMG-DCC-UFMG/F01
https://api.github.com/repos/MPMG-DCC-UFMG/F01
closed
Teste de generalizacao para a tag Terceiro Setor - Dados de parcerias - São Joaquim de Bicas
generalization test development template - GRP (27) tag - Terceiro Setor subtag - Dados de Parcerias
DoD: Realizar o teste de Generalização do validador da tag Terceiro Setor - Dados de parcerias para o Município de São Joaquim de Bicas.
1.0
Teste de generalizacao para a tag Terceiro Setor - Dados de parcerias - São Joaquim de Bicas - DoD: Realizar o teste de Generalização do validador da tag Terceiro Setor - Dados de parcerias para o Município de São Joaquim de Bicas.
test
teste de generalizacao para a tag terceiro setor dados de parcerias são joaquim de bicas dod realizar o teste de generalização do validador da tag terceiro setor dados de parcerias para o município de são joaquim de bicas
1
299,262
9,205,293,547
IssuesEvent
2019-03-08 10:10:20
qissue-bot/QGIS
https://api.github.com/repos/qissue-bot/QGIS
closed
Windows: WMS Layers are not printed
Component: Affected QGIS version Component: Crashes QGIS or corrupts data Component: Easy fix? Component: Operating System Component: Pull Request or Patch supplied Component: Regression? Component: Resolution Priority: Low Project: QGIS Application Status: Closed Tracker: Bug report
--- Author Name: **walter-pleyer-lfrz-at -** (walter-pleyer-lfrz-at -) Original Redmine Issue: 669, https://issues.qgis.org/issues/669 Original Assignee: nobody - --- When composing a map for printing using a WMS layer, as background the layer ist not printed or saved as file.
1.0
Windows: WMS Layers are not printed - --- Author Name: **walter-pleyer-lfrz-at -** (walter-pleyer-lfrz-at -) Original Redmine Issue: 669, https://issues.qgis.org/issues/669 Original Assignee: nobody - --- When composing a map for printing using a WMS layer, as background the layer ist not printed or saved as file.
non_test
windows wms layers are not printed author name walter pleyer lfrz at walter pleyer lfrz at original redmine issue original assignee nobody when composing a map for printing using a wms layer as background the layer ist not printed or saved as file
0
11,860
13,994,652,227
IssuesEvent
2020-10-28 01:15:47
Mikedeejay2/SimpleStackPlugin
https://api.github.com/repos/Mikedeejay2/SimpleStackPlugin
closed
Hoppers stack potions in brewing stands causing deletion of items
bug compatibility
Hello ! When using stacked items in certains circumstances, they are deleted by actions. Use a stack of enchanted_book in right side of anvil consume the entire stack instead of one book. Same thing with brewing stand, when introducing a stack of potion to brew, completion will brew 1 potion and delete all stack. I don't know if it's solvable but it may be noticed 'cause i think it's major issue for players wich risks to lose entire stack with some automated farms. Thank's in advance for your help
True
Hoppers stack potions in brewing stands causing deletion of items - Hello ! When using stacked items in certains circumstances, they are deleted by actions. Use a stack of enchanted_book in right side of anvil consume the entire stack instead of one book. Same thing with brewing stand, when introducing a stack of potion to brew, completion will brew 1 potion and delete all stack. I don't know if it's solvable but it may be noticed 'cause i think it's major issue for players wich risks to lose entire stack with some automated farms. Thank's in advance for your help
non_test
hoppers stack potions in brewing stands causing deletion of items hello when using stacked items in certains circumstances they are deleted by actions use a stack of enchanted book in right side of anvil consume the entire stack instead of one book same thing with brewing stand when introducing a stack of potion to brew completion will brew potion and delete all stack i don t know if it s solvable but it may be noticed cause i think it s major issue for players wich risks to lose entire stack with some automated farms thank s in advance for your help
0
62,506
6,798,527,486
IssuesEvent
2017-11-02 06:13:15
Lone-Coder/letsencrypt-win-simple
https://api.github.com/repos/Lone-Coder/letsencrypt-win-simple
closed
Invalid index. (Exception from HRESULT: 0x80070585) creating binding
bug testing
I cant create a SAN Certificate for a site. I keep getting an error when it tries to create a binding. it says Invalid index. (Exception from HRESULT: 0x80070585)
1.0
Invalid index. (Exception from HRESULT: 0x80070585) creating binding - I cant create a SAN Certificate for a site. I keep getting an error when it tries to create a binding. it says Invalid index. (Exception from HRESULT: 0x80070585)
test
invalid index exception from hresult creating binding i cant create a san certificate for a site i keep getting an error when it tries to create a binding it says invalid index exception from hresult
1
32,986
27,123,192,509
IssuesEvent
2023-02-16 01:34:10
APSIMInitiative/ApsimX
https://api.github.com/repos/APSIMInitiative/ApsimX
closed
Error if two soils in one zone
bug interface/infrastructure
We spent time debugging a simulation that crashed after several years only to find that there were two soils in the zone. There should have been an error at the beginning of the simulation.
1.0
Error if two soils in one zone - We spent time debugging a simulation that crashed after several years only to find that there were two soils in the zone. There should have been an error at the beginning of the simulation.
non_test
error if two soils in one zone we spent time debugging a simulation that crashed after several years only to find that there were two soils in the zone there should have been an error at the beginning of the simulation
0
121,420
10,168,026,178
IssuesEvent
2019-08-07 19:44:10
brave/brave-browser
https://api.github.com/repos/brave/brave-browser
closed
[hackerone] block all external protocol handler requests in Tor tabs
QA/Test-Plan-Specified QA/Yes feature/tor feature/tor/leakproofing priority/P3
via https://hackerone.com/bugs?subject=brave&report_id=577956 Although opening external protocols triggers a confirmation box, users can be tricked into opening them anyway. Also users who click 'yes' may not be aware that external protocols may leak their real IP. For defense in depth, it is best to disable external protocols entirely in Tor mode. In b-l we had a whitelisted list of protocols for tor mode: https://github.com/brave/browser-laptop/blob/0155c9ee2fb724fbd5e43c84b8f7e02d0e5b4cf1/app/filtering.js#L107. This should be straightforward to port. Note that the check for whitelisted request protocols must happen before the external protocol handler code runs.
1.0
[hackerone] block all external protocol handler requests in Tor tabs - via https://hackerone.com/bugs?subject=brave&report_id=577956 Although opening external protocols triggers a confirmation box, users can be tricked into opening them anyway. Also users who click 'yes' may not be aware that external protocols may leak their real IP. For defense in depth, it is best to disable external protocols entirely in Tor mode. In b-l we had a whitelisted list of protocols for tor mode: https://github.com/brave/browser-laptop/blob/0155c9ee2fb724fbd5e43c84b8f7e02d0e5b4cf1/app/filtering.js#L107. This should be straightforward to port. Note that the check for whitelisted request protocols must happen before the external protocol handler code runs.
test
block all external protocol handler requests in tor tabs via although opening external protocols triggers a confirmation box users can be tricked into opening them anyway also users who click yes may not be aware that external protocols may leak their real ip for defense in depth it is best to disable external protocols entirely in tor mode in b l we had a whitelisted list of protocols for tor mode this should be straightforward to port note that the check for whitelisted request protocols must happen before the external protocol handler code runs
1
332,286
29,202,229,553
IssuesEvent
2023-05-21 00:37:07
devssa/onde-codar-em-salvador
https://api.github.com/repos/devssa/onde-codar-em-salvador
closed
[Remoto] Backend Developer Node.Js (Pleno) na Coodesh
SALVADOR BACK-END TESTE PJ DESENVOLVIMENTO DE SOFTWARE SCRUM PLENO REST NODE.JS AWS REQUISITOS REMOTO BACKEND GITHUB REDIS CI CD SEGURANÇA UMA C QUALIDADE APIs PADRÕ MANUTENÇÃO Stale
## Descrição da vaga: Esta é uma vaga de um parceiro da plataforma Coodesh, ao candidatar-se você terá acesso as informações completas sobre a empresa e benefícios. Fique atento ao redirecionamento que vai te levar para uma url [https://coodesh.com](https://coodesh.com/vagas/backend-developer-nodejs-pleno-183450887?utm_source=github&utm_medium=devssa-onde-codar-em-salvador&modal=open) com o pop-up personalizado de candidatura. 👋 <p>A <strong>Deep ESG</strong> está em busca de <strong><ins>Backend Developer Node.Js (Pleno)</ins></strong> para compor seu time!<br><br>Estamos com vaga aberta de Desenvolvedor Backend Pleno para trabalhar junto ao nosso time de Produto. O objetivo é trabalhar na tradução de problemas de negócio em soluções analíticas, atuando na análise e no desenvolvimento de APIs REST utilizando Node.JS em que ajudará a manter padrões de versionamento e a lidar com bancos de dados e fluxos de informações, criando códigos e utilizando frameworks para análise e para manipulação de informações.</p> <p>Se você é quem procuramos, candidate-se aqui!</p> <p><strong>PRINCIPAIS ATIVIDADES</strong></p> <ul> <li>Desenvolver e fazer a manutenção de API Rest para atendimento de clientes internos e externos;</li> <li>Integrar ambientes da API com sistemas das instituições financeiras clientes;</li> <li>Desenvolver código conforme especificações determinadas por requisitos de gerentes de projeto e produto da DEEP;</li> <li>Desenvolver o sistema de forma a cumprir requisitos quanto à segurança, escalabilidade e disponibilidade;</li> <li>Desenvolver código de alta qualidade, escalável, limpo e testável, seguindo as melhores práticas de desenvolvimento de software;</li> <li>Desenvolver componentes de backend para implementar regras de negócio e persistir dados imprescindíveis para entrega de valor aos clientes;</li> <li>Implementar testes unitários;</li> <li>Documentar os códigos desenvolvidos;</li> <li>Aprimorar códigos e APIs já existentes.</li> </ul> <p></p> <p><strong>ETAPAS DO PROCESSO SELETIVO</strong></p> <ul> <li>Teste de raciocínio lógico e analítico - GMAT;</li> <li>Entrevista Fit Cultural;</li> <li>Entrevista Técnica.</li> </ul> ## Deep ESG: <p>Medir os impactos que importam hoje, para mudar o mundo amanhã: esse é o propósito da DEEP.&nbsp;&nbsp;</p> <p>Acreditamos que as métricas de sustentabilidade são essenciais para mensurar a extensão do que o capital investido produz na sociedade.&nbsp;</p><a href='https://coodesh.com/empresas/deepesg'>Veja mais no site</a> ## Habilidades: - Node.js - AWS - CI/CD - SCRUM - API ## Local: 100% Remoto ## Requisitos: - Possuir experiência sólida e comprovada em desenvolvimento de APIs em Node.Js; - Experiência sólida e comprovada em ambiente AWS; - Experiência em Redis; - Conhecimento de práticas de CI/CD; - Experiência em desenvolvimento de código moderno, seguindo padrão SCRUM e conforme histórias de usuário e ritos de controle de status de projeto. ## Diferenciais: - Experiência em desenvolvimento de APIs para Bancos, Instituições financeiras ou demais membros do SFN; - Implementação de testes unitários; - Experiência em desenvolvimento de APIs com implementação de camadas de segurança e autenticação, como OAuth2.0. ## Como se candidatar: Candidatar-se exclusivamente através da plataforma Coodesh no link a seguir: [Backend Developer Node.Js (Pleno) na Deep ESG](https://coodesh.com/vagas/backend-developer-nodejs-pleno-183450887?utm_source=github&utm_medium=devssa-onde-codar-em-salvador&modal=open) Após candidatar-se via plataforma Coodesh e validar o seu login, você poderá acompanhar e receber todas as interações do processo por lá. Utilize a opção **Pedir Feedback** entre uma etapa e outra na vaga que se candidatou. Isso fará com que a pessoa **Recruiter** responsável pelo processo na empresa receba a notificação. ## Labels #### Alocação Remoto #### Regime PJ #### Categoria Back-End
1.0
[Remoto] Backend Developer Node.Js (Pleno) na Coodesh - ## Descrição da vaga: Esta é uma vaga de um parceiro da plataforma Coodesh, ao candidatar-se você terá acesso as informações completas sobre a empresa e benefícios. Fique atento ao redirecionamento que vai te levar para uma url [https://coodesh.com](https://coodesh.com/vagas/backend-developer-nodejs-pleno-183450887?utm_source=github&utm_medium=devssa-onde-codar-em-salvador&modal=open) com o pop-up personalizado de candidatura. 👋 <p>A <strong>Deep ESG</strong> está em busca de <strong><ins>Backend Developer Node.Js (Pleno)</ins></strong> para compor seu time!<br><br>Estamos com vaga aberta de Desenvolvedor Backend Pleno para trabalhar junto ao nosso time de Produto. O objetivo é trabalhar na tradução de problemas de negócio em soluções analíticas, atuando na análise e no desenvolvimento de APIs REST utilizando Node.JS em que ajudará a manter padrões de versionamento e a lidar com bancos de dados e fluxos de informações, criando códigos e utilizando frameworks para análise e para manipulação de informações.</p> <p>Se você é quem procuramos, candidate-se aqui!</p> <p><strong>PRINCIPAIS ATIVIDADES</strong></p> <ul> <li>Desenvolver e fazer a manutenção de API Rest para atendimento de clientes internos e externos;</li> <li>Integrar ambientes da API com sistemas das instituições financeiras clientes;</li> <li>Desenvolver código conforme especificações determinadas por requisitos de gerentes de projeto e produto da DEEP;</li> <li>Desenvolver o sistema de forma a cumprir requisitos quanto à segurança, escalabilidade e disponibilidade;</li> <li>Desenvolver código de alta qualidade, escalável, limpo e testável, seguindo as melhores práticas de desenvolvimento de software;</li> <li>Desenvolver componentes de backend para implementar regras de negócio e persistir dados imprescindíveis para entrega de valor aos clientes;</li> <li>Implementar testes unitários;</li> <li>Documentar os códigos desenvolvidos;</li> <li>Aprimorar códigos e APIs já existentes.</li> </ul> <p></p> <p><strong>ETAPAS DO PROCESSO SELETIVO</strong></p> <ul> <li>Teste de raciocínio lógico e analítico - GMAT;</li> <li>Entrevista Fit Cultural;</li> <li>Entrevista Técnica.</li> </ul> ## Deep ESG: <p>Medir os impactos que importam hoje, para mudar o mundo amanhã: esse é o propósito da DEEP.&nbsp;&nbsp;</p> <p>Acreditamos que as métricas de sustentabilidade são essenciais para mensurar a extensão do que o capital investido produz na sociedade.&nbsp;</p><a href='https://coodesh.com/empresas/deepesg'>Veja mais no site</a> ## Habilidades: - Node.js - AWS - CI/CD - SCRUM - API ## Local: 100% Remoto ## Requisitos: - Possuir experiência sólida e comprovada em desenvolvimento de APIs em Node.Js; - Experiência sólida e comprovada em ambiente AWS; - Experiência em Redis; - Conhecimento de práticas de CI/CD; - Experiência em desenvolvimento de código moderno, seguindo padrão SCRUM e conforme histórias de usuário e ritos de controle de status de projeto. ## Diferenciais: - Experiência em desenvolvimento de APIs para Bancos, Instituições financeiras ou demais membros do SFN; - Implementação de testes unitários; - Experiência em desenvolvimento de APIs com implementação de camadas de segurança e autenticação, como OAuth2.0. ## Como se candidatar: Candidatar-se exclusivamente através da plataforma Coodesh no link a seguir: [Backend Developer Node.Js (Pleno) na Deep ESG](https://coodesh.com/vagas/backend-developer-nodejs-pleno-183450887?utm_source=github&utm_medium=devssa-onde-codar-em-salvador&modal=open) Após candidatar-se via plataforma Coodesh e validar o seu login, você poderá acompanhar e receber todas as interações do processo por lá. Utilize a opção **Pedir Feedback** entre uma etapa e outra na vaga que se candidatou. Isso fará com que a pessoa **Recruiter** responsável pelo processo na empresa receba a notificação. ## Labels #### Alocação Remoto #### Regime PJ #### Categoria Back-End
test
backend developer node js pleno na coodesh descrição da vaga esta é uma vaga de um parceiro da plataforma coodesh ao candidatar se você terá acesso as informações completas sobre a empresa e benefícios fique atento ao redirecionamento que vai te levar para uma url com o pop up personalizado de candidatura 👋 a deep esg está em busca de backend developer node js pleno para compor seu time estamos com vaga aberta de desenvolvedor backend pleno para trabalhar junto ao nosso time de produto o objetivo é trabalhar na tradução de problemas de negócio em soluções analíticas atuando na análise e no desenvolvimento de apis rest utilizando node js em que ajudará a manter padrões de versionamento e a lidar com bancos de dados e fluxos de informações criando códigos e utilizando frameworks para análise e para manipulação de informações se você é quem procuramos candidate se aqui principais atividades desenvolver e fazer a manutenção de api rest para atendimento de clientes internos e externos integrar ambientes da api com sistemas das instituições financeiras clientes desenvolver código conforme especificações determinadas por requisitos de gerentes de projeto e produto da deep desenvolver o sistema de forma a cumprir requisitos quanto à segurança escalabilidade e disponibilidade desenvolver código de alta qualidade escalável limpo e testável seguindo as melhores práticas de desenvolvimento de software desenvolver componentes de backend para implementar regras de negócio e persistir dados imprescindíveis para entrega de valor aos clientes implementar testes unitários documentar os códigos desenvolvidos aprimorar códigos e apis já existentes etapas do processo seletivo teste de raciocínio lógico e analítico gmat entrevista fit cultural entrevista técnica deep esg medir os impactos que importam hoje para mudar o mundo amanhã esse é o propósito da deep nbsp nbsp acreditamos que as métricas de sustentabilidade são essenciais para mensurar a extensão do que o capital investido produz na sociedade nbsp habilidades node js aws ci cd scrum api local remoto requisitos possuir experiência sólida e comprovada em desenvolvimento de apis em node js experiência sólida e comprovada em ambiente aws experiência em redis conhecimento de práticas de ci cd experiência em desenvolvimento de código moderno seguindo padrão scrum e conforme histórias de usuário e ritos de controle de status de projeto diferenciais experiência em desenvolvimento de apis para bancos instituições financeiras ou demais membros do sfn implementação de testes unitários experiência em desenvolvimento de apis com implementação de camadas de segurança e autenticação como como se candidatar candidatar se exclusivamente através da plataforma coodesh no link a seguir após candidatar se via plataforma coodesh e validar o seu login você poderá acompanhar e receber todas as interações do processo por lá utilize a opção pedir feedback entre uma etapa e outra na vaga que se candidatou isso fará com que a pessoa recruiter responsável pelo processo na empresa receba a notificação labels alocação remoto regime pj categoria back end
1
166,970
12,978,628,144
IssuesEvent
2020-07-21 23:28:00
rancher/rancher
https://api.github.com/repos/rancher/rancher
closed
On an upgrade, cluster deployed with schedule scan CIS 1.4 shows CIS 1.5 on the UI
[zube]: To Test area/scan-tool kind/bug-qa team/ui
**What kind of request is this (question/bug/enhancement/feature request):** bug **Steps to reproduce (least amount of steps as possible):** - Deploy a cluster in 2.4.5. Enable scheduled cluster scan for `rke-cis-1.4-hardened` version. - Upgrade to 2.4-head. - for testing purpose (to verify default CIS 1.5 version in the KDM), change the KDM to point to `"url": "https://raw.githubusercontent.com/prachidamle/kontainer-driver-metadata/kdm_cis_change/data/data.json"` - The default CIS version now points to CIS 1.5 - Edit the cluster. - The UI does NOT show CIS 1.4 in the dropdown for Scheduled scan <img width="1402" alt="Screen Shot 2020-07-08 at 3 32 39 PM" src="https://user-images.githubusercontent.com/26032343/86978125-f4ee3980-c132-11ea-8eca-d873daad5a9f.png"> - View in API of the cluster: ``` "scheduledClusterScan": { "enabled": true, "scanConfig": { "cisScanConfig": { "debugMaster": false, "debugWorker": false, "overrideBenchmarkVersion": "rke-cis-1.4", "overrideSkip": null, "profile": "hardened", "type": "/v3/schemas/cisScanConfig" }, "type": "/v3/schemas/clusterScanConfig" }, "scheduleConfig": { "cronSchedule": "20 * * * *", "retention": 24, "type": "/v3/schemas/scheduledClusterScanConfig" }, "type": "/v3/schemas/scheduledClusterScan" }, ``` **Expected Result:** CIS 1.4 Hardened should be selected in the dropdown as that is the value set on the cluster. **Environment information** - Rancher version (`rancher/rancher`/`rancher/server` image tag or shown bottom left in the UI): 2.4-head commit id:`43c8db4e2` - Installation option (single install/HA): single <!-- If the reported issue is regarding a created cluster, please provide requested info below --> **Cluster information** - Cluster type (Hosted/Infrastructure Provider/Custom/Imported): custom cluster - Machine type (cloud/VM/metal) and specifications (CPU/memory): - Kubernetes version (use `kubectl version`): ``` 1.18.3-rancher2-2 ```
1.0
On an upgrade, cluster deployed with schedule scan CIS 1.4 shows CIS 1.5 on the UI - **What kind of request is this (question/bug/enhancement/feature request):** bug **Steps to reproduce (least amount of steps as possible):** - Deploy a cluster in 2.4.5. Enable scheduled cluster scan for `rke-cis-1.4-hardened` version. - Upgrade to 2.4-head. - for testing purpose (to verify default CIS 1.5 version in the KDM), change the KDM to point to `"url": "https://raw.githubusercontent.com/prachidamle/kontainer-driver-metadata/kdm_cis_change/data/data.json"` - The default CIS version now points to CIS 1.5 - Edit the cluster. - The UI does NOT show CIS 1.4 in the dropdown for Scheduled scan <img width="1402" alt="Screen Shot 2020-07-08 at 3 32 39 PM" src="https://user-images.githubusercontent.com/26032343/86978125-f4ee3980-c132-11ea-8eca-d873daad5a9f.png"> - View in API of the cluster: ``` "scheduledClusterScan": { "enabled": true, "scanConfig": { "cisScanConfig": { "debugMaster": false, "debugWorker": false, "overrideBenchmarkVersion": "rke-cis-1.4", "overrideSkip": null, "profile": "hardened", "type": "/v3/schemas/cisScanConfig" }, "type": "/v3/schemas/clusterScanConfig" }, "scheduleConfig": { "cronSchedule": "20 * * * *", "retention": 24, "type": "/v3/schemas/scheduledClusterScanConfig" }, "type": "/v3/schemas/scheduledClusterScan" }, ``` **Expected Result:** CIS 1.4 Hardened should be selected in the dropdown as that is the value set on the cluster. **Environment information** - Rancher version (`rancher/rancher`/`rancher/server` image tag or shown bottom left in the UI): 2.4-head commit id:`43c8db4e2` - Installation option (single install/HA): single <!-- If the reported issue is regarding a created cluster, please provide requested info below --> **Cluster information** - Cluster type (Hosted/Infrastructure Provider/Custom/Imported): custom cluster - Machine type (cloud/VM/metal) and specifications (CPU/memory): - Kubernetes version (use `kubectl version`): ``` 1.18.3-rancher2-2 ```
test
on an upgrade cluster deployed with schedule scan cis shows cis on the ui what kind of request is this question bug enhancement feature request bug steps to reproduce least amount of steps as possible deploy a cluster in enable scheduled cluster scan for rke cis hardened version upgrade to head for testing purpose to verify default cis version in the kdm change the kdm to point to url the default cis version now points to cis edit the cluster the ui does not show cis in the dropdown for scheduled scan img width alt screen shot at pm src view in api of the cluster scheduledclusterscan enabled true scanconfig cisscanconfig debugmaster false debugworker false overridebenchmarkversion rke cis overrideskip null profile hardened type schemas cisscanconfig type schemas clusterscanconfig scheduleconfig cronschedule retention type schemas scheduledclusterscanconfig type schemas scheduledclusterscan expected result cis hardened should be selected in the dropdown as that is the value set on the cluster environment information rancher version rancher rancher rancher server image tag or shown bottom left in the ui head commit id installation option single install ha single if the reported issue is regarding a created cluster please provide requested info below cluster information cluster type hosted infrastructure provider custom imported custom cluster machine type cloud vm metal and specifications cpu memory kubernetes version use kubectl version
1
42,954
7,009,144,257
IssuesEvent
2017-12-19 18:01:24
GoogleCloudPlatform/google-cloud-php
https://api.github.com/repos/GoogleCloudPlatform/google-cloud-php
closed
Add an example on how to setup timeouts
documentation priority: p1 type: feature request
I've been poring over the code looking for how to properly set timeouts / retries in the recommended way for the Spanner Client. For example let's trace through the [Spanner\Database::execute(..)](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/100569e036dabb01f6df1c3f42a69da9010f845c/src/Spanner/Database.php#L1219) function and how we could set timeouts for the request(s) it makes. [SpannerClient\Database::execute(..)](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/100569e036dabb01f6df1c3f42a69da9010f845c/src/Spanner/Database.php#L1219) has an `$options` array as the 2nd parameter but doesn't mention any timeout settings. Next it calls [Spanner\Operation::execute(..)](`https://github.com/GoogleCloudPlatform/google-cloud-php/blob/d15968cab653e039290f69a37048bede1a7eceba/src/Spanner/Operation.php#L164`) which takes in the same `$options` array as 2nd parameter. Then it creates a callback which gets executed later but we'll skip to trace. The options parameter is merged into the args parameter and the callback then calls: [Spanner\Connection\Grpc::executeStreamingSql(..)](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/100569e036dabb01f6df1c3f42a69da9010f845c/src/Spanner/Connection/Grpc.php?utf8=%E2%9C%93#L451). This function then passes a callable `[$this->spannerClient, 'executeStreamingSql']` and an array holding `[session, sql, and the rest of the args]` as the two parameters to [Core\GrpcRequestWrapper::send(..)](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/100569e036dabb01f6df1c3f42a69da9010f845c/src/Core/GrpcRequestWrapper.php?utf8=%E2%9C%93#L118) which takes 3 arguments but we don't pass in the third `$options` argument from the parent call which would have taken `requestTimeout, retries, and grpcOptions`. Now at this point the default retries/requestTimeout get merged into the grpcOptions defaults and then grpcOptions get merged into the last parameter of the `$args` parameter. This is then sent through to [Spanner\v1\SpannerClient::executeStreamingSql(..)](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/100569e036dabb01f6df1c3f42a69da9010f845c/src/Spanner/V1/SpannerClient.php#L776) and the args array parameter is unwound to individual parameters by `call_user_func_array` So presumably, assuming the number of arguments is always equal to 3, the last parameter will be `optionalArgs` at [Spanner\v1\SpannerClient::executeStreamingSql(..)](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/100569e036dabb01f6df1c3f42a69da9010f845c/src/Spanner/V1/SpannerClient.php#L776) which is documented as explicitly taking `timeoutMillis` in the `optionalArgs` parameter but no mention of the other retrySettings, and timeoutMs parameters that could have been passed in from the previous function call. So all in all it's somewhat confusing to understand where we should be setting these different timeout / retry parameters and what the recommended way would be. Just a couple of simple high level examples would be enough. I'd be happy to add some documentation if someone can clarify in this ticket :)
1.0
Add an example on how to setup timeouts - I've been poring over the code looking for how to properly set timeouts / retries in the recommended way for the Spanner Client. For example let's trace through the [Spanner\Database::execute(..)](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/100569e036dabb01f6df1c3f42a69da9010f845c/src/Spanner/Database.php#L1219) function and how we could set timeouts for the request(s) it makes. [SpannerClient\Database::execute(..)](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/100569e036dabb01f6df1c3f42a69da9010f845c/src/Spanner/Database.php#L1219) has an `$options` array as the 2nd parameter but doesn't mention any timeout settings. Next it calls [Spanner\Operation::execute(..)](`https://github.com/GoogleCloudPlatform/google-cloud-php/blob/d15968cab653e039290f69a37048bede1a7eceba/src/Spanner/Operation.php#L164`) which takes in the same `$options` array as 2nd parameter. Then it creates a callback which gets executed later but we'll skip to trace. The options parameter is merged into the args parameter and the callback then calls: [Spanner\Connection\Grpc::executeStreamingSql(..)](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/100569e036dabb01f6df1c3f42a69da9010f845c/src/Spanner/Connection/Grpc.php?utf8=%E2%9C%93#L451). This function then passes a callable `[$this->spannerClient, 'executeStreamingSql']` and an array holding `[session, sql, and the rest of the args]` as the two parameters to [Core\GrpcRequestWrapper::send(..)](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/100569e036dabb01f6df1c3f42a69da9010f845c/src/Core/GrpcRequestWrapper.php?utf8=%E2%9C%93#L118) which takes 3 arguments but we don't pass in the third `$options` argument from the parent call which would have taken `requestTimeout, retries, and grpcOptions`. Now at this point the default retries/requestTimeout get merged into the grpcOptions defaults and then grpcOptions get merged into the last parameter of the `$args` parameter. This is then sent through to [Spanner\v1\SpannerClient::executeStreamingSql(..)](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/100569e036dabb01f6df1c3f42a69da9010f845c/src/Spanner/V1/SpannerClient.php#L776) and the args array parameter is unwound to individual parameters by `call_user_func_array` So presumably, assuming the number of arguments is always equal to 3, the last parameter will be `optionalArgs` at [Spanner\v1\SpannerClient::executeStreamingSql(..)](https://github.com/GoogleCloudPlatform/google-cloud-php/blob/100569e036dabb01f6df1c3f42a69da9010f845c/src/Spanner/V1/SpannerClient.php#L776) which is documented as explicitly taking `timeoutMillis` in the `optionalArgs` parameter but no mention of the other retrySettings, and timeoutMs parameters that could have been passed in from the previous function call. So all in all it's somewhat confusing to understand where we should be setting these different timeout / retry parameters and what the recommended way would be. Just a couple of simple high level examples would be enough. I'd be happy to add some documentation if someone can clarify in this ticket :)
non_test
add an example on how to setup timeouts i ve been poring over the code looking for how to properly set timeouts retries in the recommended way for the spanner client for example let s trace through the function and how we could set timeouts for the request s it makes has an options array as the parameter but doesn t mention any timeout settings next it calls which takes in the same options array as parameter then it creates a callback which gets executed later but we ll skip to trace the options parameter is merged into the args parameter and the callback then calls this function then passes a callable and an array holding as the two parameters to which takes arguments but we don t pass in the third options argument from the parent call which would have taken requesttimeout retries and grpcoptions now at this point the default retries requesttimeout get merged into the grpcoptions defaults and then grpcoptions get merged into the last parameter of the args parameter this is then sent through to and the args array parameter is unwound to individual parameters by call user func array so presumably assuming the number of arguments is always equal to the last parameter will be optionalargs at which is documented as explicitly taking timeoutmillis in the optionalargs parameter but no mention of the other retrysettings and timeoutms parameters that could have been passed in from the previous function call so all in all it s somewhat confusing to understand where we should be setting these different timeout retry parameters and what the recommended way would be just a couple of simple high level examples would be enough i d be happy to add some documentation if someone can clarify in this ticket
0
262,144
22,797,048,026
IssuesEvent
2022-07-10 21:45:26
ossf/scorecard-action
https://api.github.com/repos/ossf/scorecard-action
closed
Failing e2e tests - scorecard-bash on ossf-tests/scorecard-action
e2e automated-tests
Matrix: { "results_format": "default", "publish_results": true, "upload_result": false } Repo: https://github.com/ossf-tests/scorecard-action/tree/main Run: https://github.com/ossf-tests/scorecard-action/actions/runs/2646091693 Workflow name: scorecard-bash Workflow file: https://github.com/ossf-tests/scorecard-action/tree/main/.github/workflows/scorecards-bash.yml Trigger: push Branch: main
1.0
Failing e2e tests - scorecard-bash on ossf-tests/scorecard-action - Matrix: { "results_format": "default", "publish_results": true, "upload_result": false } Repo: https://github.com/ossf-tests/scorecard-action/tree/main Run: https://github.com/ossf-tests/scorecard-action/actions/runs/2646091693 Workflow name: scorecard-bash Workflow file: https://github.com/ossf-tests/scorecard-action/tree/main/.github/workflows/scorecards-bash.yml Trigger: push Branch: main
test
failing tests scorecard bash on ossf tests scorecard action matrix results format default publish results true upload result false repo run workflow name scorecard bash workflow file trigger push branch main
1
148,030
13,223,716,923
IssuesEvent
2020-08-17 17:44:53
Knifa/tower-tool
https://api.github.com/repos/Knifa/tower-tool
closed
Add slicer setup instructions for other slicers
documentation enhancement
- Mention Slic3r in addition to PrusaSlicer --- they should be the same. - Simplify3D? - Generic instructions
1.0
Add slicer setup instructions for other slicers - - Mention Slic3r in addition to PrusaSlicer --- they should be the same. - Simplify3D? - Generic instructions
non_test
add slicer setup instructions for other slicers mention in addition to prusaslicer they should be the same generic instructions
0
188,295
15,157,997,242
IssuesEvent
2021-02-12 00:05:52
pydata/xarray
https://api.github.com/repos/pydata/xarray
closed
apply rolling window on function
documentation usage question
I am looking for how to apply xarray rolling window to this function. I have really searched a lot but my effort is still futile.. My data is xarray data of shape (time, lon, lat) (323x180x360) respectively ```python def get_grps(s,axis=0, thresh=-1, Nmin=2): """ Nmin : int > 0 Min number of consecutive values below threshold. """ s = pd.Series(s) m = np.logical_and.reduce([s.shift(-i).le(thresh) for i in range(Nmin)]) if Nmin > 1: m = pd.Series(m, index=s.index).replace({False: np.NaN}).ffill(limit=Nmin-1).fillna(False) else: m = pd.Series(m, index=s.index) # Form consecutive groups gps = m.ne(m.shift(1)).cumsum().where(m) # Return None if no groups, else the aggregations if gps.isnull().all(): return [0] else: d = s.groupby(gps).agg([list, sum, 'size']).reset_index(drop=True) data = len((d['sum'])) ### returning frequency data = np.array(data) return (data) ``` ### I tried this ```python spi = xr.DataArray(dims=("time", "lon", "lat"), data=np.random.randn(324, 180, 360)) spi.rolling(time=59).reduce(get_grps) ``` ## I get this error ```python Traceback (most recent call last): File "<input>", line 1, in <module> File "/Users/mada0007/anaconda3/envs/RESEARCH_QUESTION_TWO/lib/python3.7/site-packages/xarray/core/rolling.py", line 287, in reduce result = windows.reduce(func, dim=rolling_dim, **kwargs) File "/Users/mada0007/anaconda3/envs/RESEARCH_QUESTION_TWO/lib/python3.7/site-packages/xarray/core/dataarray.py", line 2216, in reduce var = self.variable.reduce(func, dim, axis, keep_attrs, keepdims, **kwargs) File "/Users/mada0007/anaconda3/envs/RESEARCH_QUESTION_TWO/lib/python3.7/site-packages/xarray/core/variable.py", line 1529, in reduce data = func(input_data, axis=axis, **kwargs) File "<input>", line 7, in get_grps File "/Users/mada0007/anaconda3/envs/RESEARCH_QUESTION_TWO/lib/python3.7/site-packages/pandas/core/series.py", line 314, in __init__ data = sanitize_array(data, index, dtype, copy, raise_cast_failure=True) File "/Users/mada0007/anaconda3/envs/RESEARCH_QUESTION_TWO/lib/python3.7/site-packages/pandas/core/internals/construction.py", line 730, in sanitize_array raise Exception("Data must be 1-dimensional") Exception: Data must be 1-dimensional ``` How can I rectify this? Thanks
1.0
apply rolling window on function - I am looking for how to apply xarray rolling window to this function. I have really searched a lot but my effort is still futile.. My data is xarray data of shape (time, lon, lat) (323x180x360) respectively ```python def get_grps(s,axis=0, thresh=-1, Nmin=2): """ Nmin : int > 0 Min number of consecutive values below threshold. """ s = pd.Series(s) m = np.logical_and.reduce([s.shift(-i).le(thresh) for i in range(Nmin)]) if Nmin > 1: m = pd.Series(m, index=s.index).replace({False: np.NaN}).ffill(limit=Nmin-1).fillna(False) else: m = pd.Series(m, index=s.index) # Form consecutive groups gps = m.ne(m.shift(1)).cumsum().where(m) # Return None if no groups, else the aggregations if gps.isnull().all(): return [0] else: d = s.groupby(gps).agg([list, sum, 'size']).reset_index(drop=True) data = len((d['sum'])) ### returning frequency data = np.array(data) return (data) ``` ### I tried this ```python spi = xr.DataArray(dims=("time", "lon", "lat"), data=np.random.randn(324, 180, 360)) spi.rolling(time=59).reduce(get_grps) ``` ## I get this error ```python Traceback (most recent call last): File "<input>", line 1, in <module> File "/Users/mada0007/anaconda3/envs/RESEARCH_QUESTION_TWO/lib/python3.7/site-packages/xarray/core/rolling.py", line 287, in reduce result = windows.reduce(func, dim=rolling_dim, **kwargs) File "/Users/mada0007/anaconda3/envs/RESEARCH_QUESTION_TWO/lib/python3.7/site-packages/xarray/core/dataarray.py", line 2216, in reduce var = self.variable.reduce(func, dim, axis, keep_attrs, keepdims, **kwargs) File "/Users/mada0007/anaconda3/envs/RESEARCH_QUESTION_TWO/lib/python3.7/site-packages/xarray/core/variable.py", line 1529, in reduce data = func(input_data, axis=axis, **kwargs) File "<input>", line 7, in get_grps File "/Users/mada0007/anaconda3/envs/RESEARCH_QUESTION_TWO/lib/python3.7/site-packages/pandas/core/series.py", line 314, in __init__ data = sanitize_array(data, index, dtype, copy, raise_cast_failure=True) File "/Users/mada0007/anaconda3/envs/RESEARCH_QUESTION_TWO/lib/python3.7/site-packages/pandas/core/internals/construction.py", line 730, in sanitize_array raise Exception("Data must be 1-dimensional") Exception: Data must be 1-dimensional ``` How can I rectify this? Thanks
non_test
apply rolling window on function i am looking for how to apply xarray rolling window to this function i have really searched a lot but my effort is still futile my data is xarray data of shape time lon lat respectively python def get grps s axis thresh nmin nmin int min number of consecutive values below threshold s pd series s m np logical and reduce if nmin m pd series m index s index replace false np nan ffill limit nmin fillna false else m pd series m index s index form consecutive groups gps m ne m shift cumsum where m return none if no groups else the aggregations if gps isnull all return else d s groupby gps agg reset index drop true data len d returning frequency data np array data return data i tried this python spi xr dataarray dims time lon lat data np random randn spi rolling time reduce get grps i get this error python traceback most recent call last file line in file users envs research question two lib site packages xarray core rolling py line in reduce result windows reduce func dim rolling dim kwargs file users envs research question two lib site packages xarray core dataarray py line in reduce var self variable reduce func dim axis keep attrs keepdims kwargs file users envs research question two lib site packages xarray core variable py line in reduce data func input data axis axis kwargs file line in get grps file users envs research question two lib site packages pandas core series py line in init data sanitize array data index dtype copy raise cast failure true file users envs research question two lib site packages pandas core internals construction py line in sanitize array raise exception data must be dimensional exception data must be dimensional how can i rectify this thanks
0
62,262
14,656,474,530
IssuesEvent
2020-12-28 13:30:28
fu1771695yongxie/material-ui
https://api.github.com/repos/fu1771695yongxie/material-ui
opened
CVE-2020-15366 (Medium) detected in ajv-6.5.3.tgz
security vulnerability
## CVE-2020-15366 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ajv-6.5.3.tgz</b></p></summary> <p>Another JSON Schema Validator</p> <p>Library home page: <a href="https://registry.npmjs.org/ajv/-/ajv-6.5.3.tgz">https://registry.npmjs.org/ajv/-/ajv-6.5.3.tgz</a></p> <p>Path to dependency file: material-ui/node_modules/ajv/package.json</p> <p>Path to vulnerable library: material-ui/node_modules/ajv/package.json</p> <p> Dependency Hierarchy: - serve-11.3.2.tgz (Root Library) - :x: **ajv-6.5.3.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/fu1771695yongxie/material-ui/commit/7f4867c9e54fc7c048ace9154edf14299754065c">7f4867c9e54fc7c048ace9154edf14299754065c</a></p> <p>Found in base branch: <b>next</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> An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code.) <p>Publish Date: 2020-07-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15366>CVE-2020-15366</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.6</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: Low - Integrity Impact: Low - 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://github.com/ajv-validator/ajv/releases/tag/v6.12.3">https://github.com/ajv-validator/ajv/releases/tag/v6.12.3</a></p> <p>Release Date: 2020-07-15</p> <p>Fix Resolution: ajv - 6.12.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2020-15366 (Medium) detected in ajv-6.5.3.tgz - ## CVE-2020-15366 - Medium Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>ajv-6.5.3.tgz</b></p></summary> <p>Another JSON Schema Validator</p> <p>Library home page: <a href="https://registry.npmjs.org/ajv/-/ajv-6.5.3.tgz">https://registry.npmjs.org/ajv/-/ajv-6.5.3.tgz</a></p> <p>Path to dependency file: material-ui/node_modules/ajv/package.json</p> <p>Path to vulnerable library: material-ui/node_modules/ajv/package.json</p> <p> Dependency Hierarchy: - serve-11.3.2.tgz (Root Library) - :x: **ajv-6.5.3.tgz** (Vulnerable Library) <p>Found in HEAD commit: <a href="https://github.com/fu1771695yongxie/material-ui/commit/7f4867c9e54fc7c048ace9154edf14299754065c">7f4867c9e54fc7c048ace9154edf14299754065c</a></p> <p>Found in base branch: <b>next</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> An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrusted schema should be a denial of service, not execution of code.) <p>Publish Date: 2020-07-15 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2020-15366>CVE-2020-15366</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.6</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: Low - Integrity Impact: Low - 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://github.com/ajv-validator/ajv/releases/tag/v6.12.3">https://github.com/ajv-validator/ajv/releases/tag/v6.12.3</a></p> <p>Release Date: 2020-07-15</p> <p>Fix Resolution: ajv - 6.12.3</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve medium detected in ajv tgz cve medium severity vulnerability vulnerable library ajv tgz another json schema validator library home page a href path to dependency file material ui node modules ajv package json path to vulnerable library material ui node modules ajv package json dependency hierarchy serve tgz root library x ajv tgz vulnerable library found in head commit a href found in base branch next vulnerability details an issue was discovered in ajv validate in ajv aka another json schema validator a carefully crafted json schema could be provided that allows execution of other code by prototype pollution while untrusted schemas are recommended against the worst case of an untrusted schema should be a denial of service not execution of code 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 low integrity impact low availability impact low for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution ajv step up your open source security game with whitesource
0
298,134
22,443,831,048
IssuesEvent
2022-06-21 04:36:08
koordinator-sh/koordinator
https://api.github.com/repos/koordinator-sh/koordinator
closed
caused kubelet startup exception following 'Install koord-runtime-proxy' docs
documentation kind/bug
**What happened**: In the ’Install koord-runtime-proxy ‘ section of installation docs, set up kubelet with follow: ` kubelet <other options> \ --container-runtime=remote \ --container-runtime=unix:///var/run/koord-runtimeproxy/runtimeproxy.sock ` , which will cause Kubelet to report an exception: unsupport runtime. **What you expected to happen**: Modify the documentation so that Kubelet starts normally. **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**: **Environment**: - App version: - Kubernetes version (use `kubectl version`): - Install details (e.g. helm install args): - Others:
1.0
caused kubelet startup exception following 'Install koord-runtime-proxy' docs - **What happened**: In the ’Install koord-runtime-proxy ‘ section of installation docs, set up kubelet with follow: ` kubelet <other options> \ --container-runtime=remote \ --container-runtime=unix:///var/run/koord-runtimeproxy/runtimeproxy.sock ` , which will cause Kubelet to report an exception: unsupport runtime. **What you expected to happen**: Modify the documentation so that Kubelet starts normally. **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**: **Environment**: - App version: - Kubernetes version (use `kubectl version`): - Install details (e.g. helm install args): - Others:
non_test
caused kubelet startup exception following install koord runtime proxy docs what happened in the ’install koord runtime proxy ‘ section of installation docs set up kubelet with follow kubelet container runtime remote container runtime unix var run koord runtimeproxy runtimeproxy sock which will cause kubelet to report an exception unsupport runtime what you expected to happen modify the documentation so that kubelet starts normally how to reproduce it as minimally and precisely as possible anything else we need to know environment app version kubernetes version use kubectl version install details e g helm install args others
0
74,130
7,381,807,721
IssuesEvent
2018-03-15 00:54:14
syndesisio/syndesis.io
https://api.github.com/repos/syndesisio/syndesis.io
closed
Cross-Browser Compatibility
enhancement testing & qe
Make sure that the website works well across multiple browsers. Will we need additional polyfills for things like the `affix` plugin, or special fallbacks? @jimmidyson - Can you chime in here about which browsers we should be supporting? - Chrome - Firefox - Safari - IE 8+ - Opera Perhaps worth taking a look at [caniuse.com](http://www.caniuse.com/) to see if what we are already using is compatible with certain browsers. :joy:
1.0
Cross-Browser Compatibility - Make sure that the website works well across multiple browsers. Will we need additional polyfills for things like the `affix` plugin, or special fallbacks? @jimmidyson - Can you chime in here about which browsers we should be supporting? - Chrome - Firefox - Safari - IE 8+ - Opera Perhaps worth taking a look at [caniuse.com](http://www.caniuse.com/) to see if what we are already using is compatible with certain browsers. :joy:
test
cross browser compatibility make sure that the website works well across multiple browsers will we need additional polyfills for things like the affix plugin or special fallbacks jimmidyson can you chime in here about which browsers we should be supporting chrome firefox safari ie opera perhaps worth taking a look at to see if what we are already using is compatible with certain browsers joy
1
269,437
23,442,812,079
IssuesEvent
2022-08-15 16:29:14
open-telemetry/opentelemetry-collector-contrib
https://api.github.com/repos/open-telemetry/opentelemetry-collector-contrib
closed
[exporter/loadbalancing] Flaky Test - TestRollingUpdatesWhenConsumeLogs
bug priority:p2 flaky test exporter/loadbalancing
Observed here: https://github.com/open-telemetry/opentelemetry-collector-contrib/runs/7802139871?check_suite_focus=true#step:7:2604 ``` trace_exporter_test.go:569: Error Trace: D:\a\opentelemetry-collector-contrib\opentelemetry-collector-contrib\exporter\loadbalancingexporter\trace_exporter_test.go:569 Error: "0" is not greater than "0" Test: TestRollingUpdatesWhenConsumeTraces --- FAIL: TestRollingUpdatesWhenConsumeTraces (0.05s) FAIL FAIL github.com/open-telemetry/opentelemetry-collector-contrib/exporter/loadbalancingexporter 0.306s FAIL mingw32-make[2]: *** [../../Makefile.Common:56: test] Error 1 ```
1.0
[exporter/loadbalancing] Flaky Test - TestRollingUpdatesWhenConsumeLogs - Observed here: https://github.com/open-telemetry/opentelemetry-collector-contrib/runs/7802139871?check_suite_focus=true#step:7:2604 ``` trace_exporter_test.go:569: Error Trace: D:\a\opentelemetry-collector-contrib\opentelemetry-collector-contrib\exporter\loadbalancingexporter\trace_exporter_test.go:569 Error: "0" is not greater than "0" Test: TestRollingUpdatesWhenConsumeTraces --- FAIL: TestRollingUpdatesWhenConsumeTraces (0.05s) FAIL FAIL github.com/open-telemetry/opentelemetry-collector-contrib/exporter/loadbalancingexporter 0.306s FAIL mingw32-make[2]: *** [../../Makefile.Common:56: test] Error 1 ```
test
flaky test testrollingupdateswhenconsumelogs observed here trace exporter test go error trace d a opentelemetry collector contrib opentelemetry collector contrib exporter loadbalancingexporter trace exporter test go error is not greater than test testrollingupdateswhenconsumetraces fail testrollingupdateswhenconsumetraces fail fail github com open telemetry opentelemetry collector contrib exporter loadbalancingexporter fail make error
1
14,779
8,685,093,643
IssuesEvent
2018-12-03 06:12:14
composewell/streamly
https://api.github.com/repos/composewell/streamly
opened
Performance issue when fusing scan and fold
performance
The following code takes 99 us to get the sum and product of a stream of 100000 numbers: ```haskell {-# INLINE sumProductFold #-} sumProductFold :: Monad m => Stream m Int -> m ((Int, Int)) sumProductFold = S.foldl' (\(s,p) x -> (s + x, p P.* x)) (0,1) ``` If we break it into scan and fold, it takes 9.9 ms which is 100x slower: ```haskell {-# INLINE sumProductScan #-} sumProductScan :: Monad m => Stream m Int -> m ((Int, Int)) sumProductScan = S.foldl' (\(_, p) (s0,x) -> (s0, p * x)) (1,0) . S.scanl' (\(s,_) x -> (s + x,x)) (0,0) ``` Using the sum `s0` coming from the scan works well when the accumulator in the fold is not a tuple e.g. if we calculate `(p * x + s0)` instead of `(s0, p * x)`, taking only 99 us, also even if we use a tuple accumulator but do not use the incoming sum in the tuple it works fine e.g. accumulating `(0, p * x)` works fine: ```haskell {-# INLINE sumProductScan0 #-} sumProductScan0 :: Monad m => Stream m Int -> m ((Int, Int)) sumProductScan0 = S.foldl' (\(_, p) (s0,x) -> (0, p * x)) (1,0) . S.scanl' (\(s,_) x -> (s + x,x)) (0,0) ``` But as soon as we accumulate `(s0, p * x)` in the fold, performance goes down by 100x. Need to examine the core and investigate what's going on here.
True
Performance issue when fusing scan and fold - The following code takes 99 us to get the sum and product of a stream of 100000 numbers: ```haskell {-# INLINE sumProductFold #-} sumProductFold :: Monad m => Stream m Int -> m ((Int, Int)) sumProductFold = S.foldl' (\(s,p) x -> (s + x, p P.* x)) (0,1) ``` If we break it into scan and fold, it takes 9.9 ms which is 100x slower: ```haskell {-# INLINE sumProductScan #-} sumProductScan :: Monad m => Stream m Int -> m ((Int, Int)) sumProductScan = S.foldl' (\(_, p) (s0,x) -> (s0, p * x)) (1,0) . S.scanl' (\(s,_) x -> (s + x,x)) (0,0) ``` Using the sum `s0` coming from the scan works well when the accumulator in the fold is not a tuple e.g. if we calculate `(p * x + s0)` instead of `(s0, p * x)`, taking only 99 us, also even if we use a tuple accumulator but do not use the incoming sum in the tuple it works fine e.g. accumulating `(0, p * x)` works fine: ```haskell {-# INLINE sumProductScan0 #-} sumProductScan0 :: Monad m => Stream m Int -> m ((Int, Int)) sumProductScan0 = S.foldl' (\(_, p) (s0,x) -> (0, p * x)) (1,0) . S.scanl' (\(s,_) x -> (s + x,x)) (0,0) ``` But as soon as we accumulate `(s0, p * x)` in the fold, performance goes down by 100x. Need to examine the core and investigate what's going on here.
non_test
performance issue when fusing scan and fold the following code takes us to get the sum and product of a stream of numbers haskell inline sumproductfold sumproductfold monad m stream m int m int int sumproductfold s foldl s p x s x p p x if we break it into scan and fold it takes ms which is slower haskell inline sumproductscan sumproductscan monad m stream m int m int int sumproductscan s foldl p x p x s scanl s x s x x using the sum coming from the scan works well when the accumulator in the fold is not a tuple e g if we calculate p x instead of p x taking only us also even if we use a tuple accumulator but do not use the incoming sum in the tuple it works fine e g accumulating p x works fine haskell inline monad m stream m int m int int s foldl p x p x s scanl s x s x x but as soon as we accumulate p x in the fold performance goes down by need to examine the core and investigate what s going on here
0
35,385
4,973,597,318
IssuesEvent
2016-12-06 01:46:47
kubernetes/kubernetes
https://api.github.com/repos/kubernetes/kubernetes
closed
Build error with 'undefined: elliptic.P224' on RHEL/Fedora
component/kubelet team/test-infra
When build latest k8s on rhel/fedora env, always failed with error ``` vendor/github.com/google/certificate-transparency/go/x509/x509.go:342: undefined: elliptic.P224 vendor/github.com/google/certificate-transparency/go/x509/x509.go:355: undefined: elliptic.P224 vendor/github.com/google/certificate-transparency/go/x509/x509.go:1461: undefined: elliptic.P224 ``` detail build info: https://paste.fedoraproject.org/395191/69424585/ My go version is go1.6.2 linux/amd64 I notice there is known issue about golang on rhel https://bugzilla.redhat.com/show_bug.cgi?id=1038683
1.0
Build error with 'undefined: elliptic.P224' on RHEL/Fedora - When build latest k8s on rhel/fedora env, always failed with error ``` vendor/github.com/google/certificate-transparency/go/x509/x509.go:342: undefined: elliptic.P224 vendor/github.com/google/certificate-transparency/go/x509/x509.go:355: undefined: elliptic.P224 vendor/github.com/google/certificate-transparency/go/x509/x509.go:1461: undefined: elliptic.P224 ``` detail build info: https://paste.fedoraproject.org/395191/69424585/ My go version is go1.6.2 linux/amd64 I notice there is known issue about golang on rhel https://bugzilla.redhat.com/show_bug.cgi?id=1038683
test
build error with undefined elliptic on rhel fedora when build latest on rhel fedora env always failed with error vendor github com google certificate transparency go go undefined elliptic vendor github com google certificate transparency go go undefined elliptic vendor github com google certificate transparency go go undefined elliptic detail build info my go version is linux i notice there is known issue about golang on rhel
1
104,060
16,613,385,054
IssuesEvent
2021-06-02 14:05:17
Thanraj/linux-4.1.15
https://api.github.com/repos/Thanraj/linux-4.1.15
opened
CVE-2017-18270 (High) detected in multiple libraries
security vulnerability
## CVE-2017-18270 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-stable-rtv4.1.33</b>, <b>linux-stable-rtv4.1.33</b>, <b>linuxlinux-4.1.17</b></p></summary> <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> In the Linux kernel before 4.13.5, a local user could create keyrings for other users via keyctl commands, setting unwanted defaults or causing a denial of service. <p>Publish Date: 2018-05-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18270>CVE-2017-18270</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.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-18270">https://nvd.nist.gov/vuln/detail/CVE-2017-18270</a></p> <p>Release Date: 2018-05-18</p> <p>Fix Resolution: 4.13.5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
True
CVE-2017-18270 (High) detected in multiple libraries - ## CVE-2017-18270 - High Severity Vulnerability <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>linux-stable-rtv4.1.33</b>, <b>linux-stable-rtv4.1.33</b>, <b>linuxlinux-4.1.17</b></p></summary> <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> In the Linux kernel before 4.13.5, a local user could create keyrings for other users via keyctl commands, setting unwanted defaults or causing a denial of service. <p>Publish Date: 2018-05-18 <p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2017-18270>CVE-2017-18270</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.1</b>)</summary> <p> Base Score Metrics: - Exploitability Metrics: - Attack Vector: Local - Attack Complexity: Low - Privileges Required: Low - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: None - Integrity Impact: High - Availability Impact: High </p> For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>. </p> </details> <p></p> <details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary> <p> <p>Type: Upgrade version</p> <p>Origin: <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-18270">https://nvd.nist.gov/vuln/detail/CVE-2017-18270</a></p> <p>Release Date: 2018-05-18</p> <p>Fix Resolution: 4.13.5</p> </p> </details> <p></p> *** Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github)
non_test
cve high detected in multiple libraries cve high severity vulnerability vulnerable libraries linux stable linux stable linuxlinux vulnerability details in the linux kernel before a local user could create keyrings for other users via keyctl commands setting unwanted defaults or causing a denial of service publish date url a href cvss score details base score metrics exploitability metrics attack vector local attack complexity low privileges required low user interaction none scope unchanged impact metrics confidentiality impact none integrity impact high availability impact high for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource
0
76,664
9,960,220,385
IssuesEvent
2019-07-06 14:38:45
faker-ruby/faker-cli
https://api.github.com/repos/faker-ruby/faker-cli
closed
Integrate faker-cli in faker-ruby organization
documentation
## Checklist - [ ] Update `README.md` - [ ] Update `README.md` in `faker-core` to mention this repository
1.0
Integrate faker-cli in faker-ruby organization - ## Checklist - [ ] Update `README.md` - [ ] Update `README.md` in `faker-core` to mention this repository
non_test
integrate faker cli in faker ruby organization checklist update readme md update readme md in faker core to mention this repository
0
26,758
4,241,393,779
IssuesEvent
2016-07-06 16:10:45
mattimaier/bnote
https://api.github.com/repos/mattimaier/bnote
closed
Hilfe überarbeiten
enhancement to test User Request
* alte Videos raus -> neue Videos rein * Screenshots aktualisieren * BNote 3-Seite erstellen * Hilfeseiten besser strukturieren, z.B. mit Inhaltsverzeichnis
1.0
Hilfe überarbeiten - * alte Videos raus -> neue Videos rein * Screenshots aktualisieren * BNote 3-Seite erstellen * Hilfeseiten besser strukturieren, z.B. mit Inhaltsverzeichnis
test
hilfe überarbeiten alte videos raus neue videos rein screenshots aktualisieren bnote seite erstellen hilfeseiten besser strukturieren z b mit inhaltsverzeichnis
1
4,252
3,332,295,892
IssuesEvent
2015-11-11 19:30:48
rethinkdb/rethinkdb
https://api.github.com/repos/rethinkdb/rethinkdb
closed
npm dependency failure on next for esprima-six
cp:build cp:web-ui pr:high
On `next` we are getting a build failure in `npm` when fetching `browserify`. Looking manually at the `npm` registry `esprima-six` is no longer listed. My guess is that it is fairly old, since we are on version 3.24.13 of `browserify`, and the current is 12.0.1. I suspect that we need to move up the version of `browerify` to something more recent, but am not sure why it is currently limited to `max_browserify_version=3.24.13` (in `./configure`). @deontologician do you have any insight into why we are limiting this?
1.0
npm dependency failure on next for esprima-six - On `next` we are getting a build failure in `npm` when fetching `browserify`. Looking manually at the `npm` registry `esprima-six` is no longer listed. My guess is that it is fairly old, since we are on version 3.24.13 of `browserify`, and the current is 12.0.1. I suspect that we need to move up the version of `browerify` to something more recent, but am not sure why it is currently limited to `max_browserify_version=3.24.13` (in `./configure`). @deontologician do you have any insight into why we are limiting this?
non_test
npm dependency failure on next for esprima six on next we are getting a build failure in npm when fetching browserify looking manually at the npm registry esprima six is no longer listed my guess is that it is fairly old since we are on version of browserify and the current is i suspect that we need to move up the version of browerify to something more recent but am not sure why it is currently limited to max browserify version in configure deontologician do you have any insight into why we are limiting this
0
272,245
23,663,950,114
IssuesEvent
2022-08-26 18:34:42
pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas
closed
BUG: Cannot convert from `object` numeric strings to Float64Dtype
Dtype Conversions good first issue Needs Tests NA - MaskedArrays
#### Code Sample, a copy-pastable example ```python import pandas as pd series = pd.Series(['1', '2', '3', '4'], dtype='object') series.astype(pd.Float64Dtype()) ``` the above produces a `TypeError: object cannot be converted to a FloatingDtype`: <details> ```python-traceback --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-20-a9dee24fff9e> in <module> 15 assert series.astype('float64').dtype == 'float64' 16 # TypeError: object cannot be converted to a FloatingDtype - same for DataFrames ---> 17 series.astype(pd.Float64Dtype()) 18 ~/.pyenv/versions/3.8.2/envs/woodwork/lib/python3.8/site-packages/pandas/core/generic.py in astype(self, dtype, copy, errors) 5875 else: 5876 # else, only a single dtype is given -> 5877 new_data = self._mgr.astype(dtype=dtype, copy=copy, errors=errors) 5878 return self._constructor(new_data).__finalize__(self, method="astype") 5879 ~/.pyenv/versions/3.8.2/envs/woodwork/lib/python3.8/site-packages/pandas/core/internals/managers.py in astype(self, dtype, copy, errors) 629 self, dtype, copy: bool = False, errors: str = "raise" 630 ) -> "BlockManager": --> 631 return self.apply("astype", dtype=dtype, copy=copy, errors=errors) 632 633 def convert( ~/.pyenv/versions/3.8.2/envs/woodwork/lib/python3.8/site-packages/pandas/core/internals/managers.py in apply(self, f, align_keys, ignore_failures, **kwargs) 425 applied = b.apply(f, **kwargs) 426 else: --> 427 applied = getattr(b, f)(**kwargs) 428 except (TypeError, NotImplementedError): 429 if not ignore_failures: ~/.pyenv/versions/3.8.2/envs/woodwork/lib/python3.8/site-packages/pandas/core/internals/blocks.py in astype(self, dtype, copy, errors) 671 vals1d = values.ravel() 672 try: --> 673 values = astype_nansafe(vals1d, dtype, copy=True) 674 except (ValueError, TypeError): 675 # e.g. astype_nansafe can fail on object-dtype of strings ~/.pyenv/versions/3.8.2/envs/woodwork/lib/python3.8/site-packages/pandas/core/dtypes/cast.py in astype_nansafe(arr, dtype, copy, skipna) 1017 # dispatch on extension dtype if needed 1018 if is_extension_array_dtype(dtype): -> 1019 return dtype.construct_array_type()._from_sequence(arr, dtype=dtype, copy=copy) 1020 1021 if not isinstance(dtype, np.dtype): ~/.pyenv/versions/3.8.2/envs/woodwork/lib/python3.8/site-packages/pandas/core/arrays/floating.py in _from_sequence(cls, scalars, dtype, copy) 278 cls, scalars, *, dtype=None, copy: bool = False 279 ) -> "FloatingArray": --> 280 values, mask = coerce_to_array(scalars, dtype=dtype, copy=copy) 281 return FloatingArray(values, mask) 282 ~/.pyenv/versions/3.8.2/envs/woodwork/lib/python3.8/site-packages/pandas/core/arrays/floating.py in coerce_to_array(values, dtype, mask, copy) 160 "mixed-integer-float", 161 ]: --> 162 raise TypeError(f"{values.dtype} cannot be converted to a FloatingDtype") 163 164 elif is_bool_dtype(values) and is_float_dtype(dtype): TypeError: object cannot be converted to a FloatingDtype ``` </details> #### Problem description With `float64`, this conversion works, and as the series' dtype would get inferred as `object` even if no dtype was specified, it is unexpected to me that we would not be able to convert to the `Float64Dtype` from that. #### Expected Output ```python pd.Series([1.0, 2.0, 3.0, 4.0], dtype=Float64Dtype) ``` #### Output of ``pd.show_versions()`` <details> INSTALLED VERSIONS ------------------ commit : f2c8480af2f25efdbd803218b9d87980f416563e python : 3.8.2.final.0 python-bits : 64 OS : Darwin OS-release : 19.6.0 Version : Darwin Kernel Version 19.6.0: Sun Jul 5 00:43:10 PDT 2020; root:xnu-6153.141.1~9/RELEASE_X86_64 machine : x86_64 processor : i386 byteorder : little LC_ALL : None LANG : en_US.UTF-8 LOCALE : en_US.UTF-8 pandas : 1.2.3 numpy : 1.19.5 pytz : 2021.1 dateutil : 2.8.1 pip : 21.0.1 setuptools : 41.2.0 Cython : None pytest : 6.0.1 hypothesis : None sphinx : 3.2.1 blosc : None feather : None xlsxwriter : None lxml.etree : None html5lib : None pymysql : None psycopg2 : None jinja2 : 2.11.3 IPython : 7.18.1 pandas_datareader: None bs4 : None bottleneck : None fsspec : 0.8.7 fastparquet : None gcsfs : None matplotlib : None numexpr : None odfpy : None openpyxl : None pandas_gbq : None pyarrow : 3.0.0 pyxlsb : None s3fs : None scipy : 1.6.2 sqlalchemy : None tables : None tabulate : None xarray : None xlrd : None xlwt : None numba : None
1.0
BUG: Cannot convert from `object` numeric strings to Float64Dtype - #### Code Sample, a copy-pastable example ```python import pandas as pd series = pd.Series(['1', '2', '3', '4'], dtype='object') series.astype(pd.Float64Dtype()) ``` the above produces a `TypeError: object cannot be converted to a FloatingDtype`: <details> ```python-traceback --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-20-a9dee24fff9e> in <module> 15 assert series.astype('float64').dtype == 'float64' 16 # TypeError: object cannot be converted to a FloatingDtype - same for DataFrames ---> 17 series.astype(pd.Float64Dtype()) 18 ~/.pyenv/versions/3.8.2/envs/woodwork/lib/python3.8/site-packages/pandas/core/generic.py in astype(self, dtype, copy, errors) 5875 else: 5876 # else, only a single dtype is given -> 5877 new_data = self._mgr.astype(dtype=dtype, copy=copy, errors=errors) 5878 return self._constructor(new_data).__finalize__(self, method="astype") 5879 ~/.pyenv/versions/3.8.2/envs/woodwork/lib/python3.8/site-packages/pandas/core/internals/managers.py in astype(self, dtype, copy, errors) 629 self, dtype, copy: bool = False, errors: str = "raise" 630 ) -> "BlockManager": --> 631 return self.apply("astype", dtype=dtype, copy=copy, errors=errors) 632 633 def convert( ~/.pyenv/versions/3.8.2/envs/woodwork/lib/python3.8/site-packages/pandas/core/internals/managers.py in apply(self, f, align_keys, ignore_failures, **kwargs) 425 applied = b.apply(f, **kwargs) 426 else: --> 427 applied = getattr(b, f)(**kwargs) 428 except (TypeError, NotImplementedError): 429 if not ignore_failures: ~/.pyenv/versions/3.8.2/envs/woodwork/lib/python3.8/site-packages/pandas/core/internals/blocks.py in astype(self, dtype, copy, errors) 671 vals1d = values.ravel() 672 try: --> 673 values = astype_nansafe(vals1d, dtype, copy=True) 674 except (ValueError, TypeError): 675 # e.g. astype_nansafe can fail on object-dtype of strings ~/.pyenv/versions/3.8.2/envs/woodwork/lib/python3.8/site-packages/pandas/core/dtypes/cast.py in astype_nansafe(arr, dtype, copy, skipna) 1017 # dispatch on extension dtype if needed 1018 if is_extension_array_dtype(dtype): -> 1019 return dtype.construct_array_type()._from_sequence(arr, dtype=dtype, copy=copy) 1020 1021 if not isinstance(dtype, np.dtype): ~/.pyenv/versions/3.8.2/envs/woodwork/lib/python3.8/site-packages/pandas/core/arrays/floating.py in _from_sequence(cls, scalars, dtype, copy) 278 cls, scalars, *, dtype=None, copy: bool = False 279 ) -> "FloatingArray": --> 280 values, mask = coerce_to_array(scalars, dtype=dtype, copy=copy) 281 return FloatingArray(values, mask) 282 ~/.pyenv/versions/3.8.2/envs/woodwork/lib/python3.8/site-packages/pandas/core/arrays/floating.py in coerce_to_array(values, dtype, mask, copy) 160 "mixed-integer-float", 161 ]: --> 162 raise TypeError(f"{values.dtype} cannot be converted to a FloatingDtype") 163 164 elif is_bool_dtype(values) and is_float_dtype(dtype): TypeError: object cannot be converted to a FloatingDtype ``` </details> #### Problem description With `float64`, this conversion works, and as the series' dtype would get inferred as `object` even if no dtype was specified, it is unexpected to me that we would not be able to convert to the `Float64Dtype` from that. #### Expected Output ```python pd.Series([1.0, 2.0, 3.0, 4.0], dtype=Float64Dtype) ``` #### Output of ``pd.show_versions()`` <details> INSTALLED VERSIONS ------------------ commit : f2c8480af2f25efdbd803218b9d87980f416563e python : 3.8.2.final.0 python-bits : 64 OS : Darwin OS-release : 19.6.0 Version : Darwin Kernel Version 19.6.0: Sun Jul 5 00:43:10 PDT 2020; root:xnu-6153.141.1~9/RELEASE_X86_64 machine : x86_64 processor : i386 byteorder : little LC_ALL : None LANG : en_US.UTF-8 LOCALE : en_US.UTF-8 pandas : 1.2.3 numpy : 1.19.5 pytz : 2021.1 dateutil : 2.8.1 pip : 21.0.1 setuptools : 41.2.0 Cython : None pytest : 6.0.1 hypothesis : None sphinx : 3.2.1 blosc : None feather : None xlsxwriter : None lxml.etree : None html5lib : None pymysql : None psycopg2 : None jinja2 : 2.11.3 IPython : 7.18.1 pandas_datareader: None bs4 : None bottleneck : None fsspec : 0.8.7 fastparquet : None gcsfs : None matplotlib : None numexpr : None odfpy : None openpyxl : None pandas_gbq : None pyarrow : 3.0.0 pyxlsb : None s3fs : None scipy : 1.6.2 sqlalchemy : None tables : None tabulate : None xarray : None xlrd : None xlwt : None numba : None
test
bug cannot convert from object numeric strings to code sample a copy pastable example python import pandas as pd series pd series dtype object series astype pd the above produces a typeerror object cannot be converted to a floatingdtype python traceback typeerror traceback most recent call last in assert series astype dtype typeerror object cannot be converted to a floatingdtype same for dataframes series astype pd pyenv versions envs woodwork lib site packages pandas core generic py in astype self dtype copy errors else else only a single dtype is given new data self mgr astype dtype dtype copy copy errors errors return self constructor new data finalize self method astype pyenv versions envs woodwork lib site packages pandas core internals managers py in astype self dtype copy errors self dtype copy bool false errors str raise blockmanager return self apply astype dtype dtype copy copy errors errors def convert pyenv versions envs woodwork lib site packages pandas core internals managers py in apply self f align keys ignore failures kwargs applied b apply f kwargs else applied getattr b f kwargs except typeerror notimplementederror if not ignore failures pyenv versions envs woodwork lib site packages pandas core internals blocks py in astype self dtype copy errors values ravel try values astype nansafe dtype copy true except valueerror typeerror e g astype nansafe can fail on object dtype of strings pyenv versions envs woodwork lib site packages pandas core dtypes cast py in astype nansafe arr dtype copy skipna dispatch on extension dtype if needed if is extension array dtype dtype return dtype construct array type from sequence arr dtype dtype copy copy if not isinstance dtype np dtype pyenv versions envs woodwork lib site packages pandas core arrays floating py in from sequence cls scalars dtype copy cls scalars dtype none copy bool false floatingarray values mask coerce to array scalars dtype dtype copy copy return floatingarray values mask pyenv versions envs woodwork lib site packages pandas core arrays floating py in coerce to array values dtype mask copy mixed integer float raise typeerror f values dtype cannot be converted to a floatingdtype elif is bool dtype values and is float dtype dtype typeerror object cannot be converted to a floatingdtype problem description with this conversion works and as the series dtype would get inferred as object even if no dtype was specified it is unexpected to me that we would not be able to convert to the from that expected output python pd series dtype output of pd show versions installed versions commit python final python bits os darwin os release version darwin kernel version sun jul pdt root xnu release machine processor byteorder little lc all none lang en us utf locale en us utf pandas numpy pytz dateutil pip setuptools cython none pytest hypothesis none sphinx blosc none feather none xlsxwriter none lxml etree none none pymysql none none ipython pandas datareader none none bottleneck none fsspec fastparquet none gcsfs none matplotlib none numexpr none odfpy none openpyxl none pandas gbq none pyarrow pyxlsb none none scipy sqlalchemy none tables none tabulate none xarray none xlrd none xlwt none numba none
1
230,373
18,546,604,354
IssuesEvent
2021-10-21 23:27:53
ansible/receptor
https://api.github.com/repos/ansible/receptor
closed
RFE: add option to output json instead of pretty output from "receptorctl status"
state:needs_test priority:medium component:receptor
I would like to be able to do something like `receptorctl status --json` or `receptorctl status -o json` so I can parse the output This will help us automating validation downstream that expected changes were applied by the installer that sets all the receptor config files in place. We can configure the installer to set up peers in a certain way, run the installer, and then check the connections via `receptorctl status -o json` and parse the output to find the parts we are interested in.
1.0
RFE: add option to output json instead of pretty output from "receptorctl status" - I would like to be able to do something like `receptorctl status --json` or `receptorctl status -o json` so I can parse the output This will help us automating validation downstream that expected changes were applied by the installer that sets all the receptor config files in place. We can configure the installer to set up peers in a certain way, run the installer, and then check the connections via `receptorctl status -o json` and parse the output to find the parts we are interested in.
test
rfe add option to output json instead of pretty output from receptorctl status i would like to be able to do something like receptorctl status json or receptorctl status o json so i can parse the output this will help us automating validation downstream that expected changes were applied by the installer that sets all the receptor config files in place we can configure the installer to set up peers in a certain way run the installer and then check the connections via receptorctl status o json and parse the output to find the parts we are interested in
1
391,311
26,885,954,293
IssuesEvent
2023-02-06 03:13:15
mikeblazanin/gcplyr
https://api.github.com/repos/mikeblazanin/gcplyr
closed
combined documentation pages for function groups
type: documentation priority: high
find_local_extrema with first_maxima and first_minima find_threshold_crosses with first_above and first_below
1.0
combined documentation pages for function groups - find_local_extrema with first_maxima and first_minima find_threshold_crosses with first_above and first_below
non_test
combined documentation pages for function groups find local extrema with first maxima and first minima find threshold crosses with first above and first below
0
182,807
6,673,649,888
IssuesEvent
2017-10-04 15:42:29
raster-foundry/raster-foundry
https://api.github.com/repos/raster-foundry/raster-foundry
closed
At higher zoom levels, thumbnails don't display
bug frontend geospatial-insights Polish priority
at around zoom level 13, the size of the canvas we use for clipping reaches 17000 x 17000, and the max canvas size in chrome is 16000x16000. We should rethink how we draw thumbnails.
1.0
At higher zoom levels, thumbnails don't display - at around zoom level 13, the size of the canvas we use for clipping reaches 17000 x 17000, and the max canvas size in chrome is 16000x16000. We should rethink how we draw thumbnails.
non_test
at higher zoom levels thumbnails don t display at around zoom level the size of the canvas we use for clipping reaches x and the max canvas size in chrome is we should rethink how we draw thumbnails
0