fix(action): kurtosis cleanup failing due to some containers still existing#136
Merged
fix(action): kurtosis cleanup failing due to some containers still existing#136
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Run kurtosis engine start
INFO[2026-02-25T17:59:31+01:00] Starting Kurtosis engine from image 'kurtosistech/engine:1.15.2'...
INFO[2026-02-25T17:59:31+01:00] No Kurtosis engine was found; attempting to start one...
INFO[2026-02-25T17:59:31+01:00] Starting the centralized logs components...
INFO[2026-02-25T17:59:32+01:00] Centralized logs components started.
INFO[2026-02-25T17:59:33+01:00] Reverse proxy started.
Error: An error occurred running command 'start'
Caused by: An error occurred starting the Kurtosis engine
Caused by: An error occurred starting the engine with the engine existence guarantor
Caused by: An error occurred guaranteeing that a Kurtosis engine is running
Caused by: An error occurred launching the engine server container
Caused by: An error occurred launching the engine server container with default version tag '1.15.2'
Caused by: An error occurred launching the engine server container
Caused by: An error occurred creating the engine using image 'kurtosistech/engine' with tag '1.15.2' and debug mode 'false'
Caused by: An error occurred creating Docker config storage.
Caused by: An error occurred starting the Docker Config Storage Creator container with these args '&{dockerImage:alpine:3.17 name:kurtosis-docker-config-storage-creator alias: interactiveModeTtySize: networkId:4a08708f05ecc6ab84912e1ea4b1a5cacdc3b0d5a8cbf5d82bc206b1219cf57d staticIp:[] addedCapabilities:map[] securityOpts:map[] networkMode:default usedPorts:map[] entrypointArgs:[/bin/sh -c sleep 1800] cmdArgs:[] envVariables:map[] bindMounts:map[] volumeMounts:map[kurtosis-docker-config-storage:/root/.docker/] needsAccessToDockerHostMachine:false labels:map[] cpuAllocationMillicpus:0 memoryAllocationMegabytes:0 loggingDriverConfig: skipAddingToBridgeNetworkIfStaticIpIsSet:false containerInitEnabled:false restartPolicy: imageDownloadMode:1 user: imageRegistrySpec: devices:[]}'
Caused by: Could not create Docker container 'kurtosis-docker-config-storage-creator' from image 'alpine:3.17'
Caused by: Error response from daemon: Conflict. The container name "/kurtosis-docker-config-storage-creator" is already in use by container "06e4e729f72a68a9cd5e8955c0800d13b5a50e1f3179b2832d1e5e71fb3dc58a". You have to remove (or rename) that container to be able to reuse that name.