Unnamed: 0
int64 0
832k
| id
float64 2.49B
32.1B
| type
stringclasses 1
value | created_at
stringlengths 19
19
| repo
stringlengths 5
112
| repo_url
stringlengths 34
141
| action
stringclasses 3
values | title
stringlengths 1
855
| labels
stringlengths 4
721
| body
stringlengths 1
261k
| index
stringclasses 13
values | text_combine
stringlengths 96
261k
| label
stringclasses 2
values | text
stringlengths 96
240k
| binary_label
int64 0
1
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
808,783
| 30,110,508,154
|
IssuesEvent
|
2023-06-30 07:20:12
|
fractal-analytics-platform/fractal-server
|
https://api.github.com/repos/fractal-analytics-platform/fractal-server
|
closed
|
Fix bug in `insert_task`
|
bug High Priority
|
```python traceback
File "/home/tommaso/Fractal/starlette-admin/examples/fractal-server/fractal_server/app/models/workflow.py", line 155, in insert_task
wt_meta = db_task.meta.copy() or {}
AttributeError: 'NoneType' object has no attribute 'copy'
```
|
1.0
|
Fix bug in `insert_task` - ```python traceback
File "/home/tommaso/Fractal/starlette-admin/examples/fractal-server/fractal_server/app/models/workflow.py", line 155, in insert_task
wt_meta = db_task.meta.copy() or {}
AttributeError: 'NoneType' object has no attribute 'copy'
```
|
priority
|
fix bug in insert task python traceback file home tommaso fractal starlette admin examples fractal server fractal server app models workflow py line in insert task wt meta db task meta copy or attributeerror nonetype object has no attribute copy
| 1
|
415,076
| 12,124,252,179
|
IssuesEvent
|
2020-04-22 13:56:05
|
Broken-Gem-Studio/Broken-Engine
|
https://api.github.com/repos/Broken-Gem-Studio/Broken-Engine
|
opened
|
While loading a scene from scripting, dt is calculated for the next frame
|
Bug High Priority
|
## Bug Description
When calling a LoadScene() from scripting, the engine is on "Play" Mode, making so a lot of things including gravity and physics are calculated while the scene loads. When calling a scene load, the engine should be in a "Pause" state and/or set the dt to 0 for the next frame.
## Type of Bug
Select the type of bug with and "x" ([x])
* [ ] Visual
* [x] Physics
* [ ] Audio
* [ ] Particles
* [x] Resource Management & Save/Load
* [ ] Materials
* [ ] Components
* [ ] Game Objects
* [ ] UI/UX
* [x] Scripting
* [ ] Other
## Severity
Select the severity of bug affection and mark with "x" ([x])
- [ ] Crash
- [x] Game stopper/slower
- [ ] Cosmetic
## Reproduction
Steps to reproduce the behavior:
1. Create a GO with a CharacterController and put it on pos Y 0
2. Create a bunch of other stuff so that the scene takes a while to load.
3. Create a script which calls SceneLoad() after about 10 seconds (use GameTime)
4.
## Frequency
Select the frequency with which the bug appears and mark it "x" ([x])
* [x] Always
* [ ] Very Often
* [ ] Usually
* [ ] Few Times
* [ ] Few Times under specific conditions
## Conduct
### Expected result:
When the scene has been fully loaded by the script call, the GO with the Character controller starts to fall from it's position 0 when the scene is fully loaded.
### Actual result:
When the scene has been fully loaded by the script call, the GO with the Character controller is way below positionY = 0, indicating that it has been calculated for the Character controller to fall during the load time (probably a giant dt value caused by the frame freeze of the Scene Load).
## Screenshots and Illustrations:
## Build
0.4.3 (But should be present in 0.4.3.2 and 0.4.3.2 too)
## Observations and Additional Information
|
1.0
|
While loading a scene from scripting, dt is calculated for the next frame - ## Bug Description
When calling a LoadScene() from scripting, the engine is on "Play" Mode, making so a lot of things including gravity and physics are calculated while the scene loads. When calling a scene load, the engine should be in a "Pause" state and/or set the dt to 0 for the next frame.
## Type of Bug
Select the type of bug with and "x" ([x])
* [ ] Visual
* [x] Physics
* [ ] Audio
* [ ] Particles
* [x] Resource Management & Save/Load
* [ ] Materials
* [ ] Components
* [ ] Game Objects
* [ ] UI/UX
* [x] Scripting
* [ ] Other
## Severity
Select the severity of bug affection and mark with "x" ([x])
- [ ] Crash
- [x] Game stopper/slower
- [ ] Cosmetic
## Reproduction
Steps to reproduce the behavior:
1. Create a GO with a CharacterController and put it on pos Y 0
2. Create a bunch of other stuff so that the scene takes a while to load.
3. Create a script which calls SceneLoad() after about 10 seconds (use GameTime)
4.
## Frequency
Select the frequency with which the bug appears and mark it "x" ([x])
* [x] Always
* [ ] Very Often
* [ ] Usually
* [ ] Few Times
* [ ] Few Times under specific conditions
## Conduct
### Expected result:
When the scene has been fully loaded by the script call, the GO with the Character controller starts to fall from it's position 0 when the scene is fully loaded.
### Actual result:
When the scene has been fully loaded by the script call, the GO with the Character controller is way below positionY = 0, indicating that it has been calculated for the Character controller to fall during the load time (probably a giant dt value caused by the frame freeze of the Scene Load).
## Screenshots and Illustrations:
## Build
0.4.3 (But should be present in 0.4.3.2 and 0.4.3.2 too)
## Observations and Additional Information
|
priority
|
while loading a scene from scripting dt is calculated for the next frame bug description when calling a loadscene from scripting the engine is on play mode making so a lot of things including gravity and physics are calculated while the scene loads when calling a scene load the engine should be in a pause state and or set the dt to for the next frame type of bug select the type of bug with and x visual physics audio particles resource management save load materials components game objects ui ux scripting other severity select the severity of bug affection and mark with x crash game stopper slower cosmetic reproduction steps to reproduce the behavior create a go with a charactercontroller and put it on pos y create a bunch of other stuff so that the scene takes a while to load create a script which calls sceneload after about seconds use gametime frequency select the frequency with which the bug appears and mark it x always very often usually few times few times under specific conditions conduct expected result when the scene has been fully loaded by the script call the go with the character controller starts to fall from it s position when the scene is fully loaded actual result when the scene has been fully loaded by the script call the go with the character controller is way below positiony indicating that it has been calculated for the character controller to fall during the load time probably a giant dt value caused by the frame freeze of the scene load screenshots and illustrations build but should be present in and too observations and additional information
| 1
|
138,791
| 5,348,247,020
|
IssuesEvent
|
2017-02-18 02:54:49
|
smk291/Insider
|
https://api.github.com/repos/smk291/Insider
|
closed
|
Condense scraping functions in front end
|
high priority refactor
|
Too many functions. These can and should be condensed.
|
1.0
|
Condense scraping functions in front end - Too many functions. These can and should be condensed.
|
priority
|
condense scraping functions in front end too many functions these can and should be condensed
| 1
|
147,160
| 5,634,423,106
|
IssuesEvent
|
2017-04-05 21:17:30
|
craftercms/craftercms
|
https://api.github.com/repos/craftercms/craftercms
|
closed
|
[craftercms] The db folder under data should not contain the actual DB binaries
|
enhancement Priority: High
|
Data directory should contain only data. The binaries and other non data directories of the embedded DB should be outside, under a db directory.
|
1.0
|
[craftercms] The db folder under data should not contain the actual DB binaries - Data directory should contain only data. The binaries and other non data directories of the embedded DB should be outside, under a db directory.
|
priority
|
the db folder under data should not contain the actual db binaries data directory should contain only data the binaries and other non data directories of the embedded db should be outside under a db directory
| 1
|
244,032
| 7,869,894,978
|
IssuesEvent
|
2018-06-24 19:17:41
|
savetheinternetinfo/website
|
https://api.github.com/repos/savetheinternetinfo/website
|
closed
|
Update design of "Contact your MEP"
|
External high priority
|
Add a subroute for "Contact your MEP" with:
Photos (like we already have)
Phone Numbers
Emails
Predefined email text according to client lang (Texts are external).
Align design to actual website design (remove the white background - ask media if you need a new background)
|
1.0
|
Update design of "Contact your MEP" - Add a subroute for "Contact your MEP" with:
Photos (like we already have)
Phone Numbers
Emails
Predefined email text according to client lang (Texts are external).
Align design to actual website design (remove the white background - ask media if you need a new background)
|
priority
|
update design of contact your mep add a subroute for contact your mep with photos like we already have phone numbers emails predefined email text according to client lang texts are external align design to actual website design remove the white background ask media if you need a new background
| 1
|
694,428
| 23,813,426,975
|
IssuesEvent
|
2022-09-05 02:20:02
|
opendatahub-io/odh-dashboard
|
https://api.github.com/repos/opendatahub-io/odh-dashboard
|
opened
|
[DSG]: Delete Workspace
|
kind/enhancement priority/high feature/dsg
|
### Feature description
We'll want to be able to cleanup resources. Stopping a workspace will be a toggle in the table (implemented in #485). We need to be able to delete a workspace, and cleanup associated items (this should be done by kubeflow).
Support a kebab option to delete workspace.
### Describe alternatives you've considered
_No response_
### Anything else?
No mocks -- deleting should be done via a confirmation modal.
|
1.0
|
[DSG]: Delete Workspace - ### Feature description
We'll want to be able to cleanup resources. Stopping a workspace will be a toggle in the table (implemented in #485). We need to be able to delete a workspace, and cleanup associated items (this should be done by kubeflow).
Support a kebab option to delete workspace.
### Describe alternatives you've considered
_No response_
### Anything else?
No mocks -- deleting should be done via a confirmation modal.
|
priority
|
delete workspace feature description we ll want to be able to cleanup resources stopping a workspace will be a toggle in the table implemented in we need to be able to delete a workspace and cleanup associated items this should be done by kubeflow support a kebab option to delete workspace describe alternatives you ve considered no response anything else no mocks deleting should be done via a confirmation modal
| 1
|
593,266
| 17,953,759,249
|
IssuesEvent
|
2021-09-13 03:28:04
|
francheska-vicente/cssweng
|
https://api.github.com/repos/francheska-vicente/cssweng
|
closed
|
Unavailable rooms in room management are colored white instead of gray
|
bug priority: high issue: front-end severity: low
|
### Summary
- Unavailable rooms does not adhere to the color as specified by the Legend
### Steps to Reproduce
1. check in for room 302
### Visual Proof

### Expected Results:
- Unavailable rooms should be colored gray
### Actual Results:
- Unavailable rooms are colored white
| Additional Information | |
| ----------- | ----------- |
| Platform | V8 engine (Google) |
| Operating System | Windows 10 |
|
1.0
|
Unavailable rooms in room management are colored white instead of gray - ### Summary
- Unavailable rooms does not adhere to the color as specified by the Legend
### Steps to Reproduce
1. check in for room 302
### Visual Proof

### Expected Results:
- Unavailable rooms should be colored gray
### Actual Results:
- Unavailable rooms are colored white
| Additional Information | |
| ----------- | ----------- |
| Platform | V8 engine (Google) |
| Operating System | Windows 10 |
|
priority
|
unavailable rooms in room management are colored white instead of gray summary unavailable rooms does not adhere to the color as specified by the legend steps to reproduce check in for room visual proof expected results unavailable rooms should be colored gray actual results unavailable rooms are colored white additional information platform engine google operating system windows
| 1
|
150,072
| 5,735,892,127
|
IssuesEvent
|
2017-04-22 02:36:58
|
hrecht/censusapi
|
https://api.github.com/repos/hrecht/censusapi
|
opened
|
Switch from using html metadata to json to remove XML dependency
|
high priority
|
E.g. use https://api.census.gov/data.json instead of https://api.census.gov/data.html in metadata functions. I don't anticipate any performance slowdowns from this (should be faster), but log html vs json run times and compare to be sure before release.
|
1.0
|
Switch from using html metadata to json to remove XML dependency - E.g. use https://api.census.gov/data.json instead of https://api.census.gov/data.html in metadata functions. I don't anticipate any performance slowdowns from this (should be faster), but log html vs json run times and compare to be sure before release.
|
priority
|
switch from using html metadata to json to remove xml dependency e g use instead of in metadata functions i don t anticipate any performance slowdowns from this should be faster but log html vs json run times and compare to be sure before release
| 1
|
115,660
| 4,677,333,053
|
IssuesEvent
|
2016-10-07 14:48:32
|
Aqueti/atl
|
https://api.github.com/repos/Aqueti/atl
|
closed
|
Check code that is negating unsigned values
|
High Priority
|
Line 34 of MapContainer.cpp does this -- the compiler warns that the result is still unsigned. Check this and other cases to make sure it is doing what is expected.
|
1.0
|
Check code that is negating unsigned values - Line 34 of MapContainer.cpp does this -- the compiler warns that the result is still unsigned. Check this and other cases to make sure it is doing what is expected.
|
priority
|
check code that is negating unsigned values line of mapcontainer cpp does this the compiler warns that the result is still unsigned check this and other cases to make sure it is doing what is expected
| 1
|
115,629
| 4,676,948,520
|
IssuesEvent
|
2016-10-07 13:42:45
|
CS2103AUG2016-T11-C1/main
|
https://api.github.com/repos/CS2103AUG2016-T11-C1/main
|
closed
|
As a user, I want to add floating tasks as notes
|
priority.high type.story
|
...so that I can add tasks with no fixed date/time.
|
1.0
|
As a user, I want to add floating tasks as notes - ...so that I can add tasks with no fixed date/time.
|
priority
|
as a user i want to add floating tasks as notes so that i can add tasks with no fixed date time
| 1
|
713,575
| 24,532,046,871
|
IssuesEvent
|
2022-10-11 17:16:58
|
algorand/algorand-sdk-testing
|
https://api.github.com/repos/algorand/algorand-sdk-testing
|
closed
|
New algod endpoint: /v2/block/{round}/hash
|
High Priority Team Lamprey
|
A new endpoint to fetch the block hash for a given round. The block endpoint provides a direct representation of the raw block, and doesn't provide the hash computed from the raw data. To avoid complicating that endpoint we should make a new endpoint at `/v2/block/{round}/hash` which returns
```
{
"hash": ...
}
```
This is a small feature with many downstream dependencies:
- [ ] add new endpoint to go-algorand
- [ ] add new unit test to algorand-sdk-testing
- [ ] go SDK
- [ ] js SDK
- [ ] java SDK
- [ ] python SDK
|
1.0
|
New algod endpoint: /v2/block/{round}/hash - A new endpoint to fetch the block hash for a given round. The block endpoint provides a direct representation of the raw block, and doesn't provide the hash computed from the raw data. To avoid complicating that endpoint we should make a new endpoint at `/v2/block/{round}/hash` which returns
```
{
"hash": ...
}
```
This is a small feature with many downstream dependencies:
- [ ] add new endpoint to go-algorand
- [ ] add new unit test to algorand-sdk-testing
- [ ] go SDK
- [ ] js SDK
- [ ] java SDK
- [ ] python SDK
|
priority
|
new algod endpoint block round hash a new endpoint to fetch the block hash for a given round the block endpoint provides a direct representation of the raw block and doesn t provide the hash computed from the raw data to avoid complicating that endpoint we should make a new endpoint at block round hash which returns hash this is a small feature with many downstream dependencies add new endpoint to go algorand add new unit test to algorand sdk testing go sdk js sdk java sdk python sdk
| 1
|
770,935
| 27,061,721,504
|
IssuesEvent
|
2023-02-13 20:19:57
|
NCAR/wrfcloud
|
https://api.github.com/repos/NCAR/wrfcloud
|
closed
|
Update README
|
priority: high priority: medium type: task component: release and repository
|
## Describe the Task ##
The README should contain a little more project information and links or contact info.
### Time Estimate ###
1 hour
### Sub-Issues ###
Consider breaking the task down into sub-issues.
- [ ] *Add a checkbox for each sub-issue here.*
### Relevant Deadlines ###
*List relevant project deadlines here or state NONE.*
## Define the Metadata ##
### Assignee ###
- [ ] Select **engineer(s)** or **no engineer** required
- [ ] Select **scientist(s)** or **no scientist** required
### Labels ###
- [ ] Select **component(s)**
- [ ] Select **priority**
### Projects and Milestone ###
- [ ] Select **Project**
- [ ] Select **Milestone** as the next official version or **Backlog of Development Ideas**
## Task Checklist ##
- [ ] Complete the issue definition above, including the **Time Estimate**.
- [ ] Fork this repository or create a branch of **develop**.
Branch name: `feature_<Issue Number>/<Description>`
- [ ] Complete the development and test your changes.
- [ ] Add/update log messages for easier debugging.
- [ ] Add/update tests.
- [ ] Add/update documentation.
- [ ] Push local changes to GitHub.
- [ ] Submit a pull request to merge into **develop**.
Pull request: `feature <Issue Number> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)**, **Project**, and **Development** issue
Select: **Milestone** as the next official version
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Close this issue.
|
2.0
|
Update README -
## Describe the Task ##
The README should contain a little more project information and links or contact info.
### Time Estimate ###
1 hour
### Sub-Issues ###
Consider breaking the task down into sub-issues.
- [ ] *Add a checkbox for each sub-issue here.*
### Relevant Deadlines ###
*List relevant project deadlines here or state NONE.*
## Define the Metadata ##
### Assignee ###
- [ ] Select **engineer(s)** or **no engineer** required
- [ ] Select **scientist(s)** or **no scientist** required
### Labels ###
- [ ] Select **component(s)**
- [ ] Select **priority**
### Projects and Milestone ###
- [ ] Select **Project**
- [ ] Select **Milestone** as the next official version or **Backlog of Development Ideas**
## Task Checklist ##
- [ ] Complete the issue definition above, including the **Time Estimate**.
- [ ] Fork this repository or create a branch of **develop**.
Branch name: `feature_<Issue Number>/<Description>`
- [ ] Complete the development and test your changes.
- [ ] Add/update log messages for easier debugging.
- [ ] Add/update tests.
- [ ] Add/update documentation.
- [ ] Push local changes to GitHub.
- [ ] Submit a pull request to merge into **develop**.
Pull request: `feature <Issue Number> <Description>`
- [ ] Define the pull request metadata, as permissions allow.
Select: **Reviewer(s)**, **Project**, and **Development** issue
Select: **Milestone** as the next official version
- [ ] Iterate until the reviewer(s) accept and merge your changes.
- [ ] Delete your fork or branch.
- [ ] Close this issue.
|
priority
|
update readme describe the task the readme should contain a little more project information and links or contact info time estimate hour sub issues consider breaking the task down into sub issues add a checkbox for each sub issue here relevant deadlines list relevant project deadlines here or state none define the metadata assignee select engineer s or no engineer required select scientist s or no scientist required labels select component s select priority projects and milestone select project select milestone as the next official version or backlog of development ideas task checklist complete the issue definition above including the time estimate fork this repository or create a branch of develop branch name feature complete the development and test your changes add update log messages for easier debugging add update tests add update documentation push local changes to github submit a pull request to merge into develop pull request feature define the pull request metadata as permissions allow select reviewer s project and development issue select milestone as the next official version iterate until the reviewer s accept and merge your changes delete your fork or branch close this issue
| 1
|
82,068
| 3,602,476,484
|
IssuesEvent
|
2016-02-03 15:47:43
|
ublaboo/datagrid
|
https://api.github.com/repos/ublaboo/datagrid
|
closed
|
DoctrineDataSource: Loading entities as array
|
bug priority-high
|
So I found the problem we were talking about in #40,
you are getting doctrine data as an array which is wrong, entities aren't just packages of data, there are methods that supplement the data and those methods are needed.
I think DoctrineDataSource should be changed to return list of entities (objects) and for reading data, you should consider [symfony/property-access](https://github.com/symfony/property-access).
|
1.0
|
DoctrineDataSource: Loading entities as array - So I found the problem we were talking about in #40,
you are getting doctrine data as an array which is wrong, entities aren't just packages of data, there are methods that supplement the data and those methods are needed.
I think DoctrineDataSource should be changed to return list of entities (objects) and for reading data, you should consider [symfony/property-access](https://github.com/symfony/property-access).
|
priority
|
doctrinedatasource loading entities as array so i found the problem we were talking about in you are getting doctrine data as an array which is wrong entities aren t just packages of data there are methods that supplement the data and those methods are needed i think doctrinedatasource should be changed to return list of entities objects and for reading data you should consider
| 1
|
480,548
| 13,853,788,074
|
IssuesEvent
|
2020-10-15 08:38:00
|
wso2/product-is
|
https://api.github.com/repos/wso2/product-is
|
closed
|
Creating a UniqueIDReadOnlyLDAPUserStoreManager fails from management console
|
Component/User Store Mgt Priority/Highest Severity/Critical bug
|
**Describe the issue:**
Although the userstore creation looks successful in the UI, the underline userstore creation and deployment fails with following error stack.
```
[2020-09-30 12:58:54,783] [92e011a1-19b3-4998-916f-2c34060ad862] ERROR {org.wso2.carbon.user.core.config.XMLProcessorUtils} - Required mandatory property UserIDAttribute is not defined!
[2020-09-30 12:58:54,787] [92e011a1-19b3-4998-916f-2c34060ad862] ERROR {org.wso2.carbon.context.internal.CarbonContextDataHolder} - Cannot retrieve UserRealm for tenant 2 org.wso2.carbon.user.core.UserStoreException: Error occurred while getting tenant user realm for tenant id : 2
at org.wso2.carbon.user.core.common.DefaultRealmService.getTenantUserRealmInternal(DefaultRealmService.java:202)
at org.wso2.carbon.user.core.common.DefaultRealmService.access$000(DefaultRealmService.java:63)
at org.wso2.carbon.user.core.common.DefaultRealmService$1.run(DefaultRealmService.java:156)
at org.wso2.carbon.user.core.common.DefaultRealmService$1.run(DefaultRealmService.java:153)
at java.security.AccessController.doPrivileged(Native Method)
at org.wso2.carbon.user.core.common.DefaultRealmService.getTenantUserRealm(DefaultRealmService.java:153)
at org.wso2.carbon.context.internal.CarbonContextDataHolder.getUserRealm(CarbonContextDataHolder.java:277)
at org.wso2.carbon.context.CarbonContext.getUserRealm(CarbonContext.java:236)
at org.wso2.carbon.server.admin.module.handler.AuthorizationHandler.doAuthorization(AuthorizationHandler.java:110)
at org.wso2.carbon.server.admin.module.handler.AuthorizationHandler.invoke(AuthorizationHandler.java:87)
at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
at org.apache.axis2.engine.Phase.invoke(Phase.java:313)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:261)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:167)
at org.apache.axis2.transport.local.LocalTransportReceiver.processMessage(LocalTransportReceiver.java:170)
at org.apache.axis2.transport.local.LocalTransportReceiver.processMessage(LocalTransportReceiver.java:82)
at org.wso2.carbon.core.transports.local.CarbonLocalTransportSender.finalizeSendWithToAddress(CarbonLocalTransportSender.java:45)
at org.apache.axis2.transport.local.LocalTransportSender.invoke(LocalTransportSender.java:77)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:442)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:442)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:149)
at org.wso2.carbon.core.commons.stub.registry.service.RegistryAdminServiceStub.isRegistryReadOnly(RegistryAdminServiceStub.java:735)
at org.wso2.carbon.ui.clients.RegistryAdminServiceClient.isRegistryReadOnly(RegistryAdminServiceClient.java:61)
at org.apache.jsp.admin.jsp.registry_005fstyles_005fajaxprocessor_jsp._jspService(registry_005fstyles_005fajaxprocessor_jsp.java:152)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:71)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:477)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:385)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:329)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
at org.wso2.carbon.ui.JspServlet.service(JspServlet.java:207)
at org.wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
at org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor.java:37)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
at org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:459)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312)
at org.eclipse.equinox.http.servlet.internal.RequestDispatcherAdaptor.forward(RequestDispatcherAdaptor.java:30)
at org.wso2.carbon.redirector.servlet.ui.filters.AllPagesFilter.doFilter(AllPagesFilter.java:156)
at org.eclipse.equinox.http.helper.FilterServletAdaptor.service(FilterServletAdaptor.java:37)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
at org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.owasp.csrfguard.CsrfGuardFilter.doFilter(CsrfGuardFilter.java:88)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.wso2.carbon.tomcat.ext.filter.CharacterSetFilter.doFilter(CharacterSetFilter.java:65)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.filters.HttpHeaderSecurityFilter.doFilter(HttpHeaderSecurityFilter.java:126)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.wso2.carbon.identity.cors.valve.CORSValve.invoke(CORSValve.java:89)
at org.wso2.carbon.identity.context.rewrite.valve.TenantContextRewriteValve.invoke(TenantContextRewriteValve.java:105)
at org.wso2.carbon.identity.authz.valve.AuthorizationValve.invoke(AuthorizationValve.java:110)
at org.wso2.carbon.identity.auth.valve.AuthenticationValve.invoke(AuthenticationValve.java:101)
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:99)
at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:49)
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:62)
at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:145)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:690)
at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:57)
at org.wso2.carbon.tomcat.ext.valves.RequestEncodingValve.invoke(RequestEncodingValve.java:49)
at org.wso2.carbon.tomcat.ext.valves.RequestCorrelationIdValve.invoke(RequestCorrelationIdValve.java:126)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.wso2.carbon.user.core.UserStoreException: Error while building user store manager from file
at org.wso2.carbon.user.core.config.UserStoreConfigXMLProcessor.buildUserStoreConfigurationFromFile(UserStoreConfigXMLProcessor.java:148)
at org.wso2.carbon.user.core.common.UserStoreDeploymentManager.getUserStoreConfiguration(UserStoreDeploymentManager.java:189)
at org.wso2.carbon.user.core.tenant.JDBCTenantManager.setSecondaryUserStoreConfig(JDBCTenantManager.java:1032)
at org.wso2.carbon.user.core.tenant.JDBCTenantManager.getTenant(JDBCTenantManager.java:401)
at org.wso2.carbon.user.core.tenant.JDBCTenantManager.getTenant(JDBCTenantManager.java:63)
at org.wso2.carbon.user.core.common.DefaultRealmService.getTenantUserRealmInternal(DefaultRealmService.java:175)
... 98 more
```
However, while following steps for creating a userstore from the UI, it doesn't ask for these attributes or shows them as mandatory.
Further, none of the users are able to login to the system after this userstore being added and even the logged in users session get terminated. This cause the server to goto unusable mode and unless the userstore is removed from the filesystem and restarted, system is not accessible.
**How to reproduce:**
Follow the UI instruction of the management console to add `org.wso2.carbon.user.core.ldap.UniqueIDReadOnlyLDAPUserStoreManager`
**Expected behavior:**
UI should specify the mandatory attributes and should not be able to proceed without providing them.
**Environment information** (_Please complete the following information; remove any unnecessary fields_) **:**
- Product Version: [ IS 5.11.0-Alpha3-SNAPSHOT]
|
1.0
|
Creating a UniqueIDReadOnlyLDAPUserStoreManager fails from management console - **Describe the issue:**
Although the userstore creation looks successful in the UI, the underline userstore creation and deployment fails with following error stack.
```
[2020-09-30 12:58:54,783] [92e011a1-19b3-4998-916f-2c34060ad862] ERROR {org.wso2.carbon.user.core.config.XMLProcessorUtils} - Required mandatory property UserIDAttribute is not defined!
[2020-09-30 12:58:54,787] [92e011a1-19b3-4998-916f-2c34060ad862] ERROR {org.wso2.carbon.context.internal.CarbonContextDataHolder} - Cannot retrieve UserRealm for tenant 2 org.wso2.carbon.user.core.UserStoreException: Error occurred while getting tenant user realm for tenant id : 2
at org.wso2.carbon.user.core.common.DefaultRealmService.getTenantUserRealmInternal(DefaultRealmService.java:202)
at org.wso2.carbon.user.core.common.DefaultRealmService.access$000(DefaultRealmService.java:63)
at org.wso2.carbon.user.core.common.DefaultRealmService$1.run(DefaultRealmService.java:156)
at org.wso2.carbon.user.core.common.DefaultRealmService$1.run(DefaultRealmService.java:153)
at java.security.AccessController.doPrivileged(Native Method)
at org.wso2.carbon.user.core.common.DefaultRealmService.getTenantUserRealm(DefaultRealmService.java:153)
at org.wso2.carbon.context.internal.CarbonContextDataHolder.getUserRealm(CarbonContextDataHolder.java:277)
at org.wso2.carbon.context.CarbonContext.getUserRealm(CarbonContext.java:236)
at org.wso2.carbon.server.admin.module.handler.AuthorizationHandler.doAuthorization(AuthorizationHandler.java:110)
at org.wso2.carbon.server.admin.module.handler.AuthorizationHandler.invoke(AuthorizationHandler.java:87)
at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:340)
at org.apache.axis2.engine.Phase.invoke(Phase.java:313)
at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:261)
at org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:167)
at org.apache.axis2.transport.local.LocalTransportReceiver.processMessage(LocalTransportReceiver.java:170)
at org.apache.axis2.transport.local.LocalTransportReceiver.processMessage(LocalTransportReceiver.java:82)
at org.wso2.carbon.core.transports.local.CarbonLocalTransportSender.finalizeSendWithToAddress(CarbonLocalTransportSender.java:45)
at org.apache.axis2.transport.local.LocalTransportSender.invoke(LocalTransportSender.java:77)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:442)
at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:442)
at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
at org.apache.axis2.client.OperationClient.execute(OperationClient.java:149)
at org.wso2.carbon.core.commons.stub.registry.service.RegistryAdminServiceStub.isRegistryReadOnly(RegistryAdminServiceStub.java:735)
at org.wso2.carbon.ui.clients.RegistryAdminServiceClient.isRegistryReadOnly(RegistryAdminServiceClient.java:61)
at org.apache.jsp.admin.jsp.registry_005fstyles_005fajaxprocessor_jsp._jspService(registry_005fstyles_005fajaxprocessor_jsp.java:152)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:71)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:477)
at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:385)
at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:329)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
at org.wso2.carbon.ui.JspServlet.service(JspServlet.java:207)
at org.wso2.carbon.ui.TilesJspServlet.service(TilesJspServlet.java:80)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
at org.eclipse.equinox.http.helper.ContextPathServletAdaptor.service(ContextPathServletAdaptor.java:37)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
at org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:712)
at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:459)
at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:384)
at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:312)
at org.eclipse.equinox.http.servlet.internal.RequestDispatcherAdaptor.forward(RequestDispatcherAdaptor.java:30)
at org.wso2.carbon.redirector.servlet.ui.filters.AllPagesFilter.doFilter(AllPagesFilter.java:156)
at org.eclipse.equinox.http.helper.FilterServletAdaptor.service(FilterServletAdaptor.java:37)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.service(ServletRegistration.java:61)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:128)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:68)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:741)
at org.wso2.carbon.tomcat.ext.servlet.DelegationServlet.service(DelegationServlet.java:68)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.owasp.csrfguard.CsrfGuardFilter.doFilter(CsrfGuardFilter.java:88)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.wso2.carbon.tomcat.ext.filter.CharacterSetFilter.doFilter(CharacterSetFilter.java:65)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.filters.HttpHeaderSecurityFilter.doFilter(HttpHeaderSecurityFilter.java:126)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
at org.wso2.carbon.identity.cors.valve.CORSValve.invoke(CORSValve.java:89)
at org.wso2.carbon.identity.context.rewrite.valve.TenantContextRewriteValve.invoke(TenantContextRewriteValve.java:105)
at org.wso2.carbon.identity.authz.valve.AuthorizationValve.invoke(AuthorizationValve.java:110)
at org.wso2.carbon.identity.auth.valve.AuthenticationValve.invoke(AuthenticationValve.java:101)
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.continueInvocation(CompositeValve.java:99)
at org.wso2.carbon.tomcat.ext.valves.TomcatValveContainer.invokeValves(TomcatValveContainer.java:49)
at org.wso2.carbon.tomcat.ext.valves.CompositeValve.invoke(CompositeValve.java:62)
at org.wso2.carbon.tomcat.ext.valves.CarbonStuckThreadDetectionValve.invoke(CarbonStuckThreadDetectionValve.java:145)
at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:690)
at org.wso2.carbon.tomcat.ext.valves.CarbonContextCreatorValve.invoke(CarbonContextCreatorValve.java:57)
at org.wso2.carbon.tomcat.ext.valves.RequestEncodingValve.invoke(RequestEncodingValve.java:49)
at org.wso2.carbon.tomcat.ext.valves.RequestCorrelationIdValve.invoke(RequestCorrelationIdValve.java:126)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:373)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.wso2.carbon.user.core.UserStoreException: Error while building user store manager from file
at org.wso2.carbon.user.core.config.UserStoreConfigXMLProcessor.buildUserStoreConfigurationFromFile(UserStoreConfigXMLProcessor.java:148)
at org.wso2.carbon.user.core.common.UserStoreDeploymentManager.getUserStoreConfiguration(UserStoreDeploymentManager.java:189)
at org.wso2.carbon.user.core.tenant.JDBCTenantManager.setSecondaryUserStoreConfig(JDBCTenantManager.java:1032)
at org.wso2.carbon.user.core.tenant.JDBCTenantManager.getTenant(JDBCTenantManager.java:401)
at org.wso2.carbon.user.core.tenant.JDBCTenantManager.getTenant(JDBCTenantManager.java:63)
at org.wso2.carbon.user.core.common.DefaultRealmService.getTenantUserRealmInternal(DefaultRealmService.java:175)
... 98 more
```
However, while following steps for creating a userstore from the UI, it doesn't ask for these attributes or shows them as mandatory.
Further, none of the users are able to login to the system after this userstore being added and even the logged in users session get terminated. This cause the server to goto unusable mode and unless the userstore is removed from the filesystem and restarted, system is not accessible.
**How to reproduce:**
Follow the UI instruction of the management console to add `org.wso2.carbon.user.core.ldap.UniqueIDReadOnlyLDAPUserStoreManager`
**Expected behavior:**
UI should specify the mandatory attributes and should not be able to proceed without providing them.
**Environment information** (_Please complete the following information; remove any unnecessary fields_) **:**
- Product Version: [ IS 5.11.0-Alpha3-SNAPSHOT]
|
priority
|
creating a uniqueidreadonlyldapuserstoremanager fails from management console describe the issue although the userstore creation looks successful in the ui the underline userstore creation and deployment fails with following error stack error org carbon user core config xmlprocessorutils required mandatory property useridattribute is not defined error org carbon context internal carboncontextdataholder cannot retrieve userrealm for tenant org carbon user core userstoreexception error occurred while getting tenant user realm for tenant id at org carbon user core common defaultrealmservice gettenantuserrealminternal defaultrealmservice java at org carbon user core common defaultrealmservice access defaultrealmservice java at org carbon user core common defaultrealmservice run defaultrealmservice java at org carbon user core common defaultrealmservice run defaultrealmservice java at java security accesscontroller doprivileged native method at org carbon user core common defaultrealmservice gettenantuserrealm defaultrealmservice java at org carbon context internal carboncontextdataholder getuserrealm carboncontextdataholder java at org carbon context carboncontext getuserrealm carboncontext java at org carbon server admin module handler authorizationhandler doauthorization authorizationhandler java at org carbon server admin module handler authorizationhandler invoke authorizationhandler java at org apache engine phase invokehandler phase java at org apache engine phase invoke phase java at org apache engine axisengine invoke axisengine java at org apache engine axisengine receive axisengine java at org apache transport local localtransportreceiver processmessage localtransportreceiver java at org apache transport local localtransportreceiver processmessage localtransportreceiver java at org carbon core transports local carbonlocaltransportsender finalizesendwithtoaddress carbonlocaltransportsender java at org apache transport local localtransportsender invoke localtransportsender java at org apache engine axisengine send axisengine java at org apache description outinaxisoperationclient send outinaxisoperation java at org apache description outinaxisoperationclient executeimpl outinaxisoperation java at org apache client operationclient execute operationclient java at org carbon core commons stub registry service registryadminservicestub isregistryreadonly registryadminservicestub java at org carbon ui clients registryadminserviceclient isregistryreadonly registryadminserviceclient java at org apache jsp admin jsp registry jsp jspservice registry jsp java at org apache jasper runtime httpjspbase service httpjspbase java at javax servlet http httpservlet service httpservlet java at org apache jasper servlet jspservletwrapper service jspservletwrapper java at org apache jasper servlet jspservlet servicejspfile jspservlet java at org apache jasper servlet jspservlet service jspservlet java at javax servlet http httpservlet service httpservlet java at org carbon ui jspservlet service jspservlet java at org carbon ui tilesjspservlet service tilesjspservlet java at javax servlet http httpservlet service httpservlet java at org eclipse equinox http helper contextpathservletadaptor service contextpathservletadaptor java at org eclipse equinox http servlet internal servletregistration service servletregistration java at org eclipse equinox http servlet internal proxyservlet processalias proxyservlet java at org eclipse equinox http servlet internal proxyservlet service proxyservlet java at javax servlet http httpservlet service httpservlet java at org carbon tomcat ext servlet delegationservlet service delegationservlet java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache tomcat websocket server wsfilter dofilter wsfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina core applicationdispatcher invoke applicationdispatcher java at org apache catalina core applicationdispatcher processrequest applicationdispatcher java at org apache catalina core applicationdispatcher doforward applicationdispatcher java at org apache catalina core applicationdispatcher forward applicationdispatcher java at org eclipse equinox http servlet internal requestdispatcheradaptor forward requestdispatcheradaptor java at org carbon redirector servlet ui filters allpagesfilter dofilter allpagesfilter java at org eclipse equinox http helper filterservletadaptor service filterservletadaptor java at org eclipse equinox http servlet internal servletregistration service servletregistration java at org eclipse equinox http servlet internal proxyservlet processalias proxyservlet java at org eclipse equinox http servlet internal proxyservlet service proxyservlet java at javax servlet http httpservlet service httpservlet java at org carbon tomcat ext servlet delegationservlet service delegationservlet java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache tomcat websocket server wsfilter dofilter wsfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org owasp csrfguard csrfguardfilter dofilter csrfguardfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org carbon tomcat ext filter charactersetfilter dofilter charactersetfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina filters httpheadersecurityfilter dofilter httpheadersecurityfilter java at org apache catalina core applicationfilterchain internaldofilter applicationfilterchain java at org apache catalina core applicationfilterchain dofilter applicationfilterchain java at org apache catalina core standardwrappervalve invoke standardwrappervalve java at org apache catalina core standardcontextvalve invoke standardcontextvalve java at org apache catalina authenticator authenticatorbase invoke authenticatorbase java at org apache catalina core standardhostvalve invoke standardhostvalve java at org apache catalina valves errorreportvalve invoke errorreportvalve java at org carbon identity cors valve corsvalve invoke corsvalve java at org carbon identity context rewrite valve tenantcontextrewritevalve invoke tenantcontextrewritevalve java at org carbon identity authz valve authorizationvalve invoke authorizationvalve java at org carbon identity auth valve authenticationvalve invoke authenticationvalve java at org carbon tomcat ext valves compositevalve continueinvocation compositevalve java at org carbon tomcat ext valves tomcatvalvecontainer invokevalves tomcatvalvecontainer java at org carbon tomcat ext valves compositevalve invoke compositevalve java at org carbon tomcat ext valves carbonstuckthreaddetectionvalve invoke carbonstuckthreaddetectionvalve java at org apache catalina valves abstractaccesslogvalve invoke abstractaccesslogvalve java at org carbon tomcat ext valves carboncontextcreatorvalve invoke carboncontextcreatorvalve java at org carbon tomcat ext valves requestencodingvalve invoke requestencodingvalve java at org carbon tomcat ext valves requestcorrelationidvalve invoke requestcorrelationidvalve java at org apache catalina core standardenginevalve invoke standardenginevalve java at org apache catalina connector coyoteadapter service coyoteadapter java at org apache coyote service java at org apache coyote abstractprocessorlight process abstractprocessorlight java at org apache coyote abstractprotocol connectionhandler process abstractprotocol java at org apache tomcat util net nioendpoint socketprocessor dorun nioendpoint java at org apache tomcat util net socketprocessorbase run socketprocessorbase java at java util concurrent threadpoolexecutor runworker threadpoolexecutor java at java util concurrent threadpoolexecutor worker run threadpoolexecutor java at org apache tomcat util threads taskthread wrappingrunnable run taskthread java at java lang thread run thread java caused by org carbon user core userstoreexception error while building user store manager from file at org carbon user core config userstoreconfigxmlprocessor builduserstoreconfigurationfromfile userstoreconfigxmlprocessor java at org carbon user core common userstoredeploymentmanager getuserstoreconfiguration userstoredeploymentmanager java at org carbon user core tenant jdbctenantmanager setsecondaryuserstoreconfig jdbctenantmanager java at org carbon user core tenant jdbctenantmanager gettenant jdbctenantmanager java at org carbon user core tenant jdbctenantmanager gettenant jdbctenantmanager java at org carbon user core common defaultrealmservice gettenantuserrealminternal defaultrealmservice java more however while following steps for creating a userstore from the ui it doesn t ask for these attributes or shows them as mandatory further none of the users are able to login to the system after this userstore being added and even the logged in users session get terminated this cause the server to goto unusable mode and unless the userstore is removed from the filesystem and restarted system is not accessible how to reproduce follow the ui instruction of the management console to add org carbon user core ldap uniqueidreadonlyldapuserstoremanager expected behavior ui should specify the mandatory attributes and should not be able to proceed without providing them environment information please complete the following information remove any unnecessary fields product version
| 1
|
79,105
| 3,520,505,976
|
IssuesEvent
|
2016-01-12 21:09:25
|
mlhwang/monsterappetite
|
https://api.github.com/repos/mlhwang/monsterappetite
|
closed
|
Add "grams" to the snack information
|
Difficulty - Easy Priority - High Snackazon
|
When "More Info" is selected information such as sugars and fat content are revealed. GRAMS (the unit of measurement) should be added for more accurate information.
|
1.0
|
Add "grams" to the snack information - When "More Info" is selected information such as sugars and fat content are revealed. GRAMS (the unit of measurement) should be added for more accurate information.
|
priority
|
add grams to the snack information when more info is selected information such as sugars and fat content are revealed grams the unit of measurement should be added for more accurate information
| 1
|
420,540
| 12,239,461,109
|
IssuesEvent
|
2020-05-04 21:44:18
|
scikit-learn/scikit-learn
|
https://api.github.com/repos/scikit-learn/scikit-learn
|
closed
|
Please don't configure logging in the top-level __init__.py
|
Bug High Priority
|
`import sklearn` creates a `StreamHandler` and attaches it to the `sklearn` logger:
https://github.com/scikit-learn/scikit-learn/blob/0eebade2642b7f6c5105538eedada5b731998cc2/sklearn/__init__.py#L24
I'm not sure what the motivation for this is, but it's a deviation from the normal "best practices" for logging, namely that libraries should restrict themselves to issuing log messages, but let the application do all logging configuration (setting up handlers, changing logger levels, and the like). There's lots written about this elsewhere, but here's one relevant blog post: http://pieces.openpolitics.com/2012/04/python-logging-best-practices/
In practice, this caused a hard-to-diagnose bug in our IPython- and sklearn-using application (actually, in more than one such application):
- At application start time, we start an IPython kernel. That kernel swaps out `sys.stdout` and `sys.stderr` for its own custom streams, which rely on a lot of fairly complicated machinery (extra threads, ZMQ streams, the asyncio event loop, etc.)
- `sklearn` was imported while that IPython kernel was running.
- The log handler created at import time then picked up IPython's custom `sys.stderr` stream instead of the usual one.
- At application stop time, the IPython kernel and associated machinery were stopped.
- At process exit time, the stream associated to the handler was flushed (by the `logging` module's `shutdown` function, which is registered as an `atexit` handler). Because the IPython machinery was no longer active, we got a hard-to-understand traceback.
If the intent of the handler is to suppress the "No logger configured ..." messages from the std. lib., perhaps a `logging.NullHandler` could be used for that purpose instead? I'm happy to create a PR for this if the proposed change sounds acceptable.
|
1.0
|
Please don't configure logging in the top-level __init__.py - `import sklearn` creates a `StreamHandler` and attaches it to the `sklearn` logger:
https://github.com/scikit-learn/scikit-learn/blob/0eebade2642b7f6c5105538eedada5b731998cc2/sklearn/__init__.py#L24
I'm not sure what the motivation for this is, but it's a deviation from the normal "best practices" for logging, namely that libraries should restrict themselves to issuing log messages, but let the application do all logging configuration (setting up handlers, changing logger levels, and the like). There's lots written about this elsewhere, but here's one relevant blog post: http://pieces.openpolitics.com/2012/04/python-logging-best-practices/
In practice, this caused a hard-to-diagnose bug in our IPython- and sklearn-using application (actually, in more than one such application):
- At application start time, we start an IPython kernel. That kernel swaps out `sys.stdout` and `sys.stderr` for its own custom streams, which rely on a lot of fairly complicated machinery (extra threads, ZMQ streams, the asyncio event loop, etc.)
- `sklearn` was imported while that IPython kernel was running.
- The log handler created at import time then picked up IPython's custom `sys.stderr` stream instead of the usual one.
- At application stop time, the IPython kernel and associated machinery were stopped.
- At process exit time, the stream associated to the handler was flushed (by the `logging` module's `shutdown` function, which is registered as an `atexit` handler). Because the IPython machinery was no longer active, we got a hard-to-understand traceback.
If the intent of the handler is to suppress the "No logger configured ..." messages from the std. lib., perhaps a `logging.NullHandler` could be used for that purpose instead? I'm happy to create a PR for this if the proposed change sounds acceptable.
|
priority
|
please don t configure logging in the top level init py import sklearn creates a streamhandler and attaches it to the sklearn logger i m not sure what the motivation for this is but it s a deviation from the normal best practices for logging namely that libraries should restrict themselves to issuing log messages but let the application do all logging configuration setting up handlers changing logger levels and the like there s lots written about this elsewhere but here s one relevant blog post in practice this caused a hard to diagnose bug in our ipython and sklearn using application actually in more than one such application at application start time we start an ipython kernel that kernel swaps out sys stdout and sys stderr for its own custom streams which rely on a lot of fairly complicated machinery extra threads zmq streams the asyncio event loop etc sklearn was imported while that ipython kernel was running the log handler created at import time then picked up ipython s custom sys stderr stream instead of the usual one at application stop time the ipython kernel and associated machinery were stopped at process exit time the stream associated to the handler was flushed by the logging module s shutdown function which is registered as an atexit handler because the ipython machinery was no longer active we got a hard to understand traceback if the intent of the handler is to suppress the no logger configured messages from the std lib perhaps a logging nullhandler could be used for that purpose instead i m happy to create a pr for this if the proposed change sounds acceptable
| 1
|
726,767
| 25,011,033,074
|
IssuesEvent
|
2022-11-03 15:15:55
|
AY2223S1-CS2103T-F12-4/tp
|
https://api.github.com/repos/AY2223S1-CS2103T-F12-4/tp
|
closed
|
[PE-D][Tester A] Deleting a class after assigning a student
|
priority.High severity.High
|
The class name under the student is not automatically updated to display that the class has been deleted.
<!--session: 1666944168051-7697a650-5c69-4a00-82bd-b193e896411d--><!--Version: Web v3.4.4-->
-------------
Labels: `type.FeatureFlaw` `severity.Low`
original: ichigh0st/ped#10
|
1.0
|
[PE-D][Tester A] Deleting a class after assigning a student - The class name under the student is not automatically updated to display that the class has been deleted.
<!--session: 1666944168051-7697a650-5c69-4a00-82bd-b193e896411d--><!--Version: Web v3.4.4-->
-------------
Labels: `type.FeatureFlaw` `severity.Low`
original: ichigh0st/ped#10
|
priority
|
deleting a class after assigning a student the class name under the student is not automatically updated to display that the class has been deleted labels type featureflaw severity low original ped
| 1
|
296,073
| 9,104,018,432
|
IssuesEvent
|
2019-02-20 17:07:50
|
medic/medic
|
https://api.github.com/repos/medic/medic
|
closed
|
Navigate away from form dialog shown when completing a task
|
Priority: 1 - High Type: Bug
|
The dialog that you are navigating away from a un-saved form is shown on submit from a task.
**Steps to reproduce**:
Navigate to a person/place that has a task. Or navigate to the tasks page.
Complete a task
**What should happen**:
The task is completed and user is returned.
**What actually happens**:
The task is completed and the dialog `This form is not finished. You will lose your data if you leave now. A form is only complete when you hit Submit. Are you sure you want to leave?` is shown.
**Environment**:
- Instance: gamma.dev
- Browser: Chrome
- Client platform: Linux
- App: Webapp
- Version: 3.3.0.beta.6
|
1.0
|
Navigate away from form dialog shown when completing a task - The dialog that you are navigating away from a un-saved form is shown on submit from a task.
**Steps to reproduce**:
Navigate to a person/place that has a task. Or navigate to the tasks page.
Complete a task
**What should happen**:
The task is completed and user is returned.
**What actually happens**:
The task is completed and the dialog `This form is not finished. You will lose your data if you leave now. A form is only complete when you hit Submit. Are you sure you want to leave?` is shown.
**Environment**:
- Instance: gamma.dev
- Browser: Chrome
- Client platform: Linux
- App: Webapp
- Version: 3.3.0.beta.6
|
priority
|
navigate away from form dialog shown when completing a task the dialog that you are navigating away from a un saved form is shown on submit from a task steps to reproduce navigate to a person place that has a task or navigate to the tasks page complete a task what should happen the task is completed and user is returned what actually happens the task is completed and the dialog this form is not finished you will lose your data if you leave now a form is only complete when you hit submit are you sure you want to leave is shown environment instance gamma dev browser chrome client platform linux app webapp version beta
| 1
|
545,033
| 15,934,592,489
|
IssuesEvent
|
2021-04-14 08:51:37
|
Automattic/Edit-Flow
|
https://api.github.com/repos/Automattic/Edit-Flow
|
opened
|
Migrating Travis CI to GitHub Actions
|
[Priority] High enhancement
|
As the title, we consider moving from Travis CI to GitHub Actions as https://travis-ci.org/ will be moved to http://www.travis-ci.com/ soon.
Good start https://docs.github.com/en/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions
|
1.0
|
Migrating Travis CI to GitHub Actions - As the title, we consider moving from Travis CI to GitHub Actions as https://travis-ci.org/ will be moved to http://www.travis-ci.com/ soon.
Good start https://docs.github.com/en/actions/learn-github-actions/migrating-from-travis-ci-to-github-actions
|
priority
|
migrating travis ci to github actions as the title we consider moving from travis ci to github actions as will be moved to soon good start
| 1
|
328,736
| 9,999,337,652
|
IssuesEvent
|
2019-07-12 10:23:06
|
ushahidi/opensourcedesign
|
https://api.github.com/repos/ushahidi/opensourcedesign
|
reopened
|
Square logo to be created
|
Design Highest Priority In progress
|
We need a logo that will work on social icons/profiles that is square orientation.
max size 1080x1080px - High res version in .png .jpg .svg
min size 50x50px low res version .png .jpg .svg
Favicon .favi (use website to create this)
|
1.0
|
Square logo to be created - We need a logo that will work on social icons/profiles that is square orientation.
max size 1080x1080px - High res version in .png .jpg .svg
min size 50x50px low res version .png .jpg .svg
Favicon .favi (use website to create this)
|
priority
|
square logo to be created we need a logo that will work on social icons profiles that is square orientation max size high res version in png jpg svg min size low res version png jpg svg favicon favi use website to create this
| 1
|
499,363
| 14,445,962,477
|
IssuesEvent
|
2020-12-08 00:08:44
|
StrangeLoopGames/EcoIssues
|
https://api.github.com/repos/StrangeLoopGames/EcoIssues
|
closed
|
Cloud Worlds - auto-updated to version 0.9.3.0
|
Category: Cloud Worlds Priority: High Status: Fixed
|
My Cloud World auto updated to version 0.9.3.0 , I'm guessing other Cloud Worlds might've done the same if they were set to auto-update:

|
1.0
|
Cloud Worlds - auto-updated to version 0.9.3.0 - My Cloud World auto updated to version 0.9.3.0 , I'm guessing other Cloud Worlds might've done the same if they were set to auto-update:

|
priority
|
cloud worlds auto updated to version my cloud world auto updated to version i m guessing other cloud worlds might ve done the same if they were set to auto update
| 1
|
268,769
| 8,411,465,752
|
IssuesEvent
|
2018-10-12 13:58:48
|
CS2113-AY1819S1-T16-3/main
|
https://api.github.com/repos/CS2113-AY1819S1-T16-3/main
|
closed
|
As a user, I want to have administrator priviledges
|
priority.high type.story
|
so that I can use superuser commands and manage employees.
|
1.0
|
As a user, I want to have administrator priviledges - so that I can use superuser commands and manage employees.
|
priority
|
as a user i want to have administrator priviledges so that i can use superuser commands and manage employees
| 1
|
147,370
| 5,638,436,514
|
IssuesEvent
|
2017-04-06 11:57:58
|
kuzzleio/kuzzle
|
https://api.github.com/repos/kuzzleio/kuzzle
|
closed
|
The Redis cache must be disable in RoleRepository and ProfileRepository
|
bug priority-high
|
The `RoleRepository` and `ProfileRepository` was ment to force the disabling of Redis cache as they already have inmemory cache, but was somehow re-enabled by mistake.
|
1.0
|
The Redis cache must be disable in RoleRepository and ProfileRepository - The `RoleRepository` and `ProfileRepository` was ment to force the disabling of Redis cache as they already have inmemory cache, but was somehow re-enabled by mistake.
|
priority
|
the redis cache must be disable in rolerepository and profilerepository the rolerepository and profilerepository was ment to force the disabling of redis cache as they already have inmemory cache but was somehow re enabled by mistake
| 1
|
394,277
| 11,634,393,722
|
IssuesEvent
|
2020-02-28 10:17:12
|
Seniru/merchant
|
https://api.github.com/repos/Seniru/merchant
|
opened
|
Set a maximum limit of workers a company can have
|
difficulty: hard good first issue help wanted priority: high status: unassigned type: enhancement type: feature request
|
This issue is mostly related with the changes planned in #79
The company's growth will be retarded when the maximum salary is set to a certain maximum level - since there's no obvious to invest it anymore. That'd make a bad experience to players also, since they can't improve themselves nor their companies.
Because of this issue it has been discussed to set a maximum limit of players that a company can bear (maximum limit should be no higher than **30**)
*Also note the maximum limit at the beginning should be 5 or a few more.*
How this thing is related with investment is that you can increase the limit by investing more. The amount that should invest in order to achieve more limit should be exponential, so players can spend their money earned by high paying salaries on them.
For example, the maximum limit and the amount invested should have a relationship like below

So players have to buy new companies as it is hard to buy more space for their workers. This would add more challenge to the game as well
|
1.0
|
Set a maximum limit of workers a company can have - This issue is mostly related with the changes planned in #79
The company's growth will be retarded when the maximum salary is set to a certain maximum level - since there's no obvious to invest it anymore. That'd make a bad experience to players also, since they can't improve themselves nor their companies.
Because of this issue it has been discussed to set a maximum limit of players that a company can bear (maximum limit should be no higher than **30**)
*Also note the maximum limit at the beginning should be 5 or a few more.*
How this thing is related with investment is that you can increase the limit by investing more. The amount that should invest in order to achieve more limit should be exponential, so players can spend their money earned by high paying salaries on them.
For example, the maximum limit and the amount invested should have a relationship like below

So players have to buy new companies as it is hard to buy more space for their workers. This would add more challenge to the game as well
|
priority
|
set a maximum limit of workers a company can have this issue is mostly related with the changes planned in the company s growth will be retarded when the maximum salary is set to a certain maximum level since there s no obvious to invest it anymore that d make a bad experience to players also since they can t improve themselves nor their companies because of this issue it has been discussed to set a maximum limit of players that a company can bear maximum limit should be no higher than also note the maximum limit at the beginning should be or a few more how this thing is related with investment is that you can increase the limit by investing more the amount that should invest in order to achieve more limit should be exponential so players can spend their money earned by high paying salaries on them for example the maximum limit and the amount invested should have a relationship like below so players have to buy new companies as it is hard to buy more space for their workers this would add more challenge to the game as well
| 1
|
300,390
| 9,210,259,390
|
IssuesEvent
|
2019-03-09 03:09:33
|
smacademic/project-bdf
|
https://api.github.com/repos/smacademic/project-bdf
|
closed
|
Create product requirements
|
priority: high type: missing
|
In order to stay organized and on task, we will need to create a product requirement document. We may follow the CS305 guidelines for product requirements.
- Every requirement should be verifiable and traceable
- Every requirement should have:
- a unique ID
- a priority to show urgency
- a status to indicate standing
- a relationship to other requirements: dependency, grouping, etc.
This issue may be related to issues #3 and #4.
|
1.0
|
Create product requirements - In order to stay organized and on task, we will need to create a product requirement document. We may follow the CS305 guidelines for product requirements.
- Every requirement should be verifiable and traceable
- Every requirement should have:
- a unique ID
- a priority to show urgency
- a status to indicate standing
- a relationship to other requirements: dependency, grouping, etc.
This issue may be related to issues #3 and #4.
|
priority
|
create product requirements in order to stay organized and on task we will need to create a product requirement document we may follow the guidelines for product requirements every requirement should be verifiable and traceable every requirement should have a unique id a priority to show urgency a status to indicate standing a relationship to other requirements dependency grouping etc this issue may be related to issues and
| 1
|
382,598
| 11,308,777,867
|
IssuesEvent
|
2020-01-19 08:33:45
|
dirkwhoffmann/vAmiga
|
https://api.github.com/repos/dirkwhoffmann/vAmiga
|
closed
|
Test bltpri3 fails
|
Blitter Priority-High bug
|
Amiga 500 8A 🥰:

UAE 👍:
<img width="721" alt="bltpri3_uae" src="https://user-images.githubusercontent.com/12561945/72666308-176b8980-3a11-11ea-9931-41e71f8b7de1.png">
vAmiga: 🙈
<img width="898" alt="Bildschirmfoto 2020-01-18 um 16 26 01" src="https://user-images.githubusercontent.com/12561945/72666214-5ea54a80-3a10-11ea-9554-e14f8f4be1f3.png">
If I interpret the images correctly, vAmiga's CPU is delayed too much here.
In contrast to test bltpri2 which has all bitplanes disabled, this test runs with 6 bitplanes enabled.
Possible explanation:
Up to know I thought BLTPRI is a thing just between the CPU and the Blitter: If the Blitter has stolen n cycles from the CPU and BLTPRI equals 0, the Blitter gives a cycle to the CPU.
New hypothesis: If n cycles were stolen from the CPU (bitplane DMA can steal as well), the Blitter is nice and gives a cycle to the CPU.
|
1.0
|
Test bltpri3 fails - Amiga 500 8A 🥰:

UAE 👍:
<img width="721" alt="bltpri3_uae" src="https://user-images.githubusercontent.com/12561945/72666308-176b8980-3a11-11ea-9931-41e71f8b7de1.png">
vAmiga: 🙈
<img width="898" alt="Bildschirmfoto 2020-01-18 um 16 26 01" src="https://user-images.githubusercontent.com/12561945/72666214-5ea54a80-3a10-11ea-9554-e14f8f4be1f3.png">
If I interpret the images correctly, vAmiga's CPU is delayed too much here.
In contrast to test bltpri2 which has all bitplanes disabled, this test runs with 6 bitplanes enabled.
Possible explanation:
Up to know I thought BLTPRI is a thing just between the CPU and the Blitter: If the Blitter has stolen n cycles from the CPU and BLTPRI equals 0, the Blitter gives a cycle to the CPU.
New hypothesis: If n cycles were stolen from the CPU (bitplane DMA can steal as well), the Blitter is nice and gives a cycle to the CPU.
|
priority
|
test fails amiga 🥰 uae 👍 img width alt uae src vamiga 🙈 img width alt bildschirmfoto um src if i interpret the images correctly vamiga s cpu is delayed too much here in contrast to test which has all bitplanes disabled this test runs with bitplanes enabled possible explanation up to know i thought bltpri is a thing just between the cpu and the blitter if the blitter has stolen n cycles from the cpu and bltpri equals the blitter gives a cycle to the cpu new hypothesis if n cycles were stolen from the cpu bitplane dma can steal as well the blitter is nice and gives a cycle to the cpu
| 1
|
89,629
| 3,798,156,782
|
IssuesEvent
|
2016-03-23 11:14:57
|
BrcMapsTeam/europe-15-situational-awareness
|
https://api.github.com/repos/BrcMapsTeam/europe-15-situational-awareness
|
opened
|
Add in High Importance Events to Forecasting Graphs to add Context
|
high priority new feature
|
Would be good to incorporate the high importance events from the situational awareness dash to the forecasting graphs for better context
|
1.0
|
Add in High Importance Events to Forecasting Graphs to add Context - Would be good to incorporate the high importance events from the situational awareness dash to the forecasting graphs for better context
|
priority
|
add in high importance events to forecasting graphs to add context would be good to incorporate the high importance events from the situational awareness dash to the forecasting graphs for better context
| 1
|
240,309
| 7,800,917,804
|
IssuesEvent
|
2018-06-09 15:04:09
|
tine20/Tine-2.0-Open-Source-Groupware-and-CRM
|
https://api.github.com/repos/tine20/Tine-2.0-Open-Source-Groupware-and-CRM
|
closed
|
0011954:
setup.php (webbased) "accept conditions"-dialog broken now
|
Bug Mantis Setup high priority
|
**Reported by Tesla42 on 18 Jun 2016 23:20**
**Version:** Egon Community Edition (2016.03.3)
Just tested the new 2016.03.3. After first install opening localhost/tine20setup.php in browser accepting terms and conditions is broken.
**Steps to reproduce:** I checked the two checkboxes and clicked the accept button up left. Nothing happend.
**Additional information:** Was a clean new install. Tine20 never installed on this system.
|
1.0
|
0011954:
setup.php (webbased) "accept conditions"-dialog broken now - **Reported by Tesla42 on 18 Jun 2016 23:20**
**Version:** Egon Community Edition (2016.03.3)
Just tested the new 2016.03.3. After first install opening localhost/tine20setup.php in browser accepting terms and conditions is broken.
**Steps to reproduce:** I checked the two checkboxes and clicked the accept button up left. Nothing happend.
**Additional information:** Was a clean new install. Tine20 never installed on this system.
|
priority
|
setup php webbased accept conditions dialog broken now reported by on jun version egon community edition just tested the new after first install opening localhost php in browser accepting terms and conditions is broken steps to reproduce i checked the two checkboxes and clicked the accept button up left nothing happend additional information was a clean new install never installed on this system
| 1
|
459,098
| 13,186,289,506
|
IssuesEvent
|
2020-08-12 23:40:31
|
Automattic/woocommerce-payments
|
https://api.github.com/repos/Automattic/woocommerce-payments
|
closed
|
Checkout does not work when creating an account using 3DS cards
|
Priority: High [Feature] Checkout [Type] Bug
|
**Bug description**
When customer creation is enabled on checkout and customers try to pay with a 3DS card, the payment is not processed successfully after the card authentication, due to nonce verification issues.
This seems to happen because the `wcpay_update_order_status_nonce` is created while the customer is still a guest, but it's only used when the customer already has an account. Since the UID is different for guest vs customer, the nonce verification fails and the order status is not updated.
**Expected behavior**
Guest customers should be able to pay with a 3DS card when creating an account during checkout.
|
1.0
|
Checkout does not work when creating an account using 3DS cards - **Bug description**
When customer creation is enabled on checkout and customers try to pay with a 3DS card, the payment is not processed successfully after the card authentication, due to nonce verification issues.
This seems to happen because the `wcpay_update_order_status_nonce` is created while the customer is still a guest, but it's only used when the customer already has an account. Since the UID is different for guest vs customer, the nonce verification fails and the order status is not updated.
**Expected behavior**
Guest customers should be able to pay with a 3DS card when creating an account during checkout.
|
priority
|
checkout does not work when creating an account using cards bug description when customer creation is enabled on checkout and customers try to pay with a card the payment is not processed successfully after the card authentication due to nonce verification issues this seems to happen because the wcpay update order status nonce is created while the customer is still a guest but it s only used when the customer already has an account since the uid is different for guest vs customer the nonce verification fails and the order status is not updated expected behavior guest customers should be able to pay with a card when creating an account during checkout
| 1
|
200,837
| 7,017,339,052
|
IssuesEvent
|
2017-12-21 09:15:46
|
OpenNebula/one
|
https://api.github.com/repos/OpenNebula/one
|
closed
|
Make ipset size configurable
|
Category: Drivers - Network Priority: High Sponsored Status: Accepted Type: Feature
|
# Enhancement Request
## Description
ipset default size is 65536, which is not adequate for security group definitions.
Affected line 149 in security_groups_iptables.rb:
cmds.add :ipset, "create #{set} hash:net,port family #{family} maxattrs 1000000"
## Use case
Users specifying a large port range and multople IPs in their security groups.
## Interface Changes
Make an option available in OpenNebulaNetwork.conf
# Progress Status
- [x] Branch created
- [x] Code committed to development branch
- [x] Testing - QA
- [x] Documentation
- [x] Release notes - resolved issues, compatibility, known issues
- [x] Code committed to upstream release/hotfix branches
- [x] Documentation committed to upstream release/hotfix branches
|
1.0
|
Make ipset size configurable - # Enhancement Request
## Description
ipset default size is 65536, which is not adequate for security group definitions.
Affected line 149 in security_groups_iptables.rb:
cmds.add :ipset, "create #{set} hash:net,port family #{family} maxattrs 1000000"
## Use case
Users specifying a large port range and multople IPs in their security groups.
## Interface Changes
Make an option available in OpenNebulaNetwork.conf
# Progress Status
- [x] Branch created
- [x] Code committed to development branch
- [x] Testing - QA
- [x] Documentation
- [x] Release notes - resolved issues, compatibility, known issues
- [x] Code committed to upstream release/hotfix branches
- [x] Documentation committed to upstream release/hotfix branches
|
priority
|
make ipset size configurable enhancement request description ipset default size is which is not adequate for security group definitions affected line in security groups iptables rb cmds add ipset create set hash net port family family maxattrs use case users specifying a large port range and multople ips in their security groups interface changes make an option available in opennebulanetwork conf progress status branch created code committed to development branch testing qa documentation release notes resolved issues compatibility known issues code committed to upstream release hotfix branches documentation committed to upstream release hotfix branches
| 1
|
318,942
| 9,725,522,746
|
IssuesEvent
|
2019-05-30 08:56:48
|
intel-analytics/analytics-zoo
|
https://api.github.com/repos/intel-analytics/analytics-zoo
|
closed
|
Error while running the openvino example
|
high priority
|
Run by downloading the prebuilt package.
https://github.com/intel-analytics/analytics-zoo/tree/master/pyzoo/zoo/examples/openvino
Traceback (most recent call last):
File "/tmp/1558587157102-0/model-optimizer/mo_tf.py", line 28, in <module>
from mo.main import main
File "/tmp/1558587157102-0/model-optimizer/mo/main.py", line 28, in <module>
from mo.utils.cli_parser import get_placeholder_shapes, get_tuple_values, get_model_name, \
File "/tmp/1558587157102-0/model-optimizer/mo/utils/cli_parser.py", line 26, in <module>
from mo.front.extractor import split_node_in_port
File "/tmp/1558587157102-0/model-optimizer/mo/front/extractor.py", line 21, in <module>
import networkx as nx
ModuleNotFoundError: No module named 'networkx'
|
1.0
|
Error while running the openvino example - Run by downloading the prebuilt package.
https://github.com/intel-analytics/analytics-zoo/tree/master/pyzoo/zoo/examples/openvino
Traceback (most recent call last):
File "/tmp/1558587157102-0/model-optimizer/mo_tf.py", line 28, in <module>
from mo.main import main
File "/tmp/1558587157102-0/model-optimizer/mo/main.py", line 28, in <module>
from mo.utils.cli_parser import get_placeholder_shapes, get_tuple_values, get_model_name, \
File "/tmp/1558587157102-0/model-optimizer/mo/utils/cli_parser.py", line 26, in <module>
from mo.front.extractor import split_node_in_port
File "/tmp/1558587157102-0/model-optimizer/mo/front/extractor.py", line 21, in <module>
import networkx as nx
ModuleNotFoundError: No module named 'networkx'
|
priority
|
error while running the openvino example run by downloading the prebuilt package traceback most recent call last file tmp model optimizer mo tf py line in from mo main import main file tmp model optimizer mo main py line in from mo utils cli parser import get placeholder shapes get tuple values get model name file tmp model optimizer mo utils cli parser py line in from mo front extractor import split node in port file tmp model optimizer mo front extractor py line in import networkx as nx modulenotfounderror no module named networkx
| 1
|
307,648
| 9,419,844,959
|
IssuesEvent
|
2019-04-10 23:31:15
|
fedora-infra/bodhi
|
https://api.github.com/repos/fedora-infra/bodhi
|
opened
|
Bodhi dies when trying to send e-mails for fedora_modular
|
Composer Crash High priority
|
I get this e-mail regularly:
Message
-------
[2019-04-10 07:32:56][bodhi.server ERROR]
```python
release_name = 'fedora_modular'
```
Process Details
---------------
- host: bodhi-backend01.phx2.fedoraproject.org
- PID: 63827
- name: fedmsg-hub-3
- command: /usr/bin/python3 /usr/bin/fedmsg-hub-3
- msg_id:
Callstack that lead to the logging statement
--------------------------------------------
```python
File "/usr/lib64/python3.7/threading.py", line 885 in _bootstrap
File "/usr/lib64/python3.7/threading.py", line 917 in _bootstrap_inner
File "/usr/lib/python3.7/site-packages/bodhi/server/consumers/masher.py", line 344 in run
File "/usr/lib/python3.7/site-packages/bodhi/server/consumers/masher.py", line 429 in work
File "/usr/lib/python3.7/site-packages/bodhi/server/consumers/masher.py", line 76 in wrapper
File "/usr/lib/python3.7/site-packages/bodhi/server/consumers/masher.py", line 747 in send_stable_announcements
File "/usr/lib/python3.7/site-packages/bodhi/server/models.py", line 2876 in send_update_notice
```
See also #2633
|
1.0
|
Bodhi dies when trying to send e-mails for fedora_modular - I get this e-mail regularly:
Message
-------
[2019-04-10 07:32:56][bodhi.server ERROR]
```python
release_name = 'fedora_modular'
```
Process Details
---------------
- host: bodhi-backend01.phx2.fedoraproject.org
- PID: 63827
- name: fedmsg-hub-3
- command: /usr/bin/python3 /usr/bin/fedmsg-hub-3
- msg_id:
Callstack that lead to the logging statement
--------------------------------------------
```python
File "/usr/lib64/python3.7/threading.py", line 885 in _bootstrap
File "/usr/lib64/python3.7/threading.py", line 917 in _bootstrap_inner
File "/usr/lib/python3.7/site-packages/bodhi/server/consumers/masher.py", line 344 in run
File "/usr/lib/python3.7/site-packages/bodhi/server/consumers/masher.py", line 429 in work
File "/usr/lib/python3.7/site-packages/bodhi/server/consumers/masher.py", line 76 in wrapper
File "/usr/lib/python3.7/site-packages/bodhi/server/consumers/masher.py", line 747 in send_stable_announcements
File "/usr/lib/python3.7/site-packages/bodhi/server/models.py", line 2876 in send_update_notice
```
See also #2633
|
priority
|
bodhi dies when trying to send e mails for fedora modular i get this e mail regularly message python release name fedora modular process details host bodhi fedoraproject org pid name fedmsg hub command usr bin usr bin fedmsg hub msg id callstack that lead to the logging statement python file usr threading py line in bootstrap file usr threading py line in bootstrap inner file usr lib site packages bodhi server consumers masher py line in run file usr lib site packages bodhi server consumers masher py line in work file usr lib site packages bodhi server consumers masher py line in wrapper file usr lib site packages bodhi server consumers masher py line in send stable announcements file usr lib site packages bodhi server models py line in send update notice see also
| 1
|
818,612
| 30,696,215,529
|
IssuesEvent
|
2023-07-26 18:49:07
|
microsoft/STL
|
https://api.github.com/repos/microsoft/STL
|
closed
|
`<string>`: LibFuzzer failure during startup due to `basic_string::append` failing under ASAN
|
bug invalid high priority ASAN
|
# Describe the bug
We are seeing ASAN-originated LibFuzzer failures with the following stacktrace:
```
==6048==ERROR: AddressSanitizer: container-overflow on address 0x11d0e55a0f17 at pc 0x7ff7e1b09a3c bp 0x009688c8eeb0 sp 0x009688c8e640
WRITE of size 2 at 0x11d0e55a0f17 thread T0
#0 0x7ff7e1b09a3b in __asan_wrap_memmove D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\sanitizer_common\sanitizer_common_interceptors.inc:813
#1 0x7ff7e1c4daf5 in std::_Char_traits<char,int>::move VCCRT\crtw32\stdhpp\xstring:119
#2 0x7ff7e1c4daf5 in std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>>::append(char const *const, unsigned __int64) VCCRT\crtw32\stdhpp\xstring:3313
#3 0x7ff7e1b542ad in std::basic_string<char,std::char_traits<char>,std::allocator<char> >::append D:\a\_work\1\s\src\vctools\crt\github\stl\inc\xstring:3279
#4 0x7ff7e1b542ad in std::operator+ D:\a\_work\1\s\src\vctools\crt\github\stl\inc\xstring:5003
#5 0x7ff7e1b542ad in fuzzer::DirPlusFile(class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> const &, class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> const &) D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerIO.cpp:133
#6 0x7ff7e1b51dd8 in fuzzer::ListFilesInDirRecursive(class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> const &, long *, class std::vector<class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>>, class std::allocator<class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>>>> *, bool) D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerIOWindows.cpp:137
#7 0x7ff7e1b548b3 in fuzzer::GetSizedFilesFromDir(class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> const &, class std::vector<struct fuzzer::SizedFile, class std::allocator<struct fuzzer::SizedFile>> *) D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerIO.cpp:125
#8 0x7ff7e1b617fa in fuzzer::ReadCorpora D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerDriver.cpp:631
#9 0x7ff7e1b5ec81 in fuzzer::FuzzerDriver(int *, char ***, int (__cdecl *)(unsigned char const *, unsigned __int64)) D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerDriver.cpp:911
#10 0x7ff7e1b50ab2 in main D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerMain.cpp:20
#11 0x7ff7e1b3f22b in invoke_main VCCRT\vcstartup\src\startup\exe_common.inl:78
#12 0x7ff7e1b3f22b in __scrt_common_main_seh VCCRT\vcstartup\src\startup\exe_common.inl:288
#13 0x7ffc9c9b7613 (C:\Windows\System32\KERNEL32.DLL+0x180017613)
#14 0x7ffc9cc226f0 (C:\Windows\SYSTEM32\ntdll.dll+0x1800526f0)
```
The ASAN failure (two different binaries here):
```
WRITE of size 2 at 0x11d0e55a0f17 thread T0
0x11d0e55a0f17 is located 103 bytes inside of 112-byte region [0x11d0e55a0eb0,0x11d0e55a0f20)
```
```
WRITE of size 2 at 0x11d013da1077 thread T0
0x11d013da1077 is located 103 bytes inside of 112-byte region [0x11d013da1010,0x11d013da1080)
```
And the allocation information is:
```
0x11d0e55a0f17 is located 103 bytes inside of 112-byte region [0x11d0e55a0eb0,0x11d0e55a0f20)
allocated by thread T0 here:
#0 0x7ff7e1b23fae in operator new(unsigned __int64) D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\asan\asan_win_new_scalar_thunk.cpp:40
#1 0x7ff7e1b53a77 in std::allocator<char>::allocate D:\a\_work\1\s\src\vctools\crt\github\stl\inc\xmemory:951
#2 0x7ff7e1b53a77 in std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>>::basic_string<char, struct std::char_traits<char>, class std::allocator<char>>(struct std::_String_constructor_concat_tag, class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> const &, char const *const, unsigned __int64, char const *const, unsigned __int64) D:\a\_work\1\s\src\vctools\crt\github\stl\inc\xstring:2833
#3 0x7ff7e1b54292 in std::operator+ D:\a\_work\1\s\src\vctools\crt\github\stl\inc\xstring:4988
#4 0x7ff7e1b54292 in fuzzer::DirPlusFile(class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> const &, class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> const &) D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerIO.cpp:133
#5 0x7ff7e1b51dd8 in fuzzer::ListFilesInDirRecursive(class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> const &, long *, class std::vector<class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>>, class std::allocator<class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>>>> *, bool) D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerIOWindows.cpp:137
#6 0x7ff7e1b548b3 in fuzzer::GetSizedFilesFromDir(class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> const &, class std::vector<struct fuzzer::SizedFile, class std::allocator<struct fuzzer::SizedFile>> *) D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerIO.cpp:125
#7 0x7ff7e1b617fa in fuzzer::ReadCorpora D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerDriver.cpp:631
#8 0x7ff7e1b5ec81 in fuzzer::FuzzerDriver(int *, char ***, int (__cdecl *)(unsigned char const *, unsigned __int64)) D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerDriver.cpp:911
#9 0x7ff7e1b50ab2 in main D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerMain.cpp:20
#10 0x7ff7e1b3f22b in invoke_main VCCRT\vcstartup\src\startup\exe_common.inl:78
#11 0x7ff7e1b3f22b in __scrt_common_main_seh VCCRT\vcstartup\src\startup\exe_common.inl:288
#12 0x7ffc9c9b7613 (C:\Windows\System32\KERNEL32.DLL+0x180017613)
#13 0x7ffc9cc226f0 (C:\Windows\SYSTEM32\ntdll.dll+0x1800526f0)
```
# Command-line test case
I've not yet created a minimal repro; all the code in the stack in question is provided by VC/STL (LibFuzzer libraries). I can provide the problematic binaries internally.
|
1.0
|
`<string>`: LibFuzzer failure during startup due to `basic_string::append` failing under ASAN - # Describe the bug
We are seeing ASAN-originated LibFuzzer failures with the following stacktrace:
```
==6048==ERROR: AddressSanitizer: container-overflow on address 0x11d0e55a0f17 at pc 0x7ff7e1b09a3c bp 0x009688c8eeb0 sp 0x009688c8e640
WRITE of size 2 at 0x11d0e55a0f17 thread T0
#0 0x7ff7e1b09a3b in __asan_wrap_memmove D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\sanitizer_common\sanitizer_common_interceptors.inc:813
#1 0x7ff7e1c4daf5 in std::_Char_traits<char,int>::move VCCRT\crtw32\stdhpp\xstring:119
#2 0x7ff7e1c4daf5 in std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>>::append(char const *const, unsigned __int64) VCCRT\crtw32\stdhpp\xstring:3313
#3 0x7ff7e1b542ad in std::basic_string<char,std::char_traits<char>,std::allocator<char> >::append D:\a\_work\1\s\src\vctools\crt\github\stl\inc\xstring:3279
#4 0x7ff7e1b542ad in std::operator+ D:\a\_work\1\s\src\vctools\crt\github\stl\inc\xstring:5003
#5 0x7ff7e1b542ad in fuzzer::DirPlusFile(class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> const &, class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> const &) D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerIO.cpp:133
#6 0x7ff7e1b51dd8 in fuzzer::ListFilesInDirRecursive(class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> const &, long *, class std::vector<class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>>, class std::allocator<class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>>>> *, bool) D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerIOWindows.cpp:137
#7 0x7ff7e1b548b3 in fuzzer::GetSizedFilesFromDir(class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> const &, class std::vector<struct fuzzer::SizedFile, class std::allocator<struct fuzzer::SizedFile>> *) D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerIO.cpp:125
#8 0x7ff7e1b617fa in fuzzer::ReadCorpora D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerDriver.cpp:631
#9 0x7ff7e1b5ec81 in fuzzer::FuzzerDriver(int *, char ***, int (__cdecl *)(unsigned char const *, unsigned __int64)) D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerDriver.cpp:911
#10 0x7ff7e1b50ab2 in main D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerMain.cpp:20
#11 0x7ff7e1b3f22b in invoke_main VCCRT\vcstartup\src\startup\exe_common.inl:78
#12 0x7ff7e1b3f22b in __scrt_common_main_seh VCCRT\vcstartup\src\startup\exe_common.inl:288
#13 0x7ffc9c9b7613 (C:\Windows\System32\KERNEL32.DLL+0x180017613)
#14 0x7ffc9cc226f0 (C:\Windows\SYSTEM32\ntdll.dll+0x1800526f0)
```
The ASAN failure (two different binaries here):
```
WRITE of size 2 at 0x11d0e55a0f17 thread T0
0x11d0e55a0f17 is located 103 bytes inside of 112-byte region [0x11d0e55a0eb0,0x11d0e55a0f20)
```
```
WRITE of size 2 at 0x11d013da1077 thread T0
0x11d013da1077 is located 103 bytes inside of 112-byte region [0x11d013da1010,0x11d013da1080)
```
And the allocation information is:
```
0x11d0e55a0f17 is located 103 bytes inside of 112-byte region [0x11d0e55a0eb0,0x11d0e55a0f20)
allocated by thread T0 here:
#0 0x7ff7e1b23fae in operator new(unsigned __int64) D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\asan\asan_win_new_scalar_thunk.cpp:40
#1 0x7ff7e1b53a77 in std::allocator<char>::allocate D:\a\_work\1\s\src\vctools\crt\github\stl\inc\xmemory:951
#2 0x7ff7e1b53a77 in std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>>::basic_string<char, struct std::char_traits<char>, class std::allocator<char>>(struct std::_String_constructor_concat_tag, class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> const &, char const *const, unsigned __int64, char const *const, unsigned __int64) D:\a\_work\1\s\src\vctools\crt\github\stl\inc\xstring:2833
#3 0x7ff7e1b54292 in std::operator+ D:\a\_work\1\s\src\vctools\crt\github\stl\inc\xstring:4988
#4 0x7ff7e1b54292 in fuzzer::DirPlusFile(class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> const &, class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> const &) D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerIO.cpp:133
#5 0x7ff7e1b51dd8 in fuzzer::ListFilesInDirRecursive(class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> const &, long *, class std::vector<class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>>, class std::allocator<class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>>>> *, bool) D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerIOWindows.cpp:137
#6 0x7ff7e1b548b3 in fuzzer::GetSizedFilesFromDir(class std::basic_string<char, struct std::char_traits<char>, class std::allocator<char>> const &, class std::vector<struct fuzzer::SizedFile, class std::allocator<struct fuzzer::SizedFile>> *) D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerIO.cpp:125
#7 0x7ff7e1b617fa in fuzzer::ReadCorpora D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerDriver.cpp:631
#8 0x7ff7e1b5ec81 in fuzzer::FuzzerDriver(int *, char ***, int (__cdecl *)(unsigned char const *, unsigned __int64)) D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerDriver.cpp:911
#9 0x7ff7e1b50ab2 in main D:\a\_work\1\s\src\vctools\asan\llvm\compiler-rt\lib\fuzzer\FuzzerMain.cpp:20
#10 0x7ff7e1b3f22b in invoke_main VCCRT\vcstartup\src\startup\exe_common.inl:78
#11 0x7ff7e1b3f22b in __scrt_common_main_seh VCCRT\vcstartup\src\startup\exe_common.inl:288
#12 0x7ffc9c9b7613 (C:\Windows\System32\KERNEL32.DLL+0x180017613)
#13 0x7ffc9cc226f0 (C:\Windows\SYSTEM32\ntdll.dll+0x1800526f0)
```
# Command-line test case
I've not yet created a minimal repro; all the code in the stack in question is provided by VC/STL (LibFuzzer libraries). I can provide the problematic binaries internally.
|
priority
|
libfuzzer failure during startup due to basic string append failing under asan describe the bug we are seeing asan originated libfuzzer failures with the following stacktrace error addresssanitizer container overflow on address at pc bp sp write of size at thread in asan wrap memmove d a work s src vctools asan llvm compiler rt lib sanitizer common sanitizer common interceptors inc in std char traits move vccrt stdhpp xstring in std basic string class std allocator append char const const unsigned vccrt stdhpp xstring in std basic string std allocator append d a work s src vctools crt github stl inc xstring in std operator d a work s src vctools crt github stl inc xstring in fuzzer dirplusfile class std basic string class std allocator const class std basic string class std allocator const d a work s src vctools asan llvm compiler rt lib fuzzer fuzzerio cpp in fuzzer listfilesindirrecursive class std basic string class std allocator const long class std vector class std allocator class std allocator class std allocator bool d a work s src vctools asan llvm compiler rt lib fuzzer fuzzeriowindows cpp in fuzzer getsizedfilesfromdir class std basic string class std allocator const class std vector d a work s src vctools asan llvm compiler rt lib fuzzer fuzzerio cpp in fuzzer readcorpora d a work s src vctools asan llvm compiler rt lib fuzzer fuzzerdriver cpp in fuzzer fuzzerdriver int char int cdecl unsigned char const unsigned d a work s src vctools asan llvm compiler rt lib fuzzer fuzzerdriver cpp in main d a work s src vctools asan llvm compiler rt lib fuzzer fuzzermain cpp in invoke main vccrt vcstartup src startup exe common inl in scrt common main seh vccrt vcstartup src startup exe common inl c windows dll c windows ntdll dll the asan failure two different binaries here write of size at thread is located bytes inside of byte region write of size at thread is located bytes inside of byte region and the allocation information is is located bytes inside of byte region allocated by thread here in operator new unsigned d a work s src vctools asan llvm compiler rt lib asan asan win new scalar thunk cpp in std allocator allocate d a work s src vctools crt github stl inc xmemory in std basic string class std allocator basic string class std allocator struct std string constructor concat tag class std basic string class std allocator const char const const unsigned char const const unsigned d a work s src vctools crt github stl inc xstring in std operator d a work s src vctools crt github stl inc xstring in fuzzer dirplusfile class std basic string class std allocator const class std basic string class std allocator const d a work s src vctools asan llvm compiler rt lib fuzzer fuzzerio cpp in fuzzer listfilesindirrecursive class std basic string class std allocator const long class std vector class std allocator class std allocator class std allocator bool d a work s src vctools asan llvm compiler rt lib fuzzer fuzzeriowindows cpp in fuzzer getsizedfilesfromdir class std basic string class std allocator const class std vector d a work s src vctools asan llvm compiler rt lib fuzzer fuzzerio cpp in fuzzer readcorpora d a work s src vctools asan llvm compiler rt lib fuzzer fuzzerdriver cpp in fuzzer fuzzerdriver int char int cdecl unsigned char const unsigned d a work s src vctools asan llvm compiler rt lib fuzzer fuzzerdriver cpp in main d a work s src vctools asan llvm compiler rt lib fuzzer fuzzermain cpp in invoke main vccrt vcstartup src startup exe common inl in scrt common main seh vccrt vcstartup src startup exe common inl c windows dll c windows ntdll dll command line test case i ve not yet created a minimal repro all the code in the stack in question is provided by vc stl libfuzzer libraries i can provide the problematic binaries internally
| 1
|
805,499
| 29,522,363,293
|
IssuesEvent
|
2023-06-05 03:57:01
|
okTurtles/group-income
|
https://api.github.com/repos/okTurtles/group-income
|
opened
|
Proposals from one group appear in another group sometimes
|
Kind:Bug App:Frontend Priority:High Note:Contracts
|
### Problem
While showing the app to a friend, who created his own group and invited me (resulting in me being in 2 groups), I saw in his group a cancelled proposal from our group:

The steps to reproduce are similar to #1636, although I'm not exactly sure how to reproduce consistently.
### Solution
Find and fix bug. Proposals from one group should never appear on another group.
|
1.0
|
Proposals from one group appear in another group sometimes - ### Problem
While showing the app to a friend, who created his own group and invited me (resulting in me being in 2 groups), I saw in his group a cancelled proposal from our group:

The steps to reproduce are similar to #1636, although I'm not exactly sure how to reproduce consistently.
### Solution
Find and fix bug. Proposals from one group should never appear on another group.
|
priority
|
proposals from one group appear in another group sometimes problem while showing the app to a friend who created his own group and invited me resulting in me being in groups i saw in his group a cancelled proposal from our group the steps to reproduce are similar to although i m not exactly sure how to reproduce consistently solution find and fix bug proposals from one group should never appear on another group
| 1
|
618,813
| 19,487,934,880
|
IssuesEvent
|
2021-12-26 19:11:17
|
HaydenBelanger/assemblylinemachines
|
https://api.github.com/repos/HaydenBelanger/assemblylinemachines
|
closed
|
Crash with Immersive engineering
|
Bug High Priority
|
I placed a IE creative capacitor next to the large battery from assemblyline to test some things, game crashed, world seems to be corrupted as well
https://gist.github.com/freopt/661296d25a203173099481e849fcf0f3
|
1.0
|
Crash with Immersive engineering - I placed a IE creative capacitor next to the large battery from assemblyline to test some things, game crashed, world seems to be corrupted as well
https://gist.github.com/freopt/661296d25a203173099481e849fcf0f3
|
priority
|
crash with immersive engineering i placed a ie creative capacitor next to the large battery from assemblyline to test some things game crashed world seems to be corrupted as well
| 1
|
370,165
| 10,926,123,204
|
IssuesEvent
|
2019-11-22 14:05:37
|
ess-dmsc/nexus-constructor
|
https://api.github.com/repos/ess-dmsc/nexus-constructor
|
closed
|
Load V20 JSON file
|
high priority
|
V20 JSON files for testing with are on the network drive:
```
smb://olympic/Babylon5/Public/Matthew Jones/V20_no_detector.json
smb://olympic/Babylon5/Public/Matthew Jones/V20_file_write_start.json
```
Current status:
- ~The file with no detector loads but there are problems with the transformations, for example choppers seem to be given the Lin1 component as a transformation.~
- ~The file with the detector gets stuck with high CPU use, I've left it for a few minutes with no change. Detector is 300x300 pixels which shouldn't be any problem.~
|
1.0
|
Load V20 JSON file - V20 JSON files for testing with are on the network drive:
```
smb://olympic/Babylon5/Public/Matthew Jones/V20_no_detector.json
smb://olympic/Babylon5/Public/Matthew Jones/V20_file_write_start.json
```
Current status:
- ~The file with no detector loads but there are problems with the transformations, for example choppers seem to be given the Lin1 component as a transformation.~
- ~The file with the detector gets stuck with high CPU use, I've left it for a few minutes with no change. Detector is 300x300 pixels which shouldn't be any problem.~
|
priority
|
load json file json files for testing with are on the network drive smb olympic public matthew jones no detector json smb olympic public matthew jones file write start json current status the file with no detector loads but there are problems with the transformations for example choppers seem to be given the component as a transformation the file with the detector gets stuck with high cpu use i ve left it for a few minutes with no change detector is pixels which shouldn t be any problem
| 1
|
73,094
| 3,407,052,651
|
IssuesEvent
|
2015-12-04 00:11:27
|
Jessecar96/SteamBot
|
https://api.github.com/repos/Jessecar96/SteamBot
|
closed
|
How do I use SteamBot with the new forced mobile authentication?
|
High Priority
|
How can you handle to login with the mobile auth?
The escrow system is coming Dec. 9.
http://store.steampowered.com/mobile
> Starting Dec 9, anyone losing items in a trade will need to have a Steam Guard Mobile Authenticator enabled on their account for at least 7 days. **Otherwise [..] items will be held by Steam for up to 3 days before delivery.**
|
1.0
|
How do I use SteamBot with the new forced mobile authentication? - How can you handle to login with the mobile auth?
The escrow system is coming Dec. 9.
http://store.steampowered.com/mobile
> Starting Dec 9, anyone losing items in a trade will need to have a Steam Guard Mobile Authenticator enabled on their account for at least 7 days. **Otherwise [..] items will be held by Steam for up to 3 days before delivery.**
|
priority
|
how do i use steambot with the new forced mobile authentication how can you handle to login with the mobile auth the escrow system is coming dec starting dec anyone losing items in a trade will need to have a steam guard mobile authenticator enabled on their account for at least days otherwise items will be held by steam for up to days before delivery
| 1
|
1,569
| 2,515,659,733
|
IssuesEvent
|
2015-01-15 20:08:49
|
sequelize/sequelize
|
https://api.github.com/repos/sequelize/sequelize
|
closed
|
sql injection risk when when using order.
|
bug high priority
|
Test.findAndCountAll({
where: { id :1 },
order : [['id', 'DESC; delete from test;']]
})
when the client sends parameters of which columns should be ordered with there is a risk of sql injection.
this works with PostgreSQL. I haven't tested with other databases though.
|
1.0
|
sql injection risk when when using order. - Test.findAndCountAll({
where: { id :1 },
order : [['id', 'DESC; delete from test;']]
})
when the client sends parameters of which columns should be ordered with there is a risk of sql injection.
this works with PostgreSQL. I haven't tested with other databases though.
|
priority
|
sql injection risk when when using order test findandcountall where id order when the client sends parameters of which columns should be ordered with there is a risk of sql injection this works with postgresql i haven t tested with other databases though
| 1
|
216,290
| 7,302,956,896
|
IssuesEvent
|
2018-02-27 11:24:39
|
status-im/status-react
|
https://api.github.com/repos/status-im/status-react
|
opened
|
App crash with error 'status_im.ui.components.style...' when adding 4 or more GroupChat members
|
bug high-priority release
|
***Type***: Bug
***Summary***: App crashes with error `TypeError: status_im.ui.components.styles.uppercase_QMARK_.call is not a function...` when accessing 'View Profile' of the GroupChat with 4 or more members.
The same crash if to add 4th (or more than four) members in GroupChat from the Group Chat settings view.
#### Expected behavior
No crash when access 'View Profile' of the GroupChat with 4 or more members
#### Actual behavior
App crash when access 'View Profile' of the GroupChat with 4 or more members

### Reproduction 1
- Open Status
- Navigate to Home -> `+` -> Start new Group chat
- Add 1 member
- From GroupChat view created tap three-dots top-right button
- Tap on 'View Profile' option
- On the 'View Profile' screen add 4 or more members (you may add Dapp/Console)
### Reproduction 2
- Open Status
- Navigate to Home -> `+` -> Start new Group chat
- Add 4 or more members
- From groupChat view created tap three-dots top-right button
- Tap on 'View Profile' option
### Additional Information
* Status version: Develop (254 nightly), release 0.9.15
* Operating System: Android, iOS
### Additional Information 2
It's all fine with 3 group chat members. Issue is not in reproduced in 0.9.14
#### Logs
TF session with the logs: https://app.testfairy.com/projects/4803622-status/builds/7782434/sessions/14/?accessToken=osRB0FvZPuSr/WPwVslxz43dfZI
|
1.0
|
App crash with error 'status_im.ui.components.style...' when adding 4 or more GroupChat members -
***Type***: Bug
***Summary***: App crashes with error `TypeError: status_im.ui.components.styles.uppercase_QMARK_.call is not a function...` when accessing 'View Profile' of the GroupChat with 4 or more members.
The same crash if to add 4th (or more than four) members in GroupChat from the Group Chat settings view.
#### Expected behavior
No crash when access 'View Profile' of the GroupChat with 4 or more members
#### Actual behavior
App crash when access 'View Profile' of the GroupChat with 4 or more members

### Reproduction 1
- Open Status
- Navigate to Home -> `+` -> Start new Group chat
- Add 1 member
- From GroupChat view created tap three-dots top-right button
- Tap on 'View Profile' option
- On the 'View Profile' screen add 4 or more members (you may add Dapp/Console)
### Reproduction 2
- Open Status
- Navigate to Home -> `+` -> Start new Group chat
- Add 4 or more members
- From groupChat view created tap three-dots top-right button
- Tap on 'View Profile' option
### Additional Information
* Status version: Develop (254 nightly), release 0.9.15
* Operating System: Android, iOS
### Additional Information 2
It's all fine with 3 group chat members. Issue is not in reproduced in 0.9.14
#### Logs
TF session with the logs: https://app.testfairy.com/projects/4803622-status/builds/7782434/sessions/14/?accessToken=osRB0FvZPuSr/WPwVslxz43dfZI
|
priority
|
app crash with error status im ui components style when adding or more groupchat members type bug summary app crashes with error typeerror status im ui components styles uppercase qmark call is not a function when accessing view profile of the groupchat with or more members the same crash if to add or more than four members in groupchat from the group chat settings view expected behavior no crash when access view profile of the groupchat with or more members actual behavior app crash when access view profile of the groupchat with or more members reproduction open status navigate to home start new group chat add member from groupchat view created tap three dots top right button tap on view profile option on the view profile screen add or more members you may add dapp console reproduction open status navigate to home start new group chat add or more members from groupchat view created tap three dots top right button tap on view profile option additional information status version develop nightly release operating system android ios additional information it s all fine with group chat members issue is not in reproduced in logs tf session with the logs
| 1
|
107,482
| 4,309,578,619
|
IssuesEvent
|
2016-07-21 16:26:14
|
flipdazed/Hybrid-Monte-Carlo
|
https://api.github.com/repos/flipdazed/Hybrid-Monte-Carlo
|
opened
|
Acceptance is bugged!
|
bug High Priority Top of List
|
**Issue**
The acceptance is too low. Some recent change has caused the acceptance rate to become too low
**Resolution**
Check at the dynamics level and re-run the `metropolis_accRejDebug_qho.py` scripts
|
1.0
|
Acceptance is bugged! - **Issue**
The acceptance is too low. Some recent change has caused the acceptance rate to become too low
**Resolution**
Check at the dynamics level and re-run the `metropolis_accRejDebug_qho.py` scripts
|
priority
|
acceptance is bugged issue the acceptance is too low some recent change has caused the acceptance rate to become too low resolution check at the dynamics level and re run the metropolis accrejdebug qho py scripts
| 1
|
434,717
| 12,522,077,785
|
IssuesEvent
|
2020-06-03 18:31:06
|
ChainSafe/forest
|
https://api.github.com/repos/ChainSafe/forest
|
opened
|
Implement RPC methods for State API methods
|
Priority: 2 - High RPC
|
**Issue summary**
<!-- A clear and concise description of what the task is. -->
We need to integrate the state manager into the RPC.
The priority RPC methods which allow for Storage Miner integration are here prefixed by the word State: https://github.com/filecoin-project/lotus/blob/master/storage/miner.go#L48
For full matching of Lotus' API, the other State methods are here: https://github.com/filecoin-project/lotus/blob/master/node/impl/full/state.go
**Other information and links**
<!-- Add any other context or screenshots about the issue here. -->
<!-- Thank you 🙏 -->
|
1.0
|
Implement RPC methods for State API methods - **Issue summary**
<!-- A clear and concise description of what the task is. -->
We need to integrate the state manager into the RPC.
The priority RPC methods which allow for Storage Miner integration are here prefixed by the word State: https://github.com/filecoin-project/lotus/blob/master/storage/miner.go#L48
For full matching of Lotus' API, the other State methods are here: https://github.com/filecoin-project/lotus/blob/master/node/impl/full/state.go
**Other information and links**
<!-- Add any other context or screenshots about the issue here. -->
<!-- Thank you 🙏 -->
|
priority
|
implement rpc methods for state api methods issue summary we need to integrate the state manager into the rpc the priority rpc methods which allow for storage miner integration are here prefixed by the word state for full matching of lotus api the other state methods are here other information and links
| 1
|
245,553
| 7,887,571,084
|
IssuesEvent
|
2018-06-27 18:55:35
|
curationexperts/laevigata
|
https://api.github.com/repos/curationexperts/laevigata
|
closed
|
Master is not deployable
|
bug high priority next
|
**ISSUE**
When I attempt to deploy master, I get dependency errors on the server.
**ACCEPTANCE**
- [ ] I can use Capistrano to successfully deploy master to any of our environments
```
$ cap qa_upgrade deploy
00:00 git:wrapper
01 mkdir -p /tmp
✔ 01 deploy@qa-upgrade-etd.emory.edu 1.025s
Uploading /tmp/git-ssh-laevigata-qa_upgrade-mark.sh 100.0%
02 chmod 700 /tmp/git-ssh-laevigata-qa_upgrade-mark.sh
✔ 02 deploy@qa-upgrade-etd.emory.edu 0.191s
00:01 git:check
01 git ls-remote https://github.com/curationexperts/laevigata.git HEAD
01 c40301004054e49b5b3366a06d2e325514e61c47 HEAD
✔ 01 deploy@qa-upgrade-etd.emory.edu 1.039s
00:02 deploy:check:directories
01 mkdir -p /opt/laevigata/shared /opt/laevigata/releases
✔ 01 deploy@qa-upgrade-etd.emory.edu 0.103s
00:02 deploy:check:linked_dirs
01 mkdir -p /opt/laevigata/shared/config/emory /opt/laevigata/shared/public/assets /opt/laevigata/shared/tmp/pids /opt/laev…
✔ 01 deploy@qa-upgrade-etd.emory.edu 0.187s
00:02 deploy:check:make_linked_dirs
01 mkdir -p /opt/laevigata/shared /opt/laevigata/shared/config
✔ 01 deploy@qa-upgrade-etd.emory.edu 0.185s
00:04 git:clone
The repository mirror is at /opt/laevigata/repo
00:04 git:update
01 git remote set-url origin https://github.com/curationexperts/laevigata.git
✔ 01 deploy@qa-upgrade-etd.emory.edu 0.187s
02 git remote update --prune
02 Fetching origin
02 From https://github.com/curationexperts/laevigata
02 x [deleted] (none) -> new_ui_controller
02 x [deleted] (none) -> remove-deprecated-route
02 x [deleted] (none) -> upgrade-deploy-targets
02 x [deleted] (none) -> refs/pull/1060/merge
02 x [deleted] (none) -> refs/pull/1078/merge
02 x [deleted] (none) -> refs/pull/1097/merge
02 * [new branch] 1.6-stable -> 1.6-stable
02 * [new branch] add-program-data-tab -> add-program-data-tab
02 * [new branch] dotenv-sample-update -> dotenv-sample-update
02 * [new branch] etd-help -> etd-help
02 * [new branch] js/dynamic-school-dropdown -> js/dynamic-school-dropdown
02 * [new branch] js/gem-dynamic-school-dropdown -> js/gem-dynamic-school-dropdown
02 b05aa3a..c403010 master -> master
02 * [new branch] new-ui/vue-forms -> new-ui/vue-forms
02 * [new branch] schools -> schools
02 * [new branch] service/term-service -> service/term-service
02 * [new branch] sortable-embargo -> sortable-embargo
02 * [new branch] sprockets-patch -> sprockets-patch
02 * [new branch] update-dotenv-test -> update-dotenv-test
02 + c35b245...28672d7 refs/pull/1078/head -> refs/pull/1078/head (forced update)
02 * [new ref] refs/pull/1098/head -> refs/pull/1098/head
02 * [new ref] refs/pull/1099/head -> refs/pull/1099/head
02 * [new ref] refs/pull/1100/head -> refs/pull/1100/head
02 * [new ref] refs/pull/1101/head -> refs/pull/1101/head
02 * [new ref] refs/pull/1103/head -> refs/pull/1103/head
02 * [new ref] refs/pull/1104/head -> refs/pull/1104/head
02 * [new ref] refs/pull/1115/head -> refs/pull/1115/head
02 * [new ref] refs/pull/1116/head -> refs/pull/1116/head
02 * [new ref] refs/pull/1117/head -> refs/pull/1117/head
02 * [new ref] refs/pull/1119/head -> refs/pull/1119/head
02 * [new ref] refs/pull/1119/merge -> refs/pull/1119/merge
02 * [new ref] refs/pull/1121/head -> refs/pull/1121/head
02 * [new ref] refs/pull/1122/head -> refs/pull/1122/head
02 * [new ref] refs/pull/1123/head -> refs/pull/1123/head
02 * [new ref] refs/pull/1125/head -> refs/pull/1125/head
02 * [new ref] refs/pull/1126/head -> refs/pull/1126/head
02 * [new ref] refs/pull/1130/head -> refs/pull/1130/head
02 * [new ref] refs/pull/1130/merge -> refs/pull/1130/merge
02 * [new ref] refs/pull/1131/head -> refs/pull/1131/head
02 * [new ref] refs/pull/1132/head -> refs/pull/1132/head
02 * [new ref] refs/pull/1132/merge -> refs/pull/1132/merge
02 * [new ref] refs/pull/1133/head -> refs/pull/1133/head
02 * [new ref] refs/pull/1134/head -> refs/pull/1134/head
02 * [new ref] refs/pull/1135/head -> refs/pull/1135/head
02 * [new ref] refs/pull/1136/head -> refs/pull/1136/head
02 * [new ref] refs/pull/1137/head -> refs/pull/1137/head
02 * [new ref] refs/pull/1138/head -> refs/pull/1138/head
02 * [new ref] refs/pull/1138/merge -> refs/pull/1138/merge
02 * [new ref] refs/pull/1139/head -> refs/pull/1139/head
02 * [new ref] refs/pull/1139/merge -> refs/pull/1139/merge
02 * [new ref] refs/pull/1140/head -> refs/pull/1140/head
02 * [new ref] refs/pull/1140/merge -> refs/pull/1140/merge
02 * [new ref] refs/pull/1141/head -> refs/pull/1141/head
02 * [new ref] refs/pull/1141/merge -> refs/pull/1141/merge
02 * [new ref] refs/pull/1142/head -> refs/pull/1142/head
02 * [new ref] refs/pull/1143/head -> refs/pull/1143/head
02 * [new ref] refs/pull/1144/head -> refs/pull/1144/head
02 * [new ref] refs/pull/1145/head -> refs/pull/1145/head
02 * [new tag] v1.6.3 -> v1.6.3
02 * [new tag] v1.6.4 -> v1.6.4
02 * [new tag] v1.6.5 -> v1.6.5
02 * [new tag] v1.6.6 -> v1.6.6
✔ 02 deploy@qa-upgrade-etd.emory.edu 0.831s
00:06 git:create_release
01 mkdir -p /opt/laevigata/releases/20180626143111
✔ 01 deploy@qa-upgrade-etd.emory.edu 0.194s
02 git archive master | /usr/bin/env tar -x -f - -C /opt/laevigata/releases/20180626143111
✔ 02 deploy@qa-upgrade-etd.emory.edu 0.233s
00:07 deploy:set_current_revision
01 echo "c40301004054e49b5b3366a06d2e325514e61c47" > REVISION
✔ 01 deploy@qa-upgrade-etd.emory.edu 0.188s
00:07 deploy:symlink:linked_files
01 mkdir -p /opt/laevigata/releases/20180626143111 /opt/laevigata/releases/20180626143111/config
✔ 01 deploy@qa-upgrade-etd.emory.edu 0.185s
02 ln -s /opt/laevigata/shared/.env.production /opt/laevigata/releases/20180626143111/.env.production
✔ 02 deploy@qa-upgrade-etd.emory.edu 0.185s
03 rm /opt/laevigata/releases/20180626143111/config/secrets.yml
✔ 03 deploy@qa-upgrade-etd.emory.edu 0.183s
04 ln -s /opt/laevigata/shared/config/secrets.yml /opt/laevigata/releases/20180626143111/config/secrets.yml
✔ 04 deploy@qa-upgrade-etd.emory.edu 0.176s
00:08 deploy:symlink:linked_dirs
01 mkdir -p /opt/laevigata/releases/20180626143111/config /opt/laevigata/releases/20180626143111/public /opt/laevigata/rele…
✔ 01 deploy@qa-upgrade-etd.emory.edu 0.190s
02 rm -rf /opt/laevigata/releases/20180626143111/config/emory
✔ 02 deploy@qa-upgrade-etd.emory.edu 0.185s
03 ln -s /opt/laevigata/shared/config/emory /opt/laevigata/releases/20180626143111/config/emory
✔ 03 deploy@qa-upgrade-etd.emory.edu 0.183s
04 ln -s /opt/laevigata/shared/public/assets /opt/laevigata/releases/20180626143111/public/assets
✔ 04 deploy@qa-upgrade-etd.emory.edu 0.195s
05 ln -s /opt/laevigata/shared/tmp/pids /opt/laevigata/releases/20180626143111/tmp/pids
✔ 05 deploy@qa-upgrade-etd.emory.edu 0.181s
06 ln -s /opt/laevigata/shared/tmp/cache /opt/laevigata/releases/20180626143111/tmp/cache
✔ 06 deploy@qa-upgrade-etd.emory.edu 0.181s
07 ln -s /opt/laevigata/shared/tmp/sockets /opt/laevigata/releases/20180626143111/tmp/sockets
✔ 07 deploy@qa-upgrade-etd.emory.edu 0.195s
08 rm -rf /opt/laevigata/releases/20180626143111/log
✔ 08 deploy@qa-upgrade-etd.emory.edu 0.202s
09 ln -s /opt/laevigata/shared/log /opt/laevigata/releases/20180626143111/log
✔ 09 deploy@qa-upgrade-etd.emory.edu 0.366s
10 ln -s /opt/laevigata/shared/public//opt/laevigata/shared/public/assets /opt/laevigata/releases/20180626143111/public//op…
✔ 10 deploy@qa-upgrade-etd.emory.edu 0.188s
00:14 bundler:install
01 bundle install --path /opt/laevigata/shared/bundle --without development test --deployment
01 Fetching gem metadata from https://rubygems.org/
01 .
01 .
01 .
01 .
01 .
01 .
01 .
01
01 NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It will be removed on or after 2018-12-01.
01 Gem::Specification#has_rdoc= called from /opt/laevigata/shared/bundle/ruby/2.4.0/bundler/gems/darlingtonia-264b2399850a/…
01 Fetching rake 12.3.1
01 Installing rake 12.3.1
01 Using concurrent-ruby 1.0.5
01 Fetching i18n 1.0.1
01 Installing i18n 1.0.1
01 Using minitest 5.11.3
01 Using thread_safe 0.3.6
01 Using tzinfo 1.2.5
01 Fetching activesupport 5.1.6
01 Installing activesupport 5.1.6
01 Using builder 3.2.3
01 Fetching erubi 1.7.1
01 Installing erubi 1.7.1
01 Using mini_portile2 2.3.0
01 Fetching nokogiri 1.8.3
01 Installing nokogiri 1.8.3 with native extensions
01 Using rails-dom-testing 2.0.3
01 Fetching crass 1.0.4
01 Installing crass 1.0.4
01 Using loofah 2.2.2
01 Using rails-html-sanitizer 1.0.4
01 Fetching actionview 5.1.6
01 Installing actionview 5.1.6
01 Fetching rack 2.0.5
01 Installing rack 2.0.5
01 Fetching rack-test 1.0.0
01 Installing rack-test 1.0.0
01 Fetching actionpack 5.1.6
01 Installing actionpack 5.1.6
01 Fetching nio4r 2.3.1
01 Installing nio4r 2.3.1 with native extensions
01 Using websocket-extensions 0.1.3
01 Using websocket-driver 0.6.5
01 Fetching actioncable 5.1.6
01 Installing actioncable 5.1.6
01 Using globalid 0.4.1
01 Fetching activejob 5.1.6
01 Installing activejob 5.1.6
01 Using mime-types-data 3.2016.0521
01 Using mime-types 3.1
01 Using mail 2.6.6.rc1
01 Fetching actionmailer 5.1.6
01 Installing actionmailer 5.1.6
01 Fetching activemodel 5.1.6
01 Installing activemodel 5.1.6
01 Using hamster 3.0.0
01 Using link_header 0.0.8
01 Using rdf 2.2.12
01 Using rdf-vocab 2.2.9
01 Using active-triples 1.0.0
01 Using deprecation 1.0.0
01 Using multipart-post 2.0.0
01 Using faraday 0.12.2
01 Using faraday-encoding 0.0.4
01 Using http_logger 0.5.1
01 Using multi_json 1.13.1
01 Using json-ld 2.2.1
01 Using rdf-isomorphic 2.2.0
01 Using sxp 1.0.1
01 Using ebnf 1.1.2
01 Using rdf-turtle 2.2.2
01 Using slop 4.6.1
01 Using ldp 0.7.0
01 Using rsolr 1.1.2
01 Using ruby-progressbar 1.9.0
01 Using daemons 1.2.6
01 Using stomp 1.4.4
01 Using xml-simple 1.1.5
01 Using solrizer 3.4.1
01 Using active-fedora 11.5.2
01 Using active_encode 0.1.1
01 Fetching arel 8.0.0
01 Installing arel 8.0.0
01 Fetching activerecord 5.1.6
01 Installing activerecord 5.1.6
01 Using activerecord-import 0.23.0
01 Using public_suffix 3.0.1
01 Using addressable 2.5.2
01 Using bundler 1.16.2
01 Using method_source 0.9.0
01 Using thor 0.19.4
01 Fetching railties 5.1.6
01 Installing railties 5.1.6
01 Fetching sprockets 3.7.2
01 Installing sprockets 3.7.2
01 Using sprockets-rails 3.2.1
01 Fetching rails 5.1.6
01 Installing rails 5.1.6
01 Using almond-rails 0.1.0
01 Using execjs 2.7.0
01 Using autoprefixer-rails 7.2.5
01 Using awesome_nested_set 3.1.4
01 Using aws-eventstream 1.0.0
01 Using aws-partitions 1.89.1
01 Using aws-sigv4 1.0.2
01 Using jmespath 1.4.0
01 Using aws-sdk-core 3.21.2
01 Using aws-sdk-kms 1.5.0
01 Using aws-sdk-s3 1.13.0
01 Using babel-source 5.8.35
01 Using babel-transpiler 0.7.0
01 Using bcp47 0.3.3
01 Fetching bcrypt 3.1.12
01 Installing bcrypt 3.1.12 with native extensions
01 Using rb-fsevent 0.10.2
01 Using ffi 1.9.21
01 Using rb-inotify 0.9.10
01 Using sass-listen 4.0.0
01 Using sass 3.5.5
01 Using bootstrap-sass 3.3.7
01 Using jbuilder 2.7.0
01 Using kaminari-core 1.1.1
01 Using kaminari-actionview 1.1.1
01 Using kaminari-activerecord 1.1.1
01 Using kaminari 1.1.1
01 Using jquery-rails 4.3.1
01 Using twitter-typeahead-rails 0.11.1.pre.corejavascript
01 Using blacklight 6.14.1
01 Using cancancan 1.17.0
01 Using blacklight-access_controls 0.6.2
01 Using openseadragon 0.4.0
01 Using blacklight-gallery 0.10.0
01 Using bootstrap_form 2.7.0
01 Using breadcrumbs_on_rails 3.0.1
01 Using jwt 1.5.6
01 Using multi_xml 0.6.0
01 Using oauth2 1.4.0
01 Using dropbox_api 0.1.10
01 Using font-awesome-rails 4.7.0.4
01 Using little-plugger 1.1.4
01 Using logging 2.2.2
01 Using memoist 0.16.0
01 Using os 0.9.6
01 Using signet 0.8.1
01 Using googleauth 0.6.2
01 Using httpclient 2.8.3
01 Using declarative 0.0.10
01 Using declarative-option 0.1.0
01 Using uber 0.1.0
01 Using representable 3.0.4
01 Using retriable 3.1.1
01 Using google-api-client 0.22.0
01 Using google_drive 2.1.3
01 Using httparty 0.16.2
01 Using json 2.1.0
01 Using ruby-box 1.15.0
01 Using tilt 2.0.8
01 Using sass-rails 5.0.7
01 Using browse-everything 0.15.1
01 Using carrierwave 1.2.2
01 Using chronic 0.10.2
01 Using clamby 1.3.1
01 Using clipboard-rails 1.7.1
01 Using coffee-script-source 1.12.2
01 Using coffee-script 2.4.1
01 Using coffee-rails 4.2.2
01 Using commonjs 0.2.7
01 Using connection_pool 2.2.1
01 Using darlingtonia 1.0.0 from https://github.com/curationexperts/darlingtonia.git (at master@264b239)
01 Using orm_adapter 0.5.0
01 Using responders 2.4.0
01 Using warden 1.2.7
01 Using devise 4.4.1
01 Using devise-guests 0.6.0
01 Using dotenv 2.2.1
01 Using dotenv-rails 2.2.1
01 Using dry-configurable 0.7.0
01 Using dry-container 0.6.0
01 Using dry-core 0.4.6
01 Using dry-equalizer 0.2.1
01 Using dry-inflector 0.1.2
01 Using dry-logic 0.4.2
01 Using dry-types 0.13.2
01 Using ice_nine 0.11.2
01 Using dry-struct 0.5.0
01 Using dry-validation 0.12.0
01 Using equivalent-xml 0.6.0
01 Using factory_bot 4.8.2
01 Using factory_bot_rails 4.8.2
01 Using ffaker 2.8.1
01 Using flipflop 2.4.0
01 Using flot-rails 0.0.7
01 Using temple 0.8.0
01 Using haml 5.0.4
01 Using hashie 3.5.7
01 Using hiredis 0.6.1
01 Using honeybadger 3.3.0
01 Using htmlentities 4.3.4
01 Using hydra-access-controls 10.5.1
01 Using hydra-core 10.5.1
01 Using mini_magick 4.8.0
01 Using hydra-derivatives 3.4.1
01 Using simple_form 3.5.0
01 Using sprockets-es6 0.9.2
01 Using hydra-editor 4.0.2
01 Using hydra-file_characterization 0.3.3
01 Using hydra-head 10.5.1
01 Using hydra-pcdm 0.11.0
01 Using hydra-role-management 1.0.0
01 Using om 3.1.1
01 Using hydra-works 0.17.0
01 Using iiif_manifest 0.4.0
01 Using jquery-datatables-rails 3.4.0
01 Using jquery-ui-rails 6.0.1
01 Using json-schema 2.8.0
01 Using kaminari_route_prefix 0.1.1
01 Using legato 0.7.0
01 Using rdf-xsd 2.2.1
01 Using rdf-aggregate-repo 2.2.1
01 Using net-http-persistent 3.0.0
01 Using sparql-client 2.2.1
01 Using sparql 2.2.2
01 Using ld-patch 0.3.3
01 Using rdf-json 2.2.0
01 Using rdf-microdata 2.2.3
01 Using rdf-n3 2.2.0
01 Using rdf-normalize 0.3.3
01 Using rdf-rdfa 2.2.4
01 Using rdf-rdfxml 2.2.1
01 Using rdf-reasoner 0.4.4
01 Using rdf-tabular 2.2.1
01 Using rdf-trig 2.2.0
01 Using rdf-trix 2.2.1
01 Using json-ld-preloaded 2.2.3
01 Using shex 0.5.2
01 Using linkeddata 2.2.4
01 Using mailboxer 0.15.1
01 Using redic 1.5.0
01 Using nest 3.1.1
01 Using noid 0.9.0
01 Using noid-rails 3.0.0
01 Using oauth 0.5.4
01 Using posix-spawn 0.3.13
01 Using power_converter 0.1.2
01 Using pul_uv_rails 2.0.1
01 Using qa 2.0.1
01 Using rails_autolink 1.1.6
01 Using redis 3.3.5
01 Using redis-namespace 1.6.0
01 Using redlock 0.2.2
01 Using samvera-nesting_indexer 2.0.0
01 Using select2-rails 3.5.10
01 Using tinymce-rails 4.7.6
01 Using hyrax 2.1.0
01 Using less 2.6.0
01 Using less-rails 2.8.0
01 Using net-ssh 4.2.0
01 Using net-sftp 2.1.2
01 Using nokogumbo 1.5.0
01 Using okcomputer 1.17.1
01 Using omniauth 1.8.1
01 Using omniauth-shibboleth 1.3.0
01 Using pg 0.21.0
01 Using rack-protection 2.0.1
01 Fetching rack-proxy 0.6.4
01 Installing rack-proxy 0.6.4
01 Using rubyzip 1.2.1
01 Using sanitize 4.6.4
01 Using sidekiq 5.1.1
01 Using sqlite3 1.3.13
01 Using turbolinks-source 5.1.0
01 Using turbolinks 5.1.0
01 Using twitter-bootstrap-rails 4.0.0
01 Using uglifier 4.1.6
01 Fetching webpacker 3.5.3
01 Installing webpacker 3.5.3
01 Using whenever 0.10.0
01 Using xray-rails 0.3.1
01 Using yard 0.9.12
01 Bundle complete! 68 Gemfile dependencies, 246 gems now installed.
01 Gems in the groups development and test were not installed.
01 Bundled gems are installed into `/opt/laevigata/shared/bundle`
✔ 01 deploy@qa-upgrade-etd.emory.edu 19.808s
00:34 deploy:assets:precompile
01 bundle exec rake assets:precompile
01 I, [2018-06-26T10:33:04.629449 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/applicati…
01 I, [2018-06-26T10:33:04.629787 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/applicati…
01 I, [2018-06-26T10:33:18.917477 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.922137 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.925766 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.931169 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.934819 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.938856 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.942302 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.945963 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.949913 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.953378 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.956891 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.960465 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.963944 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.967437 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.971600 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.975176 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.982316 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:19.007340 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/s…
01 I, [2018-06-26T10:33:19.011147 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/s…
01 I, [2018-06-26T10:33:19.016593 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/s…
01 I, [2018-06-26T10:33:19.020069 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/s…
01 I, [2018-06-26T10:33:19.023523 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/s…
01 I, [2018-06-26T10:33:19.026992 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/s…
01 I, [2018-06-26T10:33:19.067450 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.067630 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.067753 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.067868 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.067981 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.068092 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.068202 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.068316 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.068433 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.068549 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.068659 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.068784 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.068898 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.069016 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.069133 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.069250 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.069361 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.069483 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.069603 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.069758 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.069864 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.069976 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.070089 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.070406 #30832] INFO -- : Copying assets (preserving modes) to /opt/laevigata/releases/201806261…
01 sh: 1: node: not found
01 Webpacker requires Node.js >= 6.0.0 and you are using 4.2.6
01 Please upgrade Node.js https://nodejs.org/en/download/
(Backtrace restricted to imported tasks)
cap aborted!
SSHKit::Runner::ExecuteError: Exception while executing as deploy@qa-upgrade-etd.emory.edu: rake exit status: 1
rake stdout: Nothing written
rake stderr: I, [2018-06-26T10:33:04.629449 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/application-0fa473a00c009392e504d1b41bb7cc669b3d0d3f6b19738a92f92e8544aee919.js
I, [2018-06-26T10:33:04.629787 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/application-0fa473a00c009392e504d1b41bb7cc669b3d0d3f6b19738a92f92e8544aee919.js.gz
I, [2018-06-26T10:33:18.917477 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cool-bb0e93a050a32df7913e4026b3c88a176998e0e3e073ba06e9b73f6c24227c9c.gif
I, [2018-06-26T10:33:18.922137 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cry-a0c5f3e7a682449c973c9d9f7c46342081c46920686d2353f57aff91ab907f68.gif
I, [2018-06-26T10:33:18.925766 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-embarassed-d3cafcb50b335672cb5e9f4600ea9ea261dac7828dd28844d4927c393a25618f.gif
I, [2018-06-26T10:33:18.931169 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-foot-in-mouth-03fe04d3ed533423ac81f05146584b0c451be3d4a30e76687ceef283ed07071f.gif
I, [2018-06-26T10:33:18.934819 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-frown-1b984bf98931dd1debb54461eb9d83e985f2b2999fe14bcb556d6c0921bc83b0.gif
I, [2018-06-26T10:33:18.938856 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-innocent-8db353ef102196f2c6ddf5c4666446de955d7b14fc0957c806c9dbfb48fb0c29.gif
I, [2018-06-26T10:33:18.942302 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-kiss-3154c3665356c13ab10fefdbac1fe187fff978a0052037c99cdc4a97103413f2.gif
I, [2018-06-26T10:33:18.945963 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-laughing-8f6adedcd091975ffead171867a6304d908bb6541a6ccb4919286ec6b7d4551e.gif
I, [2018-06-26T10:33:18.949913 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-money-mouth-f0b9f4f22e237f5dbc851f900fed8d7eca4c954ae6fbc606c0cd8be431d0ac80.gif
I, [2018-06-26T10:33:18.953378 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-sealed-9933b442636b6e537df7b564e2c3f7a2873526eea6b022a98eb1e468e5204c32.gif
I, [2018-06-26T10:33:18.956891 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-smile-fd89cd460ffcacb7e725e00c0275ef5b3924ce468248e5ff4fb43545571cfa65.gif
I, [2018-06-26T10:33:18.960465 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-surprised-3871f356cb41976d7ae8a5f005e8739e4d014352a8adef9b33f773d81b6e6c01.gif
I, [2018-06-26T10:33:18.963944 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-tongue-out-5843c85667a8226dc43be83749fd9fbbc5d20b1577de2b763915d99815d37d47.gif
I, [2018-06-26T10:33:18.967437 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-undecided-d8b9bcbb433951ff3c4ca8dd959ac3844239b98e6d52218833e1485a91f67347.gif
I, [2018-06-26T10:33:18.971600 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-wink-2af75ad7b1c08488505513503e34b15f40005e04a2a9568f698f0945d2d8ba1f.gif
I, [2018-06-26T10:33:18.975176 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-yell-bba903fbcb46fce8c68b9e01863fd095b3b1d0e6aa72161f3a88d762a5f90a79.gif
I, [2018-06-26T10:33:18.982316 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/help/img/logo-95b06f8538b11c4c30170075a09f93cf5871f74dd2541e95ad3d9da31976fcac.png
I, [2018-06-26T10:33:19.007340 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-small-e7773001446ab937e1d8d4bd5e8dbd9b31d112037353a14b319e36dd010ed8ee.svg
I, [2018-06-26T10:33:19.011147 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-9b9369e35660db34db422aafd93cd8a68e638c486c107130e75e36c98d2e9a1f.svg
I, [2018-06-26T10:33:19.016593 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/anchor-2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e.gif
I, [2018-06-26T10:33:19.020069 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/loader-eb7cfd3d959b2e09c170f532e29f8b825f9bc770b2279fde58e595617753e244.gif
I, [2018-06-26T10:33:19.023523 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/object-e6a15e52bc4a17b085073ba8debd4708ead6ae3d4cbeb3880c65cb7afc489777.gif
I, [2018-06-26T10:33:19.026992 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/trans-9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635.gif
I, [2018-06-26T10:33:19.067450 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cool-bb0e93a050a32df7913e4026b3c88a176998e0e3e073ba06e9b73f6c24227c9c.gif
I, [2018-06-26T10:33:19.067630 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cry-a0c5f3e7a682449c973c9d9f7c46342081c46920686d2353f57aff91ab907f68.gif
I, [2018-06-26T10:33:19.067753 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-embarassed-d3cafcb50b335672cb5e9f4600ea9ea261dac7828dd28844d4927c393a25618f.gif
I, [2018-06-26T10:33:19.067868 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-foot-in-mouth-03fe04d3ed533423ac81f05146584b0c451be3d4a30e76687ceef283ed07071f.gif
I, [2018-06-26T10:33:19.067981 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-frown-1b984bf98931dd1debb54461eb9d83e985f2b2999fe14bcb556d6c0921bc83b0.gif
I, [2018-06-26T10:33:19.068092 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-innocent-8db353ef102196f2c6ddf5c4666446de955d7b14fc0957c806c9dbfb48fb0c29.gif
I, [2018-06-26T10:33:19.068202 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-kiss-3154c3665356c13ab10fefdbac1fe187fff978a0052037c99cdc4a97103413f2.gif
I, [2018-06-26T10:33:19.068316 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-laughing-8f6adedcd091975ffead171867a6304d908bb6541a6ccb4919286ec6b7d4551e.gif
I, [2018-06-26T10:33:19.068433 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-money-mouth-f0b9f4f22e237f5dbc851f900fed8d7eca4c954ae6fbc606c0cd8be431d0ac80.gif
I, [2018-06-26T10:33:19.068549 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-sealed-9933b442636b6e537df7b564e2c3f7a2873526eea6b022a98eb1e468e5204c32.gif
I, [2018-06-26T10:33:19.068659 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-smile-fd89cd460ffcacb7e725e00c0275ef5b3924ce468248e5ff4fb43545571cfa65.gif
I, [2018-06-26T10:33:19.068784 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-surprised-3871f356cb41976d7ae8a5f005e8739e4d014352a8adef9b33f773d81b6e6c01.gif
I, [2018-06-26T10:33:19.068898 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-tongue-out-5843c85667a8226dc43be83749fd9fbbc5d20b1577de2b763915d99815d37d47.gif
I, [2018-06-26T10:33:19.069016 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-undecided-d8b9bcbb433951ff3c4ca8dd959ac3844239b98e6d52218833e1485a91f67347.gif
I, [2018-06-26T10:33:19.069133 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-wink-2af75ad7b1c08488505513503e34b15f40005e04a2a9568f698f0945d2d8ba1f.gif
I, [2018-06-26T10:33:19.069250 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-yell-bba903fbcb46fce8c68b9e01863fd095b3b1d0e6aa72161f3a88d762a5f90a79.gif
I, [2018-06-26T10:33:19.069361 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/help/img/logo-95b06f8538b11c4c30170075a09f93cf5871f74dd2541e95ad3d9da31976fcac.png
I, [2018-06-26T10:33:19.069483 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-small-e7773001446ab937e1d8d4bd5e8dbd9b31d112037353a14b319e36dd010ed8ee.svg
I, [2018-06-26T10:33:19.069603 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-9b9369e35660db34db422aafd93cd8a68e638c486c107130e75e36c98d2e9a1f.svg
I, [2018-06-26T10:33:19.069758 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/anchor-2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e.gif
I, [2018-06-26T10:33:19.069864 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/loader-eb7cfd3d959b2e09c170f532e29f8b825f9bc770b2279fde58e595617753e244.gif
I, [2018-06-26T10:33:19.069976 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/object-e6a15e52bc4a17b085073ba8debd4708ead6ae3d4cbeb3880c65cb7afc489777.gif
I, [2018-06-26T10:33:19.070089 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/trans-9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635.gif
I, [2018-06-26T10:33:19.070406 #30832] INFO -- : Copying assets (preserving modes) to /opt/laevigata/releases/20180626143111/public/assets/tinymce
sh: 1: node: not found
Webpacker requires Node.js >= 6.0.0 and you are using 4.2.6
Please upgrade Node.js https://nodejs.org/en/download/
Caused by:
SSHKit::Command::Failed: rake exit status: 1
rake stdout: Nothing written
rake stderr: I, [2018-06-26T10:33:04.629449 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/application-0fa473a00c009392e504d1b41bb7cc669b3d0d3f6b19738a92f92e8544aee919.js
I, [2018-06-26T10:33:04.629787 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/application-0fa473a00c009392e504d1b41bb7cc669b3d0d3f6b19738a92f92e8544aee919.js.gz
I, [2018-06-26T10:33:18.917477 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cool-bb0e93a050a32df7913e4026b3c88a176998e0e3e073ba06e9b73f6c24227c9c.gif
I, [2018-06-26T10:33:18.922137 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cry-a0c5f3e7a682449c973c9d9f7c46342081c46920686d2353f57aff91ab907f68.gif
I, [2018-06-26T10:33:18.925766 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-embarassed-d3cafcb50b335672cb5e9f4600ea9ea261dac7828dd28844d4927c393a25618f.gif
I, [2018-06-26T10:33:18.931169 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-foot-in-mouth-03fe04d3ed533423ac81f05146584b0c451be3d4a30e76687ceef283ed07071f.gif
I, [2018-06-26T10:33:18.934819 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-frown-1b984bf98931dd1debb54461eb9d83e985f2b2999fe14bcb556d6c0921bc83b0.gif
I, [2018-06-26T10:33:18.938856 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-innocent-8db353ef102196f2c6ddf5c4666446de955d7b14fc0957c806c9dbfb48fb0c29.gif
I, [2018-06-26T10:33:18.942302 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-kiss-3154c3665356c13ab10fefdbac1fe187fff978a0052037c99cdc4a97103413f2.gif
I, [2018-06-26T10:33:18.945963 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-laughing-8f6adedcd091975ffead171867a6304d908bb6541a6ccb4919286ec6b7d4551e.gif
I, [2018-06-26T10:33:18.949913 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-money-mouth-f0b9f4f22e237f5dbc851f900fed8d7eca4c954ae6fbc606c0cd8be431d0ac80.gif
I, [2018-06-26T10:33:18.953378 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-sealed-9933b442636b6e537df7b564e2c3f7a2873526eea6b022a98eb1e468e5204c32.gif
I, [2018-06-26T10:33:18.956891 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-smile-fd89cd460ffcacb7e725e00c0275ef5b3924ce468248e5ff4fb43545571cfa65.gif
I, [2018-06-26T10:33:18.960465 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-surprised-3871f356cb41976d7ae8a5f005e8739e4d014352a8adef9b33f773d81b6e6c01.gif
I, [2018-06-26T10:33:18.963944 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-tongue-out-5843c85667a8226dc43be83749fd9fbbc5d20b1577de2b763915d99815d37d47.gif
I, [2018-06-26T10:33:18.967437 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-undecided-d8b9bcbb433951ff3c4ca8dd959ac3844239b98e6d52218833e1485a91f67347.gif
I, [2018-06-26T10:33:18.971600 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-wink-2af75ad7b1c08488505513503e34b15f40005e04a2a9568f698f0945d2d8ba1f.gif
I, [2018-06-26T10:33:18.975176 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-yell-bba903fbcb46fce8c68b9e01863fd095b3b1d0e6aa72161f3a88d762a5f90a79.gif
I, [2018-06-26T10:33:18.982316 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/help/img/logo-95b06f8538b11c4c30170075a09f93cf5871f74dd2541e95ad3d9da31976fcac.png
I, [2018-06-26T10:33:19.007340 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-small-e7773001446ab937e1d8d4bd5e8dbd9b31d112037353a14b319e36dd010ed8ee.svg
I, [2018-06-26T10:33:19.011147 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-9b9369e35660db34db422aafd93cd8a68e638c486c107130e75e36c98d2e9a1f.svg
I, [2018-06-26T10:33:19.016593 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/anchor-2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e.gif
I, [2018-06-26T10:33:19.020069 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/loader-eb7cfd3d959b2e09c170f532e29f8b825f9bc770b2279fde58e595617753e244.gif
I, [2018-06-26T10:33:19.023523 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/object-e6a15e52bc4a17b085073ba8debd4708ead6ae3d4cbeb3880c65cb7afc489777.gif
I, [2018-06-26T10:33:19.026992 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/trans-9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635.gif
I, [2018-06-26T10:33:19.067450 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cool-bb0e93a050a32df7913e4026b3c88a176998e0e3e073ba06e9b73f6c24227c9c.gif
I, [2018-06-26T10:33:19.067630 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cry-a0c5f3e7a682449c973c9d9f7c46342081c46920686d2353f57aff91ab907f68.gif
I, [2018-06-26T10:33:19.067753 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-embarassed-d3cafcb50b335672cb5e9f4600ea9ea261dac7828dd28844d4927c393a25618f.gif
I, [2018-06-26T10:33:19.067868 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-foot-in-mouth-03fe04d3ed533423ac81f05146584b0c451be3d4a30e76687ceef283ed07071f.gif
I, [2018-06-26T10:33:19.067981 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-frown-1b984bf98931dd1debb54461eb9d83e985f2b2999fe14bcb556d6c0921bc83b0.gif
I, [2018-06-26T10:33:19.068092 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-innocent-8db353ef102196f2c6ddf5c4666446de955d7b14fc0957c806c9dbfb48fb0c29.gif
I, [2018-06-26T10:33:19.068202 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-kiss-3154c3665356c13ab10fefdbac1fe187fff978a0052037c99cdc4a97103413f2.gif
I, [2018-06-26T10:33:19.068316 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-laughing-8f6adedcd091975ffead171867a6304d908bb6541a6ccb4919286ec6b7d4551e.gif
I, [2018-06-26T10:33:19.068433 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-money-mouth-f0b9f4f22e237f5dbc851f900fed8d7eca4c954ae6fbc606c0cd8be431d0ac80.gif
I, [2018-06-26T10:33:19.068549 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-sealed-9933b442636b6e537df7b564e2c3f7a2873526eea6b022a98eb1e468e5204c32.gif
I, [2018-06-26T10:33:19.068659 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-smile-fd89cd460ffcacb7e725e00c0275ef5b3924ce468248e5ff4fb43545571cfa65.gif
I, [2018-06-26T10:33:19.068784 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-surprised-3871f356cb41976d7ae8a5f005e8739e4d014352a8adef9b33f773d81b6e6c01.gif
I, [2018-06-26T10:33:19.068898 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-tongue-out-5843c85667a8226dc43be83749fd9fbbc5d20b1577de2b763915d99815d37d47.gif
I, [2018-06-26T10:33:19.069016 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-undecided-d8b9bcbb433951ff3c4ca8dd959ac3844239b98e6d52218833e1485a91f67347.gif
I, [2018-06-26T10:33:19.069133 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-wink-2af75ad7b1c08488505513503e34b15f40005e04a2a9568f698f0945d2d8ba1f.gif
I, [2018-06-26T10:33:19.069250 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-yell-bba903fbcb46fce8c68b9e01863fd095b3b1d0e6aa72161f3a88d762a5f90a79.gif
I, [2018-06-26T10:33:19.069361 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/help/img/logo-95b06f8538b11c4c30170075a09f93cf5871f74dd2541e95ad3d9da31976fcac.png
I, [2018-06-26T10:33:19.069483 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-small-e7773001446ab937e1d8d4bd5e8dbd9b31d112037353a14b319e36dd010ed8ee.svg
I, [2018-06-26T10:33:19.069603 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-9b9369e35660db34db422aafd93cd8a68e638c486c107130e75e36c98d2e9a1f.svg
I, [2018-06-26T10:33:19.069758 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/anchor-2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e.gif
I, [2018-06-26T10:33:19.069864 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/loader-eb7cfd3d959b2e09c170f532e29f8b825f9bc770b2279fde58e595617753e244.gif
I, [2018-06-26T10:33:19.069976 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/object-e6a15e52bc4a17b085073ba8debd4708ead6ae3d4cbeb3880c65cb7afc489777.gif
I, [2018-06-26T10:33:19.070089 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/trans-9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635.gif
I, [2018-06-26T10:33:19.070406 #30832] INFO -- : Copying assets (preserving modes) to /opt/laevigata/releases/20180626143111/public/assets/tinymce
sh: 1: node: not found
Webpacker requires Node.js >= 6.0.0 and you are using 4.2.6
Please upgrade Node.js https://nodejs.org/en/download/
Tasks: TOP => deploy:assets:precompile
(See full trace by running task with --trace)
The deploy has failed with an error: Exception while executing as deploy@qa-upgrade-etd.emory.edu: rake exit status: 1
rake stdout: Nothing written
rake stderr: I, [2018-06-26T10:33:04.629449 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/application-0fa473a00c009392e504d1b41bb7cc669b3d0d3f6b19738a92f92e8544aee919.js
I, [2018-06-26T10:33:04.629787 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/application-0fa473a00c009392e504d1b41bb7cc669b3d0d3f6b19738a92f92e8544aee919.js.gz
I, [2018-06-26T10:33:18.917477 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cool-bb0e93a050a32df7913e4026b3c88a176998e0e3e073ba06e9b73f6c24227c9c.gif
I, [2018-06-26T10:33:18.922137 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cry-a0c5f3e7a682449c973c9d9f7c46342081c46920686d2353f57aff91ab907f68.gif
I, [2018-06-26T10:33:18.925766 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-embarassed-d3cafcb50b335672cb5e9f4600ea9ea261dac7828dd28844d4927c393a25618f.gif
I, [2018-06-26T10:33:18.931169 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-foot-in-mouth-03fe04d3ed533423ac81f05146584b0c451be3d4a30e76687ceef283ed07071f.gif
I, [2018-06-26T10:33:18.934819 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-frown-1b984bf98931dd1debb54461eb9d83e985f2b2999fe14bcb556d6c0921bc83b0.gif
I, [2018-06-26T10:33:18.938856 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-innocent-8db353ef102196f2c6ddf5c4666446de955d7b14fc0957c806c9dbfb48fb0c29.gif
I, [2018-06-26T10:33:18.942302 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-kiss-3154c3665356c13ab10fefdbac1fe187fff978a0052037c99cdc4a97103413f2.gif
I, [2018-06-26T10:33:18.945963 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-laughing-8f6adedcd091975ffead171867a6304d908bb6541a6ccb4919286ec6b7d4551e.gif
I, [2018-06-26T10:33:18.949913 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-money-mouth-f0b9f4f22e237f5dbc851f900fed8d7eca4c954ae6fbc606c0cd8be431d0ac80.gif
I, [2018-06-26T10:33:18.953378 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-sealed-9933b442636b6e537df7b564e2c3f7a2873526eea6b022a98eb1e468e5204c32.gif
I, [2018-06-26T10:33:18.956891 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-smile-fd89cd460ffcacb7e725e00c0275ef5b3924ce468248e5ff4fb43545571cfa65.gif
I, [2018-06-26T10:33:18.960465 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-surprised-3871f356cb41976d7ae8a5f005e8739e4d014352a8adef9b33f773d81b6e6c01.gif
I, [2018-06-26T10:33:18.963944 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-tongue-out-5843c85667a8226dc43be83749fd9fbbc5d20b1577de2b763915d99815d37d47.gif
I, [2018-06-26T10:33:18.967437 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-undecided-d8b9bcbb433951ff3c4ca8dd959ac3844239b98e6d52218833e1485a91f67347.gif
I, [2018-06-26T10:33:18.971600 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-wink-2af75ad7b1c08488505513503e34b15f40005e04a2a9568f698f0945d2d8ba1f.gif
I, [2018-06-26T10:33:18.975176 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-yell-bba903fbcb46fce8c68b9e01863fd095b3b1d0e6aa72161f3a88d762a5f90a79.gif
I, [2018-06-26T10:33:18.982316 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/help/img/logo-95b06f8538b11c4c30170075a09f93cf5871f74dd2541e95ad3d9da31976fcac.png
I, [2018-06-26T10:33:19.007340 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-small-e7773001446ab937e1d8d4bd5e8dbd9b31d112037353a14b319e36dd010ed8ee.svg
I, [2018-06-26T10:33:19.011147 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-9b9369e35660db34db422aafd93cd8a68e638c486c107130e75e36c98d2e9a1f.svg
I, [2018-06-26T10:33:19.016593 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/anchor-2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e.gif
I, [2018-06-26T10:33:19.020069 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/loader-eb7cfd3d959b2e09c170f532e29f8b825f9bc770b2279fde58e595617753e244.gif
I, [2018-06-26T10:33:19.023523 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/object-e6a15e52bc4a17b085073ba8debd4708ead6ae3d4cbeb3880c65cb7afc489777.gif
I, [2018-06-26T10:33:19.026992 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/trans-9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635.gif
I, [2018-06-26T10:33:19.067450 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cool-bb0e93a050a32df7913e4026b3c88a176998e0e3e073ba06e9b73f6c24227c9c.gif
I, [2018-06-26T10:33:19.067630 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cry-a0c5f3e7a682449c973c9d9f7c46342081c46920686d2353f57aff91ab907f68.gif
I, [2018-06-26T10:33:19.067753 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-embarassed-d3cafcb50b335672cb5e9f4600ea9ea261dac7828dd28844d4927c393a25618f.gif
I, [2018-06-26T10:33:19.067868 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-foot-in-mouth-03fe04d3ed533423ac81f05146584b0c451be3d4a30e76687ceef283ed07071f.gif
I, [2018-06-26T10:33:19.067981 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-frown-1b984bf98931dd1debb54461eb9d83e985f2b2999fe14bcb556d6c0921bc83b0.gif
I, [2018-06-26T10:33:19.068092 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-innocent-8db353ef102196f2c6ddf5c4666446de955d7b14fc0957c806c9dbfb48fb0c29.gif
I, [2018-06-26T10:33:19.068202 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-kiss-3154c3665356c13ab10fefdbac1fe187fff978a0052037c99cdc4a97103413f2.gif
I, [2018-06-26T10:33:19.068316 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-laughing-8f6adedcd091975ffead171867a6304d908bb6541a6ccb4919286ec6b7d4551e.gif
I, [2018-06-26T10:33:19.068433 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-money-mouth-f0b9f4f22e237f5dbc851f900fed8d7eca4c954ae6fbc606c0cd8be431d0ac80.gif
I, [2018-06-26T10:33:19.068549 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-sealed-9933b442636b6e537df7b564e2c3f7a2873526eea6b022a98eb1e468e5204c32.gif
I, [2018-06-26T10:33:19.068659 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-smile-fd89cd460ffcacb7e725e00c0275ef5b3924ce468248e5ff4fb43545571cfa65.gif
I, [2018-06-26T10:33:19.068784 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-surprised-3871f356cb41976d7ae8a5f005e8739e4d014352a8adef9b33f773d81b6e6c01.gif
I, [2018-06-26T10:33:19.068898 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-tongue-out-5843c85667a8226dc43be83749fd9fbbc5d20b1577de2b763915d99815d37d47.gif
I, [2018-06-26T10:33:19.069016 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-undecided-d8b9bcbb433951ff3c4ca8dd959ac3844239b98e6d52218833e1485a91f67347.gif
I, [2018-06-26T10:33:19.069133 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-wink-2af75ad7b1c08488505513503e34b15f40005e04a2a9568f698f0945d2d8ba1f.gif
I, [2018-06-26T10:33:19.069250 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-yell-bba903fbcb46fce8c68b9e01863fd095b3b1d0e6aa72161f3a88d762a5f90a79.gif
I, [2018-06-26T10:33:19.069361 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/help/img/logo-95b06f8538b11c4c30170075a09f93cf5871f74dd2541e95ad3d9da31976fcac.png
I, [2018-06-26T10:33:19.069483 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-small-e7773001446ab937e1d8d4bd5e8dbd9b31d112037353a14b319e36dd010ed8ee.svg
I, [2018-06-26T10:33:19.069603 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-9b9369e35660db34db422aafd93cd8a68e638c486c107130e75e36c98d2e9a1f.svg
I, [2018-06-26T10:33:19.069758 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/anchor-2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e.gif
I, [2018-06-26T10:33:19.069864 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/loader-eb7cfd3d959b2e09c170f532e29f8b825f9bc770b2279fde58e595617753e244.gif
I, [2018-06-26T10:33:19.069976 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/object-e6a15e52bc4a17b085073ba8debd4708ead6ae3d4cbeb3880c65cb7afc489777.gif
I, [2018-06-26T10:33:19.070089 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/trans-9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635.gif
I, [2018-06-26T10:33:19.070406 #30832] INFO -- : Copying assets (preserving modes) to /opt/laevigata/releases/20180626143111/public/assets/tinymce
sh: 1: node: not found
Webpacker requires Node.js >= 6.0.0 and you are using 4.2.6
Please upgrade Node.js https://nodejs.org/en/download/
** DEPLOY FAILED
** Refer to log/capistrano.log for details. Here are the last 20 lines:
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.068316 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-laughing-8f6adedcd091975ffead171867a6304d908bb6541a6ccb4919286ec6b7d4551e.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.068433 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-money-mouth-f0b9f4f22e237f5dbc851f900fed8d7eca4c954ae6fbc606c0cd8be431d0ac80.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.068549 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-sealed-9933b442636b6e537df7b564e2c3f7a2873526eea6b022a98eb1e468e5204c32.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.068659 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-smile-fd89cd460ffcacb7e725e00c0275ef5b3924ce468248e5ff4fb43545571cfa65.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.068784 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-surprised-3871f356cb41976d7ae8a5f005e8739e4d014352a8adef9b33f773d81b6e6c01.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.068898 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-tongue-out-5843c85667a8226dc43be83749fd9fbbc5d20b1577de2b763915d99815d37d47.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.069016 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-undecided-d8b9bcbb433951ff3c4ca8dd959ac3844239b98e6d52218833e1485a91f67347.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.069133 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-wink-2af75ad7b1c08488505513503e34b15f40005e04a2a9568f698f0945d2d8ba1f.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.069250 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-yell-bba903fbcb46fce8c68b9e01863fd095b3b1d0e6aa72161f3a88d762a5f90a79.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.069361 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/help/img/logo-95b06f8538b11c4c30170075a09f93cf5871f74dd2541e95ad3d9da31976fcac.png
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.069483 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-small-e7773001446ab937e1d8d4bd5e8dbd9b31d112037353a14b319e36dd010ed8ee.svg
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.069603 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-9b9369e35660db34db422aafd93cd8a68e638c486c107130e75e36c98d2e9a1f.svg
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.069758 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/anchor-2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.069864 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/loader-eb7cfd3d959b2e09c170f532e29f8b825f9bc770b2279fde58e595617753e244.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.069976 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/object-e6a15e52bc4a17b085073ba8debd4708ead6ae3d4cbeb3880c65cb7afc489777.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.070089 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/trans-9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.070406 #30832] INFO -- : Copying assets (preserving modes) to /opt/laevigata/releases/20180626143111/public/assets/tinymce
DEBUG [1b0eb2e8] sh: 1: node: not found
DEBUG [1b0eb2e8] Webpacker requires Node.js >= 6.0.0 and you are using 4.2.6
Please upgrade Node.js https://nodejs.org/en/download/
```
|
1.0
|
Master is not deployable - **ISSUE**
When I attempt to deploy master, I get dependency errors on the server.
**ACCEPTANCE**
- [ ] I can use Capistrano to successfully deploy master to any of our environments
```
$ cap qa_upgrade deploy
00:00 git:wrapper
01 mkdir -p /tmp
✔ 01 deploy@qa-upgrade-etd.emory.edu 1.025s
Uploading /tmp/git-ssh-laevigata-qa_upgrade-mark.sh 100.0%
02 chmod 700 /tmp/git-ssh-laevigata-qa_upgrade-mark.sh
✔ 02 deploy@qa-upgrade-etd.emory.edu 0.191s
00:01 git:check
01 git ls-remote https://github.com/curationexperts/laevigata.git HEAD
01 c40301004054e49b5b3366a06d2e325514e61c47 HEAD
✔ 01 deploy@qa-upgrade-etd.emory.edu 1.039s
00:02 deploy:check:directories
01 mkdir -p /opt/laevigata/shared /opt/laevigata/releases
✔ 01 deploy@qa-upgrade-etd.emory.edu 0.103s
00:02 deploy:check:linked_dirs
01 mkdir -p /opt/laevigata/shared/config/emory /opt/laevigata/shared/public/assets /opt/laevigata/shared/tmp/pids /opt/laev…
✔ 01 deploy@qa-upgrade-etd.emory.edu 0.187s
00:02 deploy:check:make_linked_dirs
01 mkdir -p /opt/laevigata/shared /opt/laevigata/shared/config
✔ 01 deploy@qa-upgrade-etd.emory.edu 0.185s
00:04 git:clone
The repository mirror is at /opt/laevigata/repo
00:04 git:update
01 git remote set-url origin https://github.com/curationexperts/laevigata.git
✔ 01 deploy@qa-upgrade-etd.emory.edu 0.187s
02 git remote update --prune
02 Fetching origin
02 From https://github.com/curationexperts/laevigata
02 x [deleted] (none) -> new_ui_controller
02 x [deleted] (none) -> remove-deprecated-route
02 x [deleted] (none) -> upgrade-deploy-targets
02 x [deleted] (none) -> refs/pull/1060/merge
02 x [deleted] (none) -> refs/pull/1078/merge
02 x [deleted] (none) -> refs/pull/1097/merge
02 * [new branch] 1.6-stable -> 1.6-stable
02 * [new branch] add-program-data-tab -> add-program-data-tab
02 * [new branch] dotenv-sample-update -> dotenv-sample-update
02 * [new branch] etd-help -> etd-help
02 * [new branch] js/dynamic-school-dropdown -> js/dynamic-school-dropdown
02 * [new branch] js/gem-dynamic-school-dropdown -> js/gem-dynamic-school-dropdown
02 b05aa3a..c403010 master -> master
02 * [new branch] new-ui/vue-forms -> new-ui/vue-forms
02 * [new branch] schools -> schools
02 * [new branch] service/term-service -> service/term-service
02 * [new branch] sortable-embargo -> sortable-embargo
02 * [new branch] sprockets-patch -> sprockets-patch
02 * [new branch] update-dotenv-test -> update-dotenv-test
02 + c35b245...28672d7 refs/pull/1078/head -> refs/pull/1078/head (forced update)
02 * [new ref] refs/pull/1098/head -> refs/pull/1098/head
02 * [new ref] refs/pull/1099/head -> refs/pull/1099/head
02 * [new ref] refs/pull/1100/head -> refs/pull/1100/head
02 * [new ref] refs/pull/1101/head -> refs/pull/1101/head
02 * [new ref] refs/pull/1103/head -> refs/pull/1103/head
02 * [new ref] refs/pull/1104/head -> refs/pull/1104/head
02 * [new ref] refs/pull/1115/head -> refs/pull/1115/head
02 * [new ref] refs/pull/1116/head -> refs/pull/1116/head
02 * [new ref] refs/pull/1117/head -> refs/pull/1117/head
02 * [new ref] refs/pull/1119/head -> refs/pull/1119/head
02 * [new ref] refs/pull/1119/merge -> refs/pull/1119/merge
02 * [new ref] refs/pull/1121/head -> refs/pull/1121/head
02 * [new ref] refs/pull/1122/head -> refs/pull/1122/head
02 * [new ref] refs/pull/1123/head -> refs/pull/1123/head
02 * [new ref] refs/pull/1125/head -> refs/pull/1125/head
02 * [new ref] refs/pull/1126/head -> refs/pull/1126/head
02 * [new ref] refs/pull/1130/head -> refs/pull/1130/head
02 * [new ref] refs/pull/1130/merge -> refs/pull/1130/merge
02 * [new ref] refs/pull/1131/head -> refs/pull/1131/head
02 * [new ref] refs/pull/1132/head -> refs/pull/1132/head
02 * [new ref] refs/pull/1132/merge -> refs/pull/1132/merge
02 * [new ref] refs/pull/1133/head -> refs/pull/1133/head
02 * [new ref] refs/pull/1134/head -> refs/pull/1134/head
02 * [new ref] refs/pull/1135/head -> refs/pull/1135/head
02 * [new ref] refs/pull/1136/head -> refs/pull/1136/head
02 * [new ref] refs/pull/1137/head -> refs/pull/1137/head
02 * [new ref] refs/pull/1138/head -> refs/pull/1138/head
02 * [new ref] refs/pull/1138/merge -> refs/pull/1138/merge
02 * [new ref] refs/pull/1139/head -> refs/pull/1139/head
02 * [new ref] refs/pull/1139/merge -> refs/pull/1139/merge
02 * [new ref] refs/pull/1140/head -> refs/pull/1140/head
02 * [new ref] refs/pull/1140/merge -> refs/pull/1140/merge
02 * [new ref] refs/pull/1141/head -> refs/pull/1141/head
02 * [new ref] refs/pull/1141/merge -> refs/pull/1141/merge
02 * [new ref] refs/pull/1142/head -> refs/pull/1142/head
02 * [new ref] refs/pull/1143/head -> refs/pull/1143/head
02 * [new ref] refs/pull/1144/head -> refs/pull/1144/head
02 * [new ref] refs/pull/1145/head -> refs/pull/1145/head
02 * [new tag] v1.6.3 -> v1.6.3
02 * [new tag] v1.6.4 -> v1.6.4
02 * [new tag] v1.6.5 -> v1.6.5
02 * [new tag] v1.6.6 -> v1.6.6
✔ 02 deploy@qa-upgrade-etd.emory.edu 0.831s
00:06 git:create_release
01 mkdir -p /opt/laevigata/releases/20180626143111
✔ 01 deploy@qa-upgrade-etd.emory.edu 0.194s
02 git archive master | /usr/bin/env tar -x -f - -C /opt/laevigata/releases/20180626143111
✔ 02 deploy@qa-upgrade-etd.emory.edu 0.233s
00:07 deploy:set_current_revision
01 echo "c40301004054e49b5b3366a06d2e325514e61c47" > REVISION
✔ 01 deploy@qa-upgrade-etd.emory.edu 0.188s
00:07 deploy:symlink:linked_files
01 mkdir -p /opt/laevigata/releases/20180626143111 /opt/laevigata/releases/20180626143111/config
✔ 01 deploy@qa-upgrade-etd.emory.edu 0.185s
02 ln -s /opt/laevigata/shared/.env.production /opt/laevigata/releases/20180626143111/.env.production
✔ 02 deploy@qa-upgrade-etd.emory.edu 0.185s
03 rm /opt/laevigata/releases/20180626143111/config/secrets.yml
✔ 03 deploy@qa-upgrade-etd.emory.edu 0.183s
04 ln -s /opt/laevigata/shared/config/secrets.yml /opt/laevigata/releases/20180626143111/config/secrets.yml
✔ 04 deploy@qa-upgrade-etd.emory.edu 0.176s
00:08 deploy:symlink:linked_dirs
01 mkdir -p /opt/laevigata/releases/20180626143111/config /opt/laevigata/releases/20180626143111/public /opt/laevigata/rele…
✔ 01 deploy@qa-upgrade-etd.emory.edu 0.190s
02 rm -rf /opt/laevigata/releases/20180626143111/config/emory
✔ 02 deploy@qa-upgrade-etd.emory.edu 0.185s
03 ln -s /opt/laevigata/shared/config/emory /opt/laevigata/releases/20180626143111/config/emory
✔ 03 deploy@qa-upgrade-etd.emory.edu 0.183s
04 ln -s /opt/laevigata/shared/public/assets /opt/laevigata/releases/20180626143111/public/assets
✔ 04 deploy@qa-upgrade-etd.emory.edu 0.195s
05 ln -s /opt/laevigata/shared/tmp/pids /opt/laevigata/releases/20180626143111/tmp/pids
✔ 05 deploy@qa-upgrade-etd.emory.edu 0.181s
06 ln -s /opt/laevigata/shared/tmp/cache /opt/laevigata/releases/20180626143111/tmp/cache
✔ 06 deploy@qa-upgrade-etd.emory.edu 0.181s
07 ln -s /opt/laevigata/shared/tmp/sockets /opt/laevigata/releases/20180626143111/tmp/sockets
✔ 07 deploy@qa-upgrade-etd.emory.edu 0.195s
08 rm -rf /opt/laevigata/releases/20180626143111/log
✔ 08 deploy@qa-upgrade-etd.emory.edu 0.202s
09 ln -s /opt/laevigata/shared/log /opt/laevigata/releases/20180626143111/log
✔ 09 deploy@qa-upgrade-etd.emory.edu 0.366s
10 ln -s /opt/laevigata/shared/public//opt/laevigata/shared/public/assets /opt/laevigata/releases/20180626143111/public//op…
✔ 10 deploy@qa-upgrade-etd.emory.edu 0.188s
00:14 bundler:install
01 bundle install --path /opt/laevigata/shared/bundle --without development test --deployment
01 Fetching gem metadata from https://rubygems.org/
01 .
01 .
01 .
01 .
01 .
01 .
01 .
01
01 NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It will be removed on or after 2018-12-01.
01 Gem::Specification#has_rdoc= called from /opt/laevigata/shared/bundle/ruby/2.4.0/bundler/gems/darlingtonia-264b2399850a/…
01 Fetching rake 12.3.1
01 Installing rake 12.3.1
01 Using concurrent-ruby 1.0.5
01 Fetching i18n 1.0.1
01 Installing i18n 1.0.1
01 Using minitest 5.11.3
01 Using thread_safe 0.3.6
01 Using tzinfo 1.2.5
01 Fetching activesupport 5.1.6
01 Installing activesupport 5.1.6
01 Using builder 3.2.3
01 Fetching erubi 1.7.1
01 Installing erubi 1.7.1
01 Using mini_portile2 2.3.0
01 Fetching nokogiri 1.8.3
01 Installing nokogiri 1.8.3 with native extensions
01 Using rails-dom-testing 2.0.3
01 Fetching crass 1.0.4
01 Installing crass 1.0.4
01 Using loofah 2.2.2
01 Using rails-html-sanitizer 1.0.4
01 Fetching actionview 5.1.6
01 Installing actionview 5.1.6
01 Fetching rack 2.0.5
01 Installing rack 2.0.5
01 Fetching rack-test 1.0.0
01 Installing rack-test 1.0.0
01 Fetching actionpack 5.1.6
01 Installing actionpack 5.1.6
01 Fetching nio4r 2.3.1
01 Installing nio4r 2.3.1 with native extensions
01 Using websocket-extensions 0.1.3
01 Using websocket-driver 0.6.5
01 Fetching actioncable 5.1.6
01 Installing actioncable 5.1.6
01 Using globalid 0.4.1
01 Fetching activejob 5.1.6
01 Installing activejob 5.1.6
01 Using mime-types-data 3.2016.0521
01 Using mime-types 3.1
01 Using mail 2.6.6.rc1
01 Fetching actionmailer 5.1.6
01 Installing actionmailer 5.1.6
01 Fetching activemodel 5.1.6
01 Installing activemodel 5.1.6
01 Using hamster 3.0.0
01 Using link_header 0.0.8
01 Using rdf 2.2.12
01 Using rdf-vocab 2.2.9
01 Using active-triples 1.0.0
01 Using deprecation 1.0.0
01 Using multipart-post 2.0.0
01 Using faraday 0.12.2
01 Using faraday-encoding 0.0.4
01 Using http_logger 0.5.1
01 Using multi_json 1.13.1
01 Using json-ld 2.2.1
01 Using rdf-isomorphic 2.2.0
01 Using sxp 1.0.1
01 Using ebnf 1.1.2
01 Using rdf-turtle 2.2.2
01 Using slop 4.6.1
01 Using ldp 0.7.0
01 Using rsolr 1.1.2
01 Using ruby-progressbar 1.9.0
01 Using daemons 1.2.6
01 Using stomp 1.4.4
01 Using xml-simple 1.1.5
01 Using solrizer 3.4.1
01 Using active-fedora 11.5.2
01 Using active_encode 0.1.1
01 Fetching arel 8.0.0
01 Installing arel 8.0.0
01 Fetching activerecord 5.1.6
01 Installing activerecord 5.1.6
01 Using activerecord-import 0.23.0
01 Using public_suffix 3.0.1
01 Using addressable 2.5.2
01 Using bundler 1.16.2
01 Using method_source 0.9.0
01 Using thor 0.19.4
01 Fetching railties 5.1.6
01 Installing railties 5.1.6
01 Fetching sprockets 3.7.2
01 Installing sprockets 3.7.2
01 Using sprockets-rails 3.2.1
01 Fetching rails 5.1.6
01 Installing rails 5.1.6
01 Using almond-rails 0.1.0
01 Using execjs 2.7.0
01 Using autoprefixer-rails 7.2.5
01 Using awesome_nested_set 3.1.4
01 Using aws-eventstream 1.0.0
01 Using aws-partitions 1.89.1
01 Using aws-sigv4 1.0.2
01 Using jmespath 1.4.0
01 Using aws-sdk-core 3.21.2
01 Using aws-sdk-kms 1.5.0
01 Using aws-sdk-s3 1.13.0
01 Using babel-source 5.8.35
01 Using babel-transpiler 0.7.0
01 Using bcp47 0.3.3
01 Fetching bcrypt 3.1.12
01 Installing bcrypt 3.1.12 with native extensions
01 Using rb-fsevent 0.10.2
01 Using ffi 1.9.21
01 Using rb-inotify 0.9.10
01 Using sass-listen 4.0.0
01 Using sass 3.5.5
01 Using bootstrap-sass 3.3.7
01 Using jbuilder 2.7.0
01 Using kaminari-core 1.1.1
01 Using kaminari-actionview 1.1.1
01 Using kaminari-activerecord 1.1.1
01 Using kaminari 1.1.1
01 Using jquery-rails 4.3.1
01 Using twitter-typeahead-rails 0.11.1.pre.corejavascript
01 Using blacklight 6.14.1
01 Using cancancan 1.17.0
01 Using blacklight-access_controls 0.6.2
01 Using openseadragon 0.4.0
01 Using blacklight-gallery 0.10.0
01 Using bootstrap_form 2.7.0
01 Using breadcrumbs_on_rails 3.0.1
01 Using jwt 1.5.6
01 Using multi_xml 0.6.0
01 Using oauth2 1.4.0
01 Using dropbox_api 0.1.10
01 Using font-awesome-rails 4.7.0.4
01 Using little-plugger 1.1.4
01 Using logging 2.2.2
01 Using memoist 0.16.0
01 Using os 0.9.6
01 Using signet 0.8.1
01 Using googleauth 0.6.2
01 Using httpclient 2.8.3
01 Using declarative 0.0.10
01 Using declarative-option 0.1.0
01 Using uber 0.1.0
01 Using representable 3.0.4
01 Using retriable 3.1.1
01 Using google-api-client 0.22.0
01 Using google_drive 2.1.3
01 Using httparty 0.16.2
01 Using json 2.1.0
01 Using ruby-box 1.15.0
01 Using tilt 2.0.8
01 Using sass-rails 5.0.7
01 Using browse-everything 0.15.1
01 Using carrierwave 1.2.2
01 Using chronic 0.10.2
01 Using clamby 1.3.1
01 Using clipboard-rails 1.7.1
01 Using coffee-script-source 1.12.2
01 Using coffee-script 2.4.1
01 Using coffee-rails 4.2.2
01 Using commonjs 0.2.7
01 Using connection_pool 2.2.1
01 Using darlingtonia 1.0.0 from https://github.com/curationexperts/darlingtonia.git (at master@264b239)
01 Using orm_adapter 0.5.0
01 Using responders 2.4.0
01 Using warden 1.2.7
01 Using devise 4.4.1
01 Using devise-guests 0.6.0
01 Using dotenv 2.2.1
01 Using dotenv-rails 2.2.1
01 Using dry-configurable 0.7.0
01 Using dry-container 0.6.0
01 Using dry-core 0.4.6
01 Using dry-equalizer 0.2.1
01 Using dry-inflector 0.1.2
01 Using dry-logic 0.4.2
01 Using dry-types 0.13.2
01 Using ice_nine 0.11.2
01 Using dry-struct 0.5.0
01 Using dry-validation 0.12.0
01 Using equivalent-xml 0.6.0
01 Using factory_bot 4.8.2
01 Using factory_bot_rails 4.8.2
01 Using ffaker 2.8.1
01 Using flipflop 2.4.0
01 Using flot-rails 0.0.7
01 Using temple 0.8.0
01 Using haml 5.0.4
01 Using hashie 3.5.7
01 Using hiredis 0.6.1
01 Using honeybadger 3.3.0
01 Using htmlentities 4.3.4
01 Using hydra-access-controls 10.5.1
01 Using hydra-core 10.5.1
01 Using mini_magick 4.8.0
01 Using hydra-derivatives 3.4.1
01 Using simple_form 3.5.0
01 Using sprockets-es6 0.9.2
01 Using hydra-editor 4.0.2
01 Using hydra-file_characterization 0.3.3
01 Using hydra-head 10.5.1
01 Using hydra-pcdm 0.11.0
01 Using hydra-role-management 1.0.0
01 Using om 3.1.1
01 Using hydra-works 0.17.0
01 Using iiif_manifest 0.4.0
01 Using jquery-datatables-rails 3.4.0
01 Using jquery-ui-rails 6.0.1
01 Using json-schema 2.8.0
01 Using kaminari_route_prefix 0.1.1
01 Using legato 0.7.0
01 Using rdf-xsd 2.2.1
01 Using rdf-aggregate-repo 2.2.1
01 Using net-http-persistent 3.0.0
01 Using sparql-client 2.2.1
01 Using sparql 2.2.2
01 Using ld-patch 0.3.3
01 Using rdf-json 2.2.0
01 Using rdf-microdata 2.2.3
01 Using rdf-n3 2.2.0
01 Using rdf-normalize 0.3.3
01 Using rdf-rdfa 2.2.4
01 Using rdf-rdfxml 2.2.1
01 Using rdf-reasoner 0.4.4
01 Using rdf-tabular 2.2.1
01 Using rdf-trig 2.2.0
01 Using rdf-trix 2.2.1
01 Using json-ld-preloaded 2.2.3
01 Using shex 0.5.2
01 Using linkeddata 2.2.4
01 Using mailboxer 0.15.1
01 Using redic 1.5.0
01 Using nest 3.1.1
01 Using noid 0.9.0
01 Using noid-rails 3.0.0
01 Using oauth 0.5.4
01 Using posix-spawn 0.3.13
01 Using power_converter 0.1.2
01 Using pul_uv_rails 2.0.1
01 Using qa 2.0.1
01 Using rails_autolink 1.1.6
01 Using redis 3.3.5
01 Using redis-namespace 1.6.0
01 Using redlock 0.2.2
01 Using samvera-nesting_indexer 2.0.0
01 Using select2-rails 3.5.10
01 Using tinymce-rails 4.7.6
01 Using hyrax 2.1.0
01 Using less 2.6.0
01 Using less-rails 2.8.0
01 Using net-ssh 4.2.0
01 Using net-sftp 2.1.2
01 Using nokogumbo 1.5.0
01 Using okcomputer 1.17.1
01 Using omniauth 1.8.1
01 Using omniauth-shibboleth 1.3.0
01 Using pg 0.21.0
01 Using rack-protection 2.0.1
01 Fetching rack-proxy 0.6.4
01 Installing rack-proxy 0.6.4
01 Using rubyzip 1.2.1
01 Using sanitize 4.6.4
01 Using sidekiq 5.1.1
01 Using sqlite3 1.3.13
01 Using turbolinks-source 5.1.0
01 Using turbolinks 5.1.0
01 Using twitter-bootstrap-rails 4.0.0
01 Using uglifier 4.1.6
01 Fetching webpacker 3.5.3
01 Installing webpacker 3.5.3
01 Using whenever 0.10.0
01 Using xray-rails 0.3.1
01 Using yard 0.9.12
01 Bundle complete! 68 Gemfile dependencies, 246 gems now installed.
01 Gems in the groups development and test were not installed.
01 Bundled gems are installed into `/opt/laevigata/shared/bundle`
✔ 01 deploy@qa-upgrade-etd.emory.edu 19.808s
00:34 deploy:assets:precompile
01 bundle exec rake assets:precompile
01 I, [2018-06-26T10:33:04.629449 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/applicati…
01 I, [2018-06-26T10:33:04.629787 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/applicati…
01 I, [2018-06-26T10:33:18.917477 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.922137 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.925766 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.931169 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.934819 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.938856 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.942302 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.945963 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.949913 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.953378 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.956891 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.960465 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.963944 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.967437 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.971600 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.975176 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:18.982316 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/p…
01 I, [2018-06-26T10:33:19.007340 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/s…
01 I, [2018-06-26T10:33:19.011147 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/s…
01 I, [2018-06-26T10:33:19.016593 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/s…
01 I, [2018-06-26T10:33:19.020069 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/s…
01 I, [2018-06-26T10:33:19.023523 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/s…
01 I, [2018-06-26T10:33:19.026992 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/s…
01 I, [2018-06-26T10:33:19.067450 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.067630 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.067753 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.067868 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.067981 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.068092 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.068202 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.068316 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.068433 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.068549 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.068659 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.068784 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.068898 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.069016 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.069133 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.069250 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.069361 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.069483 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.069603 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.069758 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.069864 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.069976 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.070089 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/ass…
01 I, [2018-06-26T10:33:19.070406 #30832] INFO -- : Copying assets (preserving modes) to /opt/laevigata/releases/201806261…
01 sh: 1: node: not found
01 Webpacker requires Node.js >= 6.0.0 and you are using 4.2.6
01 Please upgrade Node.js https://nodejs.org/en/download/
(Backtrace restricted to imported tasks)
cap aborted!
SSHKit::Runner::ExecuteError: Exception while executing as deploy@qa-upgrade-etd.emory.edu: rake exit status: 1
rake stdout: Nothing written
rake stderr: I, [2018-06-26T10:33:04.629449 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/application-0fa473a00c009392e504d1b41bb7cc669b3d0d3f6b19738a92f92e8544aee919.js
I, [2018-06-26T10:33:04.629787 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/application-0fa473a00c009392e504d1b41bb7cc669b3d0d3f6b19738a92f92e8544aee919.js.gz
I, [2018-06-26T10:33:18.917477 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cool-bb0e93a050a32df7913e4026b3c88a176998e0e3e073ba06e9b73f6c24227c9c.gif
I, [2018-06-26T10:33:18.922137 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cry-a0c5f3e7a682449c973c9d9f7c46342081c46920686d2353f57aff91ab907f68.gif
I, [2018-06-26T10:33:18.925766 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-embarassed-d3cafcb50b335672cb5e9f4600ea9ea261dac7828dd28844d4927c393a25618f.gif
I, [2018-06-26T10:33:18.931169 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-foot-in-mouth-03fe04d3ed533423ac81f05146584b0c451be3d4a30e76687ceef283ed07071f.gif
I, [2018-06-26T10:33:18.934819 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-frown-1b984bf98931dd1debb54461eb9d83e985f2b2999fe14bcb556d6c0921bc83b0.gif
I, [2018-06-26T10:33:18.938856 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-innocent-8db353ef102196f2c6ddf5c4666446de955d7b14fc0957c806c9dbfb48fb0c29.gif
I, [2018-06-26T10:33:18.942302 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-kiss-3154c3665356c13ab10fefdbac1fe187fff978a0052037c99cdc4a97103413f2.gif
I, [2018-06-26T10:33:18.945963 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-laughing-8f6adedcd091975ffead171867a6304d908bb6541a6ccb4919286ec6b7d4551e.gif
I, [2018-06-26T10:33:18.949913 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-money-mouth-f0b9f4f22e237f5dbc851f900fed8d7eca4c954ae6fbc606c0cd8be431d0ac80.gif
I, [2018-06-26T10:33:18.953378 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-sealed-9933b442636b6e537df7b564e2c3f7a2873526eea6b022a98eb1e468e5204c32.gif
I, [2018-06-26T10:33:18.956891 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-smile-fd89cd460ffcacb7e725e00c0275ef5b3924ce468248e5ff4fb43545571cfa65.gif
I, [2018-06-26T10:33:18.960465 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-surprised-3871f356cb41976d7ae8a5f005e8739e4d014352a8adef9b33f773d81b6e6c01.gif
I, [2018-06-26T10:33:18.963944 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-tongue-out-5843c85667a8226dc43be83749fd9fbbc5d20b1577de2b763915d99815d37d47.gif
I, [2018-06-26T10:33:18.967437 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-undecided-d8b9bcbb433951ff3c4ca8dd959ac3844239b98e6d52218833e1485a91f67347.gif
I, [2018-06-26T10:33:18.971600 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-wink-2af75ad7b1c08488505513503e34b15f40005e04a2a9568f698f0945d2d8ba1f.gif
I, [2018-06-26T10:33:18.975176 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-yell-bba903fbcb46fce8c68b9e01863fd095b3b1d0e6aa72161f3a88d762a5f90a79.gif
I, [2018-06-26T10:33:18.982316 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/help/img/logo-95b06f8538b11c4c30170075a09f93cf5871f74dd2541e95ad3d9da31976fcac.png
I, [2018-06-26T10:33:19.007340 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-small-e7773001446ab937e1d8d4bd5e8dbd9b31d112037353a14b319e36dd010ed8ee.svg
I, [2018-06-26T10:33:19.011147 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-9b9369e35660db34db422aafd93cd8a68e638c486c107130e75e36c98d2e9a1f.svg
I, [2018-06-26T10:33:19.016593 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/anchor-2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e.gif
I, [2018-06-26T10:33:19.020069 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/loader-eb7cfd3d959b2e09c170f532e29f8b825f9bc770b2279fde58e595617753e244.gif
I, [2018-06-26T10:33:19.023523 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/object-e6a15e52bc4a17b085073ba8debd4708ead6ae3d4cbeb3880c65cb7afc489777.gif
I, [2018-06-26T10:33:19.026992 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/trans-9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635.gif
I, [2018-06-26T10:33:19.067450 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cool-bb0e93a050a32df7913e4026b3c88a176998e0e3e073ba06e9b73f6c24227c9c.gif
I, [2018-06-26T10:33:19.067630 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cry-a0c5f3e7a682449c973c9d9f7c46342081c46920686d2353f57aff91ab907f68.gif
I, [2018-06-26T10:33:19.067753 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-embarassed-d3cafcb50b335672cb5e9f4600ea9ea261dac7828dd28844d4927c393a25618f.gif
I, [2018-06-26T10:33:19.067868 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-foot-in-mouth-03fe04d3ed533423ac81f05146584b0c451be3d4a30e76687ceef283ed07071f.gif
I, [2018-06-26T10:33:19.067981 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-frown-1b984bf98931dd1debb54461eb9d83e985f2b2999fe14bcb556d6c0921bc83b0.gif
I, [2018-06-26T10:33:19.068092 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-innocent-8db353ef102196f2c6ddf5c4666446de955d7b14fc0957c806c9dbfb48fb0c29.gif
I, [2018-06-26T10:33:19.068202 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-kiss-3154c3665356c13ab10fefdbac1fe187fff978a0052037c99cdc4a97103413f2.gif
I, [2018-06-26T10:33:19.068316 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-laughing-8f6adedcd091975ffead171867a6304d908bb6541a6ccb4919286ec6b7d4551e.gif
I, [2018-06-26T10:33:19.068433 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-money-mouth-f0b9f4f22e237f5dbc851f900fed8d7eca4c954ae6fbc606c0cd8be431d0ac80.gif
I, [2018-06-26T10:33:19.068549 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-sealed-9933b442636b6e537df7b564e2c3f7a2873526eea6b022a98eb1e468e5204c32.gif
I, [2018-06-26T10:33:19.068659 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-smile-fd89cd460ffcacb7e725e00c0275ef5b3924ce468248e5ff4fb43545571cfa65.gif
I, [2018-06-26T10:33:19.068784 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-surprised-3871f356cb41976d7ae8a5f005e8739e4d014352a8adef9b33f773d81b6e6c01.gif
I, [2018-06-26T10:33:19.068898 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-tongue-out-5843c85667a8226dc43be83749fd9fbbc5d20b1577de2b763915d99815d37d47.gif
I, [2018-06-26T10:33:19.069016 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-undecided-d8b9bcbb433951ff3c4ca8dd959ac3844239b98e6d52218833e1485a91f67347.gif
I, [2018-06-26T10:33:19.069133 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-wink-2af75ad7b1c08488505513503e34b15f40005e04a2a9568f698f0945d2d8ba1f.gif
I, [2018-06-26T10:33:19.069250 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-yell-bba903fbcb46fce8c68b9e01863fd095b3b1d0e6aa72161f3a88d762a5f90a79.gif
I, [2018-06-26T10:33:19.069361 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/help/img/logo-95b06f8538b11c4c30170075a09f93cf5871f74dd2541e95ad3d9da31976fcac.png
I, [2018-06-26T10:33:19.069483 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-small-e7773001446ab937e1d8d4bd5e8dbd9b31d112037353a14b319e36dd010ed8ee.svg
I, [2018-06-26T10:33:19.069603 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-9b9369e35660db34db422aafd93cd8a68e638c486c107130e75e36c98d2e9a1f.svg
I, [2018-06-26T10:33:19.069758 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/anchor-2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e.gif
I, [2018-06-26T10:33:19.069864 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/loader-eb7cfd3d959b2e09c170f532e29f8b825f9bc770b2279fde58e595617753e244.gif
I, [2018-06-26T10:33:19.069976 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/object-e6a15e52bc4a17b085073ba8debd4708ead6ae3d4cbeb3880c65cb7afc489777.gif
I, [2018-06-26T10:33:19.070089 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/trans-9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635.gif
I, [2018-06-26T10:33:19.070406 #30832] INFO -- : Copying assets (preserving modes) to /opt/laevigata/releases/20180626143111/public/assets/tinymce
sh: 1: node: not found
Webpacker requires Node.js >= 6.0.0 and you are using 4.2.6
Please upgrade Node.js https://nodejs.org/en/download/
Caused by:
SSHKit::Command::Failed: rake exit status: 1
rake stdout: Nothing written
rake stderr: I, [2018-06-26T10:33:04.629449 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/application-0fa473a00c009392e504d1b41bb7cc669b3d0d3f6b19738a92f92e8544aee919.js
I, [2018-06-26T10:33:04.629787 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/application-0fa473a00c009392e504d1b41bb7cc669b3d0d3f6b19738a92f92e8544aee919.js.gz
I, [2018-06-26T10:33:18.917477 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cool-bb0e93a050a32df7913e4026b3c88a176998e0e3e073ba06e9b73f6c24227c9c.gif
I, [2018-06-26T10:33:18.922137 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cry-a0c5f3e7a682449c973c9d9f7c46342081c46920686d2353f57aff91ab907f68.gif
I, [2018-06-26T10:33:18.925766 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-embarassed-d3cafcb50b335672cb5e9f4600ea9ea261dac7828dd28844d4927c393a25618f.gif
I, [2018-06-26T10:33:18.931169 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-foot-in-mouth-03fe04d3ed533423ac81f05146584b0c451be3d4a30e76687ceef283ed07071f.gif
I, [2018-06-26T10:33:18.934819 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-frown-1b984bf98931dd1debb54461eb9d83e985f2b2999fe14bcb556d6c0921bc83b0.gif
I, [2018-06-26T10:33:18.938856 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-innocent-8db353ef102196f2c6ddf5c4666446de955d7b14fc0957c806c9dbfb48fb0c29.gif
I, [2018-06-26T10:33:18.942302 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-kiss-3154c3665356c13ab10fefdbac1fe187fff978a0052037c99cdc4a97103413f2.gif
I, [2018-06-26T10:33:18.945963 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-laughing-8f6adedcd091975ffead171867a6304d908bb6541a6ccb4919286ec6b7d4551e.gif
I, [2018-06-26T10:33:18.949913 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-money-mouth-f0b9f4f22e237f5dbc851f900fed8d7eca4c954ae6fbc606c0cd8be431d0ac80.gif
I, [2018-06-26T10:33:18.953378 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-sealed-9933b442636b6e537df7b564e2c3f7a2873526eea6b022a98eb1e468e5204c32.gif
I, [2018-06-26T10:33:18.956891 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-smile-fd89cd460ffcacb7e725e00c0275ef5b3924ce468248e5ff4fb43545571cfa65.gif
I, [2018-06-26T10:33:18.960465 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-surprised-3871f356cb41976d7ae8a5f005e8739e4d014352a8adef9b33f773d81b6e6c01.gif
I, [2018-06-26T10:33:18.963944 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-tongue-out-5843c85667a8226dc43be83749fd9fbbc5d20b1577de2b763915d99815d37d47.gif
I, [2018-06-26T10:33:18.967437 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-undecided-d8b9bcbb433951ff3c4ca8dd959ac3844239b98e6d52218833e1485a91f67347.gif
I, [2018-06-26T10:33:18.971600 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-wink-2af75ad7b1c08488505513503e34b15f40005e04a2a9568f698f0945d2d8ba1f.gif
I, [2018-06-26T10:33:18.975176 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-yell-bba903fbcb46fce8c68b9e01863fd095b3b1d0e6aa72161f3a88d762a5f90a79.gif
I, [2018-06-26T10:33:18.982316 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/help/img/logo-95b06f8538b11c4c30170075a09f93cf5871f74dd2541e95ad3d9da31976fcac.png
I, [2018-06-26T10:33:19.007340 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-small-e7773001446ab937e1d8d4bd5e8dbd9b31d112037353a14b319e36dd010ed8ee.svg
I, [2018-06-26T10:33:19.011147 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-9b9369e35660db34db422aafd93cd8a68e638c486c107130e75e36c98d2e9a1f.svg
I, [2018-06-26T10:33:19.016593 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/anchor-2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e.gif
I, [2018-06-26T10:33:19.020069 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/loader-eb7cfd3d959b2e09c170f532e29f8b825f9bc770b2279fde58e595617753e244.gif
I, [2018-06-26T10:33:19.023523 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/object-e6a15e52bc4a17b085073ba8debd4708ead6ae3d4cbeb3880c65cb7afc489777.gif
I, [2018-06-26T10:33:19.026992 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/trans-9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635.gif
I, [2018-06-26T10:33:19.067450 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cool-bb0e93a050a32df7913e4026b3c88a176998e0e3e073ba06e9b73f6c24227c9c.gif
I, [2018-06-26T10:33:19.067630 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cry-a0c5f3e7a682449c973c9d9f7c46342081c46920686d2353f57aff91ab907f68.gif
I, [2018-06-26T10:33:19.067753 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-embarassed-d3cafcb50b335672cb5e9f4600ea9ea261dac7828dd28844d4927c393a25618f.gif
I, [2018-06-26T10:33:19.067868 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-foot-in-mouth-03fe04d3ed533423ac81f05146584b0c451be3d4a30e76687ceef283ed07071f.gif
I, [2018-06-26T10:33:19.067981 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-frown-1b984bf98931dd1debb54461eb9d83e985f2b2999fe14bcb556d6c0921bc83b0.gif
I, [2018-06-26T10:33:19.068092 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-innocent-8db353ef102196f2c6ddf5c4666446de955d7b14fc0957c806c9dbfb48fb0c29.gif
I, [2018-06-26T10:33:19.068202 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-kiss-3154c3665356c13ab10fefdbac1fe187fff978a0052037c99cdc4a97103413f2.gif
I, [2018-06-26T10:33:19.068316 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-laughing-8f6adedcd091975ffead171867a6304d908bb6541a6ccb4919286ec6b7d4551e.gif
I, [2018-06-26T10:33:19.068433 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-money-mouth-f0b9f4f22e237f5dbc851f900fed8d7eca4c954ae6fbc606c0cd8be431d0ac80.gif
I, [2018-06-26T10:33:19.068549 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-sealed-9933b442636b6e537df7b564e2c3f7a2873526eea6b022a98eb1e468e5204c32.gif
I, [2018-06-26T10:33:19.068659 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-smile-fd89cd460ffcacb7e725e00c0275ef5b3924ce468248e5ff4fb43545571cfa65.gif
I, [2018-06-26T10:33:19.068784 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-surprised-3871f356cb41976d7ae8a5f005e8739e4d014352a8adef9b33f773d81b6e6c01.gif
I, [2018-06-26T10:33:19.068898 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-tongue-out-5843c85667a8226dc43be83749fd9fbbc5d20b1577de2b763915d99815d37d47.gif
I, [2018-06-26T10:33:19.069016 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-undecided-d8b9bcbb433951ff3c4ca8dd959ac3844239b98e6d52218833e1485a91f67347.gif
I, [2018-06-26T10:33:19.069133 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-wink-2af75ad7b1c08488505513503e34b15f40005e04a2a9568f698f0945d2d8ba1f.gif
I, [2018-06-26T10:33:19.069250 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-yell-bba903fbcb46fce8c68b9e01863fd095b3b1d0e6aa72161f3a88d762a5f90a79.gif
I, [2018-06-26T10:33:19.069361 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/help/img/logo-95b06f8538b11c4c30170075a09f93cf5871f74dd2541e95ad3d9da31976fcac.png
I, [2018-06-26T10:33:19.069483 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-small-e7773001446ab937e1d8d4bd5e8dbd9b31d112037353a14b319e36dd010ed8ee.svg
I, [2018-06-26T10:33:19.069603 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-9b9369e35660db34db422aafd93cd8a68e638c486c107130e75e36c98d2e9a1f.svg
I, [2018-06-26T10:33:19.069758 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/anchor-2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e.gif
I, [2018-06-26T10:33:19.069864 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/loader-eb7cfd3d959b2e09c170f532e29f8b825f9bc770b2279fde58e595617753e244.gif
I, [2018-06-26T10:33:19.069976 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/object-e6a15e52bc4a17b085073ba8debd4708ead6ae3d4cbeb3880c65cb7afc489777.gif
I, [2018-06-26T10:33:19.070089 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/trans-9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635.gif
I, [2018-06-26T10:33:19.070406 #30832] INFO -- : Copying assets (preserving modes) to /opt/laevigata/releases/20180626143111/public/assets/tinymce
sh: 1: node: not found
Webpacker requires Node.js >= 6.0.0 and you are using 4.2.6
Please upgrade Node.js https://nodejs.org/en/download/
Tasks: TOP => deploy:assets:precompile
(See full trace by running task with --trace)
The deploy has failed with an error: Exception while executing as deploy@qa-upgrade-etd.emory.edu: rake exit status: 1
rake stdout: Nothing written
rake stderr: I, [2018-06-26T10:33:04.629449 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/application-0fa473a00c009392e504d1b41bb7cc669b3d0d3f6b19738a92f92e8544aee919.js
I, [2018-06-26T10:33:04.629787 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/application-0fa473a00c009392e504d1b41bb7cc669b3d0d3f6b19738a92f92e8544aee919.js.gz
I, [2018-06-26T10:33:18.917477 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cool-bb0e93a050a32df7913e4026b3c88a176998e0e3e073ba06e9b73f6c24227c9c.gif
I, [2018-06-26T10:33:18.922137 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cry-a0c5f3e7a682449c973c9d9f7c46342081c46920686d2353f57aff91ab907f68.gif
I, [2018-06-26T10:33:18.925766 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-embarassed-d3cafcb50b335672cb5e9f4600ea9ea261dac7828dd28844d4927c393a25618f.gif
I, [2018-06-26T10:33:18.931169 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-foot-in-mouth-03fe04d3ed533423ac81f05146584b0c451be3d4a30e76687ceef283ed07071f.gif
I, [2018-06-26T10:33:18.934819 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-frown-1b984bf98931dd1debb54461eb9d83e985f2b2999fe14bcb556d6c0921bc83b0.gif
I, [2018-06-26T10:33:18.938856 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-innocent-8db353ef102196f2c6ddf5c4666446de955d7b14fc0957c806c9dbfb48fb0c29.gif
I, [2018-06-26T10:33:18.942302 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-kiss-3154c3665356c13ab10fefdbac1fe187fff978a0052037c99cdc4a97103413f2.gif
I, [2018-06-26T10:33:18.945963 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-laughing-8f6adedcd091975ffead171867a6304d908bb6541a6ccb4919286ec6b7d4551e.gif
I, [2018-06-26T10:33:18.949913 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-money-mouth-f0b9f4f22e237f5dbc851f900fed8d7eca4c954ae6fbc606c0cd8be431d0ac80.gif
I, [2018-06-26T10:33:18.953378 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-sealed-9933b442636b6e537df7b564e2c3f7a2873526eea6b022a98eb1e468e5204c32.gif
I, [2018-06-26T10:33:18.956891 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-smile-fd89cd460ffcacb7e725e00c0275ef5b3924ce468248e5ff4fb43545571cfa65.gif
I, [2018-06-26T10:33:18.960465 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-surprised-3871f356cb41976d7ae8a5f005e8739e4d014352a8adef9b33f773d81b6e6c01.gif
I, [2018-06-26T10:33:18.963944 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-tongue-out-5843c85667a8226dc43be83749fd9fbbc5d20b1577de2b763915d99815d37d47.gif
I, [2018-06-26T10:33:18.967437 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-undecided-d8b9bcbb433951ff3c4ca8dd959ac3844239b98e6d52218833e1485a91f67347.gif
I, [2018-06-26T10:33:18.971600 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-wink-2af75ad7b1c08488505513503e34b15f40005e04a2a9568f698f0945d2d8ba1f.gif
I, [2018-06-26T10:33:18.975176 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-yell-bba903fbcb46fce8c68b9e01863fd095b3b1d0e6aa72161f3a88d762a5f90a79.gif
I, [2018-06-26T10:33:18.982316 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/help/img/logo-95b06f8538b11c4c30170075a09f93cf5871f74dd2541e95ad3d9da31976fcac.png
I, [2018-06-26T10:33:19.007340 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-small-e7773001446ab937e1d8d4bd5e8dbd9b31d112037353a14b319e36dd010ed8ee.svg
I, [2018-06-26T10:33:19.011147 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-9b9369e35660db34db422aafd93cd8a68e638c486c107130e75e36c98d2e9a1f.svg
I, [2018-06-26T10:33:19.016593 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/anchor-2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e.gif
I, [2018-06-26T10:33:19.020069 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/loader-eb7cfd3d959b2e09c170f532e29f8b825f9bc770b2279fde58e595617753e244.gif
I, [2018-06-26T10:33:19.023523 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/object-e6a15e52bc4a17b085073ba8debd4708ead6ae3d4cbeb3880c65cb7afc489777.gif
I, [2018-06-26T10:33:19.026992 #30832] INFO -- : Writing /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/trans-9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635.gif
I, [2018-06-26T10:33:19.067450 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cool-bb0e93a050a32df7913e4026b3c88a176998e0e3e073ba06e9b73f6c24227c9c.gif
I, [2018-06-26T10:33:19.067630 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-cry-a0c5f3e7a682449c973c9d9f7c46342081c46920686d2353f57aff91ab907f68.gif
I, [2018-06-26T10:33:19.067753 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-embarassed-d3cafcb50b335672cb5e9f4600ea9ea261dac7828dd28844d4927c393a25618f.gif
I, [2018-06-26T10:33:19.067868 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-foot-in-mouth-03fe04d3ed533423ac81f05146584b0c451be3d4a30e76687ceef283ed07071f.gif
I, [2018-06-26T10:33:19.067981 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-frown-1b984bf98931dd1debb54461eb9d83e985f2b2999fe14bcb556d6c0921bc83b0.gif
I, [2018-06-26T10:33:19.068092 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-innocent-8db353ef102196f2c6ddf5c4666446de955d7b14fc0957c806c9dbfb48fb0c29.gif
I, [2018-06-26T10:33:19.068202 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-kiss-3154c3665356c13ab10fefdbac1fe187fff978a0052037c99cdc4a97103413f2.gif
I, [2018-06-26T10:33:19.068316 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-laughing-8f6adedcd091975ffead171867a6304d908bb6541a6ccb4919286ec6b7d4551e.gif
I, [2018-06-26T10:33:19.068433 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-money-mouth-f0b9f4f22e237f5dbc851f900fed8d7eca4c954ae6fbc606c0cd8be431d0ac80.gif
I, [2018-06-26T10:33:19.068549 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-sealed-9933b442636b6e537df7b564e2c3f7a2873526eea6b022a98eb1e468e5204c32.gif
I, [2018-06-26T10:33:19.068659 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-smile-fd89cd460ffcacb7e725e00c0275ef5b3924ce468248e5ff4fb43545571cfa65.gif
I, [2018-06-26T10:33:19.068784 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-surprised-3871f356cb41976d7ae8a5f005e8739e4d014352a8adef9b33f773d81b6e6c01.gif
I, [2018-06-26T10:33:19.068898 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-tongue-out-5843c85667a8226dc43be83749fd9fbbc5d20b1577de2b763915d99815d37d47.gif
I, [2018-06-26T10:33:19.069016 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-undecided-d8b9bcbb433951ff3c4ca8dd959ac3844239b98e6d52218833e1485a91f67347.gif
I, [2018-06-26T10:33:19.069133 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-wink-2af75ad7b1c08488505513503e34b15f40005e04a2a9568f698f0945d2d8ba1f.gif
I, [2018-06-26T10:33:19.069250 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-yell-bba903fbcb46fce8c68b9e01863fd095b3b1d0e6aa72161f3a88d762a5f90a79.gif
I, [2018-06-26T10:33:19.069361 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/help/img/logo-95b06f8538b11c4c30170075a09f93cf5871f74dd2541e95ad3d9da31976fcac.png
I, [2018-06-26T10:33:19.069483 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-small-e7773001446ab937e1d8d4bd5e8dbd9b31d112037353a14b319e36dd010ed8ee.svg
I, [2018-06-26T10:33:19.069603 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-9b9369e35660db34db422aafd93cd8a68e638c486c107130e75e36c98d2e9a1f.svg
I, [2018-06-26T10:33:19.069758 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/anchor-2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e.gif
I, [2018-06-26T10:33:19.069864 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/loader-eb7cfd3d959b2e09c170f532e29f8b825f9bc770b2279fde58e595617753e244.gif
I, [2018-06-26T10:33:19.069976 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/object-e6a15e52bc4a17b085073ba8debd4708ead6ae3d4cbeb3880c65cb7afc489777.gif
I, [2018-06-26T10:33:19.070089 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/trans-9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635.gif
I, [2018-06-26T10:33:19.070406 #30832] INFO -- : Copying assets (preserving modes) to /opt/laevigata/releases/20180626143111/public/assets/tinymce
sh: 1: node: not found
Webpacker requires Node.js >= 6.0.0 and you are using 4.2.6
Please upgrade Node.js https://nodejs.org/en/download/
** DEPLOY FAILED
** Refer to log/capistrano.log for details. Here are the last 20 lines:
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.068316 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-laughing-8f6adedcd091975ffead171867a6304d908bb6541a6ccb4919286ec6b7d4551e.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.068433 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-money-mouth-f0b9f4f22e237f5dbc851f900fed8d7eca4c954ae6fbc606c0cd8be431d0ac80.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.068549 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-sealed-9933b442636b6e537df7b564e2c3f7a2873526eea6b022a98eb1e468e5204c32.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.068659 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-smile-fd89cd460ffcacb7e725e00c0275ef5b3924ce468248e5ff4fb43545571cfa65.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.068784 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-surprised-3871f356cb41976d7ae8a5f005e8739e4d014352a8adef9b33f773d81b6e6c01.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.068898 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-tongue-out-5843c85667a8226dc43be83749fd9fbbc5d20b1577de2b763915d99815d37d47.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.069016 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-undecided-d8b9bcbb433951ff3c4ca8dd959ac3844239b98e6d52218833e1485a91f67347.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.069133 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-wink-2af75ad7b1c08488505513503e34b15f40005e04a2a9568f698f0945d2d8ba1f.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.069250 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/emoticons/img/smiley-yell-bba903fbcb46fce8c68b9e01863fd095b3b1d0e6aa72161f3a88d762a5f90a79.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.069361 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/plugins/help/img/logo-95b06f8538b11c4c30170075a09f93cf5871f74dd2541e95ad3d9da31976fcac.png
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.069483 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-small-e7773001446ab937e1d8d4bd5e8dbd9b31d112037353a14b319e36dd010ed8ee.svg
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.069603 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/fonts/tinymce-9b9369e35660db34db422aafd93cd8a68e638c486c107130e75e36c98d2e9a1f.svg
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.069758 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/anchor-2861666fd107d278d4449970615136d06d7f746be9bb19072cf9c8f30e565e1e.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.069864 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/loader-eb7cfd3d959b2e09c170f532e29f8b825f9bc770b2279fde58e595617753e244.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.069976 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/object-e6a15e52bc4a17b085073ba8debd4708ead6ae3d4cbeb3880c65cb7afc489777.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.070089 #30832] INFO -- : Removing digest from /opt/laevigata/releases/20180626143111/public/assets/tinymce/skins/lightgray/img/trans-9cf020d7c3bba7f5ab10cda54aabef934f906d4f9a3acf99e9e7dc6c98579635.gif
DEBUG [1b0eb2e8] I, [2018-06-26T10:33:19.070406 #30832] INFO -- : Copying assets (preserving modes) to /opt/laevigata/releases/20180626143111/public/assets/tinymce
DEBUG [1b0eb2e8] sh: 1: node: not found
DEBUG [1b0eb2e8] Webpacker requires Node.js >= 6.0.0 and you are using 4.2.6
Please upgrade Node.js https://nodejs.org/en/download/
```
|
priority
|
master is not deployable issue when i attempt to deploy master i get dependency errors on the server acceptance i can use capistrano to successfully deploy master to any of our environments cap qa upgrade deploy git wrapper mkdir p tmp ✔ deploy qa upgrade etd emory edu uploading tmp git ssh laevigata qa upgrade mark sh chmod tmp git ssh laevigata qa upgrade mark sh ✔ deploy qa upgrade etd emory edu git check git ls remote head head ✔ deploy qa upgrade etd emory edu deploy check directories mkdir p opt laevigata shared opt laevigata releases ✔ deploy qa upgrade etd emory edu deploy check linked dirs mkdir p opt laevigata shared config emory opt laevigata shared public assets opt laevigata shared tmp pids opt laev… ✔ deploy qa upgrade etd emory edu deploy check make linked dirs mkdir p opt laevigata shared opt laevigata shared config ✔ deploy qa upgrade etd emory edu git clone the repository mirror is at opt laevigata repo git update git remote set url origin ✔ deploy qa upgrade etd emory edu git remote update prune fetching origin from x none new ui controller x none remove deprecated route x none upgrade deploy targets x none refs pull merge x none refs pull merge x none refs pull merge stable stable add program data tab add program data tab dotenv sample update dotenv sample update etd help etd help js dynamic school dropdown js dynamic school dropdown js gem dynamic school dropdown js gem dynamic school dropdown master master new ui vue forms new ui vue forms schools schools service term service service term service sortable embargo sortable embargo sprockets patch sprockets patch update dotenv test update dotenv test refs pull head refs pull head forced update refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull merge refs pull merge refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull merge refs pull merge refs pull head refs pull head refs pull head refs pull head refs pull merge refs pull merge refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull merge refs pull merge refs pull head refs pull head refs pull merge refs pull merge refs pull head refs pull head refs pull merge refs pull merge refs pull head refs pull head refs pull merge refs pull merge refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head refs pull head ✔ deploy qa upgrade etd emory edu git create release mkdir p opt laevigata releases ✔ deploy qa upgrade etd emory edu git archive master usr bin env tar x f c opt laevigata releases ✔ deploy qa upgrade etd emory edu deploy set current revision echo revision ✔ deploy qa upgrade etd emory edu deploy symlink linked files mkdir p opt laevigata releases opt laevigata releases config ✔ deploy qa upgrade etd emory edu ln s opt laevigata shared env production opt laevigata releases env production ✔ deploy qa upgrade etd emory edu rm opt laevigata releases config secrets yml ✔ deploy qa upgrade etd emory edu ln s opt laevigata shared config secrets yml opt laevigata releases config secrets yml ✔ deploy qa upgrade etd emory edu deploy symlink linked dirs mkdir p opt laevigata releases config opt laevigata releases public opt laevigata rele… ✔ deploy qa upgrade etd emory edu rm rf opt laevigata releases config emory ✔ deploy qa upgrade etd emory edu ln s opt laevigata shared config emory opt laevigata releases config emory ✔ deploy qa upgrade etd emory edu ln s opt laevigata shared public assets opt laevigata releases public assets ✔ deploy qa upgrade etd emory edu ln s opt laevigata shared tmp pids opt laevigata releases tmp pids ✔ deploy qa upgrade etd emory edu ln s opt laevigata shared tmp cache opt laevigata releases tmp cache ✔ deploy qa upgrade etd emory edu ln s opt laevigata shared tmp sockets opt laevigata releases tmp sockets ✔ deploy qa upgrade etd emory edu rm rf opt laevigata releases log ✔ deploy qa upgrade etd emory edu ln s opt laevigata shared log opt laevigata releases log ✔ deploy qa upgrade etd emory edu ln s opt laevigata shared public opt laevigata shared public assets opt laevigata releases public op… ✔ deploy qa upgrade etd emory edu bundler install bundle install path opt laevigata shared bundle without development test deployment fetching gem metadata from note gem specification has rdoc is deprecated with no replacement it will be removed on or after gem specification has rdoc called from opt laevigata shared bundle ruby bundler gems darlingtonia … fetching rake installing rake using concurrent ruby fetching installing using minitest using thread safe using tzinfo fetching activesupport installing activesupport using builder fetching erubi installing erubi using mini fetching nokogiri installing nokogiri with native extensions using rails dom testing fetching crass installing crass using loofah using rails html sanitizer fetching actionview installing actionview fetching rack installing rack fetching rack test installing rack test fetching actionpack installing actionpack fetching installing with native extensions using websocket extensions using websocket driver fetching actioncable installing actioncable using globalid fetching activejob installing activejob using mime types data using mime types using mail fetching actionmailer installing actionmailer fetching activemodel installing activemodel using hamster using link header using rdf using rdf vocab using active triples using deprecation using multipart post using faraday using faraday encoding using http logger using multi json using json ld using rdf isomorphic using sxp using ebnf using rdf turtle using slop using ldp using rsolr using ruby progressbar using daemons using stomp using xml simple using solrizer using active fedora using active encode fetching arel installing arel fetching activerecord installing activerecord using activerecord import using public suffix using addressable using bundler using method source using thor fetching railties installing railties fetching sprockets installing sprockets using sprockets rails fetching rails installing rails using almond rails using execjs using autoprefixer rails using awesome nested set using aws eventstream using aws partitions using aws using jmespath using aws sdk core using aws sdk kms using aws sdk using babel source using babel transpiler using fetching bcrypt installing bcrypt with native extensions using rb fsevent using ffi using rb inotify using sass listen using sass using bootstrap sass using jbuilder using kaminari core using kaminari actionview using kaminari activerecord using kaminari using jquery rails using twitter typeahead rails pre corejavascript using blacklight using cancancan using blacklight access controls using openseadragon using blacklight gallery using bootstrap form using breadcrumbs on rails using jwt using multi xml using using dropbox api using font awesome rails using little plugger using logging using memoist using os using signet using googleauth using httpclient using declarative using declarative option using uber using representable using retriable using google api client using google drive using httparty using json using ruby box using tilt using sass rails using browse everything using carrierwave using chronic using clamby using clipboard rails using coffee script source using coffee script using coffee rails using commonjs using connection pool using darlingtonia from at master using orm adapter using responders using warden using devise using devise guests using dotenv using dotenv rails using dry configurable using dry container using dry core using dry equalizer using dry inflector using dry logic using dry types using ice nine using dry struct using dry validation using equivalent xml using factory bot using factory bot rails using ffaker using flipflop using flot rails using temple using haml using hashie using hiredis using honeybadger using htmlentities using hydra access controls using hydra core using mini magick using hydra derivatives using simple form using sprockets using hydra editor using hydra file characterization using hydra head using hydra pcdm using hydra role management using om using hydra works using iiif manifest using jquery datatables rails using jquery ui rails using json schema using kaminari route prefix using legato using rdf xsd using rdf aggregate repo using net http persistent using sparql client using sparql using ld patch using rdf json using rdf microdata using rdf using rdf normalize using rdf rdfa using rdf rdfxml using rdf reasoner using rdf tabular using rdf trig using rdf trix using json ld preloaded using shex using linkeddata using mailboxer using redic using nest using noid using noid rails using oauth using posix spawn using power converter using pul uv rails using qa using rails autolink using redis using redis namespace using redlock using samvera nesting indexer using rails using tinymce rails using hyrax using less using less rails using net ssh using net sftp using nokogumbo using okcomputer using omniauth using omniauth shibboleth using pg using rack protection fetching rack proxy installing rack proxy using rubyzip using sanitize using sidekiq using using turbolinks source using turbolinks using twitter bootstrap rails using uglifier fetching webpacker installing webpacker using whenever using xray rails using yard bundle complete gemfile dependencies gems now installed gems in the groups development and test were not installed bundled gems are installed into opt laevigata shared bundle ✔ deploy qa upgrade etd emory edu deploy assets precompile bundle exec rake assets precompile i info writing opt laevigata releases public assets applicati… i info writing opt laevigata releases public assets applicati… i info writing opt laevigata releases public assets tinymce p… i info writing opt laevigata releases public assets tinymce p… i info writing opt laevigata releases public assets tinymce p… i info writing opt laevigata releases public assets tinymce p… i info writing opt laevigata releases public assets tinymce p… i info writing opt laevigata releases public assets tinymce p… i info writing opt laevigata releases public assets tinymce p… i info writing opt laevigata releases public assets tinymce p… i info writing opt laevigata releases public assets tinymce p… i info writing opt laevigata releases public assets tinymce p… i info writing opt laevigata releases public assets tinymce p… i info writing opt laevigata releases public assets tinymce p… i info writing opt laevigata releases public assets tinymce p… i info writing opt laevigata releases public assets tinymce p… i info writing opt laevigata releases public assets tinymce p… i info writing opt laevigata releases public assets tinymce p… i info writing opt laevigata releases public assets tinymce p… i info writing opt laevigata releases public assets tinymce s… i info writing opt laevigata releases public assets tinymce s… i info writing opt laevigata releases public assets tinymce s… i info writing opt laevigata releases public assets tinymce s… i info writing opt laevigata releases public assets tinymce s… i info writing opt laevigata releases public assets tinymce s… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info removing digest from opt laevigata releases public ass… i info copying assets preserving modes to opt laevigata releases … sh node not found webpacker requires node js and you are using please upgrade node js backtrace restricted to imported tasks cap aborted sshkit runner executeerror exception while executing as deploy qa upgrade etd emory edu rake exit status rake stdout nothing written rake stderr i info writing opt laevigata releases public assets application js i info writing opt laevigata releases public assets application js gz i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley cool gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley cry gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley embarassed gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley foot in mouth gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley frown gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley innocent gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley kiss gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley laughing gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley money mouth gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley sealed gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley smile gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley surprised gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley tongue out gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley undecided gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley wink gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley yell gif i info writing opt laevigata releases public assets tinymce plugins help img logo png i info writing opt laevigata releases public assets tinymce skins lightgray fonts tinymce small svg i info writing opt laevigata releases public assets tinymce skins lightgray fonts tinymce svg i info writing opt laevigata releases public assets tinymce skins lightgray img anchor gif i info writing opt laevigata releases public assets tinymce skins lightgray img loader gif i info writing opt laevigata releases public assets tinymce skins lightgray img object gif i info writing opt laevigata releases public assets tinymce skins lightgray img trans gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley cool gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley cry gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley embarassed gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley foot in mouth gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley frown gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley innocent gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley kiss gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley laughing gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley money mouth gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley sealed gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley smile gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley surprised gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley tongue out gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley undecided gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley wink gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley yell gif i info removing digest from opt laevigata releases public assets tinymce plugins help img logo png i info removing digest from opt laevigata releases public assets tinymce skins lightgray fonts tinymce small svg i info removing digest from opt laevigata releases public assets tinymce skins lightgray fonts tinymce svg i info removing digest from opt laevigata releases public assets tinymce skins lightgray img anchor gif i info removing digest from opt laevigata releases public assets tinymce skins lightgray img loader gif i info removing digest from opt laevigata releases public assets tinymce skins lightgray img object gif i info removing digest from opt laevigata releases public assets tinymce skins lightgray img trans gif i info copying assets preserving modes to opt laevigata releases public assets tinymce sh node not found webpacker requires node js and you are using please upgrade node js caused by sshkit command failed rake exit status rake stdout nothing written rake stderr i info writing opt laevigata releases public assets application js i info writing opt laevigata releases public assets application js gz i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley cool gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley cry gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley embarassed gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley foot in mouth gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley frown gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley innocent gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley kiss gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley laughing gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley money mouth gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley sealed gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley smile gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley surprised gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley tongue out gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley undecided gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley wink gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley yell gif i info writing opt laevigata releases public assets tinymce plugins help img logo png i info writing opt laevigata releases public assets tinymce skins lightgray fonts tinymce small svg i info writing opt laevigata releases public assets tinymce skins lightgray fonts tinymce svg i info writing opt laevigata releases public assets tinymce skins lightgray img anchor gif i info writing opt laevigata releases public assets tinymce skins lightgray img loader gif i info writing opt laevigata releases public assets tinymce skins lightgray img object gif i info writing opt laevigata releases public assets tinymce skins lightgray img trans gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley cool gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley cry gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley embarassed gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley foot in mouth gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley frown gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley innocent gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley kiss gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley laughing gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley money mouth gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley sealed gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley smile gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley surprised gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley tongue out gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley undecided gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley wink gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley yell gif i info removing digest from opt laevigata releases public assets tinymce plugins help img logo png i info removing digest from opt laevigata releases public assets tinymce skins lightgray fonts tinymce small svg i info removing digest from opt laevigata releases public assets tinymce skins lightgray fonts tinymce svg i info removing digest from opt laevigata releases public assets tinymce skins lightgray img anchor gif i info removing digest from opt laevigata releases public assets tinymce skins lightgray img loader gif i info removing digest from opt laevigata releases public assets tinymce skins lightgray img object gif i info removing digest from opt laevigata releases public assets tinymce skins lightgray img trans gif i info copying assets preserving modes to opt laevigata releases public assets tinymce sh node not found webpacker requires node js and you are using please upgrade node js tasks top deploy assets precompile see full trace by running task with trace the deploy has failed with an error exception while executing as deploy qa upgrade etd emory edu rake exit status rake stdout nothing written rake stderr i info writing opt laevigata releases public assets application js i info writing opt laevigata releases public assets application js gz i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley cool gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley cry gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley embarassed gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley foot in mouth gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley frown gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley innocent gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley kiss gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley laughing gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley money mouth gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley sealed gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley smile gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley surprised gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley tongue out gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley undecided gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley wink gif i info writing opt laevigata releases public assets tinymce plugins emoticons img smiley yell gif i info writing opt laevigata releases public assets tinymce plugins help img logo png i info writing opt laevigata releases public assets tinymce skins lightgray fonts tinymce small svg i info writing opt laevigata releases public assets tinymce skins lightgray fonts tinymce svg i info writing opt laevigata releases public assets tinymce skins lightgray img anchor gif i info writing opt laevigata releases public assets tinymce skins lightgray img loader gif i info writing opt laevigata releases public assets tinymce skins lightgray img object gif i info writing opt laevigata releases public assets tinymce skins lightgray img trans gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley cool gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley cry gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley embarassed gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley foot in mouth gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley frown gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley innocent gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley kiss gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley laughing gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley money mouth gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley sealed gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley smile gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley surprised gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley tongue out gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley undecided gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley wink gif i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley yell gif i info removing digest from opt laevigata releases public assets tinymce plugins help img logo png i info removing digest from opt laevigata releases public assets tinymce skins lightgray fonts tinymce small svg i info removing digest from opt laevigata releases public assets tinymce skins lightgray fonts tinymce svg i info removing digest from opt laevigata releases public assets tinymce skins lightgray img anchor gif i info removing digest from opt laevigata releases public assets tinymce skins lightgray img loader gif i info removing digest from opt laevigata releases public assets tinymce skins lightgray img object gif i info removing digest from opt laevigata releases public assets tinymce skins lightgray img trans gif i info copying assets preserving modes to opt laevigata releases public assets tinymce sh node not found webpacker requires node js and you are using please upgrade node js deploy failed refer to log capistrano log for details here are the last lines debug i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley laughing gif debug i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley money mouth gif debug i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley sealed gif debug i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley smile gif debug i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley surprised gif debug i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley tongue out gif debug i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley undecided gif debug i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley wink gif debug i info removing digest from opt laevigata releases public assets tinymce plugins emoticons img smiley yell gif debug i info removing digest from opt laevigata releases public assets tinymce plugins help img logo png debug i info removing digest from opt laevigata releases public assets tinymce skins lightgray fonts tinymce small svg debug i info removing digest from opt laevigata releases public assets tinymce skins lightgray fonts tinymce svg debug i info removing digest from opt laevigata releases public assets tinymce skins lightgray img anchor gif debug i info removing digest from opt laevigata releases public assets tinymce skins lightgray img loader gif debug i info removing digest from opt laevigata releases public assets tinymce skins lightgray img object gif debug i info removing digest from opt laevigata releases public assets tinymce skins lightgray img trans gif debug i info copying assets preserving modes to opt laevigata releases public assets tinymce debug sh node not found debug webpacker requires node js and you are using please upgrade node js
| 1
|
116,852
| 4,707,835,431
|
IssuesEvent
|
2016-10-13 21:20:06
|
CCAFS/MARLO
|
https://api.github.com/repos/CCAFS/MARLO
|
closed
|
Error saving in project partners as a Project leader
|
Priority - High Type - Bug
|
i've tried in project `projectID=43` and `j.vanetten[at]cgiar[dot]org`
Trying to assign some contact persona as Project coordinator

|
1.0
|
Error saving in project partners as a Project leader - i've tried in project `projectID=43` and `j.vanetten[at]cgiar[dot]org`
Trying to assign some contact persona as Project coordinator

|
priority
|
error saving in project partners as a project leader i ve tried in project projectid and j vanetten cgiar org trying to assign some contact persona as project coordinator
| 1
|
92,416
| 3,870,364,709
|
IssuesEvent
|
2016-04-11 02:54:37
|
spyder-ide/conda-manager
|
https://api.github.com/repos/spyder-ide/conda-manager
|
closed
|
conda-manager download is not downloading if file is found. Size check is not working!
|
Bug Priority: High
|
>Using Navigator - on MacOSX 64-bit, in a Python3 environment that did not have anaconda installed. I searched for anaconda with the "not installed" dropdown. The only version of anaconda available was v2.5 - even though many previous versions are available - and a newer version 4.0 is available.
After installing anaconda into the python3.5 environment - I checked and it would allow me to downgrade to a number of different versions - but did not have the option to upgrade to 4.0. v4.0 wasn't listed anywhere. I also then checked my root 2.7 environment - it already had Anaconda installed - but also did not have the option to upgrade to 4.0. The latest version in the root environment was also 2.5.
This version of Navigator was installed with the Anaconda 4.0 installer - though the anaconda version had been changed to custom in the root environment because I had installed nbpresent.
Checking http://repo.continuum.io/pkgs/free/osx-64/ & http://repo.continuum.io/pkgs/free/osx-64/repodata.json - anaconda 4.0 is listed in both places.
I quit and restarted Navigator and the issue remained.
|
1.0
|
conda-manager download is not downloading if file is found. Size check is not working! - >Using Navigator - on MacOSX 64-bit, in a Python3 environment that did not have anaconda installed. I searched for anaconda with the "not installed" dropdown. The only version of anaconda available was v2.5 - even though many previous versions are available - and a newer version 4.0 is available.
After installing anaconda into the python3.5 environment - I checked and it would allow me to downgrade to a number of different versions - but did not have the option to upgrade to 4.0. v4.0 wasn't listed anywhere. I also then checked my root 2.7 environment - it already had Anaconda installed - but also did not have the option to upgrade to 4.0. The latest version in the root environment was also 2.5.
This version of Navigator was installed with the Anaconda 4.0 installer - though the anaconda version had been changed to custom in the root environment because I had installed nbpresent.
Checking http://repo.continuum.io/pkgs/free/osx-64/ & http://repo.continuum.io/pkgs/free/osx-64/repodata.json - anaconda 4.0 is listed in both places.
I quit and restarted Navigator and the issue remained.
|
priority
|
conda manager download is not downloading if file is found size check is not working using navigator on macosx bit in a environment that did not have anaconda installed i searched for anaconda with the not installed dropdown the only version of anaconda available was even though many previous versions are available and a newer version is available after installing anaconda into the environment i checked and it would allow me to downgrade to a number of different versions but did not have the option to upgrade to wasn t listed anywhere i also then checked my root environment it already had anaconda installed but also did not have the option to upgrade to the latest version in the root environment was also this version of navigator was installed with the anaconda installer though the anaconda version had been changed to custom in the root environment because i had installed nbpresent checking anaconda is listed in both places i quit and restarted navigator and the issue remained
| 1
|
142,166
| 5,459,979,053
|
IssuesEvent
|
2017-03-09 02:51:26
|
benrs/SOEN341_Project_group_4
|
https://api.github.com/repos/benrs/SOEN341_Project_group_4
|
closed
|
Creating proper routes to handle different authentication types
|
back-end high-risk-high-value in progress priority-critical task
|
This pertains to user story issue #39.
|
1.0
|
Creating proper routes to handle different authentication types - This pertains to user story issue #39.
|
priority
|
creating proper routes to handle different authentication types this pertains to user story issue
| 1
|
353,941
| 10,560,947,645
|
IssuesEvent
|
2019-10-04 14:53:43
|
craftercms/craftercms
|
https://api.github.com/repos/craftercms/craftercms
|
closed
|
[studio] Add delete_content permission to blueprints and upgrade pipeline for Delete dialog APIs
|
enhancement priority: high
|
Required for APIs implementation
https://github.com/craftercms/craftercms/issues/3422
|
1.0
|
[studio] Add delete_content permission to blueprints and upgrade pipeline for Delete dialog APIs - Required for APIs implementation
https://github.com/craftercms/craftercms/issues/3422
|
priority
|
add delete content permission to blueprints and upgrade pipeline for delete dialog apis required for apis implementation
| 1
|
803,412
| 29,176,308,202
|
IssuesEvent
|
2023-05-19 08:12:59
|
WFP-VAM/dmp
|
https://api.github.com/repos/WFP-VAM/dmp
|
closed
|
Form data is not aggregating correctly in reports
|
bug priority: high
|
After making a few edits to two forms I tested today on staging, the results were not aggregating properly. Both reports are for the same day and location, and both are in 'approved' status.
Form 1:
<img width="1850" alt="Screenshot 2023-05-11 at 18 08 38" src="https://github.com/WFP-VAM/dmp/assets/3343536/fef9839f-ad38-4650-be90-ad6ea2422bdb">
Form 2:
<img width="1849" alt="Screenshot 2023-05-11 at 18 08 30" src="https://github.com/WFP-VAM/dmp/assets/3343536/2d38f958-19de-4c05-9480-4656a71435f7">
Report:
<img width="1844" alt="Screenshot 2023-05-11 at 18 26 21" src="https://github.com/WFP-VAM/dmp/assets/3343536/c022ce0c-533a-4985-b533-24f20e4acc76">
|
1.0
|
Form data is not aggregating correctly in reports - After making a few edits to two forms I tested today on staging, the results were not aggregating properly. Both reports are for the same day and location, and both are in 'approved' status.
Form 1:
<img width="1850" alt="Screenshot 2023-05-11 at 18 08 38" src="https://github.com/WFP-VAM/dmp/assets/3343536/fef9839f-ad38-4650-be90-ad6ea2422bdb">
Form 2:
<img width="1849" alt="Screenshot 2023-05-11 at 18 08 30" src="https://github.com/WFP-VAM/dmp/assets/3343536/2d38f958-19de-4c05-9480-4656a71435f7">
Report:
<img width="1844" alt="Screenshot 2023-05-11 at 18 26 21" src="https://github.com/WFP-VAM/dmp/assets/3343536/c022ce0c-533a-4985-b533-24f20e4acc76">
|
priority
|
form data is not aggregating correctly in reports after making a few edits to two forms i tested today on staging the results were not aggregating properly both reports are for the same day and location and both are in approved status form img width alt screenshot at src form img width alt screenshot at src report img width alt screenshot at src
| 1
|
758,552
| 26,559,879,660
|
IssuesEvent
|
2023-01-20 15:02:58
|
huridocs/uwazi
|
https://api.github.com/repos/huridocs/uwazi
|
closed
|
IX: Rectangles appearing in PDF without labeled data
|
Bug :lady_beetle: Priority: High
|
**Describe the bug**
Rectangles appearing in PDF without labeled data on the Information extraction UI when previously other document was "click to fill"

|
1.0
|
IX: Rectangles appearing in PDF without labeled data - **Describe the bug**
Rectangles appearing in PDF without labeled data on the Information extraction UI when previously other document was "click to fill"

|
priority
|
ix rectangles appearing in pdf without labeled data describe the bug rectangles appearing in pdf without labeled data on the information extraction ui when previously other document was click to fill
| 1
|
99,280
| 4,050,435,293
|
IssuesEvent
|
2016-05-23 17:53:46
|
SCIInstitute/SCIRun
|
https://api.github.com/repos/SCIInstitute/SCIRun
|
opened
|
WriteField: Add g3d as saveable object type
|
Andrew ButsonLab Daria Priority-High Volume Rendering
|
Look at uvfconverter in iv3d to get algorithm for this.
|
1.0
|
WriteField: Add g3d as saveable object type - Look at uvfconverter in iv3d to get algorithm for this.
|
priority
|
writefield add as saveable object type look at uvfconverter in to get algorithm for this
| 1
|
202,529
| 7,048,763,524
|
IssuesEvent
|
2018-01-02 19:07:21
|
jsonwebtoken/jsonwebtoken.github.io
|
https://api.github.com/repos/jsonwebtoken/jsonwebtoken.github.io
|
closed
|
The JWT counter is broken
|
bug high-priority stage-3
|
The webtask that is used to update the JWT counter is not working:
https://webtask.it.auth0.com/api/run/wt-matiasw-gmail_com-0/proxy?url=http://metrics.it.auth0.com/counters

|
1.0
|
The JWT counter is broken - The webtask that is used to update the JWT counter is not working:
https://webtask.it.auth0.com/api/run/wt-matiasw-gmail_com-0/proxy?url=http://metrics.it.auth0.com/counters

|
priority
|
the jwt counter is broken the webtask that is used to update the jwt counter is not working
| 1
|
311,550
| 9,535,117,860
|
IssuesEvent
|
2019-04-30 05:25:50
|
alecluna/printworksapparel
|
https://api.github.com/repos/alecluna/printworksapparel
|
opened
|
Catalog links in Estimate form
|
Hella High Priority
|
### What I'm trying to achieve
louis would like an extra section in the estimate form that has a link to Catalog A and Catalog B for the user to view. the link should open a new tab so that they can come back to their unfinished estimate form. he will provide the links by the end of tomorrow
### Describe a proposed solution
...
### Other solutions I've tried and won't work
…
### Screenshots or mockups
<!-- Please provide any illustrations that could help others understand the problem or the proposed solution. -->
|
1.0
|
Catalog links in Estimate form - ### What I'm trying to achieve
louis would like an extra section in the estimate form that has a link to Catalog A and Catalog B for the user to view. the link should open a new tab so that they can come back to their unfinished estimate form. he will provide the links by the end of tomorrow
### Describe a proposed solution
...
### Other solutions I've tried and won't work
…
### Screenshots or mockups
<!-- Please provide any illustrations that could help others understand the problem or the proposed solution. -->
|
priority
|
catalog links in estimate form what i m trying to achieve louis would like an extra section in the estimate form that has a link to catalog a and catalog b for the user to view the link should open a new tab so that they can come back to their unfinished estimate form he will provide the links by the end of tomorrow describe a proposed solution other solutions i ve tried and won t work … screenshots or mockups
| 1
|
608,934
| 18,851,551,609
|
IssuesEvent
|
2021-11-11 21:37:30
|
openskope/skope-api
|
https://api.github.com/repos/openskope/skope-api
|
opened
|
incorrect mean / median statistics displayed for z-score wrt selected interval with smoothing
|
bug high priority
|
From @kintigh
> For a selected area, if I have no smoothing, but I have a transformation of Z-score wrt Selected interval, I get a mean of -2e-17 or effectively zero and a SD of 1 (exactly) as they should. However, if I add centered or trailing smoothing of any sort it changes the mean and median statistic on the transformed line and for different smoothing I get different means and medians. As the smoothing is added on top of the transformation, the transformed statistics should not change with the smoothing. It is curious that the SD does not change but the mean does. Somehow the wrong years are being grabbed for the mean and statistic. However, the smoothing does not affect the raw data mean, whether there is a transformation or not (as it should not). This also does not seem to happen with the moving Z-score or the fixed interval Z score.
Could be a display issue on the UI end but need to look closely at the timeseries service endpoint as well
|
1.0
|
incorrect mean / median statistics displayed for z-score wrt selected interval with smoothing - From @kintigh
> For a selected area, if I have no smoothing, but I have a transformation of Z-score wrt Selected interval, I get a mean of -2e-17 or effectively zero and a SD of 1 (exactly) as they should. However, if I add centered or trailing smoothing of any sort it changes the mean and median statistic on the transformed line and for different smoothing I get different means and medians. As the smoothing is added on top of the transformation, the transformed statistics should not change with the smoothing. It is curious that the SD does not change but the mean does. Somehow the wrong years are being grabbed for the mean and statistic. However, the smoothing does not affect the raw data mean, whether there is a transformation or not (as it should not). This also does not seem to happen with the moving Z-score or the fixed interval Z score.
Could be a display issue on the UI end but need to look closely at the timeseries service endpoint as well
|
priority
|
incorrect mean median statistics displayed for z score wrt selected interval with smoothing from kintigh for a selected area if i have no smoothing but i have a transformation of z score wrt selected interval i get a mean of or effectively zero and a sd of exactly as they should however if i add centered or trailing smoothing of any sort it changes the mean and median statistic on the transformed line and for different smoothing i get different means and medians as the smoothing is added on top of the transformation the transformed statistics should not change with the smoothing it is curious that the sd does not change but the mean does somehow the wrong years are being grabbed for the mean and statistic however the smoothing does not affect the raw data mean whether there is a transformation or not as it should not this also does not seem to happen with the moving z score or the fixed interval z score could be a display issue on the ui end but need to look closely at the timeseries service endpoint as well
| 1
|
526,476
| 15,293,840,210
|
IssuesEvent
|
2021-02-24 01:08:23
|
ijsto/strapi-plugin-migrate
|
https://api.github.com/repos/ijsto/strapi-plugin-migrate
|
closed
|
[List] Add missing MVP features
|
priority:high
|
We need to add tests that will check that the IDs in target environment match the ones being imported.
Please feel free to add edges cases which you think should be covered with tests.
- [x] ~automatically sync roles~
- [x] option to export a file
|
1.0
|
[List] Add missing MVP features - We need to add tests that will check that the IDs in target environment match the ones being imported.
Please feel free to add edges cases which you think should be covered with tests.
- [x] ~automatically sync roles~
- [x] option to export a file
|
priority
|
add missing mvp features we need to add tests that will check that the ids in target environment match the ones being imported please feel free to add edges cases which you think should be covered with tests automatically sync roles option to export a file
| 1
|
84,017
| 3,647,457,832
|
IssuesEvent
|
2016-02-16 00:52:44
|
TechReborn/TechReborn
|
https://api.github.com/repos/TechReborn/TechReborn
|
closed
|
Wrong NEI Handler Recipes hitboxes
|
bug High priority
|
See this:


<strong>Also, only one arrow has the hitbox for open all recipes.<strong>

TechReborn-0.5.6.963-universal
|
1.0
|
Wrong NEI Handler Recipes hitboxes - See this:


<strong>Also, only one arrow has the hitbox for open all recipes.<strong>

TechReborn-0.5.6.963-universal
|
priority
|
wrong nei handler recipes hitboxes see this also only one arrow has the hitbox for open all recipes techreborn universal
| 1
|
300,716
| 9,211,975,223
|
IssuesEvent
|
2019-03-09 19:57:26
|
zephyrproject-rtos/zephyr
|
https://api.github.com/repos/zephyrproject-rtos/zephyr
|
closed
|
tests/lib/mem_alloc/testcase.yaml#libraries.libc.minimal: Bus fault at test_malloc
|
area: Memory Protection bug platform: NXP priority: high
|
**To Reproduce**
Steps to reproduce the behavior:
1. mkdir build; cd build
2. cmake -DBOARD=frdm_k64f -DARCH=arm ..
3. make
4. make run
**Screenshots or console output**
```
******** delaying boot 1000ms (per build configuration) *****
***** Booting Zephyr OS v1.14.0-rc1-248-gd5b2834f58 (delayed boot 1000ms) *****
Running test suite test_c_lib_dynamic_memalloc
===================================================================
starting test - test_malloc
***** BUS FAULT *****
Precise data bus error
BFAR Address: 0x20001158
NXP MPU error, port 3
Mode: User, Data Address: 0x20001158
Type: Read, Master: 0, Regions: 0x8800
***** Hardware exception *****
Current thread ID = 0x20000b3c
Faulting instruction address = 0x7ee
Fatal fault in thread 0x20000b3c! Aborting.
```
**Environment (please complete the following information):**
- OS: fedora29
- Toolchain: zephyr
- Commit SHA or Version used: d5b2834f58e11b59c640f00f3f2ca2fb85d3a48c
|
1.0
|
tests/lib/mem_alloc/testcase.yaml#libraries.libc.minimal: Bus fault at test_malloc - **To Reproduce**
Steps to reproduce the behavior:
1. mkdir build; cd build
2. cmake -DBOARD=frdm_k64f -DARCH=arm ..
3. make
4. make run
**Screenshots or console output**
```
******** delaying boot 1000ms (per build configuration) *****
***** Booting Zephyr OS v1.14.0-rc1-248-gd5b2834f58 (delayed boot 1000ms) *****
Running test suite test_c_lib_dynamic_memalloc
===================================================================
starting test - test_malloc
***** BUS FAULT *****
Precise data bus error
BFAR Address: 0x20001158
NXP MPU error, port 3
Mode: User, Data Address: 0x20001158
Type: Read, Master: 0, Regions: 0x8800
***** Hardware exception *****
Current thread ID = 0x20000b3c
Faulting instruction address = 0x7ee
Fatal fault in thread 0x20000b3c! Aborting.
```
**Environment (please complete the following information):**
- OS: fedora29
- Toolchain: zephyr
- Commit SHA or Version used: d5b2834f58e11b59c640f00f3f2ca2fb85d3a48c
|
priority
|
tests lib mem alloc testcase yaml libraries libc minimal bus fault at test malloc to reproduce steps to reproduce the behavior mkdir build cd build cmake dboard frdm darch arm make make run screenshots or console output delaying boot per build configuration booting zephyr os delayed boot running test suite test c lib dynamic memalloc starting test test malloc bus fault precise data bus error bfar address nxp mpu error port mode user data address type read master regions hardware exception current thread id faulting instruction address fatal fault in thread aborting environment please complete the following information os toolchain zephyr commit sha or version used
| 1
|
818,521
| 30,693,473,844
|
IssuesEvent
|
2023-07-26 16:44:34
|
ianarawjo/ChainForge
|
https://api.github.com/repos/ianarawjo/ChainForge
|
closed
|
Add Chat Turn Nodes
|
high priority future feature
|
This is the current major push for the next release, and related to a previous issue. It involves substantial changes across the front and backends of the app to support passing “chat history” on response objects and in the cache.
This feature is being prioritized as several pilot users hinted at wanting it, in addition to an original issue raised here.
|
1.0
|
Add Chat Turn Nodes - This is the current major push for the next release, and related to a previous issue. It involves substantial changes across the front and backends of the app to support passing “chat history” on response objects and in the cache.
This feature is being prioritized as several pilot users hinted at wanting it, in addition to an original issue raised here.
|
priority
|
add chat turn nodes this is the current major push for the next release and related to a previous issue it involves substantial changes across the front and backends of the app to support passing “chat history” on response objects and in the cache this feature is being prioritized as several pilot users hinted at wanting it in addition to an original issue raised here
| 1
|
317,338
| 9,663,585,423
|
IssuesEvent
|
2019-05-21 01:23:55
|
NCIOCPL/cgov-digital-platform
|
https://api.github.com/repos/NCIOCPL/cgov-digital-platform
|
closed
|
Update Meta Description Field to allow 600 characters
|
High priority change request
|
Because PDQ has meta descriptions longer than 320 characters, we need to update the meta description field to allow 600 characters.
This is needed to continue migration scripting.
|
1.0
|
Update Meta Description Field to allow 600 characters - Because PDQ has meta descriptions longer than 320 characters, we need to update the meta description field to allow 600 characters.
This is needed to continue migration scripting.
|
priority
|
update meta description field to allow characters because pdq has meta descriptions longer than characters we need to update the meta description field to allow characters this is needed to continue migration scripting
| 1
|
603,947
| 18,674,514,580
|
IssuesEvent
|
2021-10-31 10:21:43
|
AY2122S1-CS2113T-F14-3/tp
|
https://api.github.com/repos/AY2122S1-CS2113T-F14-3/tp
|
closed
|
[PE-D] Feature did not work, adding schedule with quantifier
|
priority.High type.Bug
|

<!--session: 1635497037138-3d4857ae-1d3d-4193-8643-08af139c8315-->
<!--Version: Web v3.4.1-->
-------------
Labels: `type.FeatureFlaw` `severity.Medium`
original: KZQ1999/ped#9
|
1.0
|
[PE-D] Feature did not work, adding schedule with quantifier - 
<!--session: 1635497037138-3d4857ae-1d3d-4193-8643-08af139c8315-->
<!--Version: Web v3.4.1-->
-------------
Labels: `type.FeatureFlaw` `severity.Medium`
original: KZQ1999/ped#9
|
priority
|
feature did not work adding schedule with quantifier labels type featureflaw severity medium original ped
| 1
|
601,355
| 18,400,993,820
|
IssuesEvent
|
2021-10-12 16:16:31
|
tnc-ca-geo/animl-frontend
|
https://api.github.com/repos/tnc-ca-geo/animl-frontend
|
opened
|
Fix view saving bug: explicitly bake currently selected camera & deployment into filters
|
bug high priority
|
Currently when creating a view that includes all currently available cameras & deployments, the filters saved for that view for cameras & deployments will be "null", which means that all new cameras/deps that get added after that will be included in that view. Maybe when you save a view, bake the currently selected cams and deps into the filter?
|
1.0
|
Fix view saving bug: explicitly bake currently selected camera & deployment into filters - Currently when creating a view that includes all currently available cameras & deployments, the filters saved for that view for cameras & deployments will be "null", which means that all new cameras/deps that get added after that will be included in that view. Maybe when you save a view, bake the currently selected cams and deps into the filter?
|
priority
|
fix view saving bug explicitly bake currently selected camera deployment into filters currently when creating a view that includes all currently available cameras deployments the filters saved for that view for cameras deployments will be null which means that all new cameras deps that get added after that will be included in that view maybe when you save a view bake the currently selected cams and deps into the filter
| 1
|
740,056
| 25,734,365,855
|
IssuesEvent
|
2022-12-07 23:06:58
|
pytorch/pytorch
|
https://api.github.com/repos/pytorch/pytorch
|
closed
|
On CPU-only machine received OSError from importing: libcublas.so.11: cannot open shared object file
|
high priority triage review oncall: binaries module: regression
|
### 🐛 Describe the bug
On a CPU-only machine, in Amazon Linux 2 latest docker image, install latest PyTorch(1.13) via pip and import, received this error.
However in my sense, PyTorch should not install GPU related components on a CPU-only machine without CUDA and nvidia related package installed?
Steps to reproduce:
```
docker pull amazonlinux:2
docker run --rm -it amazonlinux:2 /bin/bash
bash-4.2# yum install -y python3 python3-devel python3-distutils
bash-4.2# python3 -m pip install torch
bash-4.2# python3 -c "import torch"
```
Then get error message:
```
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib64/python3.7/site-packages/torch/__init__.py", line 191, in <module>
_load_global_deps()
File "/usr/local/lib64/python3.7/site-packages/torch/__init__.py", line 153, in _load_global_deps
ctypes.CDLL(lib_path, mode=ctypes.RTLD_GLOBAL)
File "/usr/lib64/python3.7/ctypes/__init__.py", line 359, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libcublas.so.11: cannot open shared object file: No such file or directory
```
### Versions
Collecting environment information...
PyTorch version: N/A
Is debug build: N/A
CUDA used to build PyTorch: N/A
ROCM used to build PyTorch: N/A
OS: Amazon Linux 2 (x86_64)
GCC version: Could not collect
Clang version: Could not collect
CMake version: Could not collect
Libc version: glibc-2.2.5
Python version: 3.7.10 (default, Jun 3 2021, 00:02:01) [GCC 7.3.1 20180712 (Red Hat 7.3.1-13)] (64-bit runtime)
Python platform: Linux-5.4.214-134.408.amzn2int.x86_64-x86_64-with-glibc2.2.5
Is CUDA available: N/A
CUDA runtime version: Could not collect
CUDA_MODULE_LOADING set to: N/A
GPU models and configuration: Could not collect
Nvidia driver version: Could not collect
cuDNN version: Could not collect
HIP runtime version: N/A
MIOpen runtime version: N/A
Is XNNPACK available: N/A
Versions of relevant libraries:
[pip3] torch==1.13.0
[conda] Could not collect
cc @ezyang @gchanan @zou3519 @seemethere @malfet
|
1.0
|
On CPU-only machine received OSError from importing: libcublas.so.11: cannot open shared object file - ### 🐛 Describe the bug
On a CPU-only machine, in Amazon Linux 2 latest docker image, install latest PyTorch(1.13) via pip and import, received this error.
However in my sense, PyTorch should not install GPU related components on a CPU-only machine without CUDA and nvidia related package installed?
Steps to reproduce:
```
docker pull amazonlinux:2
docker run --rm -it amazonlinux:2 /bin/bash
bash-4.2# yum install -y python3 python3-devel python3-distutils
bash-4.2# python3 -m pip install torch
bash-4.2# python3 -c "import torch"
```
Then get error message:
```
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib64/python3.7/site-packages/torch/__init__.py", line 191, in <module>
_load_global_deps()
File "/usr/local/lib64/python3.7/site-packages/torch/__init__.py", line 153, in _load_global_deps
ctypes.CDLL(lib_path, mode=ctypes.RTLD_GLOBAL)
File "/usr/lib64/python3.7/ctypes/__init__.py", line 359, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libcublas.so.11: cannot open shared object file: No such file or directory
```
### Versions
Collecting environment information...
PyTorch version: N/A
Is debug build: N/A
CUDA used to build PyTorch: N/A
ROCM used to build PyTorch: N/A
OS: Amazon Linux 2 (x86_64)
GCC version: Could not collect
Clang version: Could not collect
CMake version: Could not collect
Libc version: glibc-2.2.5
Python version: 3.7.10 (default, Jun 3 2021, 00:02:01) [GCC 7.3.1 20180712 (Red Hat 7.3.1-13)] (64-bit runtime)
Python platform: Linux-5.4.214-134.408.amzn2int.x86_64-x86_64-with-glibc2.2.5
Is CUDA available: N/A
CUDA runtime version: Could not collect
CUDA_MODULE_LOADING set to: N/A
GPU models and configuration: Could not collect
Nvidia driver version: Could not collect
cuDNN version: Could not collect
HIP runtime version: N/A
MIOpen runtime version: N/A
Is XNNPACK available: N/A
Versions of relevant libraries:
[pip3] torch==1.13.0
[conda] Could not collect
cc @ezyang @gchanan @zou3519 @seemethere @malfet
|
priority
|
on cpu only machine received oserror from importing libcublas so cannot open shared object file 🐛 describe the bug on a cpu only machine in amazon linux latest docker image install latest pytorch via pip and import received this error however in my sense pytorch should not install gpu related components on a cpu only machine without cuda and nvidia related package installed steps to reproduce docker pull amazonlinux docker run rm it amazonlinux bin bash bash yum install y devel distutils bash m pip install torch bash c import torch then get error message traceback most recent call last file line in file usr local site packages torch init py line in load global deps file usr local site packages torch init py line in load global deps ctypes cdll lib path mode ctypes rtld global file usr ctypes init py line in init self handle dlopen self name mode oserror libcublas so cannot open shared object file no such file or directory versions collecting environment information pytorch version n a is debug build n a cuda used to build pytorch n a rocm used to build pytorch n a os amazon linux gcc version could not collect clang version could not collect cmake version could not collect libc version glibc python version default jun bit runtime python platform linux with is cuda available n a cuda runtime version could not collect cuda module loading set to n a gpu models and configuration could not collect nvidia driver version could not collect cudnn version could not collect hip runtime version n a miopen runtime version n a is xnnpack available n a versions of relevant libraries torch could not collect cc ezyang gchanan seemethere malfet
| 1
|
74,075
| 3,427,995,877
|
IssuesEvent
|
2015-12-10 06:31:36
|
sceene/sprint-planning
|
https://api.github.com/repos/sceene/sprint-planning
|
closed
|
Global: Profile Actions
|
HIGH PRIORITY
|
## Places Actions
- [x] Share
- Trigger the Share Modal
- [x] Contact
- Show real phone number.
- It's currently showing a hardcoded phone number.
- [x] Uber
- You can implement this without API. I'll need the following information (See image below)
- REDIRECT URL
- ORIGIN URI
- [x] Directions
- Open in Apple maps
## Events Actions
- [x] Share
- Trigger the Share Modal
- [ ] Get Tickets
- ``` "eventTickets" ```
- Translate the ``` provider ```: Ac = Active, Eb = Eventbrite, Tf = Ticketfly, Sg = Seatgeek etc
- These should open a web view modal
- [ ] Uber
- Same as Places UX
- [ ] Directions
- Open in Apple maps
## People Actions
- [ ] Share
- Trigger the Share Modal
- [ ] Contact
- Open the Conversation Screen Modal
|
1.0
|
Global: Profile Actions - ## Places Actions
- [x] Share
- Trigger the Share Modal
- [x] Contact
- Show real phone number.
- It's currently showing a hardcoded phone number.
- [x] Uber
- You can implement this without API. I'll need the following information (See image below)
- REDIRECT URL
- ORIGIN URI
- [x] Directions
- Open in Apple maps
## Events Actions
- [x] Share
- Trigger the Share Modal
- [ ] Get Tickets
- ``` "eventTickets" ```
- Translate the ``` provider ```: Ac = Active, Eb = Eventbrite, Tf = Ticketfly, Sg = Seatgeek etc
- These should open a web view modal
- [ ] Uber
- Same as Places UX
- [ ] Directions
- Open in Apple maps
## People Actions
- [ ] Share
- Trigger the Share Modal
- [ ] Contact
- Open the Conversation Screen Modal
|
priority
|
global profile actions places actions share trigger the share modal contact show real phone number it s currently showing a hardcoded phone number uber you can implement this without api i ll need the following information see image below redirect url origin uri directions open in apple maps events actions share trigger the share modal get tickets eventtickets translate the provider ac active eb eventbrite tf ticketfly sg seatgeek etc these should open a web view modal uber same as places ux directions open in apple maps people actions share trigger the share modal contact open the conversation screen modal
| 1
|
602,963
| 18,519,135,459
|
IssuesEvent
|
2021-10-20 13:26:55
|
AY2122S1-CS2103T-T12-2/tp
|
https://api.github.com/repos/AY2122S1-CS2103T-T12-2/tp
|
closed
|
Update GUI for help function
|
type.Enhancement priority.High
|
Update the GUI for the additional window for help command.
Change the information shown upon the help command call. From URL to an overview of the available commands
|
1.0
|
Update GUI for help function - Update the GUI for the additional window for help command.
Change the information shown upon the help command call. From URL to an overview of the available commands
|
priority
|
update gui for help function update the gui for the additional window for help command change the information shown upon the help command call from url to an overview of the available commands
| 1
|
318,510
| 9,693,636,613
|
IssuesEvent
|
2019-05-24 16:36:54
|
mono/monodevelop
|
https://api.github.com/repos/mono/monodevelop
|
closed
|
Crash on trying to open solution from start window
|
Area: IDE Platform\Start Window high-priority regression vs-sync
|
Build Information
Release ID: 801002578
Git revision: a79542bdc4aba2fe7ea8589b8bff6ea239853078
Build date: 2019-05-24 08:54:27+00
Build branch: release-8.1
Xamarin extensions: b894e02a8f68200720b84feb210215a3c1c2dc66
Clicking a solution on the start window terminates VS Mac.
```
FATAL ERROR [2019-05-24 11:37:54Z]: Visual Studio failed to start. Some of the assemblies required to run Visual Studio (for example gtk-sharp)may not be properly installed in the GAC.
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetToCodeMainPageView'.
at Foundation.NSObject.get_SuperHandle () [0x0005b] in /Library/Frameworks/Xamarin.Mac.framework/Versions/5.6.0.25/src/Xamarin.Mac/Foundation/NSObject2.cs:458
at AppKit.NSView.RegisterForDraggedTypes (System.String[] newTypes) [0x00047] in /Library/Frameworks/Xamarin.Mac.framework/Versions/5.6.0.25/src/Xamarin.Mac/AppKit/NSView.g.cs:4148
at Xamarin.Ide.GetToCode.GetToCodeMainPageView.ViewDidMoveToSuperview () [0x00000] in /Users/vsts/agent/2.150.3/work/1/s/md-addins/Xamarin.Ide/Xamarin.Ide/Xamarin.Ide.GetToCode/GetToCodeMainPageView.cs:195
at (wrapper managed-to-native) Gtk.Application.gtk_main()
at Gtk.Application.Run () [0x00001] in /Users/builder/jenkins/workspace/build-package-osx-mono/2018-08/external/bockbuild/builds/gtk-sharp-None/gtk/Application.cs:145
at MonoDevelop.Ide.IdeStartup.Run (MonoDevelop.Ide.MonoDevelopOptions options) [0x00455] in /Users/vsts/agent/2.150.3/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/IdeStartup.cs:221
at MonoDevelop.Ide.IdeStartup.Main (System.String[] args, MonoDevelop.Ide.Extensions.IdeCustomizer customizer) [0x0009e] in /Users/vsts/agent/2.150.3/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/IdeStartup.cs:729
```
> VS bug [#899164](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/899164)
|
1.0
|
Crash on trying to open solution from start window - Build Information
Release ID: 801002578
Git revision: a79542bdc4aba2fe7ea8589b8bff6ea239853078
Build date: 2019-05-24 08:54:27+00
Build branch: release-8.1
Xamarin extensions: b894e02a8f68200720b84feb210215a3c1c2dc66
Clicking a solution on the start window terminates VS Mac.
```
FATAL ERROR [2019-05-24 11:37:54Z]: Visual Studio failed to start. Some of the assemblies required to run Visual Studio (for example gtk-sharp)may not be properly installed in the GAC.
System.ObjectDisposedException: Cannot access a disposed object.
Object name: 'GetToCodeMainPageView'.
at Foundation.NSObject.get_SuperHandle () [0x0005b] in /Library/Frameworks/Xamarin.Mac.framework/Versions/5.6.0.25/src/Xamarin.Mac/Foundation/NSObject2.cs:458
at AppKit.NSView.RegisterForDraggedTypes (System.String[] newTypes) [0x00047] in /Library/Frameworks/Xamarin.Mac.framework/Versions/5.6.0.25/src/Xamarin.Mac/AppKit/NSView.g.cs:4148
at Xamarin.Ide.GetToCode.GetToCodeMainPageView.ViewDidMoveToSuperview () [0x00000] in /Users/vsts/agent/2.150.3/work/1/s/md-addins/Xamarin.Ide/Xamarin.Ide/Xamarin.Ide.GetToCode/GetToCodeMainPageView.cs:195
at (wrapper managed-to-native) Gtk.Application.gtk_main()
at Gtk.Application.Run () [0x00001] in /Users/builder/jenkins/workspace/build-package-osx-mono/2018-08/external/bockbuild/builds/gtk-sharp-None/gtk/Application.cs:145
at MonoDevelop.Ide.IdeStartup.Run (MonoDevelop.Ide.MonoDevelopOptions options) [0x00455] in /Users/vsts/agent/2.150.3/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/IdeStartup.cs:221
at MonoDevelop.Ide.IdeStartup.Main (System.String[] args, MonoDevelop.Ide.Extensions.IdeCustomizer customizer) [0x0009e] in /Users/vsts/agent/2.150.3/work/1/s/monodevelop/main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/IdeStartup.cs:729
```
> VS bug [#899164](https://devdiv.visualstudio.com/DevDiv/_workitems/edit/899164)
|
priority
|
crash on trying to open solution from start window build information release id git revision build date build branch release xamarin extensions clicking a solution on the start window terminates vs mac fatal error visual studio failed to start some of the assemblies required to run visual studio for example gtk sharp may not be properly installed in the gac system objectdisposedexception cannot access a disposed object object name gettocodemainpageview at foundation nsobject get superhandle in library frameworks xamarin mac framework versions src xamarin mac foundation cs at appkit nsview registerfordraggedtypes system string newtypes in library frameworks xamarin mac framework versions src xamarin mac appkit nsview g cs at xamarin ide gettocode gettocodemainpageview viewdidmovetosuperview in users vsts agent work s md addins xamarin ide xamarin ide xamarin ide gettocode gettocodemainpageview cs at wrapper managed to native gtk application gtk main at gtk application run in users builder jenkins workspace build package osx mono external bockbuild builds gtk sharp none gtk application cs at monodevelop ide idestartup run monodevelop ide monodevelopoptions options in users vsts agent work s monodevelop main src core monodevelop ide monodevelop ide idestartup cs at monodevelop ide idestartup main system string args monodevelop ide extensions idecustomizer customizer in users vsts agent work s monodevelop main src core monodevelop ide monodevelop ide idestartup cs vs bug
| 1
|
220,932
| 7,372,306,900
|
IssuesEvent
|
2018-03-13 14:26:32
|
TMats/survey
|
https://api.github.com/repos/TMats/survey
|
closed
|
Learning by Playing - Solving Sparse Reward Tasks from Scratch
|
Priority: High RL
|
https://arxiv.org/abs/1802.10567
- Martin Riedmiller, Roland Hafner, Thomas Lampe, Michael Neunert, Jonas Degrave, Tom Van de Wiele, Volodymyr Mnih, Nicolas Heess, Jost Tobias Springenberg
- Submitted on 28 Feb 2018
|
1.0
|
Learning by Playing - Solving Sparse Reward Tasks from Scratch - https://arxiv.org/abs/1802.10567
- Martin Riedmiller, Roland Hafner, Thomas Lampe, Michael Neunert, Jonas Degrave, Tom Van de Wiele, Volodymyr Mnih, Nicolas Heess, Jost Tobias Springenberg
- Submitted on 28 Feb 2018
|
priority
|
learning by playing solving sparse reward tasks from scratch martin riedmiller roland hafner thomas lampe michael neunert jonas degrave tom van de wiele volodymyr mnih nicolas heess jost tobias springenberg submitted on feb
| 1
|
44,655
| 2,910,342,665
|
IssuesEvent
|
2015-06-21 17:17:08
|
Metaswitch/sprout
|
https://api.github.com/repos/Metaswitch/sprout
|
closed
|
Sprout loops ACKs to itself after responding with 503 to an INVITE
|
high-priority
|
After Sprout returns a 503 for an INVITE due to overload controls, it begins looping ACKs to itself until Max-Forwards has "expired". This additional processing triggers a LIR over the Cx for each ACK which adds to system latency, thereby "reinforcing" the overload condition (the overload was initially caused by Cx interface latency). A SAS trace has been collected.
|
1.0
|
Sprout loops ACKs to itself after responding with 503 to an INVITE - After Sprout returns a 503 for an INVITE due to overload controls, it begins looping ACKs to itself until Max-Forwards has "expired". This additional processing triggers a LIR over the Cx for each ACK which adds to system latency, thereby "reinforcing" the overload condition (the overload was initially caused by Cx interface latency). A SAS trace has been collected.
|
priority
|
sprout loops acks to itself after responding with to an invite after sprout returns a for an invite due to overload controls it begins looping acks to itself until max forwards has expired this additional processing triggers a lir over the cx for each ack which adds to system latency thereby reinforcing the overload condition the overload was initially caused by cx interface latency a sas trace has been collected
| 1
|
104,606
| 4,215,501,064
|
IssuesEvent
|
2016-06-30 04:34:49
|
diamm/diamm
|
https://api.github.com/repos/diamm/diamm
|
closed
|
Figure out how to migrate old users to new site
|
Component: User Interface Component: Web Application Priority: High Status: In Progress Type: Enhancement
|
Conversation with Arielle:
The login form will only display the username / e-mail to log in at first. It will then use the information in there to tell what the rest of the form should look like:
1. If the user has logged in to the new site before, show a password prompt.
2. If the username was in the old database but they have never logged in, it should show a 'request new password' link to send an e-mail to them to reset their password.
3. If the username or e-mail does not exist in the new site, show a 'create new account' link, or offer them the chance to correct their username or e-mail and try again.
|
1.0
|
Figure out how to migrate old users to new site - Conversation with Arielle:
The login form will only display the username / e-mail to log in at first. It will then use the information in there to tell what the rest of the form should look like:
1. If the user has logged in to the new site before, show a password prompt.
2. If the username was in the old database but they have never logged in, it should show a 'request new password' link to send an e-mail to them to reset their password.
3. If the username or e-mail does not exist in the new site, show a 'create new account' link, or offer them the chance to correct their username or e-mail and try again.
|
priority
|
figure out how to migrate old users to new site conversation with arielle the login form will only display the username e mail to log in at first it will then use the information in there to tell what the rest of the form should look like if the user has logged in to the new site before show a password prompt if the username was in the old database but they have never logged in it should show a request new password link to send an e mail to them to reset their password if the username or e mail does not exist in the new site show a create new account link or offer them the chance to correct their username or e mail and try again
| 1
|
753,373
| 26,345,513,442
|
IssuesEvent
|
2023-01-10 21:40:00
|
yugabyte/yugabyte-db
|
https://api.github.com/repos/yugabyte/yugabyte-db
|
closed
|
[Platform] [docdb] Validate gflags and raise error if any are invalid
|
kind/enhancement area/docdb priority/high status/awaiting-triage
|
Jira Link: [DB-4733](https://yugabyte.atlassian.net/browse/DB-4733)
If the admin is setting gflags, an error should be raised if any of the entered gflags are invalid (like a typo in the gflag name). I guess the validation needs to be done by docdb and the error propagated to YW
|
1.0
|
[Platform] [docdb] Validate gflags and raise error if any are invalid - Jira Link: [DB-4733](https://yugabyte.atlassian.net/browse/DB-4733)
If the admin is setting gflags, an error should be raised if any of the entered gflags are invalid (like a typo in the gflag name). I guess the validation needs to be done by docdb and the error propagated to YW
|
priority
|
validate gflags and raise error if any are invalid jira link if the admin is setting gflags an error should be raised if any of the entered gflags are invalid like a typo in the gflag name i guess the validation needs to be done by docdb and the error propagated to yw
| 1
|
463,235
| 13,262,068,062
|
IssuesEvent
|
2020-08-20 21:02:40
|
OregonDigital/OD2
|
https://api.github.com/repos/OregonDigital/OD2
|
reopened
|
FetchGraphWorker overrides metadata labels as it indexes
|
Bug Features Priority - High
|
### Descriptive summary
As FetchGraphWorker works through the metadata values for a single field, it's clobbering the values it JUST sent to Solr.
https://github.com/OregonDigital/OD2/blob/master/app/workers/fetch_graph_worker.rb#L42-L46
These values need to be initialized to an empty array, then appended to each iteration.
This is also true of the FetchFailedGraphWorker.
### Expected behavior
Works reindexed through the Fetch(Failed)GraphWorker has all labels associated with all metadata values for each metadata field indexed into Solr, not just the last one.
### Related work
#1224 Caused issue
### Accessibility Concerns
|
1.0
|
FetchGraphWorker overrides metadata labels as it indexes - ### Descriptive summary
As FetchGraphWorker works through the metadata values for a single field, it's clobbering the values it JUST sent to Solr.
https://github.com/OregonDigital/OD2/blob/master/app/workers/fetch_graph_worker.rb#L42-L46
These values need to be initialized to an empty array, then appended to each iteration.
This is also true of the FetchFailedGraphWorker.
### Expected behavior
Works reindexed through the Fetch(Failed)GraphWorker has all labels associated with all metadata values for each metadata field indexed into Solr, not just the last one.
### Related work
#1224 Caused issue
### Accessibility Concerns
|
priority
|
fetchgraphworker overrides metadata labels as it indexes descriptive summary as fetchgraphworker works through the metadata values for a single field it s clobbering the values it just sent to solr these values need to be initialized to an empty array then appended to each iteration this is also true of the fetchfailedgraphworker expected behavior works reindexed through the fetch failed graphworker has all labels associated with all metadata values for each metadata field indexed into solr not just the last one related work caused issue accessibility concerns
| 1
|
583,846
| 17,399,767,336
|
IssuesEvent
|
2021-08-02 17:53:28
|
ita-social-projects/TeachUA
|
https://api.github.com/repos/ita-social-projects/TeachUA
|
closed
|
[Редагування профілю] Wrong alignment of 'Змінити пароль' label
|
Priority: High UI bug
|
**Environment:** Windows 10, Google Chrome Version 92.0.4515.107 (Official Build) (64-bit
**Reproducible:** always
**Build found:** last commit
**Preconditions**
1. Go to https://speak-ukrainian.org.ua/dev/
2. Log in
**Steps to reproduce**
1. Go to 'Мій Профіль' page
2. Click on 'Редагувати профіль'
**Actual result**
Wrong alignment of 'Змінити пароль' label.

**Expected result**

**User story link**
User story #164
|
1.0
|
[Редагування профілю] Wrong alignment of 'Змінити пароль' label - **Environment:** Windows 10, Google Chrome Version 92.0.4515.107 (Official Build) (64-bit
**Reproducible:** always
**Build found:** last commit
**Preconditions**
1. Go to https://speak-ukrainian.org.ua/dev/
2. Log in
**Steps to reproduce**
1. Go to 'Мій Профіль' page
2. Click on 'Редагувати профіль'
**Actual result**
Wrong alignment of 'Змінити пароль' label.

**Expected result**

**User story link**
User story #164
|
priority
|
wrong alignment of змінити пароль label environment windows google chrome version official build bit reproducible always build found last commit preconditions go to log in steps to reproduce go to мій профіль page click on редагувати профіль actual result wrong alignment of змінити пароль label expected result user story link user story
| 1
|
200,179
| 7,001,143,613
|
IssuesEvent
|
2017-12-18 09:07:29
|
cilium/cilium
|
https://api.github.com/repos/cilium/cilium
|
closed
|
Ginkgo CI: Gather logs that are dumped to file as artifacts in Jenkins build
|
area/CI priority/high
|
Parent: #1839
We currently `archiveArtifacts` as part of the Jenkins build for Cilium as a "post-build action"
```
post {
always {
sh './test/post_build_agent.sh || true'
sh './tests/copy_files || true'
archiveArtifacts artifacts: "cilium-files-runtime-${JOB_BASE_NAME}-${BUILD_NUMBER}.tar.gz", allowEmptyArchive: true
sh './tests/k8s/copy_files || true'
archiveArtifacts artifacts: "cilium-files-k8s-${JOB_BASE_NAME}-${BUILD_NUMBER}.tar.gz", allowEmptyArchive: true
sh 'rm -rf ${WORKSPACE}/cilium-files*${JOB_BASE_NAME}-${BUILD_NUMBER}* ${WORKSPACE}/tests/cilium-files ${WORKSPACE}/tests/k8s/tests/cilium-files'
sh 'ls'
sh 'vagrant destroy -f'
sh 'cd ./tests/k8s && vagrant destroy -f'
}
}
```
Make sure that the logs which are gathered as part of #2026 are packaged up and archived to be picked up by Jenkins for further inspection by those who run PRs.
|
1.0
|
Ginkgo CI: Gather logs that are dumped to file as artifacts in Jenkins build - Parent: #1839
We currently `archiveArtifacts` as part of the Jenkins build for Cilium as a "post-build action"
```
post {
always {
sh './test/post_build_agent.sh || true'
sh './tests/copy_files || true'
archiveArtifacts artifacts: "cilium-files-runtime-${JOB_BASE_NAME}-${BUILD_NUMBER}.tar.gz", allowEmptyArchive: true
sh './tests/k8s/copy_files || true'
archiveArtifacts artifacts: "cilium-files-k8s-${JOB_BASE_NAME}-${BUILD_NUMBER}.tar.gz", allowEmptyArchive: true
sh 'rm -rf ${WORKSPACE}/cilium-files*${JOB_BASE_NAME}-${BUILD_NUMBER}* ${WORKSPACE}/tests/cilium-files ${WORKSPACE}/tests/k8s/tests/cilium-files'
sh 'ls'
sh 'vagrant destroy -f'
sh 'cd ./tests/k8s && vagrant destroy -f'
}
}
```
Make sure that the logs which are gathered as part of #2026 are packaged up and archived to be picked up by Jenkins for further inspection by those who run PRs.
|
priority
|
ginkgo ci gather logs that are dumped to file as artifacts in jenkins build parent we currently archiveartifacts as part of the jenkins build for cilium as a post build action post always sh test post build agent sh true sh tests copy files true archiveartifacts artifacts cilium files runtime job base name build number tar gz allowemptyarchive true sh tests copy files true archiveartifacts artifacts cilium files job base name build number tar gz allowemptyarchive true sh rm rf workspace cilium files job base name build number workspace tests cilium files workspace tests tests cilium files sh ls sh vagrant destroy f sh cd tests vagrant destroy f make sure that the logs which are gathered as part of are packaged up and archived to be picked up by jenkins for further inspection by those who run prs
| 1
|
253,477
| 8,056,626,751
|
IssuesEvent
|
2018-08-02 13:17:37
|
tavorperry/MTA-Coffee
|
https://api.github.com/repos/tavorperry/MTA-Coffee
|
closed
|
Change URL in code
|
High Priority
|
replace
**http://vmedu151.mtacloud.co.il**
or
**http://whispering-scrubland-84389.herokuapp.com/**
with
**http://mtacoffee.mta.ac.il**
in every place that mentions in the code
|
1.0
|
Change URL in code - replace
**http://vmedu151.mtacloud.co.il**
or
**http://whispering-scrubland-84389.herokuapp.com/**
with
**http://mtacoffee.mta.ac.il**
in every place that mentions in the code
|
priority
|
change url in code replace or with in every place that mentions in the code
| 1
|
369,950
| 10,920,406,156
|
IssuesEvent
|
2019-11-21 21:11:38
|
bounswe/bounswe2019group6
|
https://api.github.com/repos/bounswe/bounswe2019group6
|
closed
|
Implement Portfolio Page
|
priority:high related:frontend type:new-feature
|
A user can create a portfolio using his/her profile page. When the user clicks to the created portfolio. We need to redirect him/her to a new page containing the information of the portfolio. User should be able to:
* see all trading equipments
* add new trading equipment
* remove already added trading equipment
|
1.0
|
Implement Portfolio Page - A user can create a portfolio using his/her profile page. When the user clicks to the created portfolio. We need to redirect him/her to a new page containing the information of the portfolio. User should be able to:
* see all trading equipments
* add new trading equipment
* remove already added trading equipment
|
priority
|
implement portfolio page a user can create a portfolio using his her profile page when the user clicks to the created portfolio we need to redirect him her to a new page containing the information of the portfolio user should be able to see all trading equipments add new trading equipment remove already added trading equipment
| 1
|
570,212
| 17,021,263,351
|
IssuesEvent
|
2021-07-02 19:32:49
|
phetsims/balloons-and-static-electricity
|
https://api.github.com/repos/phetsims/balloons-and-static-electricity
|
closed
|
The "Remove Wall" button is no longer visible on the wall
|
priority:2-high status:blocks-publication status:ready-for-review
|
While testing today, I noticed that the "Remove Wall" button seemed to be gone, but then I found I could navigate to it using the tab keys. Turns out that it is now behind the wall instead of in from of it. After a little detective work, I believe I've traced it to this commit: https://github.com/phetsims/joist/commit/17645a7ad98b2177524b9cc9e61b5d0a9660a82c.
This was done by @jessegreenberg, so I'm going to assign it to him.
In general, this change seems like it could have similar impacts on other sims, so I'd recommend having QA regression test all sims that are using `pdomControlAreaNode` and `pdomPlayAreaNode` if we decide to keep this change.
|
1.0
|
The "Remove Wall" button is no longer visible on the wall - While testing today, I noticed that the "Remove Wall" button seemed to be gone, but then I found I could navigate to it using the tab keys. Turns out that it is now behind the wall instead of in from of it. After a little detective work, I believe I've traced it to this commit: https://github.com/phetsims/joist/commit/17645a7ad98b2177524b9cc9e61b5d0a9660a82c.
This was done by @jessegreenberg, so I'm going to assign it to him.
In general, this change seems like it could have similar impacts on other sims, so I'd recommend having QA regression test all sims that are using `pdomControlAreaNode` and `pdomPlayAreaNode` if we decide to keep this change.
|
priority
|
the remove wall button is no longer visible on the wall while testing today i noticed that the remove wall button seemed to be gone but then i found i could navigate to it using the tab keys turns out that it is now behind the wall instead of in from of it after a little detective work i believe i ve traced it to this commit this was done by jessegreenberg so i m going to assign it to him in general this change seems like it could have similar impacts on other sims so i d recommend having qa regression test all sims that are using pdomcontrolareanode and pdomplayareanode if we decide to keep this change
| 1
|
215,104
| 7,290,309,613
|
IssuesEvent
|
2018-02-24 00:54:30
|
PikyCZ/NovaMobsX
|
https://api.github.com/repos/PikyCZ/NovaMobsX
|
closed
|
Know Issues
|
[Priority] High [Status] Work in Progress help wanted
|
**Autospawn**
- [ ] Fix autospawn
- [x] disable worlds
**Entities**
- [ ] spider attacking
- [x] target option for passive entities
|
1.0
|
Know Issues - **Autospawn**
- [ ] Fix autospawn
- [x] disable worlds
**Entities**
- [ ] spider attacking
- [x] target option for passive entities
|
priority
|
know issues autospawn fix autospawn disable worlds entities spider attacking target option for passive entities
| 1
|
568,119
| 16,959,804,363
|
IssuesEvent
|
2021-06-29 00:59:29
|
TerriaJS/de-australia-map
|
https://api.github.com/repos/TerriaJS/de-australia-map
|
closed
|
DE Australia - option for DEA team to update catalogue & test data services
|
high priority
|
DEA Team:
- we do need somewhere to test our web services and catalog
- now with the v8 release we don't really have a convenient/persistent spot
- until earlier this week, we updated the terria cube catalog with the services/features we want to test to share with stakeholders
Some options:
1) update terriacube to v8 and keep that as DEA testing site (public)
2) give access to dev/test DE AU to DEA team (not public)
|
1.0
|
DE Australia - option for DEA team to update catalogue & test data services - DEA Team:
- we do need somewhere to test our web services and catalog
- now with the v8 release we don't really have a convenient/persistent spot
- until earlier this week, we updated the terria cube catalog with the services/features we want to test to share with stakeholders
Some options:
1) update terriacube to v8 and keep that as DEA testing site (public)
2) give access to dev/test DE AU to DEA team (not public)
|
priority
|
de australia option for dea team to update catalogue test data services dea team we do need somewhere to test our web services and catalog now with the release we don t really have a convenient persistent spot until earlier this week we updated the terria cube catalog with the services features we want to test to share with stakeholders some options update terriacube to and keep that as dea testing site public give access to dev test de au to dea team not public
| 1
|
216,016
| 7,300,036,894
|
IssuesEvent
|
2018-02-26 22:08:16
|
peaceiris/we-are-smarter-than-me
|
https://api.github.com/repos/peaceiris/we-are-smarter-than-me
|
opened
|
Post: Affiliate
|
Priority: High Status: Pending Target: Post Type: Addition
|
# Affiliate
## Task
- bitFlyer
- bitbank
- Softbank Air
- App
- クレジットカード
- デビットカード
- Taiwan JTB
- ポータブルスキャナー AOLECA
- 吉野の鶏めし
## References
|
1.0
|
Post: Affiliate - # Affiliate
## Task
- bitFlyer
- bitbank
- Softbank Air
- App
- クレジットカード
- デビットカード
- Taiwan JTB
- ポータブルスキャナー AOLECA
- 吉野の鶏めし
## References
|
priority
|
post affiliate affiliate task bitflyer bitbank softbank air app クレジットカード デビットカード taiwan jtb ポータブルスキャナー aoleca 吉野の鶏めし references
| 1
|
359,275
| 10,667,517,954
|
IssuesEvent
|
2019-10-19 13:04:16
|
eJourn-al/eJournal
|
https://api.github.com/repos/eJourn-al/eJournal
|
closed
|
LTI course not ready screen
|
Priority: High Status: In Progress Type: Enhancement Workload: Medium
|
**Describe the solution you'd like**
- A dedicated screen to this scenario, explaining the situation in a lighthearted way.
- Notification with sufficient context so the eJournal team can take action as well.
- Notification to the staff member if known (preferably in a non spammy fashion).
**User story**
As a student start LTI launch without the corresponding course having been set up on eJournal by the teacher yet. Currently, a 404 with a hint in subtext is displayed, I want to be reassured I did nothing wrong. Tell me to contact my teacher to get things in order.
|
1.0
|
LTI course not ready screen - **Describe the solution you'd like**
- A dedicated screen to this scenario, explaining the situation in a lighthearted way.
- Notification with sufficient context so the eJournal team can take action as well.
- Notification to the staff member if known (preferably in a non spammy fashion).
**User story**
As a student start LTI launch without the corresponding course having been set up on eJournal by the teacher yet. Currently, a 404 with a hint in subtext is displayed, I want to be reassured I did nothing wrong. Tell me to contact my teacher to get things in order.
|
priority
|
lti course not ready screen describe the solution you d like a dedicated screen to this scenario explaining the situation in a lighthearted way notification with sufficient context so the ejournal team can take action as well notification to the staff member if known preferably in a non spammy fashion user story as a student start lti launch without the corresponding course having been set up on ejournal by the teacher yet currently a with a hint in subtext is displayed i want to be reassured i did nothing wrong tell me to contact my teacher to get things in order
| 1
|
625,705
| 19,761,241,443
|
IssuesEvent
|
2022-01-16 13:00:14
|
DanielKirkwood/pycode
|
https://api.github.com/repos/DanielKirkwood/pycode
|
opened
|
Add edit challenge feature
|
Priority: High Type: Enhancement
|
Allow users to edit the challenges they have created. This will facilitate the admin verification process.
|
1.0
|
Add edit challenge feature - Allow users to edit the challenges they have created. This will facilitate the admin verification process.
|
priority
|
add edit challenge feature allow users to edit the challenges they have created this will facilitate the admin verification process
| 1
|
147,049
| 5,632,947,849
|
IssuesEvent
|
2017-04-05 17:45:48
|
zmaster587/AdvancedRocketry
|
https://api.github.com/repos/zmaster587/AdvancedRocketry
|
closed
|
Dupe bug (Tanks)
|
High Priority Mod Interaction wontfix
|
I right clicked on an ender tank with a stack of low pressure tanks to get some liquid oxygen out of it and now I have an entire stack of low pressure tanks with 1k liquid oxygen in each at the cost of only 1k liquid oxygen from the ender tank.
|
1.0
|
Dupe bug (Tanks) - I right clicked on an ender tank with a stack of low pressure tanks to get some liquid oxygen out of it and now I have an entire stack of low pressure tanks with 1k liquid oxygen in each at the cost of only 1k liquid oxygen from the ender tank.
|
priority
|
dupe bug tanks i right clicked on an ender tank with a stack of low pressure tanks to get some liquid oxygen out of it and now i have an entire stack of low pressure tanks with liquid oxygen in each at the cost of only liquid oxygen from the ender tank
| 1
|
286,888
| 8,795,538,287
|
IssuesEvent
|
2018-12-22 16:57:43
|
xlayers/xlayers
|
https://api.github.com/repos/xlayers/xlayers
|
opened
|
Move the parser into its own repository
|
Priority: High Scope: Parser State: accepted effort1: easy (hours)
|
**Describe the solution you'd like**
We are planning some interesting features for xlayers but for that, we need to move the sketch parser into its own repository.
The parser is written in pure TS so that should be easy.
|
1.0
|
Move the parser into its own repository - **Describe the solution you'd like**
We are planning some interesting features for xlayers but for that, we need to move the sketch parser into its own repository.
The parser is written in pure TS so that should be easy.
|
priority
|
move the parser into its own repository describe the solution you d like we are planning some interesting features for xlayers but for that we need to move the sketch parser into its own repository the parser is written in pure ts so that should be easy
| 1
|
521,747
| 15,115,015,630
|
IssuesEvent
|
2021-02-09 03:21:15
|
StrangeLoopGames/EcoIssues
|
https://api.github.com/repos/StrangeLoopGames/EcoIssues
|
closed
|
Game started with no ambient sound or music
|
Category: Audio Priority: High Regression Squad: Otter Status: Fixed
|

Just silence. The player should be welcomed with a luscious soundscape of auditory delights.
|
1.0
|
Game started with no ambient sound or music - 
Just silence. The player should be welcomed with a luscious soundscape of auditory delights.
|
priority
|
game started with no ambient sound or music just silence the player should be welcomed with a luscious soundscape of auditory delights
| 1
|
334,769
| 10,145,074,154
|
IssuesEvent
|
2019-08-05 02:20:50
|
tgstation/tgstation
|
https://api.github.com/repos/tgstation/tgstation
|
closed
|
Taking picture with Camera can crash the server
|
Bug Priority: High
|
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable -->
## Round ID:115119
<!--- **INCLUDE THE ROUND ID**
If you discovered this issue from playing tgstation hosted servers:
[Round ID]: # (It can be found in the Status panel or retrieved from https://atlantaned.space/statbus/round.php ! The round id let's us look up valuable information and logs for the round the bug happened.)-->
## Testmerges:
<!-- If you're certain the issue is to be caused by a test merge [OOC tab -> Show Server Revision], report it in the pull request's comment section rather than on the tracker(If you're unsure you can refer to the issue number by prefixing said number with #. The issue number can be found beside the title after submitting it to the tracker).If no testmerges are active, feel free to remove this section. -->
## Reproduction:
1. Take a 4x4 picture with the camera item
2. The tg logo will render on the photo and then the server will crash
Reported by user “....#3041” on discord
<!-- Explain your issue in detail, including the steps to reproduce it. Issues without proper reproduction steps or explanation are open to being ignored/closed by maintainers.-->
<!-- **For Admins:** Oddities induced by var-edits and other admin tools are not necessarily bugs. Verify that your issues occur under regular circumstances before reporting them. -->
|
1.0
|
Taking picture with Camera can crash the server - <!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable -->
## Round ID:115119
<!--- **INCLUDE THE ROUND ID**
If you discovered this issue from playing tgstation hosted servers:
[Round ID]: # (It can be found in the Status panel or retrieved from https://atlantaned.space/statbus/round.php ! The round id let's us look up valuable information and logs for the round the bug happened.)-->
## Testmerges:
<!-- If you're certain the issue is to be caused by a test merge [OOC tab -> Show Server Revision], report it in the pull request's comment section rather than on the tracker(If you're unsure you can refer to the issue number by prefixing said number with #. The issue number can be found beside the title after submitting it to the tracker).If no testmerges are active, feel free to remove this section. -->
## Reproduction:
1. Take a 4x4 picture with the camera item
2. The tg logo will render on the photo and then the server will crash
Reported by user “....#3041” on discord
<!-- Explain your issue in detail, including the steps to reproduce it. Issues without proper reproduction steps or explanation are open to being ignored/closed by maintainers.-->
<!-- **For Admins:** Oddities induced by var-edits and other admin tools are not necessarily bugs. Verify that your issues occur under regular circumstances before reporting them. -->
|
priority
|
taking picture with camera can crash the server round id include the round id if you discovered this issue from playing tgstation hosted servers it can be found in the status panel or retrieved from the round id let s us look up valuable information and logs for the round the bug happened testmerges reproduction take a picture with the camera item the tg logo will render on the photo and then the server will crash reported by user “ ” on discord
| 1
|
414,593
| 12,104,917,394
|
IssuesEvent
|
2020-04-20 21:06:46
|
cilium/cilium
|
https://api.github.com/repos/cilium/cilium
|
closed
|
Request time out from container to other container using hostIP:hostPort on same host with portmap CNI chained
|
area/cni kind/bug kind/community-report priority/high
|
## Bug report
**General Information**
- Cilium version (run `cilium version`)
```
Client: 1.6.4 8048d320a 2019-11-27T17:00:12+01:00 go version go1.12.13 linux/amd64
Daemon: 1.6.4 8048d320a 2019-11-27T17:00:12+01:00 go version go1.12.13 linux/amd64
```
- Kernel version (run `uname -a`)
```
Linux tender-drake 4.15.0-72-generic #81-Ubuntu SMP Tue Nov 26 12:20:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
```
- Orchestration system version in use (e.g. `kubectl version`, Mesos, ...)
```
Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.1", GitCommit:"4485c6f18cee9a5d3c3b4e523bd27972b1b53892", GitTreeState:"clean", BuildDate:"2019-07-18T09:09:21Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"}
```
- Link to relevant artifacts (policies, deployments scripts, ...)
- Upload a system dump (run `curl -sLO
releases.cilium.io/tools/cluster-diagnosis.zip &&
python cluster-diagnosis.zip sysdump` and then attach the generated zip file)
( The sysdump was too big to attach. Please let me know if it's needed and I'll send or make it available somehow. )
**How to reproduce the issue**
1. Install Cilium 1.6.4 using Helm chart from https://github.com/cilium/cilium/archive/v1.6.4.tar.gz with the following values:
```yaml
---
global:
tag: v1.6.4
cluster:
name: "k8slab"
id: "1"
cni:
install: true
chainingMode: portmap
ipv4:
enabled: true
ipv6:
enabled: false
prometheus:
enabled: false
```
2. Deploy container using `hostPort`
```yaml
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: nginx
spec:
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx
ports:
- containerPort: 80
hostPort: 35000
```
3. Deploy some debug container connecting to the `hostPort` service
```yaml
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: ubuntu
spec:
selector:
matchLabels:
app: ubuntu
template:
metadata:
labels:
app: ubuntu
spec:
containers:
- name: ubuntu
image: ubuntu
command:
- '/bin/bash'
- '-c'
- '--'
args:
- 'apt-get update -y; apt-get install -y netcat curl; while true; do sleep 30; done;'
```
4. Select a `hostPort` pod and debug pod on the same host (e.g. `nginx-2cb8j` and `ubuntu-vf44z` in the example below)
```shell
$ kubectl get po -owide
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
nginx-2cb8j 1/1 Running 0 24m 172.16.3.16 tender-drake <none> <none>
nginx-7b4wr 1/1 Running 0 24m 172.16.7.154 mutual-dodo <none> <none>
nginx-drtk8 1/1 Running 0 24m 172.16.8.63 full-evil <none> <none>
nginx-dzk7n 1/1 Running 0 24m 172.16.4.59 right-ferret <none> <none>
nginx-l89zr 1/1 Running 0 24m 172.16.6.17 loving-gopher <none> <none>
nginx-l9ntn 1/1 Running 0 24m 172.16.5.128 strong-caiman <none> <none>
ubuntu-bb44g 1/1 Running 0 20m 172.16.5.210 strong-caiman <none> <none>
ubuntu-hhpv7 1/1 Running 0 20m 172.16.7.223 mutual-dodo <none> <none>
ubuntu-n2p99 1/1 Running 0 20m 172.16.4.245 right-ferret <none> <none>
ubuntu-rlv5c 1/1 Running 0 20m 172.16.6.156 loving-gopher <none> <none>
ubuntu-tjr88 1/1 Running 0 20m 172.16.8.70 full-evil <none> <none>
ubuntu-vf44z 1/1 Running 0 20m 172.16.3.47 tender-drake <none> <none>
```
5. Try to contact `hostPort` pod via its `hostIP`
Using the above example:
```shell
$ kubectl get pod nginx-2cb8j -ojsonpath='{.status.hostIP}'
10.24.214.230
$ kubectl exec -ti ubuntu-vf44z bash
root@ubuntu-vf44z:/# curl 10.24.214.230:35000 -v
* Rebuilt URL to: 10.24.214.230:35000/
* Trying 10.24.214.230...
* TCP_NODELAY set
* connect to 10.24.214.230 port 35000 failed: Connection timed out
* Failed to connect to 10.24.214.230 port 35000: Connection timed out
* Closing connection 0
curl: (7) Failed to connect to 10.24.214.230 port 35000: Connection timed out
```
The `cilium monitor` output is (where id 568 is the debug pod `ubuntu-vf44z`):
```shell
cilium monitor --related-to 568
Listening for events on 32 CPUs with 64x4096 of shared memory
Press Ctrl-C to quit
level=info msg="Initializing dissection cache..." subsys=monitor
-> host from flow 0xab4466b0 identity 111636->1 state new ifindex cilium_net: 172.16.3.47:49290 -> 10.24.214.230:35000 tcp SYN
-> endpoint 568 flow 0x85c0bb7d identity 111706->111636 state new ifindex lxc2faa014a7904: 172.16.3.16:80 -> 172.16.3.47:49290 tcp SYN, ACK
-> host from flow 0x65945f77 identity 111636->1 state established ifindex cilium_net: 172.16.3.47:49290 -> 10.24.214.230:35000 tcp SYN
-> host from flow 0x405d06ef identity 111636->1 state established ifindex cilium_net: 172.16.3.47:49290 -> 10.24.214.230:35000 tcp SYN
-> host from flow 0xc974addb identity 111636->1 state established ifindex cilium_net: 172.16.3.47:49290 -> 10.24.214.230:35000 tcp SYN
-> host from flow 0x73876df9 identity 111636->1 state established ifindex cilium_net: 172.16.3.47:49290 -> 10.24.214.230:35000 tcp SYN
```
Contacting the hostPort pod using its ClusterIP works:
```shell
root@ubuntu-vf44z:/# curl 172.16.3.16:80 -I
HTTP/1.1 200 OK
...
```
and contacting a pod running on another host using the hostIP and hostPort works:
```shell
$ kubectl get pod nginx-7b4wr -ojsonpath='{.status.hostIP}'
10.24.214.232
root@ubuntu-vf44z:/# curl 10.24.214.232:35000 -I
HTTP/1.1 200 OK
...
```
It seems the issue only arises when the source and destination pod is on the same host and the hostIP:hostPort is used.
|
1.0
|
Request time out from container to other container using hostIP:hostPort on same host with portmap CNI chained - ## Bug report
**General Information**
- Cilium version (run `cilium version`)
```
Client: 1.6.4 8048d320a 2019-11-27T17:00:12+01:00 go version go1.12.13 linux/amd64
Daemon: 1.6.4 8048d320a 2019-11-27T17:00:12+01:00 go version go1.12.13 linux/amd64
```
- Kernel version (run `uname -a`)
```
Linux tender-drake 4.15.0-72-generic #81-Ubuntu SMP Tue Nov 26 12:20:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
```
- Orchestration system version in use (e.g. `kubectl version`, Mesos, ...)
```
Server Version: version.Info{Major:"1", Minor:"15", GitVersion:"v1.15.1", GitCommit:"4485c6f18cee9a5d3c3b4e523bd27972b1b53892", GitTreeState:"clean", BuildDate:"2019-07-18T09:09:21Z", GoVersion:"go1.12.5", Compiler:"gc", Platform:"linux/amd64"}
```
- Link to relevant artifacts (policies, deployments scripts, ...)
- Upload a system dump (run `curl -sLO
releases.cilium.io/tools/cluster-diagnosis.zip &&
python cluster-diagnosis.zip sysdump` and then attach the generated zip file)
( The sysdump was too big to attach. Please let me know if it's needed and I'll send or make it available somehow. )
**How to reproduce the issue**
1. Install Cilium 1.6.4 using Helm chart from https://github.com/cilium/cilium/archive/v1.6.4.tar.gz with the following values:
```yaml
---
global:
tag: v1.6.4
cluster:
name: "k8slab"
id: "1"
cni:
install: true
chainingMode: portmap
ipv4:
enabled: true
ipv6:
enabled: false
prometheus:
enabled: false
```
2. Deploy container using `hostPort`
```yaml
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: nginx
spec:
selector:
matchLabels:
app: nginx
template:
metadata:
labels:
app: nginx
spec:
containers:
- name: nginx
image: nginx
ports:
- containerPort: 80
hostPort: 35000
```
3. Deploy some debug container connecting to the `hostPort` service
```yaml
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: ubuntu
spec:
selector:
matchLabels:
app: ubuntu
template:
metadata:
labels:
app: ubuntu
spec:
containers:
- name: ubuntu
image: ubuntu
command:
- '/bin/bash'
- '-c'
- '--'
args:
- 'apt-get update -y; apt-get install -y netcat curl; while true; do sleep 30; done;'
```
4. Select a `hostPort` pod and debug pod on the same host (e.g. `nginx-2cb8j` and `ubuntu-vf44z` in the example below)
```shell
$ kubectl get po -owide
NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES
nginx-2cb8j 1/1 Running 0 24m 172.16.3.16 tender-drake <none> <none>
nginx-7b4wr 1/1 Running 0 24m 172.16.7.154 mutual-dodo <none> <none>
nginx-drtk8 1/1 Running 0 24m 172.16.8.63 full-evil <none> <none>
nginx-dzk7n 1/1 Running 0 24m 172.16.4.59 right-ferret <none> <none>
nginx-l89zr 1/1 Running 0 24m 172.16.6.17 loving-gopher <none> <none>
nginx-l9ntn 1/1 Running 0 24m 172.16.5.128 strong-caiman <none> <none>
ubuntu-bb44g 1/1 Running 0 20m 172.16.5.210 strong-caiman <none> <none>
ubuntu-hhpv7 1/1 Running 0 20m 172.16.7.223 mutual-dodo <none> <none>
ubuntu-n2p99 1/1 Running 0 20m 172.16.4.245 right-ferret <none> <none>
ubuntu-rlv5c 1/1 Running 0 20m 172.16.6.156 loving-gopher <none> <none>
ubuntu-tjr88 1/1 Running 0 20m 172.16.8.70 full-evil <none> <none>
ubuntu-vf44z 1/1 Running 0 20m 172.16.3.47 tender-drake <none> <none>
```
5. Try to contact `hostPort` pod via its `hostIP`
Using the above example:
```shell
$ kubectl get pod nginx-2cb8j -ojsonpath='{.status.hostIP}'
10.24.214.230
$ kubectl exec -ti ubuntu-vf44z bash
root@ubuntu-vf44z:/# curl 10.24.214.230:35000 -v
* Rebuilt URL to: 10.24.214.230:35000/
* Trying 10.24.214.230...
* TCP_NODELAY set
* connect to 10.24.214.230 port 35000 failed: Connection timed out
* Failed to connect to 10.24.214.230 port 35000: Connection timed out
* Closing connection 0
curl: (7) Failed to connect to 10.24.214.230 port 35000: Connection timed out
```
The `cilium monitor` output is (where id 568 is the debug pod `ubuntu-vf44z`):
```shell
cilium monitor --related-to 568
Listening for events on 32 CPUs with 64x4096 of shared memory
Press Ctrl-C to quit
level=info msg="Initializing dissection cache..." subsys=monitor
-> host from flow 0xab4466b0 identity 111636->1 state new ifindex cilium_net: 172.16.3.47:49290 -> 10.24.214.230:35000 tcp SYN
-> endpoint 568 flow 0x85c0bb7d identity 111706->111636 state new ifindex lxc2faa014a7904: 172.16.3.16:80 -> 172.16.3.47:49290 tcp SYN, ACK
-> host from flow 0x65945f77 identity 111636->1 state established ifindex cilium_net: 172.16.3.47:49290 -> 10.24.214.230:35000 tcp SYN
-> host from flow 0x405d06ef identity 111636->1 state established ifindex cilium_net: 172.16.3.47:49290 -> 10.24.214.230:35000 tcp SYN
-> host from flow 0xc974addb identity 111636->1 state established ifindex cilium_net: 172.16.3.47:49290 -> 10.24.214.230:35000 tcp SYN
-> host from flow 0x73876df9 identity 111636->1 state established ifindex cilium_net: 172.16.3.47:49290 -> 10.24.214.230:35000 tcp SYN
```
Contacting the hostPort pod using its ClusterIP works:
```shell
root@ubuntu-vf44z:/# curl 172.16.3.16:80 -I
HTTP/1.1 200 OK
...
```
and contacting a pod running on another host using the hostIP and hostPort works:
```shell
$ kubectl get pod nginx-7b4wr -ojsonpath='{.status.hostIP}'
10.24.214.232
root@ubuntu-vf44z:/# curl 10.24.214.232:35000 -I
HTTP/1.1 200 OK
...
```
It seems the issue only arises when the source and destination pod is on the same host and the hostIP:hostPort is used.
|
priority
|
request time out from container to other container using hostip hostport on same host with portmap cni chained bug report general information cilium version run cilium version client go version linux daemon go version linux kernel version run uname a linux tender drake generic ubuntu smp tue nov utc gnu linux orchestration system version in use e g kubectl version mesos server version version info major minor gitversion gitcommit gittreestate clean builddate goversion compiler gc platform linux link to relevant artifacts policies deployments scripts upload a system dump run curl slo releases cilium io tools cluster diagnosis zip python cluster diagnosis zip sysdump and then attach the generated zip file the sysdump was too big to attach please let me know if it s needed and i ll send or make it available somehow how to reproduce the issue install cilium using helm chart from with the following values yaml global tag cluster name id cni install true chainingmode portmap enabled true enabled false prometheus enabled false deploy container using hostport yaml apiversion apps kind daemonset metadata name nginx spec selector matchlabels app nginx template metadata labels app nginx spec containers name nginx image nginx ports containerport hostport deploy some debug container connecting to the hostport service yaml apiversion apps kind daemonset metadata name ubuntu spec selector matchlabels app ubuntu template metadata labels app ubuntu spec containers name ubuntu image ubuntu command bin bash c args apt get update y apt get install y netcat curl while true do sleep done select a hostport pod and debug pod on the same host e g nginx and ubuntu in the example below shell kubectl get po owide name ready status restarts age ip node nominated node readiness gates nginx running tender drake nginx running mutual dodo nginx running full evil nginx running right ferret nginx running loving gopher nginx running strong caiman ubuntu running strong caiman ubuntu running mutual dodo ubuntu running right ferret ubuntu running loving gopher ubuntu running full evil ubuntu running tender drake try to contact hostport pod via its hostip using the above example shell kubectl get pod nginx ojsonpath status hostip kubectl exec ti ubuntu bash root ubuntu curl v rebuilt url to trying tcp nodelay set connect to port failed connection timed out failed to connect to port connection timed out closing connection curl failed to connect to port connection timed out the cilium monitor output is where id is the debug pod ubuntu shell cilium monitor related to listening for events on cpus with of shared memory press ctrl c to quit level info msg initializing dissection cache subsys monitor host from flow identity state new ifindex cilium net tcp syn endpoint flow identity state new ifindex tcp syn ack host from flow identity state established ifindex cilium net tcp syn host from flow identity state established ifindex cilium net tcp syn host from flow identity state established ifindex cilium net tcp syn host from flow identity state established ifindex cilium net tcp syn contacting the hostport pod using its clusterip works shell root ubuntu curl i http ok and contacting a pod running on another host using the hostip and hostport works shell kubectl get pod nginx ojsonpath status hostip root ubuntu curl i http ok it seems the issue only arises when the source and destination pod is on the same host and the hostip hostport is used
| 1
|
77,869
| 3,507,301,905
|
IssuesEvent
|
2016-01-08 12:30:12
|
OregonCore/OregonCore
|
https://api.github.com/repos/OregonCore/OregonCore
|
closed
|
Spells cost double of their cost (BB #850)
|
Category: Spells migrated Priority: High Type: Bug
|
This issue was migrated from bitbucket.
**Original Reporter:** Arnibou
**Original Date:** 24.04.2015 17:58:35 GMT+0000
**Original Priority:** critical
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/850
<hr>
For example: Heroic strike must consume 15 rage while it consume 30 rage.
And same for all spells with energy, mana and rage.
|
1.0
|
Spells cost double of their cost (BB #850) - This issue was migrated from bitbucket.
**Original Reporter:** Arnibou
**Original Date:** 24.04.2015 17:58:35 GMT+0000
**Original Priority:** critical
**Original Type:** bug
**Original State:** resolved
**Direct Link:** https://bitbucket.org/oregon/oregoncore/issues/850
<hr>
For example: Heroic strike must consume 15 rage while it consume 30 rage.
And same for all spells with energy, mana and rage.
|
priority
|
spells cost double of their cost bb this issue was migrated from bitbucket original reporter arnibou original date gmt original priority critical original type bug original state resolved direct link for example heroic strike must consume rage while it consume rage and same for all spells with energy mana and rage
| 1
|
64,481
| 3,212,118,230
|
IssuesEvent
|
2015-10-06 14:16:46
|
nim-lang/Nim
|
https://api.github.com/repos/nim-lang/Nim
|
closed
|
Incorrect ULONG definition in windows.nim
|
High Priority Showstopper
|
ULONG is defined in windows.nim like
```
ULONG* = int
```
but should be
```
ULONG* = int32
```
This cause problems on win64 machines with structures like
```
typedef struct {
DWORD dwSize;
BLUETOOTH_ADDRESS address;
WCHAR szName[BLUETOOTH_MAX_NAME_SIZE];
ULONG ulClassofDevice;
USHORT lmpSubversion;
USHORT manufacturer;
} BLUETOOTH_RADIO_INFO;
```
|
1.0
|
Incorrect ULONG definition in windows.nim - ULONG is defined in windows.nim like
```
ULONG* = int
```
but should be
```
ULONG* = int32
```
This cause problems on win64 machines with structures like
```
typedef struct {
DWORD dwSize;
BLUETOOTH_ADDRESS address;
WCHAR szName[BLUETOOTH_MAX_NAME_SIZE];
ULONG ulClassofDevice;
USHORT lmpSubversion;
USHORT manufacturer;
} BLUETOOTH_RADIO_INFO;
```
|
priority
|
incorrect ulong definition in windows nim ulong is defined in windows nim like ulong int but should be ulong this cause problems on machines with structures like typedef struct dword dwsize bluetooth address address wchar szname ulong ulclassofdevice ushort lmpsubversion ushort manufacturer bluetooth radio info
| 1
|
39,611
| 2,857,397,729
|
IssuesEvent
|
2015-06-02 19:31:56
|
iLexiconn/JurassiCraft
|
https://api.github.com/repos/iLexiconn/JurassiCraft
|
closed
|
Animation associated sounds are still broken
|
bug High Priority
|
I can't run the project, so I don't know which ones, but check the following:
Trex growl, roar, and step
Parasaurolophus trumpet
Triceratops charge
Velociraptor everything (including leap sounds)
The sounds are played in the entity file or in the respective animation AI file. Please fix these.
|
1.0
|
Animation associated sounds are still broken - I can't run the project, so I don't know which ones, but check the following:
Trex growl, roar, and step
Parasaurolophus trumpet
Triceratops charge
Velociraptor everything (including leap sounds)
The sounds are played in the entity file or in the respective animation AI file. Please fix these.
|
priority
|
animation associated sounds are still broken i can t run the project so i don t know which ones but check the following trex growl roar and step parasaurolophus trumpet triceratops charge velociraptor everything including leap sounds the sounds are played in the entity file or in the respective animation ai file please fix these
| 1
|
584,773
| 17,463,923,550
|
IssuesEvent
|
2021-08-06 14:17:57
|
carpentries-incubator/deep-learning-intro
|
https://api.github.com/repos/carpentries-incubator/deep-learning-intro
|
closed
|
Update Timings based on measured times
|
high priority All Episodes
|
Update the episode timings based on what we measured during the june workshop.
|
1.0
|
Update Timings based on measured times - Update the episode timings based on what we measured during the june workshop.
|
priority
|
update timings based on measured times update the episode timings based on what we measured during the june workshop
| 1
|
107,509
| 4,309,886,039
|
IssuesEvent
|
2016-07-21 17:25:51
|
fossasia/open-event-orga-server
|
https://api.github.com/repos/fossasia/open-event-orga-server
|
closed
|
Add local images to the OTS sample set
|
Import/Export Priority: High
|
Ability to import images and other media from the zip was added here https://github.com/fossasia/open-event-orga-server/pull/1594
The OTS sample set should include its images locally and the OTS json files should link to the local images.
|
1.0
|
Add local images to the OTS sample set - Ability to import images and other media from the zip was added here https://github.com/fossasia/open-event-orga-server/pull/1594
The OTS sample set should include its images locally and the OTS json files should link to the local images.
|
priority
|
add local images to the ots sample set ability to import images and other media from the zip was added here the ots sample set should include its images locally and the ots json files should link to the local images
| 1
|
539,063
| 15,782,815,052
|
IssuesEvent
|
2021-04-01 13:16:04
|
publiclab/plots2
|
https://api.github.com/repos/publiclab/plots2
|
closed
|
Error Command "webpack" Not Found
|
bug high-priority
|
[Builds](https://jenkins.laboratoriopublico.org/job/Plots-Stable/) have been failing in the stable deployment due to the error `error Command "webpack" not found`
This seems to be a common error and there are some solutions as suggested below;
https://github.com/rails/webpacker/issues/522#issuecomment-328985202
https://github.com/rails/webpacker/issues/522#issuecomment-309873612
I am not sure what criteria we should use to pick a fix.
|
1.0
|
Error Command "webpack" Not Found - [Builds](https://jenkins.laboratoriopublico.org/job/Plots-Stable/) have been failing in the stable deployment due to the error `error Command "webpack" not found`
This seems to be a common error and there are some solutions as suggested below;
https://github.com/rails/webpacker/issues/522#issuecomment-328985202
https://github.com/rails/webpacker/issues/522#issuecomment-309873612
I am not sure what criteria we should use to pick a fix.
|
priority
|
error command webpack not found have been failing in the stable deployment due to the error error command webpack not found this seems to be a common error and there are some solutions as suggested below i am not sure what criteria we should use to pick a fix
| 1
|
802,326
| 28,932,755,563
|
IssuesEvent
|
2023-05-09 01:49:37
|
ArctosDB/arctos
|
https://api.github.com/repos/ArctosDB/arctos
|
closed
|
Better UI feedback with Search Results
|
Priority-High (Needed for work) Function-SearchOrDownload Enhancement Display/Interface
|
Problem: When I search catalog records on values that return no results, nothing at all happens on my UI. This happens when I am logged in, when I have customized and expanded my search options so that the search table takes up all real estate and the results pane at bottom is not visible.
Expectation: That something would happen telling me my search has yielded no results. At the very least, the view should jump to the results pane which says "No matching records found" in small print. But ideally, this statement should be more prominent, and certainly should be visible after a failed search no matter how I have my search pane customized.
Priority: High. Currently, it looks to users like Arctos is broken.
|
1.0
|
Better UI feedback with Search Results - Problem: When I search catalog records on values that return no results, nothing at all happens on my UI. This happens when I am logged in, when I have customized and expanded my search options so that the search table takes up all real estate and the results pane at bottom is not visible.
Expectation: That something would happen telling me my search has yielded no results. At the very least, the view should jump to the results pane which says "No matching records found" in small print. But ideally, this statement should be more prominent, and certainly should be visible after a failed search no matter how I have my search pane customized.
Priority: High. Currently, it looks to users like Arctos is broken.
|
priority
|
better ui feedback with search results problem when i search catalog records on values that return no results nothing at all happens on my ui this happens when i am logged in when i have customized and expanded my search options so that the search table takes up all real estate and the results pane at bottom is not visible expectation that something would happen telling me my search has yielded no results at the very least the view should jump to the results pane which says no matching records found in small print but ideally this statement should be more prominent and certainly should be visible after a failed search no matter how i have my search pane customized priority high currently it looks to users like arctos is broken
| 1
|
318,245
| 9,684,011,817
|
IssuesEvent
|
2019-05-23 12:53:22
|
HGustavs/LenaSYS
|
https://api.github.com/repos/HGustavs/LenaSYS
|
closed
|
Press Escape to deselect diagram tool buttons
|
Diagram gruppA2019 highPriority
|
If I have a diagram tool selected, for example creating ER entities, I want to be able to press Escape to deselect any of those buttons to able to use the canvas. This is easier than either manually unpressing the button that is selected or using the short command again.
|
1.0
|
Press Escape to deselect diagram tool buttons - If I have a diagram tool selected, for example creating ER entities, I want to be able to press Escape to deselect any of those buttons to able to use the canvas. This is easier than either manually unpressing the button that is selected or using the short command again.
|
priority
|
press escape to deselect diagram tool buttons if i have a diagram tool selected for example creating er entities i want to be able to press escape to deselect any of those buttons to able to use the canvas this is easier than either manually unpressing the button that is selected or using the short command again
| 1
|
389,676
| 11,515,354,969
|
IssuesEvent
|
2020-02-14 00:52:21
|
HuskyGameDev/2020s-team12
|
https://api.github.com/repos/HuskyGameDev/2020s-team12
|
closed
|
Find a sound example for Ruby's teddy bear shooting (ASAP!!)
|
high priority required
|
- Briefly describe the sound effect that should play whenever Ruby shoots.
- You should also have an example sound effect that sounds similar (or identical) to the sound you would like it to have.
- Have our team listen and vote on it through slack.
- Contact our sound design team member with the above details once we have decided it sounds good.
|
1.0
|
Find a sound example for Ruby's teddy bear shooting (ASAP!!) - - Briefly describe the sound effect that should play whenever Ruby shoots.
- You should also have an example sound effect that sounds similar (or identical) to the sound you would like it to have.
- Have our team listen and vote on it through slack.
- Contact our sound design team member with the above details once we have decided it sounds good.
|
priority
|
find a sound example for ruby s teddy bear shooting asap briefly describe the sound effect that should play whenever ruby shoots you should also have an example sound effect that sounds similar or identical to the sound you would like it to have have our team listen and vote on it through slack contact our sound design team member with the above details once we have decided it sounds good
| 1
|
413,594
| 12,070,420,908
|
IssuesEvent
|
2020-04-16 17:36:52
|
roed314/seminars
|
https://api.github.com/repos/roed314/seminars
|
closed
|
Possible to lock out from own seminar
|
High priority bug
|
If you create a Seminar and by accident (or ignorance of the consequences) remove all e-mail addresses in the organizer section, there is no possibility to edit the seminar any more.
When trying to do so, you are told to contact the seminar owner (i.e. yourself) to grant you permission, what's impossible.
|
1.0
|
Possible to lock out from own seminar - If you create a Seminar and by accident (or ignorance of the consequences) remove all e-mail addresses in the organizer section, there is no possibility to edit the seminar any more.
When trying to do so, you are told to contact the seminar owner (i.e. yourself) to grant you permission, what's impossible.
|
priority
|
possible to lock out from own seminar if you create a seminar and by accident or ignorance of the consequences remove all e mail addresses in the organizer section there is no possibility to edit the seminar any more when trying to do so you are told to contact the seminar owner i e yourself to grant you permission what s impossible
| 1
|
73,747
| 3,420,850,600
|
IssuesEvent
|
2015-12-08 16:24:33
|
DoSomething/phoenix
|
https://api.github.com/repos/DoSomething/phoenix
|
closed
|
Additional Materials Appear on Back End but Not Front End
|
#campaign-template bug priority-high
|
#### Current Behavior
Additional materials that have previously appeared and have been correctly uploaded to back end no longer appear on front end.
#### Desired Behavior
Additional materials uploaded on the back end of a campaign appear as hyperlinks in the Stuff You Need Section of campaign.
#### Steps to Replicate
Check the active and edit views of different campaigns with additional materials (https://www.dosomething.org/us/campaigns/school-insider, https://www.dosomething.org/us/campaigns/reelwomen, https://www.dosomething.org/us/campaigns/say-it-stars, https://www.dosomething.org/us/campaigns/teens-jeans). You will see the material appear in the backend (under Plan It) but not in the front end.
#### Why This Matters
Several high priority campaigns are currently missing crucial additional materials from the front end.
#### Relevant Screenshots
Back End

Front End

|
1.0
|
Additional Materials Appear on Back End but Not Front End - #### Current Behavior
Additional materials that have previously appeared and have been correctly uploaded to back end no longer appear on front end.
#### Desired Behavior
Additional materials uploaded on the back end of a campaign appear as hyperlinks in the Stuff You Need Section of campaign.
#### Steps to Replicate
Check the active and edit views of different campaigns with additional materials (https://www.dosomething.org/us/campaigns/school-insider, https://www.dosomething.org/us/campaigns/reelwomen, https://www.dosomething.org/us/campaigns/say-it-stars, https://www.dosomething.org/us/campaigns/teens-jeans). You will see the material appear in the backend (under Plan It) but not in the front end.
#### Why This Matters
Several high priority campaigns are currently missing crucial additional materials from the front end.
#### Relevant Screenshots
Back End

Front End

|
priority
|
additional materials appear on back end but not front end current behavior additional materials that have previously appeared and have been correctly uploaded to back end no longer appear on front end desired behavior additional materials uploaded on the back end of a campaign appear as hyperlinks in the stuff you need section of campaign steps to replicate check the active and edit views of different campaigns with additional materials you will see the material appear in the backend under plan it but not in the front end why this matters several high priority campaigns are currently missing crucial additional materials from the front end relevant screenshots back end front end
| 1
|
111,038
| 4,454,354,309
|
IssuesEvent
|
2016-08-23 00:18:24
|
Microsoft/cordova-simulate
|
https://api.github.com/repos/Microsoft/cordova-simulate
|
opened
|
Server module object oriented refactor broke IE
|
bug priority-high
|
Hey @albertinad - I was just testing in IE, and noticed it is broken since the server module object oriented refactor(dbfb70d0). We get an unstyled "Geolocation" label at the top, then the geolocation map filling most of the page, with various other controls, unstyled, below it.
Any chance you could take a look? I suspect this is something to do with the WebComponents polyfill.
|
1.0
|
Server module object oriented refactor broke IE - Hey @albertinad - I was just testing in IE, and noticed it is broken since the server module object oriented refactor(dbfb70d0). We get an unstyled "Geolocation" label at the top, then the geolocation map filling most of the page, with various other controls, unstyled, below it.
Any chance you could take a look? I suspect this is something to do with the WebComponents polyfill.
|
priority
|
server module object oriented refactor broke ie hey albertinad i was just testing in ie and noticed it is broken since the server module object oriented refactor we get an unstyled geolocation label at the top then the geolocation map filling most of the page with various other controls unstyled below it any chance you could take a look i suspect this is something to do with the webcomponents polyfill
| 1
|
105,851
| 4,242,715,568
|
IssuesEvent
|
2016-07-06 20:26:52
|
joppiesaus/webblocks
|
https://api.github.com/repos/joppiesaus/webblocks
|
opened
|
Upon connecting, 2 players are created instead of one
|
bug ULTRAHIGHPRIORITY!!!1!
|
Not always the case.
Also weird behavior at leaving.
Could this also have to do with the "<variable x> not defined" problem?
|
1.0
|
Upon connecting, 2 players are created instead of one - Not always the case.
Also weird behavior at leaving.
Could this also have to do with the "<variable x> not defined" problem?
|
priority
|
upon connecting players are created instead of one not always the case also weird behavior at leaving could this also have to do with the not defined problem
| 1
|
147,301
| 5,637,110,020
|
IssuesEvent
|
2017-04-06 08:16:35
|
nus-mtp/nus-oracle
|
https://api.github.com/repos/nus-mtp/nus-oracle
|
closed
|
[Logout button] Should not be placed as a Tab but as a button under User Profile
|
high priority UI
|
* Prevents accidental clicks that initiate the entire logout process
* Removing Logout Tab from the sidebar makes the Tabs more logical. This is because clicking the other 2 buttons (User Profile and Requirements) brings up their respective panels but Logout will log the user out of the system entirely. Hence, these 2 buttons + Logout button are not very logically grouped which may confuse first-time users too
|
1.0
|
[Logout button] Should not be placed as a Tab but as a button under User Profile - * Prevents accidental clicks that initiate the entire logout process
* Removing Logout Tab from the sidebar makes the Tabs more logical. This is because clicking the other 2 buttons (User Profile and Requirements) brings up their respective panels but Logout will log the user out of the system entirely. Hence, these 2 buttons + Logout button are not very logically grouped which may confuse first-time users too
|
priority
|
should not be placed as a tab but as a button under user profile prevents accidental clicks that initiate the entire logout process removing logout tab from the sidebar makes the tabs more logical this is because clicking the other buttons user profile and requirements brings up their respective panels but logout will log the user out of the system entirely hence these buttons logout button are not very logically grouped which may confuse first time users too
| 1
|
538,850
| 15,779,553,886
|
IssuesEvent
|
2021-04-01 08:54:14
|
ita-social-projects/TeachUA
|
https://api.github.com/repos/ita-social-projects/TeachUA
|
opened
|
[Показати на мапі] The map doesn't center and a tooltip doesn't open when a user clicks on the position on the list
|
Priority: High bug
|
**Environment**: Windows 10, Google Chrome, 88.0.4324.182, (64-bit).
**Reproducible**: always
**Build found:** last commit from https://speak-ukrainian.org.ua/dev/clubs
**Steps to reproduce**
1. Go to https://speak-ukrainian.org.ua/dev/service
2. Click on 'Гуртки' page
3. Click on 'Show on map'
4. Click on the position in the list (club)
5. Observe the result
**Actual result**
The work of the application crashes and a white blank page is shown


**Expected result**
The map should center and a tooltip should open when a user clicks on the position on the list

**User story and test case links**
User story #116
**Labels to be added**
"Bug", Priority ("High"), Severity ("Critical"), Type ("Functional").
|
1.0
|
[Показати на мапі] The map doesn't center and a tooltip doesn't open when a user clicks on the position on the list - **Environment**: Windows 10, Google Chrome, 88.0.4324.182, (64-bit).
**Reproducible**: always
**Build found:** last commit from https://speak-ukrainian.org.ua/dev/clubs
**Steps to reproduce**
1. Go to https://speak-ukrainian.org.ua/dev/service
2. Click on 'Гуртки' page
3. Click on 'Show on map'
4. Click on the position in the list (club)
5. Observe the result
**Actual result**
The work of the application crashes and a white blank page is shown


**Expected result**
The map should center and a tooltip should open when a user clicks on the position on the list

**User story and test case links**
User story #116
**Labels to be added**
"Bug", Priority ("High"), Severity ("Critical"), Type ("Functional").
|
priority
|
the map doesn t center and a tooltip doesn t open when a user clicks on the position on the list environment windows google chrome bit reproducible always build found last commit from steps to reproduce go to click on гуртки page click on show on map click on the position in the list club observe the result actual result the work of the application crashes and a white blank page is shown expected result the map should center and a tooltip should open when a user clicks on the position on the list user story and test case links user story labels to be added bug priority high severity critical type functional
| 1
|
537,169
| 15,724,335,279
|
IssuesEvent
|
2021-03-29 08:40:37
|
CMSCompOps/WmAgentScripts
|
https://api.github.com/repos/CMSCompOps/WmAgentScripts
|
opened
|
Do run assign a workflow if it exceeds 2GB/core constraint
|
New Feature Priority: High
|
**Impact of the new feature**
CPU efficiency in the grid
**Is your feature request related to a problem? Please describe.**
Yes, recently we have seen cases where the requests do not obey 2GB/core constraint. It leads to CPU inefficiency in the grid. https://its.cern.ch/jira/browse/CMSCOMPPR-18315
**Describe the solution you'd like**
@dpiparo and I agreed to put a check on the assignment logic such that we do not run these kind of requests immediately to protect CPU efficiency of CMS. Instead, we should put such requests into automatic-wait. If such requests go into the system, e-mail alert can be generated and P&R members can check the request and talk to requestors and if the request is good to go, then we can release the workflow with manual assignment. Otherwise, the requests should be returned to the requestors.
**Describe alternatives you've considered**
None
**Additional context**
@amaltaro @todor-ivanov since there is still time to switch to MSAssigner, we'll probably implement this feature on the Unified side and then we can move it to MSAssigner. And also, I'll not start the implementation immediately and I'll wait for feedbacks for some time in case somebody want to make a remark.
@z4027163 @jenimal @drkovalskyi FYI
|
1.0
|
Do run assign a workflow if it exceeds 2GB/core constraint - **Impact of the new feature**
CPU efficiency in the grid
**Is your feature request related to a problem? Please describe.**
Yes, recently we have seen cases where the requests do not obey 2GB/core constraint. It leads to CPU inefficiency in the grid. https://its.cern.ch/jira/browse/CMSCOMPPR-18315
**Describe the solution you'd like**
@dpiparo and I agreed to put a check on the assignment logic such that we do not run these kind of requests immediately to protect CPU efficiency of CMS. Instead, we should put such requests into automatic-wait. If such requests go into the system, e-mail alert can be generated and P&R members can check the request and talk to requestors and if the request is good to go, then we can release the workflow with manual assignment. Otherwise, the requests should be returned to the requestors.
**Describe alternatives you've considered**
None
**Additional context**
@amaltaro @todor-ivanov since there is still time to switch to MSAssigner, we'll probably implement this feature on the Unified side and then we can move it to MSAssigner. And also, I'll not start the implementation immediately and I'll wait for feedbacks for some time in case somebody want to make a remark.
@z4027163 @jenimal @drkovalskyi FYI
|
priority
|
do run assign a workflow if it exceeds core constraint impact of the new feature cpu efficiency in the grid is your feature request related to a problem please describe yes recently we have seen cases where the requests do not obey core constraint it leads to cpu inefficiency in the grid describe the solution you d like dpiparo and i agreed to put a check on the assignment logic such that we do not run these kind of requests immediately to protect cpu efficiency of cms instead we should put such requests into automatic wait if such requests go into the system e mail alert can be generated and p r members can check the request and talk to requestors and if the request is good to go then we can release the workflow with manual assignment otherwise the requests should be returned to the requestors describe alternatives you ve considered none additional context amaltaro todor ivanov since there is still time to switch to msassigner we ll probably implement this feature on the unified side and then we can move it to msassigner and also i ll not start the implementation immediately and i ll wait for feedbacks for some time in case somebody want to make a remark jenimal drkovalskyi fyi
| 1
|
26,200
| 2,684,230,329
|
IssuesEvent
|
2015-03-28 19:42:27
|
DynamoRIO/dynamorio
|
https://api.github.com/repos/DynamoRIO/dynamorio
|
closed
|
CRASH: symbol lookup post-client-map pre-client-relocate gets wrong loaded-section addresses
|
Bug-DRCrash Hotlist-Release OpSys-Linux Priority-High Type-Bug
|
On Linux, when loading a client library with a zero preferred base and a
size that is not tiny (> 128k?), DR can crash:
```
Program received signal SIGSEGV, Segmentation fault.
0x00000000712f707c in elf_hash_lookup (name=0x71359b30 "_USES_DR_VERSION_", load_delta=65536, symtab=0x101f0, strtab=0x1ad50 "", buckets=0x22db8, chain=0x1bd1bc380, num_buckets=1866884466, dynstr_size=98396,
is_indirect_code=0x0) at /path/to/dr/git/src/core/unix/module_elf.c:771
771 for (sidx = buckets[hidx % num_buckets];
(gdb) bt
#0 0x00000000712f707c in elf_hash_lookup (name=0x71359b30 "_USES_DR_VERSION_", load_delta=65536, symtab=0x101f0, strtab=0x1ad50 "", buckets=0x22db8, chain=0x1bd1bc380, num_buckets=1866884466, dynstr_size=98396,
is_indirect_code=0x0) at /path/to/dr/git/src/core/unix/module_elf.c:771
#1 0x00000000712f7280 in get_proc_address_from_os_data (os_data=0x7fffc5162b00, load_delta=65536, name=0x71359b30 "_USES_DR_VERSION_", is_indirect_code=0x0) at /path/to/dr/git/src/core/unix/module_elf.c:814
#2 0x00000000712f1088 in get_private_library_address (modbase=0x10000 "\177ELF\002\001\001", name=0x71359b30 "_USES_DR_VERSION_") at /path/to/dr/git/src/core/unix/loader.c:781
#3 0x00000000712cb0f0 in lookup_library_routine (lib=0x10000, name=0x71359b30 "_USES_DR_VERSION_") at /path/to/dr/git/src/core/unix/os.c:3155
#4 0x000000007120c479 in add_client_lib (path=0x7fffc51632b0 "/path/to/myclient/libmyclient.so", id_str=0x7fffc51632dc "0", options=0x7fffc51632de "") at /path/to/dr/git/src/core/lib/instrument.c:455
#5 0x000000007120c8e0 in instrument_load_client_libs () at /path/to/dr/git/src/core/lib/instrument.c:538
#6 0x000000007108eb7a in dynamorio_app_init () at /path/to/dr/git/src/core/dynamo.c:473
```
The code in elf_dt_abs_addr(), which converts the value of a PT_DYNAMIC tag
into an address, has to figure out whether that value has been relocated or
not. It assumes that if we're not "at_map", i.e., in the middle of
loading, then relocations have been applied. It has a sanity check where
it looks for out-of-bounds references:
if (at_map || tgt < base || tgt > base + size) {
/* not relocated, adjust by load_delta */
tgt = (app_pc) dyn->d_un.d_ptr + load_delta;
}
Some time ago, we split up the loading of client libs such that we map the
lib first, very early (for reachability calculations). Later after
initializing our heap we finalize the client lib loading, which for Linux
at least includes applying relocations. In between, though, we look up the
"_USES_DR_VERSION_" symbol. The bug here is that the delta does need to be
applied for that, as we are in the middle of loading and have not yet
relocated. Today we don't apply the delta, so we get the wrong address for
.hash and can end up with a bad dereference.
Note that at_map != !relocated, as at_map indicates whether the segments
have been remapped. We are not at_map. We are !relocated. This
continues to be true during symbol lookups for imported libs, as we must
wait to relocate until after loading imported libs (b/c relocation needs
to resolve symbols in the global namespace), and we end up looking in the
being-loaded-lib's symbol table. Basically we need a new parameter
"relocated".
(Aside: despite the comment in elf_dt_abs_addr() about the ELF spec
disallowing relocations for dynamic entries, they sure seem to have them in
every .so we see nowadays.)
We don't see this with our own clients because they all have non-zero
preferred bases and always are loaded at that preferred base (this is very
early so there's not much in the address space). Thus the load_delta is 0.
A zero-base client that is small will also avoid the crash because it will
hit the out-of-bounds check.
|
1.0
|
CRASH: symbol lookup post-client-map pre-client-relocate gets wrong loaded-section addresses - On Linux, when loading a client library with a zero preferred base and a
size that is not tiny (> 128k?), DR can crash:
```
Program received signal SIGSEGV, Segmentation fault.
0x00000000712f707c in elf_hash_lookup (name=0x71359b30 "_USES_DR_VERSION_", load_delta=65536, symtab=0x101f0, strtab=0x1ad50 "", buckets=0x22db8, chain=0x1bd1bc380, num_buckets=1866884466, dynstr_size=98396,
is_indirect_code=0x0) at /path/to/dr/git/src/core/unix/module_elf.c:771
771 for (sidx = buckets[hidx % num_buckets];
(gdb) bt
#0 0x00000000712f707c in elf_hash_lookup (name=0x71359b30 "_USES_DR_VERSION_", load_delta=65536, symtab=0x101f0, strtab=0x1ad50 "", buckets=0x22db8, chain=0x1bd1bc380, num_buckets=1866884466, dynstr_size=98396,
is_indirect_code=0x0) at /path/to/dr/git/src/core/unix/module_elf.c:771
#1 0x00000000712f7280 in get_proc_address_from_os_data (os_data=0x7fffc5162b00, load_delta=65536, name=0x71359b30 "_USES_DR_VERSION_", is_indirect_code=0x0) at /path/to/dr/git/src/core/unix/module_elf.c:814
#2 0x00000000712f1088 in get_private_library_address (modbase=0x10000 "\177ELF\002\001\001", name=0x71359b30 "_USES_DR_VERSION_") at /path/to/dr/git/src/core/unix/loader.c:781
#3 0x00000000712cb0f0 in lookup_library_routine (lib=0x10000, name=0x71359b30 "_USES_DR_VERSION_") at /path/to/dr/git/src/core/unix/os.c:3155
#4 0x000000007120c479 in add_client_lib (path=0x7fffc51632b0 "/path/to/myclient/libmyclient.so", id_str=0x7fffc51632dc "0", options=0x7fffc51632de "") at /path/to/dr/git/src/core/lib/instrument.c:455
#5 0x000000007120c8e0 in instrument_load_client_libs () at /path/to/dr/git/src/core/lib/instrument.c:538
#6 0x000000007108eb7a in dynamorio_app_init () at /path/to/dr/git/src/core/dynamo.c:473
```
The code in elf_dt_abs_addr(), which converts the value of a PT_DYNAMIC tag
into an address, has to figure out whether that value has been relocated or
not. It assumes that if we're not "at_map", i.e., in the middle of
loading, then relocations have been applied. It has a sanity check where
it looks for out-of-bounds references:
if (at_map || tgt < base || tgt > base + size) {
/* not relocated, adjust by load_delta */
tgt = (app_pc) dyn->d_un.d_ptr + load_delta;
}
Some time ago, we split up the loading of client libs such that we map the
lib first, very early (for reachability calculations). Later after
initializing our heap we finalize the client lib loading, which for Linux
at least includes applying relocations. In between, though, we look up the
"_USES_DR_VERSION_" symbol. The bug here is that the delta does need to be
applied for that, as we are in the middle of loading and have not yet
relocated. Today we don't apply the delta, so we get the wrong address for
.hash and can end up with a bad dereference.
Note that at_map != !relocated, as at_map indicates whether the segments
have been remapped. We are not at_map. We are !relocated. This
continues to be true during symbol lookups for imported libs, as we must
wait to relocate until after loading imported libs (b/c relocation needs
to resolve symbols in the global namespace), and we end up looking in the
being-loaded-lib's symbol table. Basically we need a new parameter
"relocated".
(Aside: despite the comment in elf_dt_abs_addr() about the ELF spec
disallowing relocations for dynamic entries, they sure seem to have them in
every .so we see nowadays.)
We don't see this with our own clients because they all have non-zero
preferred bases and always are loaded at that preferred base (this is very
early so there's not much in the address space). Thus the load_delta is 0.
A zero-base client that is small will also avoid the crash because it will
hit the out-of-bounds check.
|
priority
|
crash symbol lookup post client map pre client relocate gets wrong loaded section addresses on linux when loading a client library with a zero preferred base and a size that is not tiny dr can crash program received signal sigsegv segmentation fault in elf hash lookup name uses dr version load delta symtab strtab buckets chain num buckets dynstr size is indirect code at path to dr git src core unix module elf c for sidx buckets gdb bt in elf hash lookup name uses dr version load delta symtab strtab buckets chain num buckets dynstr size is indirect code at path to dr git src core unix module elf c in get proc address from os data os data load delta name uses dr version is indirect code at path to dr git src core unix module elf c in get private library address modbase name uses dr version at path to dr git src core unix loader c in lookup library routine lib name uses dr version at path to dr git src core unix os c in add client lib path path to myclient libmyclient so id str options at path to dr git src core lib instrument c in instrument load client libs at path to dr git src core lib instrument c in dynamorio app init at path to dr git src core dynamo c the code in elf dt abs addr which converts the value of a pt dynamic tag into an address has to figure out whether that value has been relocated or not it assumes that if we re not at map i e in the middle of loading then relocations have been applied it has a sanity check where it looks for out of bounds references if at map tgt base size not relocated adjust by load delta tgt app pc dyn d un d ptr load delta some time ago we split up the loading of client libs such that we map the lib first very early for reachability calculations later after initializing our heap we finalize the client lib loading which for linux at least includes applying relocations in between though we look up the uses dr version symbol the bug here is that the delta does need to be applied for that as we are in the middle of loading and have not yet relocated today we don t apply the delta so we get the wrong address for hash and can end up with a bad dereference note that at map relocated as at map indicates whether the segments have been remapped we are not at map we are relocated this continues to be true during symbol lookups for imported libs as we must wait to relocate until after loading imported libs b c relocation needs to resolve symbols in the global namespace and we end up looking in the being loaded lib s symbol table basically we need a new parameter relocated aside despite the comment in elf dt abs addr about the elf spec disallowing relocations for dynamic entries they sure seem to have them in every so we see nowadays we don t see this with our own clients because they all have non zero preferred bases and always are loaded at that preferred base this is very early so there s not much in the address space thus the load delta is a zero base client that is small will also avoid the crash because it will hit the out of bounds check
| 1
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.