-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BUG: Update succeeded, but an error occurred pruning old image versions #195
Labels
bug
Something isn't working
Comments
I suspect is because you had an outstanding Relatedly, the whole |
In related work on From e9abf65ff86c9d4d08eb36453150a67979f61538 Mon Sep 17 00:00:00 2001
From: Thomas Sibley <[email protected]>
Date: Thu, 1 Sep 2022 15:29:03 -0700
Subject: [PATCH] update: Say a bit more about errors pruning old Docker images
Resolves <https://github.com/nextstrain/cli/issues/195>.
---
nextstrain/cli/runner/docker.py | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/nextstrain/cli/runner/docker.py b/nextstrain/cli/runner/docker.py
index dc89923..49b5e50 100644
--- a/nextstrain/cli/runner/docker.py
+++ b/nextstrain/cli/runner/docker.py
@@ -301,6 +301,11 @@ def update() -> bool:
warn("Update succeeded, but an error occurred pruning old image versions:")
warn(" ", error)
warn()
+ warn("This can occur, for example, if you have a `nextstrain build`,")
+ warn("`nextstrain view`, or `nextstrain shell` command still running.")
+ warn()
+ warn("Not to worry, we'll try again the next time you run `nextstrain update`.")
+ warn()
return True
--
2.37.2
|
Excellent, that's a great suggestion.
…On Fri, Sep 2, 2022, 00:31 Thomas Sibley ***@***.***> wrote:
In related work on update, I plan to include this change:
From e9abf65ff86c9d4d08eb36453150a67979f61538 Mon Sep 17 00:00:00 2001
From: Thomas Sibley ***@***.***>
Date: Thu, 1 Sep 2022 15:29:03 -0700
Subject: [PATCH] update: Say a bit more about errors pruning old Docker images
Resolves <#195>.---
nextstrain/cli/runner/docker.py | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/nextstrain/cli/runner/docker.py b/nextstrain/cli/runner/docker.py
index dc89923..49b5e50 100644--- a/nextstrain/cli/runner/docker.py+++ b/nextstrain/cli/runner/docker.py@@ -301,6 +301,11 @@ def update() -> bool:
warn("Update succeeded, but an error occurred pruning old image versions:")
warn(" ", error)
warn()+ warn("This can occur, for example, if you have a `nextstrain build`,")+ warn("`nextstrain view`, or `nextstrain shell` command still running.")+ warn()+ warn("Not to worry, we'll try again the next time you run `nextstrain update`.")+ warn()
return True
--
2.37.2
—
Reply to this email directly, view it on GitHub
<#195 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF77AQKF64PCNERXWHXA5QTV4EVFNANCNFSM53LHMFVQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
tsibley
added a commit
that referenced
this issue
Sep 7, 2022
tsibley
added a commit
that referenced
this issue
Sep 7, 2022
tsibley
added a commit
that referenced
this issue
Sep 13, 2022
tsibley
added a commit
that referenced
this issue
Sep 14, 2022
tsibley
added a commit
that referenced
this issue
Sep 23, 2022
tsibley
added a commit
that referenced
this issue
Sep 26, 2022
tsibley
added a commit
that referenced
this issue
Sep 26, 2022
Resolved by 38d252a. |
Repository owner
moved this from Backlog
to Done
in Nextstrain planning (archived)
Oct 19, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behavior
When running
nextstrain update
on macOS intel:Expected behavior
No error
Full log
The text was updated successfully, but these errors were encountered: