Stopped running "final_logging"
See original GitHub issueThis may be related to #157 but I don’t want to make assumptions.
A different job (chr20) appears to be complete (it has finished delocalization) but appears to still be running because the “final_logging” could not be found (but still had an exit status of 0!?).
done: false
metadata:
'@type': type.googleapis.com/google.genomics.v2alpha1.Metadata
createTime: '2019-05-22T16:35:10.783867Z'
events:
- description: |-
Stopped running "final_logging": environment: line 18: log_info: command not found
environment: line 18: log_info: command not found
environment: line 18: log_info: command not found
details:
'@type': type.googleapis.com/google.genomics.v2alpha1.ContainerStoppedEvent
actionId: 8
exitStatus: 0
stderr: |
environment: line 18: log_info: command not found
environment: line 18: log_info: command not found
environment: line 18: log_info: command not found
timestamp: '2019-05-22T23:41:44.276607Z'
- description: Started running "final_logging"
details:
'@type': type.googleapis.com/google.genomics.v2alpha1.ContainerStartedEvent
actionId: 8
ipAddress: ''
portMappings: {}
timestamp: '2019-05-22T23:41:39.647535Z'
- description: Stopped running "delocalization"
details:
'@type': type.googleapis.com/google.genomics.v2alpha1.ContainerStoppedEvent
actionId: 7
exitStatus: 0
stderr: ''
timestamp: '2019-05-22T23:41:38.546159Z'
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
`pino.final` does not work with pino-pretty · Issue #37 - GitHub
When using pino.final with pino-pretty following exception is thrown: only compatible with loggers with pino.destination and pino.extreme ...
Read more >Stopping Mid Run- Do You Get the Same Results?
Have you ever wondered if those short stops for the bathroom or at intersections will affect your training? We researched for you, so...
Read more >Python - Error On adding rows in the dataframe : local variable ...
I suppose, you declare finallog somewhere above your code, ... UnboundLocalError: local variable 'finallog' referenced before assignment.
Read more >Time to Say Goodbye: When You Have Grown ... - Tina Muir
Many runners have amenorrhea, yet are afraid to talk about it. This pro runner quit running and shares her story with the world....
Read more >Move-Item Throwing Bogus Errors - Spiceworks Community
Solution: On one of the foreach loop iterations, $finalLogs is empty. ... servers to the first node so I can run Get-IISParsedLog on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yes!
Thanks for reporting the problem. The
log_info
problem was introduced in d3269e53a3dd68063a94b474fc1efd4825130259 and would be for alldsub
jobs.The problem of the VM continuing to run should be unrelated. You’ll see the same error message in the underlying operation for all of your
dsub
jobs.If the VM continues to run, you will likely need to terminate it manually and report the problem to Google.