question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Stopped running "final_logging"

See original GitHub issue

This 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:closed
  • Created 4 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mbookmancommented, Jun 15, 2019

Yes!

1reaction
mbookmancommented, May 23, 2019

Thanks for reporting the problem. The log_info problem was introduced in d3269e53a3dd68063a94b474fc1efd4825130259 and would be for all dsub 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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found