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.

Error: Process completed with exit code 125 when using metrics@master

See original GitHub issue

The following configuration has run wrong with throwing Error: Process completed with exit code 125.

name: Metrics
on:
  # Schedule updates
  schedule: [{cron: "0 * * * *"}]
  # Lines below let you run workflow manually and on each commit
  push: {branches: ["master", "main"]}
  workflow_dispatch:
jobs:
  github-metrics:
    runs-on: ubuntu-latest
    steps:
      # See action.yml for all options
      - uses: lowlighter/metrics@master
        with:
          # Your GitHub token
          token: ${{ secrets.METRICS_TOKEN }}
          # GITHUB_TOKEN is a special auto-generated token restricted to current repository, which is used to push files in it
          committer_token: ${{ secrets.GITHUB_TOKEN }}
          base: "" # Only show header
          plugin_isocalendar: yes
          plugin_activity: yes
          plugin_activity_limit: 5
          plugin_activity_days: 14 # Max age for events, set to 0 for unlimited:

The detailed stack:

Run lowlighter/metrics@master
Environment variable: loaded
Source: lowlighter
Version: 3.2.0-beta
Image tag: v3.2
Is released version: 0
Using released version v3.2, will pull docker image from GitHub registry
Image name: ghcr.io/lowlighter/metrics:v3.2
Unable to find image 'ghcr.io/lowlighter/metrics:v3.2' locally
docker: Error response from daemon: name unknown.
See 'docker run --help'.
Error: Process completed with exit code 125.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
aleen42commented, Jan 13, 2021

OK, temporarily close this issue.

1reaction
lowlightercommented, Jan 11, 2021

It should work without the option now 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Github Actions error: Process completed with exit code 125
Whenever a build is created, for each step/layer docker creates an intermediary image - if you execute the build without setting layers to ......
Read more >
Exit Codes in Containers & Kubernetes | Complete Guide
Exit Code 125, Container failed to run error, The docker run command did ... This means the operating system process managed by the...
Read more >
.net core 3 new template using docker encounters early build ...
Error CTC1015 Docker command failed with exit code 125. docker: Error response from daemon: status code not OK but 500: {“Message”:“Unhandled exception: Drive ......
Read more >
Top 5 Kubernetes Coding Errors and How to Solve Them
Common causes for Exit Code 125 include: The use of an undefined flag in the command—for instance, docker run --abcd . A user...
Read more >
Marathon: Exit Codes - Mesosphere
The following exit codes should help you figure out why the Marathon process stopped. ... 104, LeadershipEndedFaulty - Leadership ended with an error....
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