failed: Execution failed: generic::not_found: preparing Docker cache: reading overlays: open /var/lib/pipelines/google/docker-cache-disks/google-docker-cache0/overlay2: no such file or directory
Which I don't understand, since if I create a disk using the image and attach it to a VM manually, the root of the disk does have an "overlay2" directory. According to the documentation, I just needed to copy the "overlay2" and "images" directories into the disk:
The Compute Engine Disk Images to use as a Docker cache. The disks will be mounted into the Docker folder in a way that the images present in the cache will not need to be pulled. The digests of the cached images must match those of the tags used or the latest version will still be pulled. The root directory of the ext4 image must contain image and overlay2 directories copied from the Docker directory of a VM where the desired Docker images have already been pulled. Any images pulled that are not cached will be stored on the first cache disk instead of the boot disk. Only a single image is supported.
--
You received this message because you are subscribed to the Google Groups "GCP Life Sciences Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gcp-life-sciences-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gcp-life-sciences-discuss/10afcf52-0aa8-4130-a65c-329c3e510ce1n%40googlegroups.com.
gcloud beta lifesciences operations describe 3164378125878051963
done: true
error:
code: 5
message: 'Execution failed: generic::not_found: preparing Docker cache: reading
overlays: open /var/lib/pipelines/google/docker-cache-disks/google-docker-cache0/overlay2:
no such file or directory'
metadata:
'@type': type.googleapis.com/google.cloud.lifesciences.v2beta.Metadata
createTime: '2021-06-17T13:44:42.648820Z'
endTime: '2021-06-17T13:46:53.810636428Z'
events:
- description: Worker released
timestamp: '2021-06-17T13:46:53.810636428Z'
workerReleased:
instance: google-pipelines-worker-37ac3783fab7115b4fdfcc6a93ddc320
zone: us-central1-f
- description: 'Execution failed: generic::not_found: preparing Docker cache: reading
overlays: open /var/lib/pipelines/google/docker-cache-disks/google-docker-cache0/overlay2:
no such file or directory'
failed:
cause: 'Execution failed: generic::not_found: preparing Docker cache: reading
overlays: open /var/lib/pipelines/google/docker-cache-disks/google-docker-cache0/overlay2:
no such file or directory'
code: NOT_FOUND
timestamp: '2021-06-17T13:46:52.996106944Z'
- description: Worker "google-pipelines-worker-37ac3783fab7115b4fdfcc6a93ddc320"
assigned in "us-central1-f" on a "n1-standard-8" machine
timestamp: '2021-06-17T13:44:53.953871424Z'
workerAssigned:
instance: google-pipelines-worker-37ac3783fab7115b4fdfcc6a93ddc320
machineType: n1-standard-8
zone: us-central1-f
pipeline:
actions:
- commands:
- /bin/sh
- -c
- gsutil cp gs://jax-compsci-gbeane-pipeline-test/short.avi /data/video.avi
imageUri: google/cloud-sdk:slim
mounts:
- disk: data
path: /data
- commands:
- -c
- python /deep-hres-net/tools/infermultimousepose.py --max-embed-sep-within-instances
0.3 --min-embed-sep-between-instances 0.2 --min-pose-heatmap-val 1.0 --max-inst-dist-px
75 --pose-smoothing /multimousepose.pth /multimousepose-conf.yaml /data/video.avi
/data/out.h5 1>/data/stdout.log 2>/data/stderr.log
entrypoint: bash
environment:
PYTHONPATH: /deep-hres-net
imageUri: gcr.io/jax-jmcrs-behavior-sb-01/pose-est-test1
mounts:
- disk: data
path: /data
- alwaysRun: true
commands:
- /bin/sh
- -c
- gsutil cp /data/stderr.log gs://jax-compsci-gbeane-pipeline-test/short_stderr.log
imageUri: google/cloud-sdk:slim
mounts:
- disk: data
path: /data
- commands:
- /bin/sh
- -c
- gsutil cp /data/stdout.log gs://jax-compsci-gbeane-pipeline-test/short_stdout.log
imageUri: google/cloud-sdk:slim
mounts:
- disk: data
path: /data
- commands:
- /bin/sh
- -c
- gsutil cp /data/out.h5 gs://jax-compsci-gbeane-pipeline-test/short_pose_est_v3.h5
imageUri: google/cloud-sdk:slim
mounts:
- disk: data
path: /data
resources:
regions:
- us-central1
virtualMachine:
accelerators:
- count: '1'
type: nvidia-tesla-t4
bootDiskSizeGb: 40
bootImage: projects/cloud-lifesciences/global/images/w20210604-0900-rc0060ba4e36-0000-21d7-92e1-089e0828ec78stable
dockerCacheImages:
- projects/jax-jmcrs-behavior-sb-01/global/images/docker-cache
labels:
goog-pipelines-worker: 'true'
machineType: n1-standard-8
nvidiaDriverVersion: 450.51.06
preemptible: true
serviceAccount:
email: default
scopes:
- https://www.googleapis.com/auth/cloud-platform
volumes:
- persistentDisk:
sizeGb: 100
volume: data
timeout: 604800s
startTime: '2021-06-17T13:44:53.953871424Z'
name: projects/262596842792/locations/us-central1/operations/3164378125878051963
To view this discussion on the web visit https://groups.google.com/d/msgid/gcp-life-sciences-discuss/490f0951-ab89-419f-aec1-a933b44564f6n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gcp-life-sciences-discuss/06a39097-9f95-4e1b-a103-25244f502e4fn%40googlegroups.com.