jhunt / k8s-boshrelease

A BOSH Release for deploying Kubernetes clusters
MIT License
13 stars 9 forks source link

BOSH Package Blob Access Issues #40

Closed obeyler closed 4 years ago

obeyler commented 4 years ago

I want to build a release from source to be able to help

bosh create-release 
Blob download 'cfssl/cfssl_linux-amd64' (10 MB) (id: 26751ef9-2b66-4a3f-633f-9aa9a6dbfe0e sha1: sha256:eb34ab2179e0b67c29fd55f52422a94fe751527b06a403a79325fed7cf0145bd) started

Blob download 'cfssl/cfssl_linux-amd64' (id: 26751ef9-2b66-4a3f-633f-9aa9a6dbfe0e) failed

- Getting blob '26751ef9-2b66-4a3f-633f-9aa9a6dbfe0e' for path 'cfssl/cfssl_linux-amd64':
    Getting blob from inner blobstore:
      Getting blob from inner blobstore:
        AccessDenied: Access Denied
    status code: 403, request id: 693CECDA0586CAA5, host id: JqEjdqH+rZGfPlT6rJV+FeKLdJbs8nGMcjQY3keSgAg9EFmYDdsD+ksFp9Zi8ZUMmMqqp1AkIgw=
obeyler commented 4 years ago

/assign @jhunt

jhunt commented 4 years ago

Not sure why that blob in particular wasn't public-read. I chacl'd it to be world-readable.

/tryagain @obeyler ?

obeyler commented 4 years ago

@jhunt not full solve yet :-) The first blob is Ok now it's the second :-)

bosh create-release --force
Blob download 'cfssl/cfssl_linux-amd64' (10 MB) (id: 26751ef9-2b66-4a3f-633f-9aa9a6dbfe0e sha1: sha256:eb34ab2179e0b67c29fd55f52422a94fe751527b06a403a79325fed7cf0145bd) started
Blob download 'cfssl/cfssl_linux-amd64' (id: 26751ef9-2b66-4a3f-633f-9aa9a6dbfe0e) finished
Blob download 'cfssl/cfssljson_linux-amd64' (2.3 MB) (id: 2345060b-d074-4139-74b1-cb762c669da0 sha1: sha256:1c9e628c3b86c3f2f8af56415d474c9ed4c8f9246630bd21c3418dbe5bf6401e) started

Blob download 'cfssl/cfssljson_linux-amd64' (id: 2345060b-d074-4139-74b1-cb762c669da0) failed

- Getting blob '2345060b-d074-4139-74b1-cb762c669da0' for path 'cfssl/cfssljson_linux-amd64':
    Getting blob from inner blobstore:
      Getting blob from inner blobstore:
        AccessDenied: Access Denied
    status code: 403, request id: B8FDCCD3D02FEC30, host id: vPUsexPWililqsU4QbTCgBDlEYK+WrcIJk3McTSmQOfx+FuZjjn+DDJRTixyHaJLAA924AwgkBU=

Exit code 1
obeyler commented 4 years ago

Thanks for the update !

jhunt commented 4 years ago

Went ahead and chacl'd EVERYTHING to be public-read:

→  s3 ls -b k8s-boshrelease | awk '{print $1}' | grep -v ^file$ | xargs -t -n1 -I@ s3 -b k8s-boshrelease chacl @ public-read
s3 -b k8s-boshrelease chacl 005fdd54-a912-40f1-5e69-c0affe203d2e public-read
s3 -b k8s-boshrelease chacl 0123eb8d-0367-4f2b-5981-bd3e1f5826ce public-read

... etc ...

s3 -b k8s-boshrelease chacl fe3d9568-7f67-4a27-7d63-c6fed0f5841a public-read
s3 -b k8s-boshrelease chacl fe5bd6e1-e985-4d10-7e84-372ac148cda1 public-read

can you try again @obeyler ?

obeyler commented 4 years ago

It works fine Thanks a lot

obeyler commented 4 years ago

@jhunt I reopen the issue. If you delete your .bosh (and so on remove the cache) there still some blob who are not defined:

bosh create-release 
-- Started downloading 'etcd/ec2bc3ce0e497f4b7299d3c2ecdb9df732659bdbcaed7f80774916564a5f4a44' (sha1=sha256:515873a654d74a938b6658653496486db8166618cac420944958e843741c8618)
-- Started downloading 'jumpbox/0f8979c3d49d358a4af8495216612e0671c1acb696ae1ea218487921e753ecca' (sha1=sha256:20ca5c1a539de45255d49d4fcdbee22c586acdc90988f1c85f920520f25cf124)
-- Started downloading 'lb/2d101efe52792a7340377018ffff798c72c498af87db3bb9b9394b7245414335' (sha1=sha256:639fa92539dae748f0882fd931784e81c929a0ad4bbc6e6311afad6a98afd43a)
-- Finished downloading 'etcd/ec2bc3ce0e497f4b7299d3c2ecdb9df732659bdbcaed7f80774916564a5f4a44' (sha1=sha256:515873a654d74a938b6658653496486db8166618cac420944958e843741c8618)
-- Finished downloading 'jumpbox/0f8979c3d49d358a4af8495216612e0671c1acb696ae1ea218487921e753ecca' (sha1=sha256:20ca5c1a539de45255d49d4fcdbee22c586acdc90988f1c85f920520f25cf124)
-- Started downloading 'nfs/f5ac5c6bd7b909bc065a2aa848745c161e17ca950f1d49c6d413597b0aa8b55e' (sha1=sha256:c1a865ff96cb2bbba92dc0958cecb27dcbd2d3624ab88ffe9b152de90bc53bca)
-- Finished downloading 'lb/2d101efe52792a7340377018ffff798c72c498af87db3bb9b9394b7245414335' (sha1=sha256:639fa92539dae748f0882fd931784e81c929a0ad4bbc6e6311afad6a98afd43a)
-- Finished downloading 'nfs/f5ac5c6bd7b909bc065a2aa848745c161e17ca950f1d49c6d413597b0aa8b55e' (sha1=sha256:c1a865ff96cb2bbba92dc0958cecb27dcbd2d3624ab88ffe9b152de90bc53bca)
-- Started downloading 'smoke-tests/3d7d11d9ebf8276b55f5113a57cc65b3a405f6a681ecc7d32c82863145ab1e9f' (sha1=sha256:f49573d0cbcd4462797a74cd346e5dca3c3db05302424bfdca03c056bbd067a7)
-- Finished downloading 'smoke-tests/3d7d11d9ebf8276b55f5113a57cc65b3a405f6a681ecc7d32c82863145ab1e9f' (sha1=sha256:f49573d0cbcd4462797a74cd346e5dca3c3db05302424bfdca03c056bbd067a7)
-- Started downloading 'cfssl/634341a3dad0d6c8d2ed726c70b65ab32429651e4cce7ed39e9b2836ed34681d' (sha1=sha256:d27242d91e9eea59bc35e9fb4aa44e8cbfe0fbcb5c03991811967882757c8cf4)
-- Finished downloading 'cfssl/634341a3dad0d6c8d2ed726c70b65ab32429651e4cce7ed39e9b2836ed34681d' (sha1=sha256:d27242d91e9eea59bc35e9fb4aa44e8cbfe0fbcb5c03991811967882757c8cf4)
-- Started downloading 'containerd/8b487754ce6f79f11083f6eb3b01909005977ee08a506ecf112ec10955238fb5' (sha1=sha256:72698e072c29e536b6734b41174a1ae50bce379800f2737f4aab3b98ac30a16c)
-- Finished downloading 'containerd/8b487754ce6f79f11083f6eb3b01909005977ee08a506ecf112ec10955238fb5' (sha1=sha256:72698e072c29e536b6734b41174a1ae50bce379800f2737f4aab3b98ac30a16c)
-- Started downloading 'etcd/ebd7f7f3d4a3575324cfe9e973116e10ed80b4997aea460289503d463cc1076d' (sha1=sha256:7a28779dc6a9e2214ac7a08f8f62873dc38ac97b5406f70698a055adb4959657)
-- Finished downloading 'etcd/ebd7f7f3d4a3575324cfe9e973116e10ed80b4997aea460289503d463cc1076d' (sha1=sha256:7a28779dc6a9e2214ac7a08f8f62873dc38ac97b5406f70698a055adb4959657)
-- Started downloading 'haproxy/7a9ecd013f121fc0bcf0b75d75b8a4faa8129e49d0964f2dc2eadca520a02fe2' (sha1=sha256:2c185c0f0adf81d5b6167d4ef42a951436c463f2543bc735776a2c427162387d)
-- Finished downloading 'haproxy/7a9ecd013f121fc0bcf0b75d75b8a4faa8129e49d0964f2dc2eadca520a02fe2' (sha1=sha256:2c185c0f0adf81d5b6167d4ef42a951436c463f2543bc735776a2c427162387d)
-- Started downloading 'ipvsadm/0b885a0c6a2c7aed407883934b8f1d79ee94c8a11c85a84d45cb0ea2fa7805ed' (sha1=sha256:61178823e44b29abcdf1e59e5f4d0f6c585e153399e73ef029f322dc0c80519a)
-- Finished downloading 'ipvsadm/0b885a0c6a2c7aed407883934b8f1d79ee94c8a11c85a84d45cb0ea2fa7805ed' (sha1=sha256:61178823e44b29abcdf1e59e5f4d0f6c585e153399e73ef029f322dc0c80519a)
-- Started downloading 'jq/621431ae33584b634e7c870dd2a4ac176ad7cc03a639cffa7a3b29bc6946b8d9' (sha1=sha256:42a264194b7e620d778c588ff441ae16cbd33cc86ebb06a532d9e4738f980923)
-- Finished downloading 'jq/621431ae33584b634e7c870dd2a4ac176ad7cc03a639cffa7a3b29bc6946b8d9' (sha1=sha256:42a264194b7e620d778c588ff441ae16cbd33cc86ebb06a532d9e4738f980923)
-- Started downloading 'k8s/7f469dbd022ebe2b05a9ba4c2af1de8689c6556ccd2bdf231b2708a473f03726' (sha1=sha256:122b94e580f0b573c3f42a945891b9435a2ed1baa5d29ce282a1dbc692c1ff22)
-- Finished downloading 'k8s/7f469dbd022ebe2b05a9ba4c2af1de8689c6556ccd2bdf231b2708a473f03726' (sha1=sha256:122b94e580f0b573c3f42a945891b9435a2ed1baa5d29ce282a1dbc692c1ff22)
-- Started downloading 'keepalived/093f8cac9024d989e1e09ab4ec713eb03c285f1dbe6e76282cd9bad0092dfb8b' (sha1=sha256:8aee33dc7a22cddf184fbc0a2228a6065167eae34afe53906c61f689404074f7)
-- Finished downloading 'keepalived/093f8cac9024d989e1e09ab4ec713eb03c285f1dbe6e76282cd9bad0092dfb8b' (sha1=sha256:8aee33dc7a22cddf184fbc0a2228a6065167eae34afe53906c61f689404074f7)
-- Started downloading 'nfs-packages/cfc2d045b6c8f75016640bb05d22957eeb0fb6aa46511a1e5610b50a3f7ab18b' (sha1=sha256:7535cac49c9ee93cd751ee2198c21da1bd4abbfec10576d78f13217ab64a57b0)
-- Finished downloading 'nfs-packages/cfc2d045b6c8f75016640bb05d22957eeb0fb6aa46511a1e5610b50a3f7ab18b' (sha1=sha256:7535cac49c9ee93cd751ee2198c21da1bd4abbfec10576d78f13217ab64a57b0)
-- Started downloading 'runtime-runc/d72563bc9ebf9684d500c3ec7362365ba27a5547b34f53d80e8c391e888c0ad7' (sha1=sha256:93a39f45e4bf6248a0368cc736c3ab25efd72cae0502211193cd43895ce86678)
-- Finished downloading 'runtime-runc/d72563bc9ebf9684d500c3ec7362365ba27a5547b34f53d80e8c391e888c0ad7' (sha1=sha256:93a39f45e4bf6248a0368cc736c3ab25efd72cae0502211193cd43895ce86678)
-- Started downloading 'socat/1634be7d407eacf9d443c77f480a370492b77d6e5fa3c37c4b2729e817abd48f' (sha1=sha256:4512f435ee9616e9d6d5853bd5d1f1416c0d570d852e8c6b6633322d95f26732)
-- Finished downloading 'socat/1634be7d407eacf9d443c77f480a370492b77d6e5fa3c37c4b2729e817abd48f' (sha1=sha256:4512f435ee9616e9d6d5853bd5d1f1416c0d570d852e8c6b6633322d95f26732)

Building a release from directory '/data/shared/obeyler/project/k8s-boshrelease':
  - Cannot find blob named 'control/f0687698900f4c000a80f09d7c67fff1449024f016d7e03e5edc950daf3d4a86' with SHA1 'sha256:b6ae350d3d343be5fb5648d5828fd31e98333f8c9036434e4e6dbe229e001c3d'
  - Cannot find blob named 'kubelet/3a94fa8ee1a2a2dafd22d4e34fea3f614f5ef27f5f33f0a15b45c290f95207b6' with SHA1 'sha256:4c8e4fca3ddcb54e138854fca755d189484d5b434d5f1e4c520c7984e41d0073'
  - Cannot find blob named 'net-flannel/32cd76c746b0d529c6dd31abe567bd8965a1e4e72012d4af6e58ff25d9e1d8f5' with SHA1 'sha256:47655b560c1b487c4601a877918016e5adafaf3adf0d15ddf83bd0289eea584d'
  - Cannot find blob named 'runtime-runc/1a99855c258bc1413c6f5e343daa58fddd04022828d94b4a14f8f8a4f0d0b718' with SHA1 'sha256:a90198490df2b0d1b3e2c7e7021ef21d9fef376171fb2071032e4e4aca92095b'

Exit code 1
jhunt commented 4 years ago

I will try to do a clean clone build today

Sent with GitHawk

jhunt commented 4 years ago

From a clean environment (a fresh clone of this repo), everything works for me:

→  bosh create-release
Blob download 'cfssl/cfssl_linux-amd64' (10 MB) (id: 26751ef9-2b66-4a3f-633f-9aa9a6dbfe0e sha1: sha256:eb34ab2179e0b67c29fd55f52422a94fe751527b06a403a79325fed7cf0145bd) started
Blob download 'cfssl/cfssl_linux-amd64' (id: 26751ef9-2b66-4a3f-633f-9aa9a6dbfe0e) finished
Blob download 'cfssl/cfssljson_linux-amd64' (2.3 MB) (id: 2345060b-d074-4139-74b1-cb762c669da0 sha1: sha256:1c9e628c3b86c3f2f8af56415d474c9ed4c8f9246630bd21c3418dbe5bf6401e) started
Blob download 'cfssl/cfssljson_linux-amd64' (id: 2345060b-d074-4139-74b1-cb762c669da0) finished
Blob download 'containerd/cni-plugins-linux-amd64-v0.8.6.tgz' (37 MB) (id: 6fec36a4-f1c7-41a9-72b5-dac607c008dd sha1: sha256:994fbfcdbb2eedcfa87e48d8edb9bb365f4e2747a7e47658482556c12fd9b2f5) started
Blob download 'containerd/cni-plugins-linux-amd64-v0.8.6.tgz' (id: 6fec36a4-f1c7-41a9-72b5-dac607c008dd) finished
Blob download 'containerd/containerd-1.3.4.linux-amd64.tar.gz' (40 MB) (id: 69c03706-e93b-4d9f-4576-ef4e693fd277 sha1: sha256:61e65c9589e5abfded1daa353e6dfb4b8c2436199bbc5507fc45809a3bb80c1d) started
Blob download 'containerd/containerd-1.3.4.linux-amd64.tar.gz' (id: 69c03706-e93b-4d9f-4576-ef4e693fd277) finished
Blob download 'containerd/crictl-v1.18.0-linux-amd64.tar.gz' (13 MB) (id: 31a2a90e-2eec-4b35-6a60-b8000b15c4a9 sha1: sha256:876dd2b3d0d1c2590371f940fb1bf1fbd5f15aebfbe456703ee465d959700f4a) started
Blob download 'containerd/crictl-v1.18.0-linux-amd64.tar.gz' (id: 31a2a90e-2eec-4b35-6a60-b8000b15c4a9) finished
Blob download 'etcd/etcd-v3.4.7-linux-amd64.tar.gz' (17 MB) (id: d3d16952-4e15-4453-7515-7bbc7846a6f0 sha1: sha256:4ad86e663b63feb4855e1f3a647e719d6d79cf6306410c52b7f280fa56f8eb6b) started
Blob download 'etcd/etcd-v3.4.7-linux-amd64.tar.gz' (id: d3d16952-4e15-4453-7515-7bbc7846a6f0) finished
Blob download 'ipvsadm/ipvsadm-1.30.tar.gz' (48 kB) (id: 19736942-a2cc-4464-6364-07dce0f01cd4 sha1: e739a8a10f8fe855bb589c194d2776be35d3fba2) started
Blob download 'ipvsadm/ipvsadm-1.30.tar.gz' (id: 19736942-a2cc-4464-6364-07dce0f01cd4) finished
Blob download 'ipvsadm/libnl-3.2.25.tar.gz' (832 kB) (id: 1f18b038-be2a-403d-7a21-674e93b6e98f sha1: b7a4981f7edf7398256d35fd3c0b87bc84ae27d1) started
Blob download 'ipvsadm/libnl-3.2.25.tar.gz' (id: 1f18b038-be2a-403d-7a21-674e93b6e98f) finished
Blob download 'ipvsadm/popt-1.16.tar.gz' (703 kB) (id: 17412e51-fc04-42c8-487f-d5d0ef7ed922 sha1: cfe94a15a2404db85858a81ff8de27c8ff3e235e) started
Blob download 'ipvsadm/popt-1.16.tar.gz' (id: 17412e51-fc04-42c8-487f-d5d0ef7ed922) finished
Blob download 'jq/jq' (4.0 MB) (id: 7a4439f1-9ec7-4d42-56fe-c0b6bb0e9b64 sha1: 056ba5d6bbc617c29d37158ce11fd5a443093949) started
Blob download 'jq/jq' (id: 7a4439f1-9ec7-4d42-56fe-c0b6bb0e9b64) finished
Blob download 'k8s/kube-apiserver' (121 MB) (id: 9ab73e5b-5463-4e4a-521d-67be55e0c664 sha1: sha256:dd3cac4251812952db82a197c34b0390376583b1f7b04bf561b71c5c28bcdc47) started
Blob download 'k8s/kube-apiserver' (id: 9ab73e5b-5463-4e4a-521d-67be55e0c664) finished
Blob download 'k8s/kube-controller-manager' (110 MB) (id: 33fb9f69-6763-4ebb-6a30-d7f97226af66 sha1: sha256:eec0e5c29e678ead7ce358d6ec949fc62737213b486f8ba6d3549ae2cc22ef54) started
Blob download 'k8s/kube-controller-manager' (id: 33fb9f69-6763-4ebb-6a30-d7f97226af66) finished
Blob download 'k8s/kube-proxy' (38 MB) (id: a7d3cdb6-6a58-450c-6711-98b4d3e7007e sha1: sha256:eb5de7557eab74f709186981ff27f3b935fe09a8fd57bd72e70fca2d5f490508) started
Blob download 'k8s/kube-proxy' (id: a7d3cdb6-6a58-450c-6711-98b4d3e7007e) finished
Blob download 'k8s/kube-scheduler' (43 MB) (id: 45e69b1b-9c65-4de1-6ca5-5f432ab746c3 sha1: sha256:f48e947da554d8e15742410934c8d7a7d2b62baa8e0e3ab14e8954c3187d2574) started
Blob download 'k8s/kube-scheduler' (id: 45e69b1b-9c65-4de1-6ca5-5f432ab746c3) finished
Blob download 'k8s/kubectl' (44 MB) (id: 6ed02ef8-5f0e-4dd0-4e68-21eceb49f628 sha1: sha256:6ea8261b503c6c63d616878837dc70b758d4a3aeb9996ade8e83b51aedac9698) started
Blob download 'k8s/kubectl' (id: 6ed02ef8-5f0e-4dd0-4e68-21eceb49f628) finished
Blob download 'k8s/kubelet' (113 MB) (id: 97581347-7ead-40c9-7853-781cd8d3cf60 sha1: sha256:bc13d29b58300c328f0078c7f72e37e1254c4303277348862af1e7f2b356b9e3) started
Blob download 'k8s/kubelet' (id: 97581347-7ead-40c9-7853-781cd8d3cf60) finished
Blob download 'lb/haproxy-1.8.22.tar.gz' (2.1 MB) (id: 07252afc-ee4c-4e4c-46ab-ac189707b6fb sha1: 628227995cae7119438b405179ba95520ce5256a) started
Blob download 'lb/haproxy-1.8.22.tar.gz' (id: 07252afc-ee4c-4e4c-46ab-ac189707b6fb) finished
Blob download 'lb/keepalived-2.0.16.tar.gz' (983 kB) (id: 11420b07-06b6-4a0a-6c1e-820dd546cf8c sha1: ff85a4fd121564c616de9f41c79b02eaab9aff59) started
Blob download 'lb/keepalived-2.0.16.tar.gz' (id: 11420b07-06b6-4a0a-6c1e-820dd546cf8c) finished
Blob download 'nfs-c7-rpms/gssproxy-0.7.0-26.el7.x86_64.rpm' (112 kB) (id: 0d84a3ba-c65d-46dd-65df-7667855286de sha1: sha256:f76e9698b24159ac3969c7d1f60a76d55acb8438d3cec633784dd4c6345696a0) started
Blob download 'nfs-c7-rpms/gssproxy-0.7.0-26.el7.x86_64.rpm' (id: 0d84a3ba-c65d-46dd-65df-7667855286de) finished
Blob download 'nfs-c7-rpms/keyutils-1.5.8-3.el7.x86_64.rpm' (55 kB) (id: db95d016-ad16-4aad-5c74-d025908cb3da sha1: sha256:ea4b62eb78f2b76321b1f4bd66a699a4e25fa7fa6b421008fbecc549f18857e4) started
Blob download 'nfs-c7-rpms/keyutils-1.5.8-3.el7.x86_64.rpm' (id: db95d016-ad16-4aad-5c74-d025908cb3da) finished
Blob download 'nfs-c7-rpms/libbasicobjects-0.1.1-32.el7.x86_64.rpm' (26 kB) (id: 0a9c91c6-55e3-4696-72bf-cf62e3aa808b sha1: sha256:e31425945dc2b82c6a8e81053da5811bb09a18d1927609b0ce1a9f1ee017c3a0) started
Blob download 'nfs-c7-rpms/libbasicobjects-0.1.1-32.el7.x86_64.rpm' (id: 0a9c91c6-55e3-4696-72bf-cf62e3aa808b) finished
Blob download 'nfs-c7-rpms/libcollection-0.7.0-32.el7.x86_64.rpm' (43 kB) (id: 700fbcd5-9f88-4b47-5dc8-4b5863ab9436 sha1: sha256:b41779c27434eb4e60f7d7512e6de3c3a1113142fac946b76b263afdb4e19f12) started
Blob download 'nfs-c7-rpms/libcollection-0.7.0-32.el7.x86_64.rpm' (id: 700fbcd5-9f88-4b47-5dc8-4b5863ab9436) finished
Blob download 'nfs-c7-rpms/libevent-2.0.21-4.el7.x86_64.rpm' (219 kB) (id: 5049b240-f962-46d1-74c2-c79598214809 sha1: sha256:ea69be98106a9d142ba5027de326e85086bd31c22e764fbc7287207dd60bb542) started
Blob download 'nfs-c7-rpms/libevent-2.0.21-4.el7.x86_64.rpm' (id: 5049b240-f962-46d1-74c2-c79598214809) finished
Blob download 'nfs-c7-rpms/libini_config-1.3.1-32.el7.x86_64.rpm' (65 kB) (id: 744e341d-5a50-4ea4-587b-13576f147870 sha1: sha256:1a9c9e36bf4d39e9b2113040c68c9a8afd687e41eb4b0162f6dc01ea3a249190) started
Blob download 'nfs-c7-rpms/libini_config-1.3.1-32.el7.x86_64.rpm' (id: 744e341d-5a50-4ea4-587b-13576f147870) finished
Blob download 'nfs-c7-rpms/libnfsidmap-0.25-19.el7.x86_64.rpm' (51 kB) (id: eccf3bfe-fd64-41d3-619a-e4a5d3a40e74 sha1: sha256:c46b277ede93c8a726c8369aed90722bcbaeaabff72d42701a3ef2941e835c7d) started
Blob download 'nfs-c7-rpms/libnfsidmap-0.25-19.el7.x86_64.rpm' (id: eccf3bfe-fd64-41d3-619a-e4a5d3a40e74) finished
Blob download 'nfs-c7-rpms/libpath_utils-0.2.1-32.el7.x86_64.rpm' (29 kB) (id: 4203bb76-0371-4331-52f5-8a9174ac1b68 sha1: sha256:2dc53732b8228e11664ee52d7e7ed81f77846662d810f044cfe3ee8e672c306f) started
Blob download 'nfs-c7-rpms/libpath_utils-0.2.1-32.el7.x86_64.rpm' (id: 4203bb76-0371-4331-52f5-8a9174ac1b68) finished
Blob download 'nfs-c7-rpms/libref_array-0.1.5-32.el7.x86_64.rpm' (28 kB) (id: 3c12d508-4f4d-4f80-67f6-170c33579d02 sha1: sha256:30ef379dc9e1e3de38d37800f40abfb04722d3e2b764f7822c4b879da10933cd) started
Blob download 'nfs-c7-rpms/libref_array-0.1.5-32.el7.x86_64.rpm' (id: 3c12d508-4f4d-4f80-67f6-170c33579d02) finished
Blob download 'nfs-c7-rpms/libverto-libevent-0.2.5-4.el7.x86_64.rpm' (9.1 kB) (id: c4d0af9c-a4fc-4ae7-7cab-dbbbbca44437 sha1: sha256:a85824d374912a3f06e5e8e592d66d604b9387f1ae5fd281af8cc297ebf47d0a) started
Blob download 'nfs-c7-rpms/libverto-libevent-0.2.5-4.el7.x86_64.rpm' (id: c4d0af9c-a4fc-4ae7-7cab-dbbbbca44437) finished
Blob download 'nfs-c7-rpms/nfs-utils-1.3.0-0.65.el7.x86_64.rpm' (422 kB) (id: db2027a2-5ae0-42ce-6cd3-ca2a6a5acc31 sha1: sha256:3702c649b9da4231732bbcd9996be8b13846870b5ccc9a25c2fa473568acd89c) started
Blob download 'nfs-c7-rpms/nfs-utils-1.3.0-0.65.el7.x86_64.rpm' (id: db2027a2-5ae0-42ce-6cd3-ca2a6a5acc31) finished
Blob download 'nfs-c7-rpms/quota-4.01-19.el7.x86_64.rpm' (183 kB) (id: 9aa4f1aa-541b-4f04-714b-a6483989990c sha1: sha256:292a888e6ae42efd943340f7712df3ac5288c9627adb246d2a6a6fe79379c943) started
Blob download 'nfs-c7-rpms/quota-4.01-19.el7.x86_64.rpm' (id: 9aa4f1aa-541b-4f04-714b-a6483989990c) finished
Blob download 'nfs-c7-rpms/rpcbind-0.2.0-48.el7.x86_64.rpm' (61 kB) (id: bcf35362-8131-45d0-71ff-1020833d8d3e sha1: sha256:30491f6d238cf8ac2e468df1a982740dc5e0b63438aba5841a562cce7587a6e6) started
Blob download 'nfs-c7-rpms/rpcbind-0.2.0-48.el7.x86_64.rpm' (id: bcf35362-8131-45d0-71ff-1020833d8d3e) finished
Blob download 'nfs-trusty-debs/libevent-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb' (126 kB) (id: 690fc181-a47d-44cd-4382-0f75814d968c sha1: c91f6872e804274d2b615f4f3ead979f176adba3) started
Blob download 'nfs-trusty-debs/libevent-2.0-5_2.0.21-stable-1ubuntu1.14.04.2_amd64.deb' (id: 690fc181-a47d-44cd-4382-0f75814d968c) finished
Blob download 'nfs-trusty-debs/libkeyutils1_1.5.6-1_amd64.deb' (7.3 kB) (id: c389a7b3-3c51-4951-67c3-b939a53fcf33 sha1: 9f38a6d5d43c2d70a031034668f4989cc9c5eb56) started
Blob download 'nfs-trusty-debs/libkeyutils1_1.5.6-1_amd64.deb' (id: c389a7b3-3c51-4951-67c3-b939a53fcf33) finished
Blob download 'nfs-trusty-debs/libnfsidmap2_0.25-5_amd64.deb' (32 kB) (id: dd7a1589-2968-4ffe-7743-2cc730c77c16 sha1: f28b7370542daaf81cefb44d9057fa9b3fb43064) started
Blob download 'nfs-trusty-debs/libnfsidmap2_0.25-5_amd64.deb' (id: dd7a1589-2968-4ffe-7743-2cc730c77c16) finished
Blob download 'nfs-trusty-debs/nfs-common_1.2.8-6ubuntu1.2_amd64.deb' (181 kB) (id: ee7c6bd8-d07b-48db-405c-b41cbe73f63b sha1: ce61f57dd64fa9fd908798677d23a91a375bc60c) started
Blob download 'nfs-trusty-debs/nfs-common_1.2.8-6ubuntu1.2_amd64.deb' (id: ee7c6bd8-d07b-48db-405c-b41cbe73f63b) finished
Blob download 'nfs-trusty-debs/nfs-kernel-server_1.2.8-6ubuntu1.2_amd64.deb' (86 kB) (id: 7d19fa6e-ae6e-46bc-56cd-b7996623da87 sha1: 1ef96876212fb4ce6e3ebb3e18d9ec2d2d9ceb48) started
Blob download 'nfs-trusty-debs/nfs-kernel-server_1.2.8-6ubuntu1.2_amd64.deb' (id: 7d19fa6e-ae6e-46bc-56cd-b7996623da87) finished
Blob download 'nfs-trusty-debs/rpcbind_0.2.1-2ubuntu2.2_amd64.deb' (37 kB) (id: 76d8b0a3-8454-4ab9-4465-0dad6b871d55 sha1: 80b3254778e8d0ab0ba0a594fcdab44730552bdb) started
Blob download 'nfs-trusty-debs/rpcbind_0.2.1-2ubuntu2.2_amd64.deb' (id: 76d8b0a3-8454-4ab9-4465-0dad6b871d55) finished
Blob download 'nfs-xenial-debs/keyutils_1.5.9-8ubuntu1_amd64.deb' (47 kB) (id: 1b3d7cdc-c46b-40e8-65f5-f2d411eb283e sha1: ec2e96e73feb5215605c9f0254cad05d9cc5688a) started
Blob download 'nfs-xenial-debs/keyutils_1.5.9-8ubuntu1_amd64.deb' (id: 1b3d7cdc-c46b-40e8-65f5-f2d411eb283e) finished
Blob download 'nfs-xenial-debs/libevent-2.0-5_2.0.21-stable-2ubuntu0.16.04.1_amd64.deb' (114 kB) (id: eaa1f693-3633-4e7d-4cd0-8661515430a0 sha1: 57d69f44f3e058e48a7b79595d36076eb21f5942) started
Blob download 'nfs-xenial-debs/libevent-2.0-5_2.0.21-stable-2ubuntu0.16.04.1_amd64.deb' (id: eaa1f693-3633-4e7d-4cd0-8661515430a0) finished
Blob download 'nfs-xenial-debs/libnfsidmap2_0.25-5_amd64.deb' (32 kB) (id: 269a9f44-9683-49d3-6b44-e61ff94568aa sha1: f28b7370542daaf81cefb44d9057fa9b3fb43064) started
Blob download 'nfs-xenial-debs/libnfsidmap2_0.25-5_amd64.deb' (id: 269a9f44-9683-49d3-6b44-e61ff94568aa) finished
Blob download 'nfs-xenial-debs/nfs-common_1.2.8-9ubuntu12_amd64.deb' (184 kB) (id: be3b81f0-621b-4bdf-7892-b568cb0f135a sha1: 2977e5a1e86615e268cc518f04c9dd2cc832b263) started
Blob download 'nfs-xenial-debs/nfs-common_1.2.8-9ubuntu12_amd64.deb' (id: be3b81f0-621b-4bdf-7892-b568cb0f135a) finished
Blob download 'nfs-xenial-debs/nfs-kernel-server_1.2.8-9ubuntu12_amd64.deb' (88 kB) (id: 0fa52d66-22b0-4532-4266-e71d1eb2cccf sha1: d5c57c7b7e8ab0fa5ab7c343aa2a039916a9814d) started
Blob download 'nfs-xenial-debs/nfs-kernel-server_1.2.8-9ubuntu12_amd64.deb' (id: 0fa52d66-22b0-4532-4266-e71d1eb2cccf) finished
Blob download 'nfs-xenial-debs/rpcbind_0.2.3-0.2_amd64.deb' (40 kB) (id: 1922b993-b271-41e7-5ef6-ee21474ad105 sha1: 8fa58cfcb1862c6d337d10496fada5f1a6e94a03) started
Blob download 'nfs-xenial-debs/rpcbind_0.2.3-0.2_amd64.deb' (id: 1922b993-b271-41e7-5ef6-ee21474ad105) finished
Blob download 'runtime-runc/runc' (11 MB) (id: 5d8fee29-3072-48aa-4cef-81515d4ca750 sha1: sha256:a01afd5ff47d5a2a96bea3a871fb445b432f90c249a8a5d5239b05fe0d5bee4a) started
Blob download 'runtime-runc/runc' (id: 5d8fee29-3072-48aa-4cef-81515d4ca750) finished
Blob download 'runtime-runc/runsc' (18 MB) (id: 19ed84d8-79af-42ce-542b-28c0ac5e89fe sha1: sha256:94384418393531901395fc3744df257d6936f971a0e52a44934efbbf5b3b72d1) started
Blob download 'runtime-runc/runsc' (id: 19ed84d8-79af-42ce-542b-28c0ac5e89fe) finished
Blob download 'socat/socat-1.7.3.3.tar.bz2' (490 kB) (id: 0123eb8d-0367-4f2b-5981-bd3e1f5826ce sha1: 504afb0f2ae5d3582448cfc6e2b676370b0b9f81) started
Blob download 'socat/socat-1.7.3.3.tar.bz2' (id: 0123eb8d-0367-4f2b-5981-bd3e1f5826ce) finished
Adding job 'net-flannel/32cd76c746b0d529c6dd31abe567bd8965a1e4e72012d4af6e58ff25d9e1d8f5'...
Added job 'net-flannel/32cd76c746b0d529c6dd31abe567bd8965a1e4e72012d4af6e58ff25d9e1d8f5'
Adding job 'control/f0687698900f4c000a80f09d7c67fff1449024f016d7e03e5edc950daf3d4a86'...
Added job 'control/f0687698900f4c000a80f09d7c67fff1449024f016d7e03e5edc950daf3d4a86'
Adding job 'kubelet/3a94fa8ee1a2a2dafd22d4e34fea3f614f5ef27f5f33f0a15b45c290f95207b6'...
Added job 'kubelet/3a94fa8ee1a2a2dafd22d4e34fea3f614f5ef27f5f33f0a15b45c290f95207b6'

Added dev release 'k8s/1.18.2-build.1+dev.1'

Name         k8s
Version      1.18.2-build.1+dev.1
Commit Hash  2a771c7

Job                                                                            Digest                                                                   Packages
control/f0687698900f4c000a80f09d7c67fff1449024f016d7e03e5edc950daf3d4a86       sha256:22b3ed414b740b34ef5a3d12b027de5705f75e6f073945eb81535e82c75f837b  k8s
                                                                                                                                                        cfssl
etcd/ec2bc3ce0e497f4b7299d3c2ecdb9df732659bdbcaed7f80774916564a5f4a44          sha256:515873a654d74a938b6658653496486db8166618cac420944958e843741c8618  etcd
                                                                                                                                                        cfssl
jumpbox/0f8979c3d49d358a4af8495216612e0671c1acb696ae1ea218487921e753ecca       sha256:20ca5c1a539de45255d49d4fcdbee22c586acdc90988f1c85f920520f25cf124  k8s
                                                                                                                                                        cfssl
                                                                                                                                                        jq
kubelet/3a94fa8ee1a2a2dafd22d4e34fea3f614f5ef27f5f33f0a15b45c290f95207b6       sha256:a73601f8c182921c33ccb64c3e8fa13700e9137e112afe683d5f447ce5357794  k8s
                                                                                                                                                        cfssl
                                                                                                                                                        ipvsadm
lb/2d101efe52792a7340377018ffff798c72c498af87db3bb9b9394b7245414335            sha256:639fa92539dae748f0882fd931784e81c929a0ad4bbc6e6311afad6a98afd43a  haproxy
                                                                                                                                                        keepalived
net-flannel/32cd76c746b0d529c6dd31abe567bd8965a1e4e72012d4af6e58ff25d9e1d8f5   sha256:a24ad7d6bf025177184b5abbe8720fb8c939e8b820c8a6fc6ab9a6ccc8ee57cd  -
nfs/f5ac5c6bd7b909bc065a2aa848745c161e17ca950f1d49c6d413597b0aa8b55e           sha256:c1a865ff96cb2bbba92dc0958cecb27dcbd2d3624ab88ffe9b152de90bc53bca  nfs-packages
runtime-runc/3135788f0f3a268404cdcea89faa2ecbb57d4fe37f46efa82afe22f72009148c  sha256:fc18d661e4fc05479203d37b3533f9b957ec21d61ebe16b271087775cf5192e4  containerd
                                                                                                                                                        runtime-runc
                                                                                                                                                        socat
smoke-tests/3d7d11d9ebf8276b55f5113a57cc65b3a405f6a681ecc7d32c82863145ab1e9f   sha256:f49573d0cbcd4462797a74cd346e5dca3c3db05302424bfdca03c056bbd067a7  k8s
                                                                                                                                                        cfssl
                                                                                                                                                        jq

9 jobs

Package                                                                        Digest                                                                   Dependencies
cfssl/634341a3dad0d6c8d2ed726c70b65ab32429651e4cce7ed39e9b2836ed34681d         sha256:d27242d91e9eea59bc35e9fb4aa44e8cbfe0fbcb5c03991811967882757c8cf4  -
containerd/8b487754ce6f79f11083f6eb3b01909005977ee08a506ecf112ec10955238fb5    sha256:72698e072c29e536b6734b41174a1ae50bce379800f2737f4aab3b98ac30a16c  -
etcd/ebd7f7f3d4a3575324cfe9e973116e10ed80b4997aea460289503d463cc1076d          sha256:7a28779dc6a9e2214ac7a08f8f62873dc38ac97b5406f70698a055adb4959657  -
haproxy/7a9ecd013f121fc0bcf0b75d75b8a4faa8129e49d0964f2dc2eadca520a02fe2       sha256:2c185c0f0adf81d5b6167d4ef42a951436c463f2543bc735776a2c427162387d  -
ipvsadm/0b885a0c6a2c7aed407883934b8f1d79ee94c8a11c85a84d45cb0ea2fa7805ed       sha256:61178823e44b29abcdf1e59e5f4d0f6c585e153399e73ef029f322dc0c80519a  -
jq/621431ae33584b634e7c870dd2a4ac176ad7cc03a639cffa7a3b29bc6946b8d9            sha256:42a264194b7e620d778c588ff441ae16cbd33cc86ebb06a532d9e4738f980923  -
k8s/7f469dbd022ebe2b05a9ba4c2af1de8689c6556ccd2bdf231b2708a473f03726           sha256:122b94e580f0b573c3f42a945891b9435a2ed1baa5d29ce282a1dbc692c1ff22  -
keepalived/093f8cac9024d989e1e09ab4ec713eb03c285f1dbe6e76282cd9bad0092dfb8b    sha256:8aee33dc7a22cddf184fbc0a2228a6065167eae34afe53906c61f689404074f7  -
nfs-packages/cfc2d045b6c8f75016640bb05d22957eeb0fb6aa46511a1e5610b50a3f7ab18b  sha256:7535cac49c9ee93cd751ee2198c21da1bd4abbfec10576d78f13217ab64a57b0  -
runtime-runc/d72563bc9ebf9684d500c3ec7362365ba27a5547b34f53d80e8c391e888c0ad7  sha256:93a39f45e4bf6248a0368cc736c3ab25efd72cae0502211193cd43895ce86678  -
socat/1634be7d407eacf9d443c77f480a370492b77d6e5fa3c37c4b2729e817abd48f         sha256:4512f435ee9616e9d6d5853bd5d1f1416c0d570d852e8c6b6633322d95f26732  -

11 packages

Succeeded

Time for some environment detail requests:

  1. What OS are you running on?
  2. What version of BOSH CLI are you using?
  3. What commit of this repo are you trying to build from?
  4. What command are you running to build the dev release?
  5. Have you made any changes locally, and if so what are they?

These answers will help me with a differential diagnosis from my working environment.

obeyler commented 4 years ago

Have you try with move your ~/.bosh ~/.bosh.old before to clean the cache ? with my old .bosh cache it works fine with a new recreate it failes

I'm on ubuntu

 bosh --version
version 6.2.1-a28042ac-2020-02-10T18:40:57Z

bosh create-release --force

obeyler commented 4 years ago

Sorry I try from a clean git clone of your repo : it works fine even with renaming .bosh The trouble occured only on my git fork so it's an issue for me not for you :-)

jhunt commented 4 years ago

I had not, but I just tried that; it took a heck of a lot longer, but everything downloaded just fine.

I'm on macOS, running BOSH 6.2.0-e5ce64ab-2020-01-16T19:22:06Z

I was not doing a --force; I'll try that but I'm not optimistic.

jhunt commented 4 years ago

No worries! Glad you got past the obstacle! 😀