Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

secrets integration tests fail on EKS #796

Closed
meldafrawi opened this issue Oct 20, 2022 · 2 comments
Closed

secrets integration tests fail on EKS #796

meldafrawi opened this issue Oct 20, 2022 · 2 comments
Assignees
Labels
kind/bug Something isn't working
Milestone

Comments

@meldafrawi
Copy link
Contributor

secrets integration tests when run against EKS cluster.

Steps to reproduce:

  1. create eks cluster
  2. start acorn controller as background process using acorn controller &
  3. run secrets integration tests using TEST_ACORN_CONTROLLER=external go test ./integration/secrets
@meldafrawi
Copy link
Contributor Author

meldafrawi commented Oct 20, 2022

logs:

I1020 22:31:13.677452   40831 serving.go:342] Generated self-signed cert (apiserver.local.config/certificates/apiserver.crt, apiserver.local.config/certificates/apiserver.key)
W1020 22:31:13.912291   40831 authentication.go:317] No authentication-kubeconfig provided in order to lookup client-ca-file in configmap/extension-apiserver-authentication in kube-system, so client certificate authentication won't work.
W1020 22:31:13.912305   40831 authentication.go:341] No authentication-kubeconfig provided in order to lookup requestheader-client-ca-file in configmap/extension-apiserver-authentication in kube-system, so request-header client certificate authentication won't work.
W1020 22:31:13.912313   40831 recommended.go:149] Neither kubeconfig is provided nor service-account is mounted, so APIPriorityAndFairness will be disabled
I1020 22:31:13.934235   40831 secure_serving.go:210] Serving securely on 127.0.0.1:35885
I1020 22:31:13.934236   40831 dynamic_serving_content.go:132] "Starting controller" name="serving-cert::apiserver.local.config/certificates/apiserver.crt::apiserver.local.config/certificates/apiserver.key"
I1020 22:31:13.934260   40831 tlsconfig.go:240] "Starting DynamicServingCertificateController"
time="2022-10-20T22:31:14+02:00" level=info msg="Applying CRD appinstances.internal.acorn.io"
Waiting for builder to start... I1020 22:31:19.899403   40831 trace.go:205] Trace[289237342]: "Create" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:309b2314-bba4-4a18-a09c-bcde07c6f18a,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:15.901) (total time: 3998ms):
Trace[289237342]: ---"Write to database call finished" len:146,err:<nil> 3997ms (22:31:19.898)
Trace[289237342]: [3.99802064s] [3.99802064s] END
Ready
I1020 22:31:20.579723   40831 trace.go:205] Trace[1191232036]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:ff954e47-c9a4-4018-8e45-8d9f4f41eb8c,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:19.908) (total time: 670ms):
Trace[1191232036]: ---"About to write a response" 670ms (22:31:20.579)
Trace[1191232036]: [670.965784ms] [670.965784ms] END
#1 [internal] load build definition from acorn-dockerfile-296726936
#1 transferring dockerfile:
#1 ...

#2 [internal] load .dockerignore
#2 transferring context: 2B 0.2s done
#2 DONE 0.3s

#1 [internal] load build definition from acorn-dockerfile-296726936
#1 transferring dockerfile: 66B 0.3s done
#1 DONE 0.4s

#3 [internal] load metadata for docker.io/library/busybox:latest
#3 DONE 2.6s

#4 [1/1] FROM docker.io/library/busybox@sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698
#4 resolve docker.io/library/busybox@sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698 0.0s done
#4 DONE 0.0s

#5 exporting to image
#5 exporting layers done
#5 exporting manifest sha256:0d925cf7722df9f1afa8553f3653906d1749759f55747077373bbf7d9643156f 0.0s done
#5 exporting config sha256:642039ecafad36093419361f7296967f1f53da659762d512dbb1bc304bd81e01
#5 exporting config sha256:642039ecafad36093419361f7296967f1f53da659762d512dbb1bc304bd81e01 done
#5 pushing layers
#5 pushing layers 0.2s done
#5 pushing manifest for 127.0.0.1:5000/acorn/acorn-test-rxpb2:latest@sha256:0d925cf7722df9f1afa8553f3653906d1749759f55747077373bbf7d9643156f 0.0s done
#5 DONE 0.2s

#4 [1/1] FROM docker.io/library/busybox@sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698
#4 sha256:f5b7ce95afea5d39690afc4c206ee1bf3e3e956dcc8d1ccd05c6613a39c4e4f8 773.00kB / 773.00kB 0.1s done
#4 DONE 0.2s
I1020 22:31:26.088646   40831 trace.go:205] Trace[697716156]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:f7120f56-572a-429d-b8fc-79f2558c0888,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:25.482) (total time: 605ms):
Trace[697716156]: ---"About to write a response" 605ms (22:31:26.088)
Trace[697716156]: [605.59519ms] [605.59519ms] END
I1020 22:31:28.433219   40831 trace.go:205] Trace[972689166]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:df923caf-1b08-4855-b1df-6aaa334ea7d1,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:27.907) (total time: 525ms):
Trace[972689166]: ---"About to write a response" 525ms (22:31:28.432)
Trace[972689166]: [525.304471ms] [525.304471ms] END
I1020 22:31:30.565063   40831 trace.go:205] Trace[829006893]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:94bf5bcb-8ec0-4d28-984a-404b194e6301,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:29.886) (total time: 678ms):
Trace[829006893]: ---"About to write a response" 677ms (22:31:30.564)
Trace[829006893]: [678.006784ms] [678.006784ms] END
I1020 22:31:32.671240   40831 trace.go:205] Trace[1968054367]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:effa1e98-294f-4305-b299-5672e98688a4,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:32.043) (total time: 627ms):
Trace[1968054367]: ---"About to write a response" 627ms (22:31:32.671)
Trace[1968054367]: [627.464239ms] [627.464239ms] END
I1020 22:31:33.413002   40831 trace.go:205] Trace[1747835671]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:c157e9d4-ae08-4718-8e4a-fc66fd2cdeb6,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:32.675) (total time: 737ms):
Trace[1747835671]: ---"About to write a response" 737ms (22:31:33.412)
Trace[1747835671]: [737.609238ms] [737.609238ms] END
#1 [internal] load .dockerignore
#1 transferring context: 0.1s
#1 transferring context: 2B 0.2s done
#1 DONE 0.3s

#2 [internal] load build definition from acorn-dockerfile-1913793217
#2 transferring dockerfile: 67B 0.3s done
#2 DONE 0.3s

#3 [internal] load metadata for docker.io/library/busybox:latest
#3 DONE 0.6s

#4 [1/1] FROM docker.io/library/busybox@sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698
#4 resolve docker.io/library/busybox@sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698 0.0s done
#4 CACHED

#5 exporting to image
#5 exporting layers done
#5 exporting manifest sha256:0d925cf7722df9f1afa8553f3653906d1749759f55747077373bbf7d9643156f done
#5 exporting config sha256:642039ecafad36093419361f7296967f1f53da659762d512dbb1bc304bd81e01 done
#5 pushing layers done
#5 pushing manifest for 127.0.0.1:5000/acorn/acorn-test-rxpb2:latest@sha256:0d925cf7722df9f1afa8553f3653906d1749759f55747077373bbf7d9643156f done
#5 DONE 0.0s
W1020 22:31:36.615235   40831 logging.go:59] [core] [Server #8] grpc: Server.processUnaryRPC failed to write status connection error: desc = "transport is closing"
I1020 22:31:37.232370   40831 trace.go:205] Trace[1157439780]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:6bdf701d-b171-43b0-9f11-a058ea9bec5e,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:36.616) (total time: 616ms):
Trace[1157439780]: ---"About to write a response" 615ms (22:31:37.232)
Trace[1157439780]: [616.167635ms] [616.167635ms] END
I1020 22:31:37.889207   40831 trace.go:205] Trace[1259021237]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:deb85c52-93c6-4f21-9a0e-8a9db4f3682b,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:37.240) (total time: 648ms):
Trace[1259021237]: ---"About to write a response" 648ms (22:31:37.888)
Trace[1259021237]: [648.841244ms] [648.841244ms] END
I1020 22:31:40.060079   40831 trace.go:205] Trace[1270465022]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:3ee6d8b5-87df-4137-85d7-472edc281b06,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:39.357) (total time: 702ms):
Trace[1270465022]: ---"About to write a response" 701ms (22:31:40.059)
Trace[1270465022]: [702.081096ms] [702.081096ms] END
I1020 22:31:42.278982   40831 trace.go:205] Trace[15896570]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:1efebf6f-611d-4c1e-a166-6e8294792e2b,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:41.648) (total time: 630ms):
Trace[15896570]: ---"About to write a response" 629ms (22:31:42.278)
Trace[15896570]: [630.172143ms] [630.172143ms] END
I1020 22:31:44.417482   40831 trace.go:205] Trace[2143097387]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:df7bda08-b629-4da6-9d16-cb3dd60747dc,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:43.830) (total time: 586ms):
Trace[2143097387]: ---"About to write a response" 586ms (22:31:44.417)
Trace[2143097387]: [586.948373ms] [586.948373ms] END
I1020 22:31:45.014620   40831 trace.go:205] Trace[839862957]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:f03e18e6-89df-4574-9de7-8cf3caaf28d6,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:44.427) (total time: 587ms):
Trace[839862957]: ---"About to write a response" 587ms (22:31:45.014)
Trace[839862957]: [587.394641ms] [587.394641ms] END
#1 [internal] load .dockerignore
#1 transferring context: 32B 0.1s
#1 transferring context: 64B 0.3s done
#1 DONE 0.3s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 58B 0.3s done
#2 DONE 0.3s

#3 [internal] load build context
#3 transferring context: 662B 0.4s done
#3 DONE 0.4s

#4 [1/1] COPY . /
#4 DONE 0.0s

#5 exporting to image
#5 exporting layers 0.1s done
#5 exporting manifest sha256:9dc776084ad6391cc18e147f0347271652266a4d5df9d7ed90715e1428377e8e 0.0s done
#5 exporting config sha256:84aa7afa07c3b598d73aee1e4bea68eadacd3530f1519f8b118236b81f8a261e
#5 exporting config sha256:84aa7afa07c3b598d73aee1e4bea68eadacd3530f1519f8b118236b81f8a261e done
#5 pushing layers 0.0s done
#5 pushing manifest for 127.0.0.1:5000/acorn/acorn-test-rxpb2:latest@sha256:9dc776084ad6391cc18e147f0347271652266a4d5df9d7ed90715e1428377e8e 0.0s done
#5 DONE 0.1s
I1020 22:31:48.337736   40831 trace.go:205] Trace[1224010645]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:6bf2112c-fe42-4ce1-9970-41a76c4a18c4,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:47.601) (total time: 735ms):
Trace[1224010645]: ---"About to write a response" 735ms (22:31:48.337)
Trace[1224010645]: [735.677659ms] [735.677659ms] END
I1020 22:31:50.856767   40831 trace.go:205] Trace[1332755296]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:e00e6772-9f15-431b-b825-fe6c6850be9f,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:50.298) (total time: 557ms):
Trace[1332755296]: ---"About to write a response" 557ms (22:31:50.856)
Trace[1332755296]: [557.991455ms] [557.991455ms] END
I1020 22:31:52.748224   40831 trace.go:205] Trace[1523514458]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:e8a520d0-fcba-4917-9862-cfaa38816990,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:52.114) (total time: 633ms):
Trace[1523514458]: ---"About to write a response" 633ms (22:31:52.748)
Trace[1523514458]: [633.306724ms] [633.306724ms] END
I1020 22:31:55.083162   40831 trace.go:205] Trace[1405906783]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:84a38482-bd45-4e56-9399-a7a52928e921,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:54.376) (total time: 706ms):
Trace[1405906783]: ---"About to write a response" 705ms (22:31:55.082)
Trace[1405906783]: [706.062297ms] [706.062297ms] END
I1020 22:31:56.999438   40831 trace.go:205] Trace[1221287237]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:bc6ab9b2-b7a2-4c63-8074-a22a81aa3900,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:56.439) (total time: 559ms):
Trace[1221287237]: ---"About to write a response" 559ms (22:31:56.999)
Trace[1221287237]: [559.406079ms] [559.406079ms] END
I1020 22:32:01.551712   40831 trace.go:205] Trace[1143056494]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-test-rxpb2/images/2ce6961fdc0b8e4cf93e956d5cbe070a5661e56881b4af387d583b72c0fe25c1,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:09f7746d-11f0-412c-831c-c2eb9ae61018,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:58.868) (total time: 2683ms):
Trace[1143056494]: ---"About to write a response" 2682ms (22:32:01.551)
Trace[1143056494]: [2.683182816s] [2.683182816s] END
I1020 22:32:04.448676   40831 trace.go:205] Trace[481166103]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-test-rxpb2/images/2ce6961fdc0b8e4cf93e956d5cbe070a5661e56881b4af387d583b72c0fe25c1,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:5ed6a27a-4252-4f00-8b9e-e0df00af6339,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:32:01.659) (total time: 2789ms):
Trace[481166103]: ---"About to write a response" 2789ms (22:32:04.448)
Trace[481166103]: [2.78956186s] [2.78956186s] END
I1020 22:32:07.768943   40831 trace.go:205] Trace[677269314]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-test-rxpb2/images/2ce6961fdc0b8e4cf93e956d5cbe070a5661e56881b4af387d583b72c0fe25c1,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:9c057f8e-812c-4a7c-915a-ebdf982f3f6d,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:32:04.452) (total time: 3316ms):
Trace[677269314]: ---"About to write a response" 3316ms (22:32:07.768)
Trace[677269314]: [3.316443666s] [3.316443666s] END
I1020 22:32:21.653244   40831 trace.go:205] Trace[54517005]: "Create" url:/apis/api.acorn.io/v1/namespaces/acorn-test-rxpb2/images/2ce6961fdc0b8e4cf93e956d5cbe070a5661e56881b4af387d583b72c0fe25c1/details,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:0e2072af-9b92-426e-a728-c94ba90b7fae,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:32:04.450) (total time: 17202ms):
Trace[54517005]: ---"Write to database call finished" len:121,err:<nil> 17201ms (22:32:21.653)
Trace[54517005]: [17.202387387s] [17.202387387s] END
I1020 22:32:21.732193   40831 trace.go:205] Trace[778683748]: "Create" url:/apis/api.acorn.io/v1/namespaces/acorn-test-rxpb2/apps,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:68607e2d-c233-4cdc-b972-d45905a372e8,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:31:58.864) (total time: 22867ms):
Trace[778683748]: ---"Write to database call finished" len:287,err:<nil> 22867ms (22:32:21.731)
Trace[778683748]: [22.867434598s] [22.867434598s] END
I1020 22:33:06.320005   40831 dynamic_serving_content.go:192] "Failed to remove file watch, it may have been deleted" file="apiserver.local.config/certificates/apiserver.crt" err="can't remove non-existent inotify watch for: apiserver.local.config/certificates/apiserver.crt"
E1020 22:33:06.320229   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
E1020 22:33:06.320438   40831 dynamic_serving_content.go:141] "Failed to watch cert and key file, will retry later" err="error adding watch for file apiserver.local.config/certificates/apiserver.crt: no such file or directory"
E1020 22:33:06.325811   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
E1020 22:33:06.336296   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
E1020 22:33:06.356960   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
E1020 22:33:06.397721   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
E1020 22:33:06.478812   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
E1020 22:33:06.639776   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
E1020 22:33:06.960332   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
E1020 22:33:07.600626   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
I1020 22:33:07.797420   40831 trace.go:205] Trace[451012728]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:6c73dea1-0cad-4e8a-afc0-3cae4ec936a5,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:07.080) (total time: 716ms):
Trace[451012728]: ---"About to write a response" 716ms (22:33:07.797)
Trace[451012728]: [716.622992ms] [716.622992ms] END
I1020 22:33:08.532139   40831 trace.go:205] Trace[746546496]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:b6e833fb-1e0b-4509-a233-bc917ff74c69,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:07.804) (total time: 727ms):
Trace[746546496]: ---"About to write a response" 727ms (22:33:08.531)
Trace[746546496]: [727.86517ms] [727.86517ms] END
E1020 22:33:08.881701   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
#1 [internal] load build definition from acorn-dockerfile-304489553
#1 transferring dockerfile: 45B 0.1s
#1 ...

#2 [internal] load .dockerignore
#2 transferring context: 2B 0.2s done
#2 DONE 0.2s

#1 [internal] load build definition from acorn-dockerfile-304489553
#1 transferring dockerfile: 66B 0.3s done
#1 DONE 0.4s

#3 [internal] load metadata for docker.io/library/busybox:latest
#3 DONE 0.6s

#4 [1/1] FROM docker.io/library/busybox@sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698
#4 resolve docker.io/library/busybox@sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698 0.0s done
#4 CACHED

#5 exporting to image
#5 exporting layers done
#5 exporting manifest sha256:0d925cf7722df9f1afa8553f3653906d1749759f55747077373bbf7d9643156f done
#5 exporting config sha256:642039ecafad36093419361f7296967f1f53da659762d512dbb1bc304bd81e01 done
#5 pushing layers 0.0s done
#5 pushing manifest for 127.0.0.1:5000/acorn/acorn-test-69fv6:latest@sha256:0d925cf7722df9f1afa8553f3653906d1749759f55747077373bbf7d9643156f done
#5 DONE 0.0s
E1020 22:33:11.441933   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
I1020 22:33:12.027781   40831 trace.go:205] Trace[1084332499]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:84aa3dca-bc3b-43f8-8c69-c106dcdb8ff9,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:11.299) (total time: 728ms):
Trace[1084332499]: ---"About to write a response" 728ms (22:33:12.027)
Trace[1084332499]: [728.682299ms] [728.682299ms] END
I1020 22:33:12.726230   40831 trace.go:205] Trace[1225646746]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:304763d0-cdb3-46bc-b686-90f40b8b71a0,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:12.038) (total time: 688ms):
Trace[1225646746]: ---"About to write a response" 687ms (22:33:12.726)
Trace[1225646746]: [688.022559ms] [688.022559ms] END
I1020 22:33:14.810645   40831 trace.go:205] Trace[646669350]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:26f5e88c-4cf2-4c47-9e4a-adee40dcdb00,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:14.196) (total time: 613ms):
Trace[646669350]: ---"About to write a response" 613ms (22:33:14.810)
Trace[646669350]: [613.868723ms] [613.868723ms] END
E1020 22:33:16.562943   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
I1020 22:33:16.826293   40831 trace.go:205] Trace[78960303]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:c24bae59-57a8-48de-afbe-b276b40c449a,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:16.204) (total time: 621ms):
Trace[78960303]: ---"About to write a response" 620ms (22:33:16.825)
Trace[78960303]: [621.243411ms] [621.243411ms] END
I1020 22:33:19.335625   40831 trace.go:205] Trace[1576701319]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:bf5caae8-e716-435f-be5f-7665a0e7e192,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:18.732) (total time: 603ms):
Trace[1576701319]: ---"About to write a response" 602ms (22:33:19.335)
Trace[1576701319]: [603.102619ms] [603.102619ms] END
I1020 22:33:19.989987   40831 trace.go:205] Trace[1156722331]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:d8cd8a4f-a14e-4885-a6c8-0e729783cbec,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:19.342) (total time: 647ms):
Trace[1156722331]: ---"About to write a response" 647ms (22:33:19.989)
Trace[1156722331]: [647.45245ms] [647.45245ms] END
#1 [internal] load .dockerignore
#1 transferring context: 0.1s
#1 transferring context: 2B 0.2s done
#1 DONE 0.2s

#2 [internal] load build definition from acorn-dockerfile-1560410462
#2 transferring dockerfile: 67B 0.3s done
#2 DONE 0.3s

#3 [internal] load metadata for docker.io/library/busybox:latest
#3 DONE 0.6s

#4 [1/1] FROM docker.io/library/busybox@sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698
#4 resolve docker.io/library/busybox@sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698 0.0s done
#4 CACHED

#5 exporting to image
#5 exporting layers done
#5 exporting manifest sha256:0d925cf7722df9f1afa8553f3653906d1749759f55747077373bbf7d9643156f done
#5 exporting config sha256:642039ecafad36093419361f7296967f1f53da659762d512dbb1bc304bd81e01 done
#5 pushing layers done
#5 pushing manifest for 127.0.0.1:5000/acorn/acorn-test-69fv6:latest@sha256:0d925cf7722df9f1afa8553f3653906d1749759f55747077373bbf7d9643156f done
#5 DONE 0.0s
I1020 22:33:23.316657   40831 trace.go:205] Trace[1487382996]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:32759dc0-ad12-4d13-818e-2c86c0f6b60b,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:22.726) (total time: 589ms):
Trace[1487382996]: ---"About to write a response" 589ms (22:33:23.316)
Trace[1487382996]: [589.9943ms] [589.9943ms] END
I1020 22:33:23.954569   40831 trace.go:205] Trace[62057342]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:dcc27b89-8d02-40be-b880-fcabe1b052da,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:23.322) (total time: 631ms):
Trace[62057342]: ---"About to write a response" 631ms (22:33:23.954)
Trace[62057342]: [631.697781ms] [631.697781ms] END
I1020 22:33:26.120179   40831 trace.go:205] Trace[509959043]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:7a77cde6-ae36-44fa-8bae-7a205c3e9b6b,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:25.464) (total time: 655ms):
Trace[509959043]: ---"About to write a response" 655ms (22:33:26.119)
Trace[509959043]: [655.876522ms] [655.876522ms] END
E1020 22:33:26.804306   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
I1020 22:33:28.209340   40831 trace.go:205] Trace[521038113]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:99f24413-64c7-465a-b426-3e548fbdf922,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:27.512) (total time: 697ms):
Trace[521038113]: ---"About to write a response" 696ms (22:33:28.209)
Trace[521038113]: [697.170668ms] [697.170668ms] END
I1020 22:33:30.649381   40831 trace.go:205] Trace[1976549626]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:552f201a-63d9-42ce-80bc-f1b13882a502,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:29.970) (total time: 679ms):
Trace[1976549626]: ---"About to write a response" 679ms (22:33:30.649)
Trace[1976549626]: [679.205873ms] [679.205873ms] END
I1020 22:33:31.334658   40831 trace.go:205] Trace[190075777]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:784cc298-c283-4bb1-ac23-3b60b9682ca2,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:30.657) (total time: 676ms):
Trace[190075777]: ---"About to write a response" 676ms (22:33:31.334)
Trace[190075777]: [676.969825ms] [676.969825ms] END
#1 [internal] load .dockerignore
#1 transferring context: 32B 0.1s
#1 transferring context: 64B 0.3s done
#1 DONE 0.3s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 58B 0.3s done
#2 DONE 0.3s

#3 [internal] load build context
#3 transferring context: 919B 0.4s done
#3 DONE 0.4s

#4 [1/1] COPY . /
#4 DONE 0.0s

#5 exporting to image
#5 exporting layers 0.0s done
#5 exporting manifest sha256:dcbc56587051ecaf6164a4bbada3fae1eedee5b12b9f113d2f40dd07728bcd40 done
#5 exporting config sha256:fc6a95e606dec1c891783fd514a6f7028bd01d59949669a78efbc3d80d3d715e done
#5 pushing layers 0.0s done
#5 pushing manifest for 127.0.0.1:5000/acorn/acorn-test-69fv6:latest@sha256:dcbc56587051ecaf6164a4bbada3fae1eedee5b12b9f113d2f40dd07728bcd40 0.0s done
#5 DONE 0.1s
I1020 22:33:34.418425   40831 trace.go:205] Trace[625168745]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:3ea2297c-278d-461c-b8dd-247cba79b6dd,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:33.816) (total time: 602ms):
Trace[625168745]: ---"About to write a response" 601ms (22:33:34.418)
Trace[625168745]: [602.008706ms] [602.008706ms] END
I1020 22:33:35.102455   40831 trace.go:205] Trace[62847252]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:e03c7165-69cb-4354-a16a-d3f8fe22dc65,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:34.426) (total time: 675ms):
Trace[62847252]: ---"About to write a response" 675ms (22:33:35.102)
Trace[62847252]: [675.512452ms] [675.512452ms] END
I1020 22:33:36.953890   40831 trace.go:205] Trace[1171132275]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:20bc85d5-f971-422f-b8ce-d5fce3b66242,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:36.433) (total time: 520ms):
Trace[1171132275]: ---"About to write a response" 520ms (22:33:36.953)
Trace[1171132275]: [520.260866ms] [520.260866ms] END
I1020 22:33:39.059369   40831 trace.go:205] Trace[2071271041]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:04cbcb95-1173-44e2-baab-8ebc7367212c,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:38.403) (total time: 655ms):
Trace[2071271041]: ---"About to write a response" 655ms (22:33:39.059)
Trace[2071271041]: [655.611456ms] [655.611456ms] END
I1020 22:33:41.405456   40831 trace.go:205] Trace[1613375670]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:2a16ca6a-ea4b-4ab2-af1e-cd6d3e793332,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:40.710) (total time: 694ms):
Trace[1613375670]: ---"About to write a response" 694ms (22:33:41.405)
Trace[1613375670]: [694.647759ms] [694.647759ms] END
I1020 22:33:43.958259   40831 trace.go:205] Trace[1130833568]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:0cefa5c6-8932-4338-8565-a7ab1f6ca2b6,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:43.131) (total time: 826ms):
Trace[1130833568]: ---"About to write a response" 826ms (22:33:43.957)
Trace[1130833568]: [826.57887ms] [826.57887ms] END
E1020 22:33:47.285522   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
I1020 22:33:49.042807   40831 trace.go:205] Trace[603612317]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-test-69fv6/images/d2a39c8e26e8eb84fb8ea7dafd90d0084b89005b14d052473af2ade9aebf8202,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:a135c676-8b6c-499f-909b-79b09aa44c5b,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:46.004) (total time: 3038ms):
Trace[603612317]: ---"About to write a response" 3038ms (22:33:49.042)
Trace[603612317]: [3.038303942s] [3.038303942s] END
I1020 22:33:52.340133   40831 trace.go:205] Trace[1128385572]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-test-69fv6/images/d2a39c8e26e8eb84fb8ea7dafd90d0084b89005b14d052473af2ade9aebf8202,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:7cbcda7c-bbd3-4531-999a-b157dc7bd45d,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:49.193) (total time: 3146ms):
Trace[1128385572]: ---"About to write a response" 3146ms (22:33:52.339)
Trace[1128385572]: [3.146944841s] [3.146944841s] END
I1020 22:33:55.471537   40831 trace.go:205] Trace[533331029]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-test-69fv6/images/d2a39c8e26e8eb84fb8ea7dafd90d0084b89005b14d052473af2ade9aebf8202,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:970cdfd4-6c6b-40f6-bb95-3908c10980aa,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:52.343) (total time: 3128ms):
Trace[533331029]: ---"About to write a response" 3128ms (22:33:55.471)
Trace[533331029]: [3.128379927s] [3.128379927s] END
I1020 22:33:59.174379   40831 trace.go:205] Trace[390044780]: "Create" url:/apis/api.acorn.io/v1/namespaces/acorn-test-69fv6/images/d2a39c8e26e8eb84fb8ea7dafd90d0084b89005b14d052473af2ade9aebf8202/details,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:709ae153-56b3-4885-98a8-c320087f210b,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:52.342) (total time: 6832ms):
Trace[390044780]: ---"Write to database call finished" len:121,err:<nil> 6832ms (22:33:59.174)
Trace[390044780]: [6.832352347s] [6.832352347s] END
I1020 22:33:59.250367   40831 trace.go:205] Trace[1363992966]: "Create" url:/apis/api.acorn.io/v1/namespaces/acorn-test-69fv6/apps,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:1cd6b677-1866-4330-82f5-0c76b14f7708,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:33:46.003) (total time: 13247ms):
Trace[1363992966]: ---"Write to database call finished" len:284,err:<nil> 13246ms (22:33:59.250)
Trace[1363992966]: [13.2471851s] [13.2471851s] END
E1020 22:34:06.321604   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
E1020 22:34:06.321916   40831 dynamic_serving_content.go:141] "Failed to watch cert and key file, will retry later" err="error adding watch for file apiserver.local.config/certificates/apiserver.crt: no such file or directory"
E1020 22:34:28.246550   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
E1020 22:35:06.323003   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
E1020 22:35:06.323049   40831 dynamic_serving_content.go:141] "Failed to watch cert and key file, will retry later" err="error adding watch for file apiserver.local.config/certificates/apiserver.crt: no such file or directory"
I1020 22:35:06.904016   40831 trace.go:205] Trace[1899833817]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:00a03d9f-532b-4c9d-8e4b-314812cb3b98,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:35:06.250) (total time: 653ms):
Trace[1899833817]: ---"About to write a response" 653ms (22:35:06.903)
Trace[1899833817]: [653.614693ms] [653.614693ms] END
I1020 22:35:07.623663   40831 trace.go:205] Trace[1208316913]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:46390f9f-665c-45f4-ad1b-c564cfa10197,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:35:06.908) (total time: 715ms):
Trace[1208316913]: ---"About to write a response" 715ms (22:35:07.623)
Trace[1208316913]: [715.292003ms] [715.292003ms] END
#1 [internal] load build definition from acorn-dockerfile-4042059744
#1 transferring dockerfile: 46B 0.1s
#1 transferring dockerfile: 65B 0.3s done
#1 DONE 0.3s

#2 [internal] load .dockerignore
#2 transferring context: 2B 0.2s done
#2 DONE 0.2s

#3 [internal] load metadata for docker.io/library/nginx:latest
#3 DONE 2.6s

#4 [1/1] FROM docker.io/library/nginx@sha256:5ffb682b98b0362b66754387e86b0cd31a5cb7123e49e7f6f6617690900d20b2
#4 resolve docker.io/library/nginx@sha256:5ffb682b98b0362b66754387e86b0cd31a5cb7123e49e7f6f6617690900d20b2 0.0s done
#4 DONE 0.1s

#5 exporting to image
#5 exporting layers done
#5 exporting manifest sha256:d5bfcf99e5124c84abf5d07b7e61421480c5b3bb644cffff7f212d5ee2906569 0.0s done
#5 exporting config sha256:a1952833b7c568338f73e6264e91d17eaa380ceed3e4a05bbcf54fe572c92a3d done
#5 pushing layers
#5 ...

#4 [1/1] FROM docker.io/library/nginx@sha256:5ffb682b98b0362b66754387e86b0cd31a5cb7123e49e7f6f6617690900d20b2
#4 sha256:bd159e379b3b1bc0134341e4ffdeab5f966ec422ae04818bb69ecef08a823b05 31.42MB / 31.42MB 0.7s done
#4 sha256:b45acafbea93ce22f1ef922beec577a1aaab4f5a6acc62fc43829a516441cf35 772B / 772B 0.1s done
#4 sha256:6659684f075c6023a57c3335563e06a75aecdfc33e97871657291aee168515e4 25.40MB / 25.40MB 1.0s done
#4 sha256:bcbbe1cb48366498e5e674cfe151ea8a43e33961a9646933c838ce58d31c07d5 1.40kB / 1.40kB 0.3s done
#4 sha256:679576c0baac9d3c914ca30d7afe3b73e965ee7b85c213c4aa968833edeabab2 624B / 624B 0.2s done
#4 sha256:22ca44aeb8735bd1b231b056ff389e99bf78c4c5ed64f43135f21c8db88ef1f9 958B / 958B 0.1s done
#4 DONE 1.1s

#5 exporting to image
#5 pushing layers 1.2s done
#5 pushing manifest for 127.0.0.1:5000/acorn/acorn-test-4hzzd:latest@sha256:d5bfcf99e5124c84abf5d07b7e61421480c5b3bb644cffff7f212d5ee2906569
#5 pushing manifest for 127.0.0.1:5000/acorn/acorn-test-4hzzd:latest@sha256:d5bfcf99e5124c84abf5d07b7e61421480c5b3bb644cffff7f212d5ee2906569 done
#5 DONE 1.2s
I1020 22:35:14.096954   40831 trace.go:205] Trace[1803945820]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:a307d3fd-e4a1-4735-a20b-0e2db408b25f,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:35:13.560) (total time: 536ms):
Trace[1803945820]: ---"About to write a response" 536ms (22:35:14.096)
Trace[1803945820]: [536.370342ms] [536.370342ms] END
I1020 22:35:14.736125   40831 trace.go:205] Trace[1439937944]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:618bd6ae-f38a-4393-883c-040fa1bf6d72,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:35:14.104) (total time: 631ms):
Trace[1439937944]: ---"About to write a response" 631ms (22:35:14.735)
Trace[1439937944]: [631.425008ms] [631.425008ms] END
I1020 22:35:16.828253   40831 trace.go:205] Trace[1403505458]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:55180706-5309-46f3-b3dc-68ffd75196dd,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:35:16.187) (total time: 640ms):
Trace[1403505458]: ---"About to write a response" 640ms (22:35:16.828)
Trace[1403505458]: [640.507469ms] [640.507469ms] END
I1020 22:35:19.233628   40831 trace.go:205] Trace[998166825]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:9967382f-588f-4c60-b3c2-1277af70c8b3,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:35:18.504) (total time: 729ms):
Trace[998166825]: ---"About to write a response" 728ms (22:35:19.233)
Trace[998166825]: [729.111395ms] [729.111395ms] END
I1020 22:35:21.577768   40831 trace.go:205] Trace[481141153]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:c3e019d4-0031-4b34-abe7-a8ce62263013,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:35:20.927) (total time: 650ms):
Trace[481141153]: ---"About to write a response" 650ms (22:35:21.577)
Trace[481141153]: [650.57155ms] [650.57155ms] END
#1 [internal] load .dockerignore
#1 transferring context: 32B 0.1s
#1 transferring context: 64B 0.4s done
#1 DONE 0.4s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 58B 0.4s done
#2 DONE 0.4s

#3 [internal] load build context
#3 transferring context: 1.69kB 0.4s done
#3 DONE 0.4s

#4 [1/1] COPY . /
#4 DONE 0.0s

#5 exporting to image
#5 exporting layers 0.1s done
#5 exporting manifest sha256:fb7509446845dd5dd7d9b49b81cc9d9db05d80e3bd9995f74946c0990aac3897 0.0s done
#5 exporting config sha256:4e7a74a2ae9639675f7a7d02e682771c237d3c8886cdacdb74dd3430a7c76e04
#5 exporting config sha256:4e7a74a2ae9639675f7a7d02e682771c237d3c8886cdacdb74dd3430a7c76e04 done
#5 pushing layers 0.0s done
#5 pushing manifest for 127.0.0.1:5000/acorn/acorn-test-4hzzd:latest@sha256:fb7509446845dd5dd7d9b49b81cc9d9db05d80e3bd9995f74946c0990aac3897 0.0s done
#5 DONE 0.1s
I1020 22:35:24.822726   40831 trace.go:205] Trace[12916391]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:83e0bcd3-18af-4984-bb0a-adcb0a79ddb0,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:35:24.237) (total time: 585ms):
Trace[12916391]: ---"About to write a response" 585ms (22:35:24.822)
Trace[12916391]: [585.292838ms] [585.292838ms] END
I1020 22:35:25.490304   40831 trace.go:205] Trace[736395620]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:10ee24f1-c8c1-4e18-9c3a-ffcba17a9cd1,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:35:24.829) (total time: 660ms):
Trace[736395620]: ---"About to write a response" 660ms (22:35:25.490)
Trace[736395620]: [660.407809ms] [660.407809ms] END
I1020 22:35:27.547289   40831 trace.go:205] Trace[1657625390]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:c9c8098c-6416-40d6-a0d7-9f90e4c7016f,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:35:27.023) (total time: 523ms):
Trace[1657625390]: ---"About to write a response" 523ms (22:35:27.546)
Trace[1657625390]: [523.71787ms] [523.71787ms] END
I1020 22:35:29.693422   40831 trace.go:205] Trace[1050300037]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:3cccc925-bef7-4ef0-b809-9caca1e8404f,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:35:29.126) (total time: 566ms):
Trace[1050300037]: ---"About to write a response" 566ms (22:35:29.693)
Trace[1050300037]: [566.558867ms] [566.558867ms] END
I1020 22:35:32.057783   40831 trace.go:205] Trace[835964005]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:d12b4ca6-b832-49dd-b12d-d4db1430af5b,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:35:31.371) (total time: 686ms):
Trace[835964005]: ---"About to write a response" 686ms (22:35:32.057)
Trace[835964005]: [686.566595ms] [686.566595ms] END
I1020 22:35:36.901629   40831 trace.go:205] Trace[1313102213]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-test-4hzzd/images/2a8634d82b1427051f066da093f8eaa15a24956ac664c5e2729357cc68917b4f,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:6bd3a3d1-3ad6-415d-866d-c9054787fcae,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:35:33.844) (total time: 3056ms):
Trace[1313102213]: ---"About to write a response" 3056ms (22:35:36.901)
Trace[1313102213]: [3.056750762s] [3.056750762s] END
I1020 22:35:40.014157   40831 trace.go:205] Trace[1632946313]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-test-4hzzd/images/2a8634d82b1427051f066da093f8eaa15a24956ac664c5e2729357cc68917b4f,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:fcc0b9bf-df1f-4c28-9b7e-50b49f0be762,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:35:37.007) (total time: 3006ms):
Trace[1632946313]: ---"About to write a response" 3006ms (22:35:40.013)
Trace[1632946313]: [3.006784762s] [3.006784762s] END
I1020 22:35:42.792813   40831 trace.go:205] Trace[773987307]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-test-4hzzd/images/2a8634d82b1427051f066da093f8eaa15a24956ac664c5e2729357cc68917b4f,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:9c14aaaf-a250-46d9-944b-c53ef62a3707,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:35:40.017) (total time: 2775ms):
Trace[773987307]: ---"About to write a response" 2775ms (22:35:42.792)
Trace[773987307]: [2.775609542s] [2.775609542s] END
I1020 22:35:46.510183   40831 trace.go:205] Trace[1446246496]: "Create" url:/apis/api.acorn.io/v1/namespaces/acorn-test-4hzzd/images/2a8634d82b1427051f066da093f8eaa15a24956ac664c5e2729357cc68917b4f/details,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:bf2d32e6-6935-4b6b-b28b-ce5c91cdd827,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:35:40.015) (total time: 6494ms):
Trace[1446246496]: ---"Write to database call finished" len:121,err:<nil> 6493ms (22:35:46.510)
Trace[1446246496]: [6.494174251s] [6.494174251s] END
I1020 22:35:46.642897   40831 trace.go:205] Trace[62332913]: "Create" url:/apis/api.acorn.io/v1/namespaces/acorn-test-4hzzd/apps,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:51bf2255-0f29-47fd-905d-fb336ddc87de,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:35:33.843) (total time: 12799ms):
Trace[62332913]: ---"Write to database call finished" len:283,err:<nil> 12798ms (22:35:46.642)
Trace[62332913]: [12.799313633s] [12.799313633s] END
E1020 22:36:06.323740   40831 dynamic_serving_content.go:141] "Failed to watch cert and key file, will retry later" err="error adding watch for file apiserver.local.config/certificates/apiserver.crt: no such file or directory"
E1020 22:36:06.323747   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
--- FAIL: TestIssue552 (101.14s)
    secret_test.go:121: timeout waiting condition: context deadline exceeded
time="2022-10-20T22:36:47+02:00" level=error msg="StringKey: ZO42ugzoRrsqMwfLk1OcTsk0G-Nja0Q5BI1zTqgedxg"
I1020 22:36:48.588545   40831 trace.go:205] Trace[940205488]: "List" url:/apis/api.acorn.io/v1/namespaces/acorn-test-jd4dq/infos,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:155fceb0-2e49-4781-9291-1bd39eee3e1e,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:36:47.283) (total time: 1305ms):
Trace[940205488]: ---"Listing from storage done" 1304ms (22:36:48.588)
Trace[940205488]: [1.305295794s] [1.305295794s] END
I1020 22:36:49.238215   40831 trace.go:205] Trace[674231040]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:45459732-b353-4608-8a60-617ec0190d5d,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:36:48.623) (total time: 614ms):
Trace[674231040]: ---"About to write a response" 613ms (22:36:49.237)
Trace[674231040]: [614.206623ms] [614.206623ms] END
I1020 22:36:49.939970   40831 trace.go:205] Trace[2121925636]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:53c6714d-3313-41b0-ac10-1484ecfda59c,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:36:49.245) (total time: 694ms):
Trace[2121925636]: ---"About to write a response" 694ms (22:36:49.939)
Trace[2121925636]: [694.879801ms] [694.879801ms] END
#1 [internal] load build definition from acorn-dockerfile-1124898869
#1 transferring dockerfile: 46B 0.1s
#1 ...

#2 [internal] load .dockerignore
#2 transferring context: 2B 0.2s done
#2 DONE 0.2s

#1 [internal] load build definition from acorn-dockerfile-1124898869
#1 transferring dockerfile: 67B 0.3s done
#1 DONE 0.3s

#3 [internal] load metadata for docker.io/library/busybox:latest
#3 DONE 1.7s

#4 [1/1] FROM docker.io/library/busybox@sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698
#4 resolve docker.io/library/busybox@sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698 0.0s done
#4 CACHED

#5 exporting to image
#5 exporting layers done
#5 exporting manifest sha256:0d925cf7722df9f1afa8553f3653906d1749759f55747077373bbf7d9643156f done
#5 exporting config sha256:642039ecafad36093419361f7296967f1f53da659762d512dbb1bc304bd81e01 done
#5 pushing layers 0.0s done
#5 pushing manifest for 127.0.0.1:5000/acorn/acorn-test-jd4dq:latest@sha256:0d925cf7722df9f1afa8553f3653906d1749759f55747077373bbf7d9643156f 0.0s done
#5 DONE 0.1s
I1020 22:36:54.442535   40831 trace.go:205] Trace[180649100]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:27c42777-6434-495f-839d-3e6b9a11ba39,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:36:53.733) (total time: 709ms):
Trace[180649100]: ---"About to write a response" 708ms (22:36:54.442)
Trace[180649100]: [709.119022ms] [709.119022ms] END
I1020 22:36:55.004796   40831 trace.go:205] Trace[1292819332]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:d5cf4acb-8184-4efb-a74d-21cbcdab564e,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:36:54.449) (total time: 555ms):
Trace[1292819332]: ---"About to write a response" 555ms (22:36:55.004)
Trace[1292819332]: [555.376141ms] [555.376141ms] END
I1020 22:36:57.137971   40831 trace.go:205] Trace[617065307]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:846580fb-2534-4f3a-8454-d55874482f2c,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:36:56.377) (total time: 760ms):
Trace[617065307]: ---"About to write a response" 760ms (22:36:57.137)
Trace[617065307]: [760.800276ms] [760.800276ms] END
I1020 22:36:59.079121   40831 trace.go:205] Trace[1252278771]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:58338189-4991-43c3-bfff-25ba84b6755a,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:36:58.399) (total time: 679ms):
Trace[1252278771]: ---"About to write a response" 679ms (22:36:59.078)
Trace[1252278771]: [679.826461ms] [679.826461ms] END
I1020 22:37:01.411308   40831 trace.go:205] Trace[1155805644]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:a60b82a9-598e-4886-be96-e8e3e94815db,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:00.720) (total time: 690ms):
Trace[1155805644]: ---"About to write a response" 690ms (22:37:01.411)
Trace[1155805644]: [690.829401ms] [690.829401ms] END
I1020 22:37:02.082262   40831 trace.go:205] Trace[1064236827]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:f2c6e4f6-8ac2-4c43-b676-20dbaf43ef29,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:01.418) (total time: 663ms):
Trace[1064236827]: ---"About to write a response" 663ms (22:37:02.082)
Trace[1064236827]: [663.296691ms] [663.296691ms] END
#1 [internal] load .dockerignore
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile:
#2 ...

#1 [internal] load .dockerignore
#1 transferring context: 64B 0.3s done
#1 DONE 0.3s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 58B 0.3s done
#2 DONE 0.3s

#3 [internal] load build context
#3 transferring context: 356B 0.4s done
#3 DONE 0.4s

#4 [1/1] COPY . /
#4 DONE 0.0s

#5 exporting to image
#5 exporting layers
#5 exporting layers 0.0s done
#5 exporting manifest sha256:1c8181336cfc35a837ba6e76e4e21f1eff5de4f0585b01933e0b14a5d52badb4 done
#5 exporting config sha256:00e6bbf02ec3c3e57973a3cd53f4b5424b4ecd5fad4bceea4c0586647ea6d5c8 done
#5 pushing layers 0.0s done
#5 pushing manifest for 127.0.0.1:5000/acorn/acorn-test-jd4dq:latest@sha256:1c8181336cfc35a837ba6e76e4e21f1eff5de4f0585b01933e0b14a5d52badb4 0.0s done
#5 DONE 0.1s
I1020 22:37:05.352496   40831 trace.go:205] Trace[710837085]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:203d7114-3b89-46d6-b501-12eb699c0469,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:04.610) (total time: 741ms):
Trace[710837085]: ---"About to write a response" 741ms (22:37:05.352)
Trace[710837085]: [741.74368ms] [741.74368ms] END
I1020 22:37:06.058400   40831 trace.go:205] Trace[1264016810]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:e0eb6262-7369-4526-bc85-f88d3077f8e3,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:05.358) (total time: 700ms):
Trace[1264016810]: ---"About to write a response" 699ms (22:37:06.058)
Trace[1264016810]: [700.145634ms] [700.145634ms] END
E1020 22:37:06.325065   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
E1020 22:37:06.325233   40831 dynamic_serving_content.go:141] "Failed to watch cert and key file, will retry later" err="error adding watch for file apiserver.local.config/certificates/apiserver.crt: no such file or directory"
I1020 22:37:08.088617   40831 trace.go:205] Trace[1200550167]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:e8e17648-a6b4-4c20-bc70-fc1c75c7d96d,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:07.572) (total time: 516ms):
Trace[1200550167]: ---"About to write a response" 515ms (22:37:08.088)
Trace[1200550167]: [516.003931ms] [516.003931ms] END
I1020 22:37:10.341183   40831 trace.go:205] Trace[34705558]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:538170c7-b132-4a49-a280-17f1ef4f5fbd,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:09.690) (total time: 650ms):
Trace[34705558]: ---"About to write a response" 650ms (22:37:10.340)
Trace[34705558]: [650.404068ms] [650.404068ms] END
E1020 22:37:12.087796   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
I1020 22:37:17.337695   40831 trace.go:205] Trace[434062390]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-test-jd4dq/images/22f29f7688312997d09a179b42cca59c70f66675b7cce3d596ed83868f1b617f,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:d5c05586-19f4-4c65-9bda-a8466ee60050,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:14.216) (total time: 3121ms):
Trace[434062390]: ---"About to write a response" 3121ms (22:37:17.337)
Trace[434062390]: [3.121251909s] [3.121251909s] END
I1020 22:37:20.545385   40831 trace.go:205] Trace[1144570145]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-test-jd4dq/images/22f29f7688312997d09a179b42cca59c70f66675b7cce3d596ed83868f1b617f,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:b8f987bd-5a5f-4b8b-9aca-d63d00580413,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:17.454) (total time: 3090ms):
Trace[1144570145]: ---"About to write a response" 3090ms (22:37:20.545)
Trace[1144570145]: [3.090333406s] [3.090333406s] END
I1020 22:37:23.706492   40831 trace.go:205] Trace[1045842726]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-test-jd4dq/images/22f29f7688312997d09a179b42cca59c70f66675b7cce3d596ed83868f1b617f,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:f94298e7-3fbc-49e9-af50-5d241874a3b8,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:20.548) (total time: 3158ms):
Trace[1045842726]: ---"About to write a response" 3158ms (22:37:23.706)
Trace[1045842726]: [3.158209078s] [3.158209078s] END
I1020 22:37:27.136258   40831 trace.go:205] Trace[340624295]: "Create" url:/apis/api.acorn.io/v1/namespaces/acorn-test-jd4dq/images/22f29f7688312997d09a179b42cca59c70f66675b7cce3d596ed83868f1b617f/details,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:c36cee8a-8e82-47f8-a66a-201ee7672fbb,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:20.547) (total time: 6589ms):
Trace[340624295]: ---"Write to database call finished" len:121,err:<nil> 6588ms (22:37:27.136)
Trace[340624295]: [6.589109775s] [6.589109775s] END
I1020 22:37:27.285774   40831 trace.go:205] Trace[1589764519]: "Create" url:/apis/api.acorn.io/v1/namespaces/acorn-test-jd4dq/apps,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:d969cf89-d8b2-45e7-b6cd-5e3d5efe02b9,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:14.215) (total time: 13070ms):
Trace[1589764519]: ---"Write to database call finished" len:501,err:<nil> 13070ms (22:37:27.285)
Trace[1589764519]: [13.07044211s] [13.07044211s] END
time="2022-10-20T22:37:35+02:00" level=error msg="StringKey: ixvqT-u5UqV-2FDPbQU9fQWGZhDeq7XPRNkICPg4H2c"
I1020 22:37:36.287705   40831 trace.go:205] Trace[951075151]: "List" url:/apis/api.acorn.io/v1/namespaces/acorn-test-qp5vw/infos,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:896423da-34f6-4f3a-bc0a-663fc4925271,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:35.073) (total time: 1213ms):
Trace[951075151]: ---"Listing from storage done" 1213ms (22:37:36.287)
Trace[951075151]: [1.213981246s] [1.213981246s] END
I1020 22:37:36.906913   40831 trace.go:205] Trace[1201753561]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:04245984-ea58-4f25-b5ec-8370b8708aae,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:36.317) (total time: 589ms):
Trace[1201753561]: ---"About to write a response" 589ms (22:37:36.906)
Trace[1201753561]: [589.398161ms] [589.398161ms] END
I1020 22:37:37.529273   40831 trace.go:205] Trace[1157450228]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:65148caf-ddbb-4f6b-9037-dda077590066,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:36.914) (total time: 615ms):
Trace[1157450228]: ---"About to write a response" 614ms (22:37:37.528)
Trace[1157450228]: [615.174149ms] [615.174149ms] END
#1 [internal] load .dockerignore
#1 transferring context: 0.2s
#1 transferring context: 2B 0.2s done
#1 DONE 0.2s

#2 [internal] load build definition from acorn-dockerfile-1430624082
#2 transferring dockerfile: 46B 0.2s
#2 transferring dockerfile: 67B 0.3s done
#2 DONE 0.3s

#3 [internal] load metadata for docker.io/library/busybox:latest
#3 DONE 0.5s

#4 [1/1] FROM docker.io/library/busybox@sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698
#4 resolve docker.io/library/busybox@sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698 0.0s done
#4 CACHED

#5 exporting to image
#5 exporting layers done
#5 exporting manifest sha256:0d925cf7722df9f1afa8553f3653906d1749759f55747077373bbf7d9643156f done
#5 exporting config sha256:642039ecafad36093419361f7296967f1f53da659762d512dbb1bc304bd81e01 done
#5 pushing layers 0.0s done
#5 pushing manifest for 127.0.0.1:5000/acorn/acorn-test-fbrtz:latest@sha256:0d925cf7722df9f1afa8553f3653906d1749759f55747077373bbf7d9643156f done
#5 DONE 0.1s
I1020 22:37:40.759913   40831 trace.go:205] Trace[1927770190]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:aace9573-1e37-4a10-9867-d38d85e8615b,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:40.104) (total time: 655ms):
Trace[1927770190]: ---"About to write a response" 654ms (22:37:40.759)
Trace[1927770190]: [655.042915ms] [655.042915ms] END
I1020 22:37:41.386024   40831 trace.go:205] Trace[1570672632]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:54d480f2-8d20-4521-8f93-e48a2d507dcf,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:40.765) (total time: 620ms):
Trace[1570672632]: ---"About to write a response" 620ms (22:37:41.385)
Trace[1570672632]: [620.908265ms] [620.908265ms] END
I1020 22:37:43.376001   40831 trace.go:205] Trace[502194470]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:6850a801-890b-4ba5-a53a-318b76871a63,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:42.769) (total time: 606ms):
Trace[502194470]: ---"About to write a response" 606ms (22:37:43.375)
Trace[502194470]: [606.796895ms] [606.796895ms] END
I1020 22:37:45.463522   40831 trace.go:205] Trace[1835119232]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:e73fff95-3f92-4557-aa0c-4125c96042d5,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:44.830) (total time: 632ms):
Trace[1835119232]: ---"About to write a response" 632ms (22:37:45.463)
Trace[1835119232]: [632.554012ms] [632.554012ms] END
I1020 22:37:48.034451   40831 trace.go:205] Trace[469373270]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:fc196af7-b796-4885-850b-a42e338fb3bf,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:47.309) (total time: 724ms):
Trace[469373270]: ---"About to write a response" 724ms (22:37:48.034)
Trace[469373270]: [724.559646ms] [724.559646ms] END
I1020 22:37:48.729701   40831 trace.go:205] Trace[82735052]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:af02b31b-fbaa-4fc5-813f-0178af048972,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:48.039) (total time: 689ms):
Trace[82735052]: ---"About to write a response" 689ms (22:37:48.729)
Trace[82735052]: [689.719865ms] [689.719865ms] END
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 29B 0.1s
#1 transferring dockerfile: 58B 0.3s done
#1 DONE 0.4s

#2 [internal] load .dockerignore
#2 transferring context: 64B 0.3s done
#2 DONE 0.4s

#3 [internal] load build context
#3 transferring context: 356B 0.3s done
#3 DONE 0.4s

#4 [1/1] COPY . /
#4 CACHED

#5 exporting to image
#5 exporting layers done
#5 exporting manifest sha256:1c8181336cfc35a837ba6e76e4e21f1eff5de4f0585b01933e0b14a5d52badb4 done
#5 exporting config sha256:00e6bbf02ec3c3e57973a3cd53f4b5424b4ecd5fad4bceea4c0586647ea6d5c8 done
#5 pushing layers 0.0s done
#5 pushing manifest for 127.0.0.1:5000/acorn/acorn-test-fbrtz:latest@sha256:1c8181336cfc35a837ba6e76e4e21f1eff5de4f0585b01933e0b14a5d52badb4 0.0s done
#5 DONE 0.1s
I1020 22:37:51.892746   40831 trace.go:205] Trace[1695251690]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:06c15d91-4adc-4d85-adcf-edfb6ddf378a,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:51.166) (total time: 726ms):
Trace[1695251690]: ---"About to write a response" 725ms (22:37:51.892)
Trace[1695251690]: [726.017494ms] [726.017494ms] END
I1020 22:37:52.590587   40831 trace.go:205] Trace[1759735613]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:659bd5bf-643d-4898-91d8-fddc8de85d12,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:51.899) (total time: 690ms):
Trace[1759735613]: ---"About to write a response" 690ms (22:37:52.590)
Trace[1759735613]: [690.976835ms] [690.976835ms] END
I1020 22:37:54.565054   40831 trace.go:205] Trace[185221191]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:f59076bc-e519-4245-9762-6f1d69b1f809,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:53.873) (total time: 691ms):
Trace[185221191]: ---"About to write a response" 691ms (22:37:54.564)
Trace[185221191]: [691.419978ms] [691.419978ms] END
I1020 22:37:56.867717   40831 trace.go:205] Trace[1923354491]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:c3740267-7deb-4aee-a0e8-051c79a5786c,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:56.171) (total time: 696ms):
Trace[1923354491]: ---"About to write a response" 696ms (22:37:56.867)
Trace[1923354491]: [696.600495ms] [696.600495ms] END
I1020 22:37:58.908496   40831 trace.go:205] Trace[2110383414]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:b775ff21-65f3-4f09-b026-65be1f1fa433,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:37:58.244) (total time: 663ms):
Trace[2110383414]: ---"About to write a response" 663ms (22:37:58.908)
Trace[2110383414]: [663.512815ms] [663.512815ms] END
I1020 22:38:04.045149   40831 trace.go:205] Trace[630208387]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-test-fbrtz/images/22f29f7688312997d09a179b42cca59c70f66675b7cce3d596ed83868f1b617f,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:01e7d8fa-a09f-4832-8b80-7b3ead2f8b20,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:00.866) (total time: 3178ms):
Trace[630208387]: ---"About to write a response" 3178ms (22:38:04.044)
Trace[630208387]: [3.17846345s] [3.17846345s] END
E1020 22:38:06.326205   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
E1020 22:38:06.326295   40831 dynamic_serving_content.go:141] "Failed to watch cert and key file, will retry later" err="error adding watch for file apiserver.local.config/certificates/apiserver.crt: no such file or directory"
I1020 22:38:07.772011   40831 trace.go:205] Trace[1445650335]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-test-fbrtz/images/22f29f7688312997d09a179b42cca59c70f66675b7cce3d596ed83868f1b617f,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:6702de64-8eff-4abc-b1f7-d93c7b2b7960,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:04.151) (total time: 3620ms):
Trace[1445650335]: ---"About to write a response" 3620ms (22:38:07.771)
Trace[1445650335]: [3.62073718s] [3.62073718s] END
I1020 22:38:21.258437   40831 trace.go:205] Trace[85223108]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-test-fbrtz/images/22f29f7688312997d09a179b42cca59c70f66675b7cce3d596ed83868f1b617f,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:7d70895d-d5ac-4493-a244-5db9c0ca2bca,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:07.774) (total time: 13483ms):
Trace[85223108]: ---"About to write a response" 13483ms (22:38:21.258)
Trace[85223108]: [13.48395323s] [13.48395323s] END
I1020 22:38:25.185611   40831 trace.go:205] Trace[1492775502]: "Create" url:/apis/api.acorn.io/v1/namespaces/acorn-test-fbrtz/images/22f29f7688312997d09a179b42cca59c70f66675b7cce3d596ed83868f1b617f/details,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:85c67858-6d9f-4fa6-ae76-c31cd744d381,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:07.773) (total time: 17412ms):
Trace[1492775502]: ---"Write to database call finished" len:121,err:<nil> 17411ms (22:38:25.185)
Trace[1492775502]: [17.412083791s] [17.412083791s] END
I1020 22:38:25.286565   40831 trace.go:205] Trace[2063873933]: "Create" url:/apis/api.acorn.io/v1/namespaces/acorn-test-fbrtz/apps,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:a1b8e50a-060c-4be2-b11c-9e2d95c55fde,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:00.865) (total time: 24421ms):
Trace[2063873933]: ---"Write to database call finished" len:495,err:<nil> 24420ms (22:38:25.286)
Trace[2063873933]: [24.421303663s] [24.421303663s] END
time="2022-10-20T22:38:32+02:00" level=error msg="StringKey: TkYcLj1OFjYTbO-lF3rTQ5cpWvAkVPaSb0d5trkNcwE"
I1020 22:38:33.207955   40831 trace.go:205] Trace[1056602764]: "List" url:/apis/api.acorn.io/v1/namespaces/acorn-test-xsfp9/infos,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:f7ba8cb3-9e35-4542-a883-270847195c73,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:32.001) (total time: 1206ms):
Trace[1056602764]: ---"Listing from storage done" 1206ms (22:38:33.207)
Trace[1056602764]: [1.206865083s] [1.206865083s] END
time="2022-10-20T22:38:33+02:00" level=error msg="StringKey: ptSD8zXGLb8e_I9Uk92gR2YiCWrvzP9fK5oUe54HkxM"
I1020 22:38:34.392256   40831 trace.go:205] Trace[1929355701]: "List" url:/apis/api.acorn.io/v1/namespaces/acorn-test-bcvrp/infos,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:c4a4fb58-2192-4704-9bbb-1265feab124f,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:33.212) (total time: 1179ms):
Trace[1929355701]: ---"Listing from storage done" 1179ms (22:38:34.391)
Trace[1929355701]: [1.179296491s] [1.179296491s] END
I1020 22:38:35.070411   40831 trace.go:205] Trace[1250877523]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:5361134b-d414-435d-b7e7-2aed0a8889b6,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:34.432) (total time: 638ms):
Trace[1250877523]: ---"About to write a response" 637ms (22:38:35.070)
Trace[1250877523]: [638.121479ms] [638.121479ms] END
I1020 22:38:35.770630   40831 trace.go:205] Trace[678024146]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:2b63f8e8-1966-40d3-85e6-131e6093a2bc,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:35.078) (total time: 692ms):
Trace[678024146]: ---"About to write a response" 692ms (22:38:35.770)
Trace[678024146]: [692.440518ms] [692.440518ms] END
#1 [internal] load .dockerignore
#1 transferring context: 0.1s
#1 transferring context: 2B 0.2s done
#1 DONE 0.2s

#2 [internal] load build definition from acorn-dockerfile-4217087488
#2 transferring dockerfile: 67B 0.4s done
#2 DONE 0.4s

#3 [internal] load metadata for docker.io/library/busybox:latest
#3 DONE 0.7s

#4 [1/1] FROM docker.io/library/busybox@sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698
#4 resolve docker.io/library/busybox@sha256:9810966b5f712084ea05bf28fc8ba2c8fb110baa2531a10e2da52c1efc504698 0.0s done
#4 CACHED

#5 exporting to image
#5 exporting layers done
#5 exporting manifest sha256:0d925cf7722df9f1afa8553f3653906d1749759f55747077373bbf7d9643156f
#5 exporting manifest sha256:0d925cf7722df9f1afa8553f3653906d1749759f55747077373bbf7d9643156f 0.0s done
#5 exporting config sha256:642039ecafad36093419361f7296967f1f53da659762d512dbb1bc304bd81e01 done
#5 pushing layers 0.0s done
#5 pushing manifest for 127.0.0.1:5000/acorn/acorn-test-xsfp9:latest@sha256:0d925cf7722df9f1afa8553f3653906d1749759f55747077373bbf7d9643156f 0.0s done
#5 DONE 0.1s
I1020 22:38:39.222571   40831 trace.go:205] Trace[1599218540]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:0351df9b-b216-4880-832b-b14af041bf4b,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:38.561) (total time: 660ms):
Trace[1599218540]: ---"About to write a response" 660ms (22:38:39.222)
Trace[1599218540]: [660.808859ms] [660.808859ms] END
I1020 22:38:39.855703   40831 trace.go:205] Trace[579727153]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:2474d612-a218-48f3-b446-148eae5ebf69,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:39.228) (total time: 627ms):
Trace[579727153]: ---"About to write a response" 627ms (22:38:39.855)
Trace[579727153]: [627.604598ms] [627.604598ms] END
I1020 22:38:41.800970   40831 trace.go:205] Trace[1366004004]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:d08b3c3c-f5c9-4c99-8c1d-af6388ef5949,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:41.195) (total time: 605ms):
Trace[1366004004]: ---"About to write a response" 605ms (22:38:41.800)
Trace[1366004004]: [605.495034ms] [605.495034ms] END
I1020 22:38:43.842428   40831 trace.go:205] Trace[663558394]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:91d0d299-e1a0-4f19-a7ba-1f55591b278d,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:43.213) (total time: 628ms):
Trace[663558394]: ---"About to write a response" 628ms (22:38:43.842)
Trace[663558394]: [628.810074ms] [628.810074ms] END
I1020 22:38:46.288424   40831 trace.go:205] Trace[1494519265]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:833ab134-0700-4bd4-b2b3-855aa7bd734c,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:45.585) (total time: 703ms):
Trace[1494519265]: ---"About to write a response" 703ms (22:38:46.288)
Trace[1494519265]: [703.181922ms] [703.181922ms] END
I1020 22:38:46.983770   40831 trace.go:205] Trace[919815942]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:c73483c9-7d80-4885-b121-5f423886c9e7,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:46.294) (total time: 689ms):
Trace[919815942]: ---"About to write a response" 689ms (22:38:46.983)
Trace[919815942]: [689.54444ms] [689.54444ms] END
#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 29B 0.1s
#1 transferring dockerfile: 58B 0.3s done
#1 DONE 0.3s

#2 [internal] load .dockerignore
#2 transferring context: 64B 0.3s done
#2 DONE 0.3s

#3 [internal] load build context
#3 transferring context: 356B 0.4s done
#3 DONE 0.4s

#4 [1/1] COPY . /
#4 CACHED

#5 exporting to image
#5 exporting layers done
#5 exporting manifest sha256:1c8181336cfc35a837ba6e76e4e21f1eff5de4f0585b01933e0b14a5d52badb4 0.0s done
#5 exporting config sha256:00e6bbf02ec3c3e57973a3cd53f4b5424b4ecd5fad4bceea4c0586647ea6d5c8 0.0s done
#5 pushing layers 0.0s done
#5 pushing manifest for 127.0.0.1:5000/acorn/acorn-test-xsfp9:latest@sha256:1c8181336cfc35a837ba6e76e4e21f1eff5de4f0585b01933e0b14a5d52badb4 0.0s done
#5 DONE 0.1s
I1020 22:38:50.035985   40831 trace.go:205] Trace[729574497]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:2cfc2ffe-6f49-424e-a3a0-fd4074e2fee6,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:49.327) (total time: 708ms):
Trace[729574497]: ---"About to write a response" 708ms (22:38:50.035)
Trace[729574497]: [708.663971ms] [708.663971ms] END
I1020 22:38:50.711499   40831 trace.go:205] Trace[1539125806]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:4fb40bdd-e9f7-4e0f-a328-beb597d5db59,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:50.042) (total time: 669ms):
Trace[1539125806]: ---"About to write a response" 668ms (22:38:50.711)
Trace[1539125806]: [669.076449ms] [669.076449ms] END
I1020 22:38:52.766126   40831 trace.go:205] Trace[1438857425]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:8e9feffd-4769-4d9a-afb7-ca8894a3135b,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:52.212) (total time: 553ms):
Trace[1438857425]: ---"About to write a response" 553ms (22:38:52.765)
Trace[1438857425]: [553.269572ms] [553.269572ms] END
I1020 22:38:54.848438   40831 trace.go:205] Trace[64710186]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:1a088501-a090-4605-a0a6-c9d9cd9cca16,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:54.185) (total time: 662ms):
Trace[64710186]: ---"About to write a response" 662ms (22:38:54.848)
Trace[64710186]: [662.523519ms] [662.523519ms] END
I1020 22:38:57.198668   40831 trace.go:205] Trace[823891924]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-system/builders/buildkitd,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:048b4f0c-bc8b-4345-a963-06b0af1701d3,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:56.543) (total time: 655ms):
Trace[823891924]: ---"About to write a response" 655ms (22:38:57.198)
Trace[823891924]: [655.481228ms] [655.481228ms] END
I1020 22:39:01.978521   40831 trace.go:205] Trace[306255222]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-test-xsfp9/images/22f29f7688312997d09a179b42cca59c70f66675b7cce3d596ed83868f1b617f,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:6b150154-279e-405d-99bb-fc0096798bdd,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:58.873) (total time: 3104ms):
Trace[306255222]: ---"About to write a response" 3104ms (22:39:01.978)
Trace[306255222]: [3.104688797s] [3.104688797s] END
I1020 22:39:05.276847   40831 trace.go:205] Trace[2061841463]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-test-xsfp9/images/22f29f7688312997d09a179b42cca59c70f66675b7cce3d596ed83868f1b617f,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:7c919251-ae08-4382-b1be-e5e948e0b033,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:39:02.102) (total time: 3174ms):
Trace[2061841463]: ---"About to write a response" 3174ms (22:39:05.276)
Trace[2061841463]: [3.17436463s] [3.17436463s] END
E1020 22:39:06.327040   40831 dynamic_serving_content.go:218] key failed with : open apiserver.local.config/certificates/apiserver.crt: no such file or directory
E1020 22:39:06.327219   40831 dynamic_serving_content.go:141] "Failed to watch cert and key file, will retry later" err="error adding watch for file apiserver.local.config/certificates/apiserver.crt: no such file or directory"
I1020 22:39:08.201712   40831 trace.go:205] Trace[268682474]: "Get" url:/apis/api.acorn.io/v1/namespaces/acorn-test-xsfp9/images/22f29f7688312997d09a179b42cca59c70f66675b7cce3d596ed83868f1b617f,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:1cbacf4d-5a67-427c-9527-7fdff84c74de,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:39:05.279) (total time: 2922ms):
Trace[268682474]: ---"About to write a response" 2921ms (22:39:08.201)
Trace[268682474]: [2.922011109s] [2.922011109s] END
I1020 22:39:11.771674   40831 trace.go:205] Trace[1417033757]: "Create" url:/apis/api.acorn.io/v1/namespaces/acorn-test-xsfp9/images/22f29f7688312997d09a179b42cca59c70f66675b7cce3d596ed83868f1b617f/details,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:12753f19-fad8-4dc7-bc3b-6bfb82e4f7c4,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:39:05.278) (total time: 6493ms):
Trace[1417033757]: ---"Write to database call finished" len:121,err:<nil> 6492ms (22:39:11.771)
Trace[1417033757]: [6.49320576s] [6.49320576s] END
I1020 22:39:11.888429   40831 trace.go:205] Trace[1468015551]: "Create" url:/apis/api.acorn.io/v1/namespaces/acorn-test-xsfp9/apps,user-agent:secrets.test/v0.0.0 (linux/amd64) kubernetes/$Format,audit-id:e93b91e8-4246-4ebd-9d83-114d8804cda8,client:127.0.0.1,accept:application/json, */*,protocol:HTTP/2.0 (20-Oct-2022 22:38:58.872) (total time: 13015ms):
Trace[1468015551]: ---"Write to database call finished" len:664,err:<nil> 13015ms (22:39:11.888)
Trace[1468015551]: [13.015799904s] [13.015799904s] END
FAIL
FAIL	github.com/acorn-io/acorn/integration/secrets	487.889s
FAIL

@cjellick cjellick added this to the Backlog milestone Oct 31, 2022
@tylerslaton tylerslaton self-assigned this Nov 8, 2022
tylerslaton added a commit to tylerslaton/runtime that referenced this issue Dec 6, 2022
tylerslaton added a commit to tylerslaton/runtime that referenced this issue Dec 6, 2022
tylerslaton added a commit to tylerslaton/runtime that referenced this issue Dec 6, 2022
tylerslaton added a commit to tylerslaton/runtime that referenced this issue Dec 6, 2022
@cjellick cjellick modified the milestones: Backlog, v0.5.0 Dec 6, 2022
tylerslaton added a commit that referenced this issue Dec 6, 2022
Add test flags and increase timeout for the nightly EKS tests #796
@cjellick
Copy link
Member

Fixed. the eks cluster needed storage

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants