Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CICD failure - devops/scripts/construct_tre_url.sh: No such file or directory #3488

Closed
azuretresussex opened this issue May 4, 2023 · 13 comments · Fixed by microsoft/AzureTRE-Deployment#72
Labels
bug Something isn't working

Comments

@azuretresussex
Copy link

azuretresussex commented May 4, 2023

Describe the bug
Deploying AzureTRE using provided deploy_tre.yml fails during 'Deploy Management'.

Steps to reproduce

  1. Follow all required setup steps for a new deployment in a new tenant, using AzureTRE-Deployment repo, and GitHub Codespace.

When 'Deploy Management' runs, it fails as follows:

Prepare all required actions
Getting action download info
Run ./.github/actions/devcontainer_run_command
Run azure_env="AzureCloud"
Run source devops/scripts/construct_tre_url.sh
/home/runner/work/_temp/15921fb8-6b7f-497f-88ed-b3e0210eea03.sh: line 1: devops/scripts/construct_tre_url.sh: No such file or directory
Error: Process completed with exit code 1.

If I download the AzureTRE archive directly and open it, it does indeed include the above file, so I assume it is the path. However, not sure how to resolve this issue. Any help would be appreciated.

@azuretresussex azuretresussex added the bug Something isn't working label May 4, 2023
@marrobi
Copy link
Member

marrobi commented May 5, 2023

HI @azuretresussex thanks for creating this. I'll try test out the pipelines today, but might be Monday before the wider team can respond. As you say it looks like the additions here:

microsoft/AzureTRE-Deployment@3de7802

might have introduced a bug.

If you are able can you try modifying:

source devops/scripts/construct_tre_url.sh

to

source AzureTRE/devops/scripts/construct_tre_url.sh

I'm hoping that resolves things as in the Deployment repo the AzureTRE repo sites in a subdirectory called AzureTRE.

@LizaShak @yuvalyaron @tamirkamara are you able to take a look?

@azuretresussex
Copy link
Author

Thanks for responding so quickly Marcus. :)

I modified that line of code as suggested, but it didn’t work unfortunately. That script isn’t present in the AzureTRE-Deployment repo. By adding pwd and ls -alR commands to .github/actions/devcontainer_run_command/action.yml in the Deployment repo, I can verify that, as the devops/scripts directory exists in the AzureTRE repo only.

image

I assume this wouldn't be due to the name of our copy of AzureTRE-Deployment repo, (microsoft-azure-tre)?

@marrobi
Copy link
Member

marrobi commented May 5, 2023

No, won't be the name.

So the AzureTRE upstream repo gets checked out in the dev container build as a AzureTRE directory.

If you open the deployment repo in vscode and then in the dev container you will see it.

Does look like a path issue. What's in the directory one level up from pwd?

@azuretresussex
Copy link
Author

I don't think I can go up the directory structure on the GH runner. If I do cd .. it does nothing, which makes sense.

image

@marrobi
Copy link
Member

marrobi commented May 5, 2023

Odd, can you do an ls on pwd, just want to see the full directory listing.

Our Israeli colleagues are back in on Sunday and may be able to provide some insight.

@azuretresussex
Copy link
Author

Run pwd
/home/runner/work/microsoft-azure-tre/microsoft-azure-tre
Run ls -alR
.:
total 72
drwxr-xr-x 6 runner docker 4096 May 5 11:54 .
drwxr-xr-x 3 runner docker 4096 May 5 11:54 ..
drwxr-xr-x 3 runner docker 4096 May 5 11:54 .devcontainer
-rw-r--r-- 1 runner docker 648 May 5 11:54 .editorconfig
drwxr-xr-x 8 runner docker 4096 May 5 11:54 .git
-rw-r--r-- 1 runner docker 462 May 5 11:54 .gitattributes
drwxr-xr-x 6 runner docker 4096 May 5 11:54 .github
-rw-r--r-- 1 runner docker 7055 May 5 11:54 .gitignore
-rw-r--r-- 1 runner docker 444 May 5 11:54 CODE_OF_CONDUCT.md
-rw-r--r-- 1 runner docker 1141 May 5 11:54 LICENSE
-rw-r--r-- 1 runner docker 116 May 5 11:54 Makefile
-rw-r--r-- 1 runner docker 2496 May 5 11:54 README.md
-rw-r--r-- 1 runner docker 2757 May 5 11:54 SECURITY.md
-rw-r--r-- 1 runner docker 1219 May 5 11:54 SUPPORT.md
-rw-r--r-- 1 runner docker 3450 May 5 11:54 config.sample.yaml
-rw-r--r-- 1 runner docker 3492 May 5 11:54 config.yaml
drwxr-xr-x 4 runner docker 4096 May 5 11:54 templates

./.devcontainer:
total 24
drwxr-xr-x 3 runner docker 4096 May 5 11:54 .
drwxr-xr-x 6 runner docker 4096 May 5 11:54 ..
-rw-r--r-- 1 runner docker 4609 May 5 11:54 Dockerfile
-rw-r--r-- 1 runner docker 2358 May 5 11:54 devcontainer.json
drwxr-xr-x 2 runner docker 4096 May 5 11:54 scripts

./.devcontainer/scripts:
total 44
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 3 runner docker 4096 May 5 11:54 ..
-rwxr-xr-x 1 runner docker 697 May 5 11:54 azure-cli.sh
-rwxr-xr-x 1 runner docker 794 May 5 11:54 consolidate_env.sh
-rwxr-xr-x 1 runner docker 187 May 5 11:54 docker-client.sh
-rwxr-xr-x 1 runner docker 809 May 5 11:54 gh.sh
-rwxr-xr-x 1 runner docker 474 May 5 11:54 install-azure-tre-oss.sh
-rwxr-xr-x 1 runner docker 2189 May 5 11:54 non-root-user.sh
-rwxr-xr-x 1 runner docker 1063 May 5 11:54 porter-v1.sh
-rwxr-xr-x 1 runner docker 403 May 5 11:54 post-create.sh
-rwxr-xr-x 1 runner docker 744 May 5 11:54 terraform.sh

./.git:
total 60
drwxr-xr-x 8 runner docker 4096 May 5 11:54 .
drwxr-xr-x 6 runner docker 4096 May 5 11:54 ..
-rw-r--r-- 1 runner docker 142 May 5 11:54 FETCH_HEAD
-rw-r--r-- 1 runner docker 21 May 5 11:54 HEAD
drwxr-xr-x 2 runner docker 4096 May 5 11:54 branches
-rw-r--r-- 1 runner docker 289 May 5 11:54 config
-rwxr-xr-x 1 runner docker 73 May 5 11:54 description
drwxr-xr-x 2 runner docker 4096 May 5 11:54 hooks
-rw-r--r-- 1 runner docker 4421 May 5 11:54 index
drwxr-xr-x 2 runner docker 4096 May 5 11:54 info
drwxr-xr-x 3 runner docker 4096 May 5 11:54 logs
drwxr-xr-x 53 runner docker 4096 May 5 11:54 objects
drwxr-xr-x 5 runner docker 4096 May 5 11:54 refs
-rw-r--r-- 1 runner docker 41 May 5 11:54 shallow

./.git/branches:
total 8
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 8 runner docker 4096 May 5 11:54 ..

./.git/hooks:
total 68
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 8 runner docker 4096 May 5 11:54 ..
-rwxr-xr-x 1 runner docker 478 May 5 11:54 applypatch-msg.sample
-rwxr-xr-x 1 runner docker 896 May 5 11:54 commit-msg.sample
-rwxr-xr-x 1 runner docker 4726 May 5 11:54 fsmonitor-watchman.sample
-rwxr-xr-x 1 runner docker 189 May 5 11:54 post-update.sample
-rwxr-xr-x 1 runner docker 424 May 5 11:54 pre-applypatch.sample
-rwxr-xr-x 1 runner docker 1643 May 5 11:54 pre-commit.sample
-rwxr-xr-x 1 runner docker 416 May 5 11:54 pre-merge-commit.sample
-rwxr-xr-x 1 runner docker 1374 May 5 11:54 pre-push.sample
-rwxr-xr-x 1 runner docker 4898 May 5 11:54 pre-rebase.sample
-rwxr-xr-x 1 runner docker 544 May 5 11:54 pre-receive.sample
-rwxr-xr-x 1 runner docker 1492 May 5 11:54 prepare-commit-msg.sample
-rwxr-xr-x 1 runner docker 2783 May 5 11:54 push-to-checkout.sample
-rwxr-xr-x 1 runner docker 3650 May 5 11:54 update.sample

./.git/info:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 8 runner docker 4096 May 5 11:54 ..
-rwxr-xr-x 1 runner docker 240 May 5 11:54 exclude

./.git/logs:
total 16
drwxr-xr-x 3 runner docker 4096 May 5 11:54 .
drwxr-xr-x 8 runner docker 4096 May 5 11:54 ..
-rw-r--r-- 1 runner docker 216 May 5 11:54 HEAD
drwxr-xr-x 4 runner docker 4096 May 5 11:54 refs

./.git/logs/refs:
total 16
drwxr-xr-x 4 runner docker 4096 May 5 11:54 .
drwxr-xr-x 3 runner docker 4096 May 5 11:54 ..
drwxr-xr-x 2 runner docker 4096 May 5 11:54 heads
drwxr-xr-x 3 runner docker 4096 May 5 11:54 remotes

./.git/logs/refs/heads:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 4 runner docker 4096 May 5 11:54 ..
-rw-r--r-- 1 runner docker 225 May 5 11:54 main

./.git/logs/refs/remotes:
total 12
drwxr-xr-x 3 runner docker 4096 May 5 11:54 .
drwxr-xr-x 4 runner docker 4096 May 5 11:54 ..
drwxr-xr-x 2 runner docker 4096 May 5 11:54 origin

./.git/logs/refs/remotes/origin:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 3 runner docker 4096 May 5 11:54 ..
-rw-r--r-- 1 runner docker 335 May 5 11:54 main

./.git/objects:
total 212
drwxr-xr-x 53 runner docker 4096 May 5 11:54 .
drwxr-xr-x 8 runner docker 4096 May 5 11:54 ..
drwxr-xr-x 2 runner docker 4096 May 5 11:54 0c
drwxr-xr-x 2 runner docker 4096 May 5 11:54 10
drwxr-xr-x 2 runner docker 4096 May 5 11:54 18
drwxr-xr-x 2 runner docker 4096 May 5 11:54 19
drwxr-xr-x 2 runner docker 4096 May 5 11:54 2a
drwxr-xr-x 2 runner docker 4096 May 5 11:54 2b
drwxr-xr-x 2 runner docker 4096 May 5 11:54 2d
drwxr-xr-x 2 runner docker 4096 May 5 11:54 3e
drwxr-xr-x 2 runner docker 4096 May 5 11:54 46
drwxr-xr-x 2 runner docker 4096 May 5 11:54 48
drwxr-xr-x 2 runner docker 4096 May 5 11:54 49
drwxr-xr-x 2 runner docker 4096 May 5 11:54 4c
drwxr-xr-x 2 runner docker 4096 May 5 11:54 57
drwxr-xr-x 2 runner docker 4096 May 5 11:54 58
drwxr-xr-x 2 runner docker 4096 May 5 11:54 59
drwxr-xr-x 2 runner docker 4096 May 5 11:54 5a
drwxr-xr-x 2 runner docker 4096 May 5 11:54 5b
drwxr-xr-x 2 runner docker 4096 May 5 11:54 5f
drwxr-xr-x 2 runner docker 4096 May 5 11:54 60
drwxr-xr-x 2 runner docker 4096 May 5 11:54 66
drwxr-xr-x 2 runner docker 4096 May 5 11:54 69
drwxr-xr-x 2 runner docker 4096 May 5 11:54 6f
drwxr-xr-x 2 runner docker 4096 May 5 11:54 79
drwxr-xr-x 2 runner docker 4096 May 5 11:54 80
drwxr-xr-x 2 runner docker 4096 May 5 11:54 83
drwxr-xr-x 2 runner docker 4096 May 5 11:54 84
drwxr-xr-x 2 runner docker 4096 May 5 11:54 86
drwxr-xr-x 2 runner docker 4096 May 5 11:54 88
drwxr-xr-x 2 runner docker 4096 May 5 11:54 8e
drwxr-xr-x 2 runner docker 4096 May 5 11:54 8f
drwxr-xr-x 2 runner docker 4096 May 5 11:54 98
drwxr-xr-x 2 runner docker 4096 May 5 11:54 9e
drwxr-xr-x 2 runner docker 4096 May 5 11:54 a3
drwxr-xr-x 2 runner docker 4096 May 5 11:54 a5
drwxr-xr-x 2 runner docker 4096 May 5 11:54 a7
drwxr-xr-x 2 runner docker 4096 May 5 11:54 a9
drwxr-xr-x 2 runner docker 4096 May 5 11:54 af
drwxr-xr-x 2 runner docker 4096 May 5 11:54 b3
drwxr-xr-x 2 runner docker 4096 May 5 11:54 b8
drwxr-xr-x 2 runner docker 4096 May 5 11:54 bf
drwxr-xr-x 2 runner docker 4096 May 5 11:54 d4
drwxr-xr-x 2 runner docker 4096 May 5 11:54 e1
drwxr-xr-x 2 runner docker 4096 May 5 11:54 e8
drwxr-xr-x 2 runner docker 4096 May 5 11:54 ea
drwxr-xr-x 2 runner docker 4096 May 5 11:54 f6
drwxr-xr-x 2 runner docker 4096 May 5 11:54 f9
drwxr-xr-x 2 runner docker 4096 May 5 11:54 fa
drwxr-xr-x 2 runner docker 4096 May 5 11:54 fb
drwxr-xr-x 2 runner docker 4096 May 5 11:54 ff
drwxr-xr-x 2 runner docker 4096 May 5 11:54 info
drwxr-xr-x 2 runner docker 4096 May 5 11:54 pack

./.git/objects/0c:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 1896 May 5 11:54 ad97b837d65e6f26c463b613f98b12e34a59d4

./.git/objects/10:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 882 May 5 11:54 a510371caa5987370bb3cbb305b993583205cd

./.git/objects/18:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 54 May 5 11:54 3f203cc6b0af6edacbfa945f1bccb8a4654d32

./.git/objects/19:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 1133 May 5 11:54 07b72783ce67942e45924915b2eaeea832d585

./.git/objects/2a:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 288 May 5 11:54 e6955f081008f594495066499c76ceea1b51a9

./.git/objects/2b:
total 56
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 48635 May 5 11:54 1bba1ffd6c5ebb748704da85f65094d96cd7cf

./.git/objects/2d:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 425 May 5 11:54 ef69d4341b068b8ecf43a0dfb414c8337371a8

./.git/objects/3e:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 130 May 5 11:54 0b909622bada4a1eb042185ba0244ae6d54672

./.git/objects/46:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 65 May 5 11:54 e6d1dc33ae57b701ad6885271c39cd6c64b474

./.git/objects/48:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 550 May 5 11:54 fc5b3463251830c23ec8c3b42393b9602e4ddf

./.git/objects/49:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 201 May 5 11:54 7f084c17e1b1f58329535bcb3a772d8a8cba37

./.git/objects/4c:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 209 May 5 11:54 5f7162cb9f3d2e0272b7a337f4c38f55315831

./.git/objects/57:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 123 May 5 11:54 0e43d0dd7dcad41125cc41155e8a7644b41c8e

./.git/objects/58:
total 16
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 146 May 5 11:54 b9436330d3f8dc6241a30af7fa6f81cf82cf1d
-r--r--r-- 1 runner docker 564 May 5 11:54 daf28bd48c8103200314c0ebc3eb2a7e94a43c

./.git/objects/59:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 55 May 5 11:54 db97701df64232d89fca4fdde394bd5c08ffc8

./.git/objects/5a:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 232 May 5 11:54 ed79d661cd4b708d0fb92a53403d07a96cd7b4

./.git/objects/5b:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 1210 May 5 11:54 f31230e0660663cd423497de0d86184dbdc426

./.git/objects/5f:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 261 May 5 11:54 1033bbab1d4d2a9cf822e4003d26e17f84662e

./.git/objects/60:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 304 May 5 11:54 6ee5a82e914181a44f662304872c4dd0cadcad

./.git/objects/66:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 197 May 5 11:54 633efe201fe9e3876466dfc636122e58da6955

./.git/objects/69:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 146 May 5 11:54 b3f604b6c96079f51f7f8f561713f92f685112

./.git/objects/6f:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 1732 May 5 11:54 7e245423e8193ac5c201519c3b7b2df869c63d

./.git/objects/79:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 1368 May 5 11:54 bf2ed19e38e6ec763ae0d96d5d550b0f7f7552

./.git/objects/80:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 214 May 5 11:54 b4b6fb3c2302f2f5aba11094652467a42d739b

./.git/objects/83:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 487 May 5 11:54 dce8edc48d0a5b2613fb2bbf68abc989991144

./.git/objects/84:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 930 May 5 11:54 c578af8f19d18d7fc7b72b7d270261d49db78f

./.git/objects/86:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 1300 May 5 11:54 9fdfe2b246991a053fab9cfec1bed3ab532ab1

./.git/objects/88:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 484 May 5 11:54 e0c7ceca7a72a55204619d046511f07e6ec548

./.git/objects/8e:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 216 May 5 11:54 4efb4586316d197d079d64a84669da1d688961

./.git/objects/8f:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 202 May 5 11:54 62c5ecaf897a4e3252cb8ca6b7adbb9c5a76b7

./.git/objects/98:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 341 May 5 11:54 51cbbb63aa1346ca67ad4a10a5e50d3c5f0744

./.git/objects/9e:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 667 May 5 11:54 841e7a26e4eb057b24511e7b92d42b257a80e5

./.git/objects/a3:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 141 May 5 11:54 914ca7dee478fd2ce839e4146860249301d38e

./.git/objects/a5:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 196 May 5 11:54 3417afa610b99be5e598d1267f44466b274e81

./.git/objects/a7:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 193 May 5 11:54 448e6873b1e5d886c57537fc4d930d93ae5510

./.git/objects/a9:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 1999 May 5 11:54 436f69920e26a3b0ffbfdf6000512a46fd7e76

./.git/objects/af:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 1630 May 5 11:54 790054a80117187deb52b535b3552aa3e8d520

./.git/objects/b3:
total 16
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 119 May 5 11:54 091d3dcaeef116ae1f11649b4a66fef045307c
-r--r--r-- 1 runner docker 461 May 5 11:54 d8c4c147f6daf1ccbe24815b6ee7421d99db39

./.git/objects/b8:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 67 May 5 11:54 8a31253d6f9974ed4d2d67da96621f8f322f5c

./.git/objects/bf:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 206 May 5 11:54 f6a4130914cab709c0c7f66b35d085202a948e

./.git/objects/d4:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 401 May 5 11:54 d53163ee789c4d0d846f4938c24ee12632f1d8

./.git/objects/e1:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 496 May 5 11:54 4ca49e85cbc7cb827d3ae50b77d4baf51f1c5c

./.git/objects/e8:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 1163 May 5 11:54 3b1974cd7ce1476bc7dc2df234e19a70d38c84

./.git/objects/ea:
total 20
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 4574 May 5 11:54 d35c117d7e1ac01733ac7ae2daacede3c7242b
-r--r--r-- 1 runner docker 712 May 5 11:54 f439aecca04e3aa5a022e0bc0b8b088efef7f1

./.git/objects/f6:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 509 May 5 11:54 4465b78dd6050d6a340ba46628b790c4c329ae

./.git/objects/f9:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 195 May 5 11:54 ba8cf65f3e3104dd061c178066ec8247811f33

./.git/objects/fa:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 3251 May 5 11:54 8c139fdfb2e51050bbfa86f308216291d60d3b

./.git/objects/fb:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 318 May 5 11:54 216e4e5f00a1f13e7c1e1d99acf29088e43cce

./.git/objects/ff:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..
-r--r--r-- 1 runner docker 2942 May 5 11:54 5aef02f9bfa37c829997c8144d072a74b48073

./.git/objects/info:
total 8
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..

./.git/objects/pack:
total 8
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 53 runner docker 4096 May 5 11:54 ..

./.git/refs:
total 20
drwxr-xr-x 5 runner docker 4096 May 5 11:54 .
drwxr-xr-x 8 runner docker 4096 May 5 11:54 ..
drwxr-xr-x 2 runner docker 4096 May 5 11:54 heads
drwxr-xr-x 3 runner docker 4096 May 5 11:54 remotes
drwxr-xr-x 2 runner docker 4096 May 5 11:54 tags

./.git/refs/heads:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 5 runner docker 4096 May 5 11:54 ..
-rw-r--r-- 1 runner docker 41 May 5 11:54 main

./.git/refs/remotes:
total 12
drwxr-xr-x 3 runner docker 4096 May 5 11:54 .
drwxr-xr-x 5 runner docker 4096 May 5 11:54 ..
drwxr-xr-x 2 runner docker 4096 May 5 11:54 origin

./.git/refs/remotes/origin:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 3 runner docker 4096 May 5 11:54 ..
-rw-r--r-- 1 runner docker 41 May 5 11:54 main

./.git/refs/tags:
total 8
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 5 runner docker 4096 May 5 11:54 ..

./.github:
total 28
drwxr-xr-x 6 runner docker 4096 May 5 11:54 .
drwxr-xr-x 6 runner docker 4096 May 5 11:54 ..
drwxr-xr-x 3 runner docker 4096 May 5 11:54 actions
drwxr-xr-x 2 runner docker 4096 May 5 11:54 linters
-rw-r--r-- 1 runner docker 616 May 5 11:54 pull_request_template.md
drwxr-xr-x 2 runner docker 4096 May 5 11:54 scripts
drwxr-xr-x 2 runner docker 4096 May 5 11:54 workflows

./.github/actions:
total 12
drwxr-xr-x 3 runner docker 4096 May 5 11:54 .
drwxr-xr-x 6 runner docker 4096 May 5 11:54 ..
drwxr-xr-x 2 runner docker 4096 May 5 11:54 devcontainer_run_command

./.github/actions/devcontainer_run_command:
total 20
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 3 runner docker 4096 May 5 11:54 ..
-rw-r--r-- 1 runner docker 10688 May 5 11:54 action.yml

./.github/linters:
total 36
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 6 runner docker 4096 May 5 11:54 ..
-rw-r--r-- 1 runner docker 136 May 5 11:54 .hadolint.yaml
-rw-r--r-- 1 runner docker 523 May 5 11:54 .tflint.hcl
-rw-r--r-- 1 runner docker 290 May 5 11:54 .tflint_shared_services.hcl
-rw-r--r-- 1 runner docker 337 May 5 11:54 .tflint_user_resources.hcl
-rw-r--r-- 1 runner docker 313 May 5 11:54 .tflint_workspace_services.hcl
-rw-r--r-- 1 runner docker 285 May 5 11:54 .tflint_workspaces.hcl
-rw-r--r-- 1 runner docker 251 May 5 11:54 .yaml-lint.yml

./.github/scripts:
total 132
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 6 runner docker 4096 May 5 11:54 ..
-rwxr-xr-x 1 runner docker 5167 May 5 11:54 clean_ci_validation_envs.sh
-rw-r--r-- 1 runner docker 297 May 5 11:54 package.json
-rw-r--r-- 1 runner docker 112595 May 5 11:54 yarn.lock

./.github/workflows:
total 56
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 6 runner docker 4096 May 5 11:54 ..
-rw-r--r-- 1 runner docker 3444 May 5 11:54 build_validation_develop.yml
-rw-r--r-- 1 runner docker 996 May 5 11:54 clean_validation_envs.yml
-rw-r--r-- 1 runner docker 2193 May 5 11:54 deploy_tre.yml
-rw-r--r-- 1 runner docker 3611 May 5 11:54 deploy_tre_branch.yml
-rw-r--r-- 1 runner docker 31083 May 5 11:54 deploy_tre_reusable.yml

./templates:
total 16
drwxr-xr-x 4 runner docker 4096 May 5 11:54 .
drwxr-xr-x 6 runner docker 4096 May 5 11:54 ..
drwxr-xr-x 2 runner docker 4096 May 5 11:54 workspace_services
drwxr-xr-x 2 runner docker 4096 May 5 11:54 workspaces

./templates/workspace_services:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 4 runner docker 4096 May 5 11:54 ..
-rw-r--r-- 1 runner docker 187 May 5 11:54 README.md

./templates/workspaces:
total 12
drwxr-xr-x 2 runner docker 4096 May 5 11:54 .
drwxr-xr-x 4 runner docker 4096 May 5 11:54 ..
-rw-r--r-- 1 runner docker 187 May 5 11:54 README.md

@marrobi
Copy link
Member

marrobi commented May 5, 2023

Ok, strange, it seems the AzureTRE repository hasn't been downloaded.

Can you check the Build Dev Container step in GitHub actions.

This step in the Dockerfile should download it - https://github.com/microsoft/AzureTRE-Deployment/blob/de9750a2cd5cee1358be084c8234bcc57cde4315/.devcontainer/Dockerfile#L103

@azuretresussex
Copy link
Author

Seems to be OK... Apologies for the huge paste!!

3m 11s
Run set -e
#1 [internal] load build definition from Dockerfile
#1 sha256:ba872e450034c279ce6616fceaddda0d77f79bfdf24071ac5faeec14aedaa8f6
#1 transferring dockerfile: 4.65kB 0.0s done
#1 DONE 0.0s

#2 [internal] load .dockerignore
#2 sha256:bfd51b6521ecbcb8908a977a89967100b109403a69534e4a3ed89c16b0f30dfa
#2 transferring context: 2B done
#2 DONE 0.0s

#3 [internal] load metadata for mcr.microsoft.com/vscode/devcontainers/python:dev-3.8-bullseye
#3 sha256:e0284db24c90fac44cf79cd8a1bbf6295514bf4e9c98224da0c17eca6bbc99e5
#3 DONE 1.5s

#5 [internal] load build context
#5 sha256:fcd2d95f5eea5e5d7929ccabf06ece739fb5a11f32493e95c55595449b3fe66d
#5 DONE 0.0s

#4 [ 1/24] FROM mcr.microsoft.com/vscode/devcontainers/python:dev-3.8-bullseye@sha256:9e58e3083a525aa1d70d6f0945451caa8feafbb91a74c83aaad44844486981db
#4 sha256:e45beaa42c1a0c6827a1695846a148b8cba28fec538a741ab5f5550bf09d6648
#4 resolve mcr.microsoft.com/vscode/devcontainers/python:dev-3.8-bullseye@sha256:9e58e3083a525aa1d70d6f0945451caa8feafbb91a74c83aaad44844486981db 0.0s done
#4 ...

#5 [internal] load build context
#5 sha256:fcd2d95f5eea5e5d7929ccabf06ece739fb5a11f32493e95c55595449b3fe66d
#5 transferring context: 9.13kB done
#5 DONE 0.0s

#4 [ 1/24] FROM mcr.microsoft.com/vscode/devcontainers/python:dev-3.8-bullseye@sha256:9e58e3083a525aa1d70d6f0945451caa8feafbb91a74c83aaad44844486981db
#4 sha256:e45beaa42c1a0c6827a1695846a148b8cba28fec538a741ab5f5550bf09d6648
#4 sha256:f7fe71ed62bef2509291cce3ddb185c98f571b1ee6292549c77e1fc471ccad11 0B / 15.53MB 0.1s
#4 sha256:e75f23223cd3526ef958efa5e0bad7e5d9ca6cacf58feeb28a63ba68d3b24b56 3.93kB / 3.93kB done
#4 sha256:45358ab3c08df73d714334deabd04f4d4e70c788f5972b5222102b6228bf34b8 22.93kB / 22.93kB done
#4 sha256:6aa73e60af698c09b31660baffa368ac0b6e1cb8bf05b885c17a304558298666 0B / 243B 0.1s
#4 sha256:273fcda609d894158ae396f62b319d33f7b02266fbf6bd88c4950771f1a40a83 3.15MB / 6.29MB 0.1s
#4 sha256:6aa73e60af698c09b31660baffa368ac0b6e1cb8bf05b885c17a304558298666 243B / 243B 0.1s done
#4 sha256:9e58e3083a525aa1d70d6f0945451caa8feafbb91a74c83aaad44844486981db 1.61kB / 1.61kB done
#4 extracting sha256:273fcda609d894158ae396f62b319d33f7b02266fbf6bd88c4950771f1a40a83
#4 sha256:f7fe71ed62bef2509291cce3ddb185c98f571b1ee6292549c77e1fc471ccad11 15.53MB / 15.53MB 0.3s
#4 sha256:273fcda609d894158ae396f62b319d33f7b02266fbf6bd88c4950771f1a40a83 6.29MB / 6.29MB 0.1s done
#4 sha256:3534c816e2a187bb3c3207a62fe50321ef033ae51070c3c2ba94078bf3214de5 0B / 14.16MB 0.3s
#4 sha256:d7aff9f220b1131a6c607b2bfeab7c055d09cd8f01988deb8526f61c55f1cdea 2.91MB / 2.91MB 0.2s done
#4 sha256:ecf98577c8847ac907f03caaf13d21d821111be9421490952bf4cb16001c4ff1 0B / 5.66MB 0.3s
#4 sha256:f7fe71ed62bef2509291cce3ddb185c98f571b1ee6292549c77e1fc471ccad11 15.53MB / 15.53MB 0.3s done
#4 sha256:167e210b434628c79656f493b691e06e9087e2ca2fc93dd52f0f36d0a1e7d304 0B / 411B 0.4s
#4 extracting sha256:273fcda609d894158ae396f62b319d33f7b02266fbf6bd88c4950771f1a40a83 0.7s done
#4 extracting sha256:f7fe71ed62bef2509291cce3ddb185c98f571b1ee6292549c77e1fc471ccad11
#4 sha256:167e210b434628c79656f493b691e06e9087e2ca2fc93dd52f0f36d0a1e7d304 411B / 411B 1.2s
#4 sha256:167e210b434628c79656f493b691e06e9087e2ca2fc93dd52f0f36d0a1e7d304 411B / 411B 1.2s done
#4 sha256:fc113b8544c11c2d11f37e9649e51a6768415a1e5ba50c1a86382d251fb792c7 0B / 141B 1.3s
#4 extracting sha256:f7fe71ed62bef2509291cce3ddb185c98f571b1ee6292549c77e1fc471ccad11 0.7s done
#4 sha256:3534c816e2a187bb3c3207a62fe50321ef033ae51070c3c2ba94078bf3214de5 4.19MB / 14.16MB 1.8s
#4 sha256:3534c816e2a187bb3c3207a62fe50321ef033ae51070c3c2ba94078bf3214de5 5.24MB / 14.16MB 1.9s
#4 sha256:ecf98577c8847ac907f03caaf13d21d821111be9421490952bf4cb16001c4ff1 2.10MB / 5.66MB 1.9s
#4 extracting sha256:6aa73e60af698c09b31660baffa368ac0b6e1cb8bf05b885c17a304558298666 done
#4 extracting sha256:d7aff9f220b1131a6c607b2bfeab7c055d09cd8f01988deb8526f61c55f1cdea
#4 sha256:3534c816e2a187bb3c3207a62fe50321ef033ae51070c3c2ba94078bf3214de5 8.39MB / 14.16MB 2.0s
#4 sha256:ecf98577c8847ac907f03caaf13d21d821111be9421490952bf4cb16001c4ff1 4.19MB / 5.66MB 2.0s
#4 sha256:ecf98577c8847ac907f03caaf13d21d821111be9421490952bf4cb16001c4ff1 5.66MB / 5.66MB 2.1s done
#4 sha256:a39ef5c94d062e001ae9271cb2b06651dfe899aa8dc1fbc5a1e425ae28489264 0B / 227B 2.1s
#4 extracting sha256:d7aff9f220b1131a6c607b2bfeab7c055d09cd8f01988deb8526f61c55f1cdea 0.3s done
#4 sha256:fc113b8544c11c2d11f37e9649e51a6768415a1e5ba50c1a86382d251fb792c7 141B / 141B 2.3s done
#4 sha256:7b27a5790ef834f4b07976c6c2c687f477338bfcbc005463f951b0072aee63fc 0B / 237B 2.4s
#4 sha256:a39ef5c94d062e001ae9271cb2b06651dfe899aa8dc1fbc5a1e425ae28489264 227B / 227B 2.7s done
#4 sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a 0B / 62.84MB 2.8s
#4 sha256:3534c816e2a187bb3c3207a62fe50321ef033ae51070c3c2ba94078bf3214de5 12.58MB / 14.16MB 3.4s
#4 sha256:7b27a5790ef834f4b07976c6c2c687f477338bfcbc005463f951b0072aee63fc 237B / 237B 3.3s done
#4 sha256:d458d1096897fd0015a7054b4170e0db9ef7c1e992aed4353bf2d37343950f34 0B / 63.69MB 3.4s
#4 sha256:3534c816e2a187bb3c3207a62fe50321ef033ae51070c3c2ba94078bf3214de5 14.16MB / 14.16MB 3.5s done
#4 extracting sha256:3534c816e2a187bb3c3207a62fe50321ef033ae51070c3c2ba94078bf3214de5
#4 sha256:eeab1803b1ac91424433243e983e5f6614d718dc006bacb33d215907573d5c96 0B / 2.10MB 3.5s
#4 extracting sha256:3534c816e2a187bb3c3207a62fe50321ef033ae51070c3c2ba94078bf3214de5 0.4s done
#4 extracting sha256:ecf98577c8847ac907f03caaf13d21d821111be9421490952bf4cb16001c4ff1
#4 sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a 3.15MB / 62.84MB 4.2s
#4 sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a 6.29MB / 62.84MB 4.4s
#4 extracting sha256:ecf98577c8847ac907f03caaf13d21d821111be9421490952bf4cb16001c4ff1 0.4s done
#4 extracting sha256:167e210b434628c79656f493b691e06e9087e2ca2fc93dd52f0f36d0a1e7d304
#4 extracting sha256:167e210b434628c79656f493b691e06e9087e2ca2fc93dd52f0f36d0a1e7d304 done
#4 extracting sha256:fc113b8544c11c2d11f37e9649e51a6768415a1e5ba50c1a86382d251fb792c7 done
#4 extracting sha256:a39ef5c94d062e001ae9271cb2b06651dfe899aa8dc1fbc5a1e425ae28489264 done
#4 extracting sha256:7b27a5790ef834f4b07976c6c2c687f477338bfcbc005463f951b0072aee63fc
#4 extracting sha256:7b27a5790ef834f4b07976c6c2c687f477338bfcbc005463f951b0072aee63fc done
#4 sha256:eeab1803b1ac91424433243e983e5f6614d718dc006bacb33d215907573d5c96 2.10MB / 2.10MB 4.9s done
#4 sha256:9adb2ef71fd68abe2aa3ae3af0532f26c28ecef2cd9437874ac3d85383256993 0B / 55.68MB 5.0s
#4 sha256:d458d1096897fd0015a7054b4170e0db9ef7c1e992aed4353bf2d37343950f34 5.24MB / 63.69MB 5.1s
#4 sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a 9.44MB / 62.84MB 5.6s
#4 sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a 16.78MB / 62.84MB 5.9s
#4 sha256:d458d1096897fd0015a7054b4170e0db9ef7c1e992aed4353bf2d37343950f34 9.44MB / 63.69MB 6.3s
#4 sha256:9adb2ef71fd68abe2aa3ae3af0532f26c28ecef2cd9437874ac3d85383256993 3.15MB / 55.68MB 6.5s
#4 sha256:d458d1096897fd0015a7054b4170e0db9ef7c1e992aed4353bf2d37343950f34 15.73MB / 63.69MB 6.6s
#4 sha256:9adb2ef71fd68abe2aa3ae3af0532f26c28ecef2cd9437874ac3d85383256993 7.34MB / 55.68MB 6.6s
#4 sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a 19.92MB / 62.84MB 6.9s
#4 sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a 25.17MB / 62.84MB 7.1s
#4 sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a 28.31MB / 62.84MB 8.0s
#4 sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a 33.55MB / 62.84MB 8.2s
#4 sha256:d458d1096897fd0015a7054b4170e0db9ef7c1e992aed4353bf2d37343950f34 23.07MB / 63.69MB 8.2s
#4 sha256:9adb2ef71fd68abe2aa3ae3af0532f26c28ecef2cd9437874ac3d85383256993 13.63MB / 55.68MB 8.2s
#4 sha256:9adb2ef71fd68abe2aa3ae3af0532f26c28ecef2cd9437874ac3d85383256993 16.78MB / 55.68MB 8.4s
#4 sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a 36.70MB / 62.84MB 8.9s
#4 sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a 41.94MB / 62.84MB 9.1s
#4 sha256:9adb2ef71fd68abe2aa3ae3af0532f26c28ecef2cd9437874ac3d85383256993 24.12MB / 55.68MB 9.7s
#4 sha256:d458d1096897fd0015a7054b4170e0db9ef7c1e992aed4353bf2d37343950f34 28.31MB / 63.69MB 9.9s
#4 sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a 46.14MB / 62.84MB 10.1s
#4 sha256:d458d1096897fd0015a7054b4170e0db9ef7c1e992aed4353bf2d37343950f34 32.51MB / 63.69MB 10.1s
#4 sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a 50.33MB / 62.84MB 10.4s
#4 sha256:9adb2ef71fd68abe2aa3ae3af0532f26c28ecef2cd9437874ac3d85383256993 27.26MB / 55.68MB 11.0s
#4 sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a 54.53MB / 62.84MB 11.3s
#4 sha256:9adb2ef71fd68abe2aa3ae3af0532f26c28ecef2cd9437874ac3d85383256993 33.55MB / 55.68MB 11.3s
#4 sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a 58.72MB / 62.84MB 11.5s
#4 sha256:d458d1096897fd0015a7054b4170e0db9ef7c1e992aed4353bf2d37343950f34 36.70MB / 63.69MB 11.8s
#4 sha256:d458d1096897fd0015a7054b4170e0db9ef7c1e992aed4353bf2d37343950f34 41.94MB / 63.69MB 12.1s
#4 sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a 62.84MB / 62.84MB 12.4s
#4 extracting sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a
#4 sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a 62.84MB / 62.84MB 12.4s done
#4 sha256:9adb2ef71fd68abe2aa3ae3af0532f26c28ecef2cd9437874ac3d85383256993 38.80MB / 55.68MB 12.7s
#4 sha256:9adb2ef71fd68abe2aa3ae3af0532f26c28ecef2cd9437874ac3d85383256993 41.94MB / 55.68MB 12.8s
#4 sha256:d458d1096897fd0015a7054b4170e0db9ef7c1e992aed4353bf2d37343950f34 46.14MB / 63.69MB 13.2s
#4 sha256:d458d1096897fd0015a7054b4170e0db9ef7c1e992aed4353bf2d37343950f34 50.33MB / 63.69MB 13.4s
#4 sha256:d458d1096897fd0015a7054b4170e0db9ef7c1e992aed4353bf2d37343950f34 55.57MB / 63.69MB 14.3s
#4 sha256:9adb2ef71fd68abe2aa3ae3af0532f26c28ecef2cd9437874ac3d85383256993 47.19MB / 55.68MB 14.5s
#4 sha256:9adb2ef71fd68abe2aa3ae3af0532f26c28ecef2cd9437874ac3d85383256993 50.33MB / 55.68MB 14.8s
#4 sha256:d458d1096897fd0015a7054b4170e0db9ef7c1e992aed4353bf2d37343950f34 59.66MB / 63.69MB 15.7s
#4 sha256:9adb2ef71fd68abe2aa3ae3af0532f26c28ecef2cd9437874ac3d85383256993 55.68MB / 55.68MB 15.7s
#4 sha256:9adb2ef71fd68abe2aa3ae3af0532f26c28ecef2cd9437874ac3d85383256993 55.68MB / 55.68MB 15.7s done
#4 sha256:d458d1096897fd0015a7054b4170e0db9ef7c1e992aed4353bf2d37343950f34 63.69MB / 63.69MB 16.1s done
#4 extracting sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a 5.2s
#4 extracting sha256:a756bf1e9972acd09eee22e7320355c8a753859a093d238f31f9fa1b1683209a 6.3s done
#4 extracting sha256:d458d1096897fd0015a7054b4170e0db9ef7c1e992aed4353bf2d37343950f34
#4 extracting sha256:d458d1096897fd0015a7054b4170e0db9ef7c1e992aed4353bf2d37343950f34 1.9s done
#4 extracting sha256:eeab1803b1ac91424433243e983e5f6614d718dc006bacb33d215907573d5c96
#4 extracting sha256:eeab1803b1ac91424433243e983e5f6614d718dc006bacb33d215907573d5c96 0.2s done
#4 extracting sha256:9adb2ef71fd68abe2aa3ae3af0532f26c28ecef2cd9437874ac3d85383256993
#4 extracting sha256:9adb2ef71fd68abe2aa3ae3af0532f26c28ecef2cd9437874ac3d85383256993 3.6s done
#4 DONE 26.9s

#6 [ 2/24] COPY .devcontainer/scripts/non-root-user.sh /tmp/
#6 sha256:e94d87c17ff44671fcf20637a5a68fa0db2fa9059e5136e630cf3bb3b7833538
#6 DONE 0.0s

#7 [ 3/24] RUN bash /tmp/non-root-user.sh "vscode" "1001" "123"
#7 sha256:981f7c267a2ae6df04be180cc755b399b62a85d9770b1392157a6c127a3bb368
#7 0.568 usermod: no changes
#7 DONE 2.1s

#8 [ 4/24] RUN su vscode -c "umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install lts/* 2>&1"
#8 sha256:ad5986a672af0dc848657fe3f887158aa134ec29384f2d38e6881bc2d1580aa3
#8 1.881 Downloading and installing node v18.16.0...
#8 2.060 Downloading https://nodejs.org/dist/v18.16.0/node-v18.16.0-linux-x64.tar.xz...
#8 2.196
############################################### 65.8%
######################################################################## 100.0%
#8 2.246 Computing checksum with sha256sum
#8 2.424 Checksums matched!
#8 5.917 Now using node v18.16.0 (npm v9.5.1)
#8 6.102 Creating default alias: default -> lts/* (-> v18.16.0 *)
#8 DONE 6.4s

#9 [ 5/24] COPY .devcontainer/scripts/terraform.sh /tmp/
#9 sha256:b34511e9530e48e711328f5abe4891707a9814e5a51957d14d0498068ce5c76a
#9 DONE 0.0s

#10 [ 6/24] RUN bash /tmp/terraform.sh "1.4.5" /usr/bin
#10 sha256:ec805ea3f01a29e000911075ece4fde297ef371402f9988e5b156e89c766ff2b
#10 0.324 »»» 📦 Installing Terraform v1.4.5 ...
#10 1.097
#10 1.098 »»» 💾 Installed to: /usr/bin/terraform
#10 1.346 »»» 💡 Version details: Terraform v1.4.5
#10 1.346 on linux_amd64
#10 1.346
#10 1.346 Your version of Terraform is out of date! The latest version
#10 1.346 is 1.4.6. You can update by downloading from https://www.terraform.io/downloads.html
#10 DONE 1.5s

#11 [ 7/24] COPY .devcontainer/scripts/docker-client.sh /tmp/
#11 sha256:fc98a60c7c4e5746a576bf5b993225427862b2ce5f16442c984e4cd97d9b4895
#11 DONE 0.0s

#12 [ 8/24] RUN /tmp/docker-client.sh vscode
#12 sha256:6a424401dea9435bb7dcd781847ae3209e3e3dadfa0e9db21d6a6f4ce59eacd7
#12 0.381 docker:x:1000:vscode
#12 DONE 0.4s

#13 [ 9/24] RUN apt-get update && apt-get install -y ca-certificates curl gnupg lsb-release --no-install-recommends && curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg && echo "deb [arch=amd64 signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null && apt-get update && apt-get install -y docker-ce="5:23.0.3-1debian.11bullseye" docker-ce-cli="5:23.0.3-1debian.11bullseye" containerd.io="1.6.20-1" docker-buildx-plugin --no-install-recommends && apt-get clean -y && rm -rf /var/lib/apt/lists/*
#13 sha256:ca5588a94dd21a1f0b13c3baf1a436e218b439fae5ab18f538338db99a601ba1
#13 0.579 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
#13 0.599 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
#13 0.599 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
#13 0.667 Get:4 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
#13 1.007 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
#13 1.131 Get:6 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB]
#13 1.251 Get:7 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
#13 1.323 Get:8 https://dl.yarnpkg.com/debian stable/main amd64 Packages [10.9 kB]
#13 1.332 Get:9 https://dl.yarnpkg.com/debian stable/main all Packages [10.9 kB]
#13 2.357 Fetched 8683 kB in 2s (4779 kB/s)
#13 2.357 Reading package lists...
#13 3.017 Reading package lists...
#13 3.650 Building dependency tree...
#13 3.817 Reading state information...
#13 4.012 ca-certificates is already the newest version (20210119).
#13 4.012 curl is already the newest version (7.74.0-1.3+deb11u7).
#13 4.012 gnupg is already the newest version (2.2.27-2+deb11u2).
#13 4.012 lsb-release is already the newest version (11.1.0).
#13 4.012 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
#13 4.643 Hit:1 http://deb.debian.org/debian bullseye InRelease
#13 4.643 Hit:2 http://deb.debian.org/debian-security bullseye-security InRelease
#13 4.644 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease
#13 4.684 Hit:4 https://dl.yarnpkg.com/debian stable InRelease
#13 4.696 Get:5 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB]
#13 5.154 Get:6 https://download.docker.com/linux/debian bullseye/stable amd64 Packages [22.0 kB]
#13 5.178 Fetched 65.3 kB in 1s (116 kB/s)
#13 5.178 Reading package lists...
#13 5.819 Reading package lists...
#13 6.466 Building dependency tree...
#13 6.628 Reading state information...
#13 6.782 The following additional packages will be installed:
#13 6.782 dmsetup iptables libdevmapper1.02.1 libip4tc2 libip6tc2
#13 6.783 libnetfilter-conntrack3 libnfnetlink0 libnftnl11
#13 6.784 Suggested packages:
#13 6.784 aufs-tools cgroupfs-mount | cgroup-lite firewalld kmod
#13 6.784 Recommended packages:
#13 6.784 apparmor docker-ce-rootless-extras pigz docker-compose-plugin nftables
#13 6.874 The following NEW packages will be installed:
#13 6.874 containerd.io dmsetup docker-buildx-plugin docker-ce docker-ce-cli iptables
#13 6.874 libdevmapper1.02.1 libip4tc2 libip6tc2 libnetfilter-conntrack3 libnfnetlink0
#13 6.875 libnftnl11
#13 6.909 0 upgraded, 12 newly installed, 0 to remove and 0 not upgraded.
#13 6.909 Need to get 90.1 MB of archives.
#13 6.909 After this operation, 325 MB of additional disk space will be used.
#13 6.909 Get:1 http://deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB]
#13 6.915 Get:2 http://deb.debian.org/debian bullseye/main amd64 dmsetup amd64 2:1.02.175-2.1 [92.1 kB]
#13 6.915 Get:3 http://deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB]
#13 6.916 Get:4 http://deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB]
#13 6.916 Get:5 http://deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB]
#13 6.916 Get:6 http://deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB]
#13 6.918 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB]
#13 6.920 Get:8 http://deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB]
#13 6.926 Get:9 https://download.docker.com/linux/debian bullseye/stable amd64 containerd.io amd64 1.6.20-1 [28.3 MB]
#13 7.314 Get:10 https://download.docker.com/linux/debian bullseye/stable amd64 docker-buildx-plugin amd64 0.10.4-1debian.11bullseye [25.9 MB]
#13 7.797 Get:11 https://download.docker.com/linux/debian bullseye/stable amd64 docker-ce-cli amd64 5:23.0.3-1debian.11bullseye [13.2 MB]
#13 8.702 Get:12 https://download.docker.com/linux/debian bullseye/stable amd64 docker-ce amd64 5:23.0.3-1debian.11bullseye [22.0 MB]
#13 10.19 debconf: unable to initialize frontend: Dialog
#13 10.19 debconf: (TERM is not set, so the dialog frontend is not usable.)
#13 10.19 debconf: falling back to frontend: Readline
#13 10.22 debconf: unable to initialize frontend: Readline
#13 10.22 debconf: (This frontend requires a controlling tty.)
#13 10.22 debconf: falling back to frontend: Teletype
#13 10.22 dpkg-preconfigure: unable to re-open stdin:
#13 10.27 Fetched 90.1 MB in 3s (35.9 MB/s)
#13 10.34 Selecting previously unselected package containerd.io.
#13 10.34 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 28352 files and directories currently installed.)
#13 11.33 Preparing to unpack .../00-containerd.io_1.6.20-1_amd64.deb ...
#13 11.33 Unpacking containerd.io (1.6.20-1) ...
#13 14.15 Selecting previously unselected package libdevmapper1.02.1:amd64.
#13 14.15 Preparing to unpack .../01-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ...
#13 14.15 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
#13 14.19 Selecting previously unselected package dmsetup.
#13 14.20 Preparing to unpack .../02-dmsetup_2%3a1.02.175-2.1_amd64.deb ...
#13 14.20 Unpacking dmsetup (2:1.02.175-2.1) ...
#13 14.23 Selecting previously unselected package docker-buildx-plugin.
#13 14.23 Preparing to unpack .../03-docker-buildx-plugin_0.10.4-1debian.11bullseye_amd64.deb ...
#13 14.24 Unpacking docker-buildx-plugin (0.10.4-1debian.11bullseye) ...
#13 15.98 Selecting previously unselected package docker-ce-cli.
#13 15.99 Preparing to unpack .../04-docker-ce-cli_5%3a23.0.3-1debian.11bullseye_amd64.deb ...
#13 15.99 Unpacking docker-ce-cli (5:23.0.3-1debian.11bullseye) ...
#13 16.89 Selecting previously unselected package libip4tc2:amd64.
#13 16.89 Preparing to unpack .../05-libip4tc2_1.8.7-1_amd64.deb ...
#13 16.90 Unpacking libip4tc2:amd64 (1.8.7-1) ...
#13 16.92 Selecting previously unselected package libip6tc2:amd64.
#13 16.93 Preparing to unpack .../06-libip6tc2_1.8.7-1_amd64.deb ...
#13 16.93 Unpacking libip6tc2:amd64 (1.8.7-1) ...
#13 16.96 Selecting previously unselected package libnfnetlink0:amd64.
#13 16.96 Preparing to unpack .../07-libnfnetlink0_1.0.1-3+b1_amd64.deb ...
#13 16.96 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ...
#13 16.99 Selecting previously unselected package libnetfilter-conntrack3:amd64.
#13 17.00 Preparing to unpack .../08-libnetfilter-conntrack3_1.0.8-3_amd64.deb ...
#13 17.00 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ...
#13 17.03 Selecting previously unselected package libnftnl11:amd64.
#13 17.03 Preparing to unpack .../09-libnftnl11_1.1.9-1_amd64.deb ...
#13 17.03 Unpacking libnftnl11:amd64 (1.1.9-1) ...
#13 17.06 Selecting previously unselected package iptables.
#13 17.07 Preparing to unpack .../10-iptables_1.8.7-1_amd64.deb ...
#13 17.07 Unpacking iptables (1.8.7-1) ...
#13 17.16 Selecting previously unselected package docker-ce.
#13 17.16 Preparing to unpack .../11-docker-ce_5%3a23.0.3-1debian.11bullseye_amd64.deb ...
#13 17.16 Unpacking docker-ce (5:23.0.3-1debian.11bullseye) ...
#13 19.46 Setting up libip4tc2:amd64 (1.8.7-1) ...
#13 19.47 Setting up libip6tc2:amd64 (1.8.7-1) ...
#13 19.47 Setting up libnftnl11:amd64 (1.1.9-1) ...
#13 19.48 Setting up docker-buildx-plugin (0.10.4-1debian.11bullseye) ...
#13 19.48 Setting up containerd.io (1.6.20-1) ...
#13 19.71 Setting up docker-ce-cli (5:23.0.3-1debian.11bullseye) ...
#13 19.72 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ...
#13 19.72 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ...
#13 19.73 Setting up iptables (1.8.7-1) ...
#13 19.79 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode
#13 19.79 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode
#13 19.79 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode
#13 19.80 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode
#13 19.80 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode
#13 19.81 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode
#13 19.81 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ...
#13 19.82 Setting up dmsetup (2:1.02.175-2.1) ...
#13 19.83 Setting up docker-ce (5:23.0.3-1debian.11bullseye) ...
#13 20.23 invoke-rc.d: could not determine current runlevel
#13 20.24 invoke-rc.d: policy-rc.d denied execution of start.
#13 20.24 Processing triggers for libc-bin (2.31-13+deb11u6) ...
#13 21.76 Processing triggers for man-db (2.9.4-2) ...
#13 DONE 24.5s

#14 [10/24] RUN if [ "false" = "true" ]; then apt-get update && apt-get install -y libaugeas0 --no-install-recommends && python3 -m venv /opt/certbot/ && /opt/certbot/bin/pip install --no-cache-dir --upgrade pip && /opt/certbot/bin/pip install --no-cache-dir certbot && apt-get clean -y && rm -rf /var/lib/apt/lists/* ; fi
#14 sha256:e1f351d26e5c02bf7dea17004fd81cb19a55b2306839dde908255dae5eadb797
#14 DONE 0.3s

#15 [11/24] COPY .devcontainer/scripts/porter-v1.sh /tmp/
#15 sha256:812e1399cee48dee635f05409695f3da68b6ca913661db71972c80d3d6108eab
#15 DONE 0.0s

#16 [12/24] RUN export PORTER_VERSION=v1.0.11 PORTER_TERRAFORM_MIXIN_VERSION=v1.0.2 PORTER_AZ_MIXIN_VERSION=v1.0.1 PORTER_AZURE_PLUGIN_VERSION=v1.2.0 PORTER_HOME=/home/vscode/.porter/ && /tmp/porter-v1.sh
#16 sha256:a10e86f32491b40de6dddb30b492437337490db85f2368dc1f9e8be98afc8312
#16 0.312 Installing porter@v1.0.11 to /home/vscode/.porter/ from https://cdn.porter.sh/
#16 2.026 Installed porter v1.0.11 (c8d99b77)
#16 3.315 installed exec mixin v1.0.11 (c8d99b77)
#16 4.570 installed terraform mixin v1.0.2 (d5e4db1)
#16 5.999 installed az mixin v1.0.1 (79fd321)
#16 7.217 installed azure plugin v1.2.0 (1220e81)
#16 7.240 Installation complete.
#16 DONE 7.6s

#17 [13/24] COPY .devcontainer/scripts/azure-cli.sh /tmp/
#17 sha256:2b497f2415f04aa59bdfe3ebcd4eb259ce0702fcde251a81bd795a56bb955209
#17 DONE 0.0s

#18 [14/24] RUN export AZURE_CLI_VERSION=2.37.0-1bullseye && /tmp/azure-cli.sh
#18 sha256:edb33374b4852e2a1c58f7c5f40567caf732b137065a27c715d41179be5997d1
#18 0.349 Get:1 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB]
#18 0.359 Get:2 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
#18 0.383 Get:3 http://deb.debian.org/debian bullseye InRelease [116 kB]
#18 0.387 Get:4 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
#18 0.391 Get:5 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
#18 0.428 Get:6 https://download.docker.com/linux/debian bullseye/stable amd64 Packages [22.0 kB]
#18 0.615 Get:7 https://dl.yarnpkg.com/debian stable/main all Packages [10.9 kB]
#18 0.627 Get:8 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
#18 0.734 Get:9 https://dl.yarnpkg.com/debian stable/main amd64 Packages [10.9 kB]
#18 0.765 Get:10 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB]
#18 0.882 Get:11 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
#18 1.954 Fetched 8749 kB in 2s (5272 kB/s)
#18 1.954 Reading package lists...
#18 2.554 Reading package lists...
#18 3.167 Building dependency tree...
#18 3.309 Reading state information...
#18 3.468 apt-transport-https is already the newest version (2.2.4).
#18 3.468 ca-certificates is already the newest version (20210119).
#18 3.468 curl is already the newest version (7.74.0-1.3+deb11u7).
#18 3.468 gnupg is already the newest version (2.2.27-2+deb11u2).
#18 3.468 lsb-release is already the newest version (11.1.0).
#18 3.468 0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
#18 3.553 deb [arch=amd64] https://packages.microsoft.com/repos/azure-cli/ bullseye main
#18 3.648 Get:1 https://packages.microsoft.com/repos/azure-cli bullseye InRelease [3587 B]
#18 3.662 Hit:2 https://dl.yarnpkg.com/debian stable InRelease
#18 3.673 Hit:3 https://download.docker.com/linux/debian bullseye InRelease
#18 3.675 Hit:4 http://deb.debian.org/debian bullseye InRelease
#18 3.677 Hit:5 http://deb.debian.org/debian-security bullseye-security InRelease
#18 3.679 Hit:6 http://deb.debian.org/debian bullseye-updates InRelease
#18 3.771 Get:7 https://packages.microsoft.com/repos/azure-cli bullseye/main amd64 Packages [713 B]
#18 3.782 Get:8 https://packages.microsoft.com/repos/azure-cli bullseye/main all Packages [1852 B]
#18 4.276 Fetched 6152 B in 1s (8910 B/s)
#18 4.276 Reading package lists...
#18 4.908 Reading package lists...
#18 5.514 Building dependency tree...
#18 5.652 Reading state information...
#18 5.806 The following NEW packages will be installed:
#18 5.807 azure-cli
#18 5.860 0 upgraded, 1 newly installed, 0 to remove and 2 not upgraded.
#18 5.860 Need to get 78.3 MB of archives.
#18 5.860 After this operation, 1090 MB of additional disk space will be used.
#18 5.860 Get:1 https://packages.microsoft.com/repos/azure-cli bullseye/main all azure-cli all 2.37.0-1
bullseye [78.3 MB]
#18 6.570 debconf: unable to initialize frontend: Dialog
#18 6.570 debconf: (TERM is not set, so the dialog frontend is not usable.)
#18 6.570 debconf: falling back to frontend: Readline
#18 6.581 debconf: unable to initialize frontend: Readline
#18 6.581 debconf: (This frontend requires a controlling tty.)
#18 6.581 debconf: falling back to frontend: Teletype
#18 6.586 dpkg-preconfigure: unable to re-open stdin:
#18 6.632 Fetched 78.3 MB in 1s (140 MB/s)
#18 6.770 Selecting previously unselected package azure-cli.
#18 6.770 (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 28837 files and directories currently installed.)
#18 6.795 Preparing to unpack .../azure-cli_2.37.0-1bullseye_all.deb ...
#18 6.798 Unpacking azure-cli (2.37.0-1
bullseye) ...
#18 23.02 Setting up azure-cli (2.37.0-1~bullseye) ...
#18 DONE 25.1s

#19 [15/24] RUN curl -L --fail -o /usr/local/bin/yq "https://github.com/mikefarah/yq/releases/download/v4.33.3/yq_linux_amd64" && chmod +x /usr/local/bin/yq
#19 sha256:e2caa5a420bdcf0efac3d0eb81b75da747bc137ee67df265f960b5ca9c6088db
#19 0.413 % Total % Received % Xferd Average Speed Time Time Time Current
#19 0.415 Dload Upload Total Spent Left Speed
#19 0.417
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
#19 0.606
2 8632k 2 255k 0 0 1328k 0 0:00:06 --:--:-- 0:00:06 1328k
100 8632k 100 8632k 0 0 32.2M 0 --:--:-- --:--:-- --:--:-- 120M
#19 DONE 0.9s

#20 [16/24] RUN npm install -g pajv@1.2.0
#20 sha256:2eb50df265099d45968d1739ddbce079bd0e4595022d64d6bb7701e326e86a26
#20 6.060 npm WARN deprecated coffee-script@1.12.7: CoffeeScript on NPM has moved to "coffeescript" (no hyphen)
#20 6.380 npm WARN deprecated xlsjs@0.7.6: xlsjs has been merged into xlsx
#20 7.882
#20 7.882 added 140 packages in 7s
#20 7.882
#20 7.883 55 packages are looking for funding
#20 7.883 run npm fund for details
#20 7.884 npm notice
#20 7.884 npm notice New minor version of npm available! 9.5.1 -> 9.6.6
#20 7.884 npm notice Changelog: https://github.com/npm/cli/releases/tag/v9.6.6
#20 7.884 npm notice Run npm install -g npm@9.6.6 to update!
#20 7.884 npm notice
#20 DONE 8.2s

#21 [17/24] RUN if [ "false" = "false" ]; then apt-get update && apt-get install --no-install-recommends -y git && apt-get clean -y && rm -rf /var/lib/apt/lists/* ; fi
#21 sha256:a25aa40402a7990669e92fe999d12ce17f3938f47c54ac337771918f0e169211
#21 0.396 Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
#21 0.419 Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
#21 0.420 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
#21 0.429 Get:4 https://dl.yarnpkg.com/debian stable InRelease [17.1 kB]
#21 0.430 Get:5 https://packages.microsoft.com/repos/azure-cli bullseye InRelease [3587 B]
#21 0.436 Get:6 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB]
#21 0.558 Get:7 http://deb.debian.org/debian bullseye/main amd64 Packages [8183 kB]
#21 0.685 Get:8 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [239 kB]
#21 0.800 Get:9 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [14.6 kB]
#21 0.870 Get:10 https://dl.yarnpkg.com/debian stable/main amd64 Packages [10.9 kB]
#21 0.880 Get:11 https://dl.yarnpkg.com/debian stable/main all Packages [10.9 kB]
#21 0.977 Get:12 https://packages.microsoft.com/repos/azure-cli bullseye/main all Packages [1852 B]
#21 0.979 Get:13 https://packages.microsoft.com/repos/azure-cli bullseye/main amd64 Packages [713 B]
#21 1.039 Get:14 https://download.docker.com/linux/debian bullseye/stable amd64 Packages [22.0 kB]
#21 1.920 Fetched 8755 kB in 2s (5633 kB/s)
#21 1.920 Reading package lists...
#21 2.596 Reading package lists...
#21 3.228 Building dependency tree...
#21 3.369 Reading state information...
#21 3.529 git is already the newest version (1:2.30.2-1+deb11u2).
#21 3.529 0 upgraded, 0 newly installed, 0 to remove and 3 not upgraded.
#21 DONE 3.6s

#22 [18/24] RUN echo "export HISTFILE=$HOME/commandhistory/.bash_history" >> "$HOME/.bashrc" && echo "export PROMPT_COMMAND='history -a'" >> "$HOME/.bashrc" && mkdir -p "$HOME/commandhistory" && touch "$HOME/commandhistory/.bash_history"
#22 sha256:f5649a3fc732ce98c3f6892f1eb965f88d8de73730c7b2f81b11921db3eb52d5
#22 DONE 0.3s

#23 [19/24] COPY ./.devcontainer/scripts/gh.sh /tmp/
#23 sha256:11c795f31a821e2770ebe6069c32e14ca0aa3e188ae5cfbd5800827b863403bb
#23 DONE 0.0s

#24 [20/24] RUN if [ "false" = "true" ]; then /tmp/gh.sh; fi
#24 sha256:71f413f0cf1cdfe91a7e65f623efdd4cfb0c12d51480ce8300b2a5c31983a88c
#24 DONE 0.3s

#25 [21/24] COPY .devcontainer/scripts/install-azure-tre-oss.sh .devcontainer/devcontainer.json /tmp/
#25 sha256:ab1090961a6cbf02adf567426a7eea934462acd6878cdf465643ff63d1f0493d
#25 DONE 0.0s

#26 [22/24] RUN oss_version_in_json=$(grep -oP '(?<="OSS_VERSION": ")[^"]*' /tmp/devcontainer.json) && /tmp/install-azure-tre-oss.sh "$OSS_VERSION:-$oss_version_in_json" "/home/vscode/AzureTRE" && sudo chown -R vscode /home/vscode/AzureTRE
#26 sha256:49519522deb9c6dfa8aa808b69c32cb1dd8e13ff6ecb8b784dcdeda805a3956f
#26 0.345 + oss_version=v0.11.0
#26 0.345 + oss_home=/home/vscode/AzureTRE
#26 0.345 + archive=/tmp/AzureTRE.tar.gz
#26 0.345 + wget -O /tmp/AzureTRE.tar.gz http://github.com/microsoft/AzureTRE/archive/v0.11.0.tar.gz --progress=dot:giga
#26 0.391 --2023-05-05 12:02:58-- http://github.com/microsoft/AzureTRE/archive/v0.11.0.tar.gz
#26 0.392 Resolving github.com (github.com)... 192.30.255.112
#26 0.395 Connecting to github.com (github.com)|192.30.255.112|:80... connected.
#26 0.414 HTTP request sent, awaiting response... 301 Moved Permanently
#26 0.435 Location: https://github.com/microsoft/AzureTRE/archive/v0.11.0.tar.gz [following]
#26 0.435 --2023-05-05 12:02:58-- https://github.com/microsoft/AzureTRE/archive/v0.11.0.tar.gz
#26 0.447 Connecting to github.com (github.com)|192.30.255.112|:443... connected.
#26 0.555 HTTP request sent, awaiting response... 302 Found
#26 0.748 Location: https://codeload.github.com/microsoft/AzureTRE/tar.gz/refs/tags/v0.11.0 [following]
#26 0.748 --2023-05-05 12:02:59-- https://codeload.github.com/microsoft/AzureTRE/tar.gz/refs/tags/v0.11.0
#26 0.748 Resolving codeload.github.com (codeload.github.com)... 192.30.255.120
#26 0.751 Connecting to codeload.github.com (codeload.github.com)|192.30.255.120|:443... connected.
#26 0.854 HTTP request sent, awaiting response... 200 OK
#26 1.011 Length: unspecified [application/x-gzip]
#26 1.011 Saving to: ‘/tmp/AzureTRE.tar.gz’
#26 1.128
#26 1.128 0K ........ .... 18.3M=0.7s
#26 1.685
#26 1.685 2023-05-05 12:02:59 (18.3 MB/s) - ‘/tmp/AzureTRE.tar.gz’ saved [12929318]
#26 1.685
#26 1.686 + mkdir -p /home/vscode/AzureTRE
#26 1.688 + tar -xzf /tmp/AzureTRE.tar.gz -C /home/vscode/AzureTRE --strip-components=1
#26 1.942 + rm /tmp/AzureTRE.tar.gz
#26 1.946 + echo v0.11.0
#26 DONE 2.1s

#27 [23/24] WORKDIR //home/vscode/AzureTRE/cli
#27 sha256:8b69f9f71af42348c42760ecca7fc169116305b87225f20ae45011d4dc74d0f4
#27 DONE 0.0s

#28 [24/24] RUN make install-cli && echo -e "\n# Set up tre completion\nsource <(_TRE_COMPLETE=bash_source tre)" >> /.bashrc
#28 sha256:d9102104fdf500150108decd0c9a5f2bdcbfd88c7e9ad6dee7b1d84b91986f16
#28 0.314 sudo rm -rf build dist tre.egg-info
#28 0.324 sudo python setup.py install
#28 0.537 running install
#28 0.642 running bdist_egg
#28 0.646 running egg_info
#28 0.646 creating azure_tre_cli.egg-info
#28 0.648 writing azure_tre_cli.egg-info/PKG-INFO
#28 0.648 writing dependency_links to azure_tre_cli.egg-info/dependency_links.txt
#28 0.649 writing entry points to azure_tre_cli.egg-info/entry_points.txt
#28 0.649 writing namespace_packages to azure_tre_cli.egg-info/namespace_packages.txt
#28 0.650 writing requirements to azure_tre_cli.egg-info/requires.txt
#28 0.650 writing top-level names to azure_tre_cli.egg-info/top_level.txt
#28 0.650 writing manifest file 'azure_tre_cli.egg-info/SOURCES.txt'
#28 0.658 reading manifest file 'azure_tre_cli.egg-info/SOURCES.txt'
#28 0.659 writing manifest file 'azure_tre_cli.egg-info/SOURCES.txt'
#28 0.660 installing library code to build/bdist.linux-x86_64/egg
#28 0.660 running install_lib
#28 0.660 running build_py
#28 0.661 creating build
#28 0.661 creating build/lib
#28 0.661 creating build/lib/tre
#28 0.661 copying tre/api_client.py -> build/lib/tre
#28 0.662 copying tre/main.py -> build/lib/tre
#28 0.662 copying tre/init.py -> build/lib/tre
#28 0.662 copying tre/output.py -> build/lib/tre
#28 0.663 copying tre/authentication.py -> build/lib/tre
#28 0.663 creating build/lib/tre/commands
#28 0.663 copying tre/commands/get_token.py -> build/lib/tre/commands
#28 0.664 copying tre/commands/health.py -> build/lib/tre/commands
#28 0.664 copying tre/commands/costs.py -> build/lib/tre/commands
#28 0.664 copying tre/commands/init.py -> build/lib/tre/commands
#28 0.665 copying tre/commands/login.py -> build/lib/tre/commands
#28 0.665 copying tre/commands/migrations.py -> build/lib/tre/commands
#28 0.665 copying tre/commands/api_call.py -> build/lib/tre/commands
#28 0.666 copying tre/commands/operation.py -> build/lib/tre/commands
#28 0.666 creating build/lib/tre/commands/shared_service_templates
#28 0.666 copying tre/commands/shared_service_templates/contexts.py -> build/lib/tre/commands/shared_service_templates
#28 0.667 copying tre/commands/shared_service_templates/shared_service_templates.py -> build/lib/tre/commands/shared_service_templates
#28 0.667 copying tre/commands/shared_service_templates/shared_service_template.py -> build/lib/tre/commands/shared_service_templates
#28 0.667 copying tre/commands/shared_service_templates/init.py -> build/lib/tre/commands/shared_service_templates
#28 0.668 creating build/lib/tre/commands/shared_services
#28 0.668 copying tre/commands/shared_services/contexts.py -> build/lib/tre/commands/shared_services
#28 0.668 copying tre/commands/shared_services/shared_services.py -> build/lib/tre/commands/shared_services
#28 0.669 copying tre/commands/shared_services/init.py -> build/lib/tre/commands/shared_services
#28 0.669 copying tre/commands/shared_services/shared_service.py -> build/lib/tre/commands/shared_services
#28 0.669 copying tre/commands/shared_services/operations.py -> build/lib/tre/commands/shared_services
#28 0.669 copying tre/commands/shared_services/operation.py -> build/lib/tre/commands/shared_services
#28 0.670 creating build/lib/tre/commands/workspace_templates
#28 0.670 copying tre/commands/workspace_templates/contexts.py -> build/lib/tre/commands/workspace_templates
#28 0.670 copying tre/commands/workspace_templates/workspace_templates.py -> build/lib/tre/commands/workspace_templates
#28 0.671 copying tre/commands/workspace_templates/init.py -> build/lib/tre/commands/workspace_templates
#28 0.672 copying tre/commands/workspace_templates/workspace_template.py -> build/lib/tre/commands/workspace_templates
#28 0.672 creating build/lib/tre/commands/workspaces
#28 0.673 copying tre/commands/workspaces/workspaces.py -> build/lib/tre/commands/workspaces
#28 0.673 copying tre/commands/workspaces/contexts.py -> build/lib/tre/commands/workspaces
#28 0.673 copying tre/commands/workspaces/workspace.py -> build/lib/tre/commands/workspaces
#28 0.674 copying tre/commands/workspaces/init.py -> build/lib/tre/commands/workspaces
#28 0.674 copying tre/commands/workspaces/operations.py -> build/lib/tre/commands/workspaces
#28 0.674 copying tre/commands/workspaces/operation.py -> build/lib/tre/commands/workspaces
#28 0.675 creating build/lib/tre/commands/workspace_service_templates
#28 0.675 copying tre/commands/workspace_service_templates/contexts.py -> build/lib/tre/commands/workspace_service_templates
#28 0.675 copying tre/commands/workspace_service_templates/workspace_service_templates.py -> build/lib/tre/commands/workspace_service_templates
#28 0.676 copying tre/commands/workspace_service_templates/init.py -> build/lib/tre/commands/workspace_service_templates
#28 0.676 copying tre/commands/workspace_service_templates/workspace_service_template.py -> build/lib/tre/commands/workspace_service_templates
#28 0.676 creating build/lib/tre/commands/workspaces/workspace_services
#28 0.677 copying tre/commands/workspaces/workspace_services/workspace_service.py -> build/lib/tre/commands/workspaces/workspace_services
#28 0.677 copying tre/commands/workspaces/workspace_services/contexts.py -> build/lib/tre/commands/workspaces/workspace_services
#28 0.677 copying tre/commands/workspaces/workspace_services/workspace_services.py -> build/lib/tre/commands/workspaces/workspace_services
#28 0.678 copying tre/commands/workspaces/workspace_services/init.py -> build/lib/tre/commands/workspaces/workspace_services
#28 0.678 copying tre/commands/workspaces/workspace_services/operations.py -> build/lib/tre/commands/workspaces/workspace_services
#28 0.678 copying tre/commands/workspaces/workspace_services/operation.py -> build/lib/tre/commands/workspaces/workspace_services
#28 0.679 creating build/lib/tre/commands/workspaces/airlock
#28 0.679 copying tre/commands/workspaces/airlock/contexts.py -> build/lib/tre/commands/workspaces/airlock
#28 0.679 copying tre/commands/workspaces/airlock/request.py -> build/lib/tre/commands/workspaces/airlock
#28 0.679 copying tre/commands/workspaces/airlock/init.py -> build/lib/tre/commands/workspaces/airlock
#28 0.680 copying tre/commands/workspaces/airlock/requests.py -> build/lib/tre/commands/workspaces/airlock
#28 0.680 creating build/lib/tre/commands/workspaces/workspace_services/user_resources
#28 0.680 copying tre/commands/workspaces/workspace_services/user_resources/contexts.py -> build/lib/tre/commands/workspaces/workspace_services/user_resources
#28 0.680 copying tre/commands/workspaces/workspace_services/user_resources/user_resources.py -> build/lib/tre/commands/workspaces/workspace_services/user_resources
#28 0.681 copying tre/commands/workspaces/workspace_services/user_resources/user_resource.py -> build/lib/tre/commands/workspaces/workspace_services/user_resources
#28 0.681 copying tre/commands/workspaces/workspace_services/user_resources/init.py -> build/lib/tre/commands/workspaces/workspace_services/user_resources
#28 0.681 copying tre/commands/workspaces/workspace_services/user_resources/operations.py -> build/lib/tre/commands/workspaces/workspace_services/user_resources
#28 0.682 copying tre/commands/workspaces/workspace_services/user_resources/operation.py -> build/lib/tre/commands/workspaces/workspace_services/user_resources
#28 0.682 creating build/lib/tre/commands/workspace_service_templates/user_resource_templates
#28 0.682 copying tre/commands/workspace_service_templates/user_resource_templates/contexts.py -> build/lib/tre/commands/workspace_service_templates/user_resource_templates
#28 0.683 copying tre/commands/workspace_service_templates/user_resource_templates/user_resource_template.py -> build/lib/tre/commands/workspace_service_templates/user_resource_templates
#28 0.683 copying tre/commands/workspace_service_templates/user_resource_templates/init.py -> build/lib/tre/commands/workspace_service_templates/user_resource_templates
#28 0.683 copying tre/commands/workspace_service_templates/user_resource_templates/user_resource_templates.py -> build/lib/tre/commands/workspace_service_templates/user_resource_templates
#28 0.686 creating build/bdist.linux-x86_64
#28 0.686 creating build/bdist.linux-x86_64/egg
#28 0.687 creating build/bdist.linux-x86_64/egg/tre
#28 0.687 copying build/lib/tre/api_client.py -> build/bdist.linux-x86_64/egg/tre
#28 0.687 copying build/lib/tre/main.py -> build/bdist.linux-x86_64/egg/tre
#28 0.687 copying build/lib/tre/init.py -> build/bdist.linux-x86_64/egg/tre
#28 0.687 copying build/lib/tre/output.py -> build/bdist.linux-x86_64/egg/tre
#28 0.688 creating build/bdist.linux-x86_64/egg/tre/commands
#28 0.688 copying build/lib/tre/commands/get_token.py -> build/bdist.linux-x86_64/egg/tre/commands
#28 0.688 copying build/lib/tre/commands/health.py -> build/bdist.linux-x86_64/egg/tre/commands
#28 0.689 creating build/bdist.linux-x86_64/egg/tre/commands/shared_service_templates
#28 0.689 copying build/lib/tre/commands/shared_service_templates/contexts.py -> build/bdist.linux-x86_64/egg/tre/commands/shared_service_templates
#28 0.689 copying build/lib/tre/commands/shared_service_templates/shared_service_templates.py -> build/bdist.linux-x86_64/egg/tre/commands/shared_service_templates
#28 0.689 copying build/lib/tre/commands/shared_service_templates/shared_service_template.py -> build/bdist.linux-x86_64/egg/tre/commands/shared_service_templates
#28 0.690 copying build/lib/tre/commands/shared_service_templates/init.py -> build/bdist.linux-x86_64/egg/tre/commands/shared_service_templates
#28 0.690 creating build/bdist.linux-x86_64/egg/tre/commands/shared_services
#28 0.690 copying build/lib/tre/commands/shared_services/contexts.py -> build/bdist.linux-x86_64/egg/tre/commands/shared_services
#28 0.690 copying build/lib/tre/commands/shared_services/shared_services.py -> build/bdist.linux-x86_64/egg/tre/commands/shared_services
#28 0.691 copying build/lib/tre/commands/shared_services/init.py -> build/bdist.linux-x86_64/egg/tre/commands/shared_services
#28 0.691 copying build/lib/tre/commands/shared_services/shared_service.py -> build/bdist.linux-x86_64/egg/tre/commands/shared_services
#28 0.691 copying build/lib/tre/commands/shared_services/operations.py -> build/bdist.linux-x86_64/egg/tre/commands/shared_services
#28 0.691 copying build/lib/tre/commands/shared_services/operation.py -> build/bdist.linux-x86_64/egg/tre/commands/shared_services
#28 0.692 creating build/bdist.linux-x86_64/egg/tre/commands/workspace_templates
#28 0.692 copying build/lib/tre/commands/workspace_templates/contexts.py -> build/bdist.linux-x86_64/egg/tre/commands/workspace_templates
#28 0.692 copying build/lib/tre/commands/workspace_templates/workspace_templates.py -> build/bdist.linux-x86_64/egg/tre/commands/workspace_templates
#28 0.692 copying build/lib/tre/commands/workspace_templates/init.py -> build/bdist.linux-x86_64/egg/tre/commands/workspace_templates
#28 0.693 copying build/lib/tre/commands/workspace_templates/workspace_template.py -> build/bdist.linux-x86_64/egg/tre/commands/workspace_templates
#28 0.693 copying build/lib/tre/commands/costs.py -> build/bdist.linux-x86_64/egg/tre/commands
#28 0.693 creating build/bdist.linux-x86_64/egg/tre/commands/workspaces
#28 0.693 copying build/lib/tre/commands/workspaces/workspaces.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces
#28 0.694 copying build/lib/tre/commands/workspaces/contexts.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces
#28 0.694 creating build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services
#28 0.694 copying build/lib/tre/commands/workspaces/workspace_services/workspace_service.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services
#28 0.694 copying build/lib/tre/commands/workspaces/workspace_services/contexts.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services
#28 0.695 creating build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services/user_resources
#28 0.695 copying build/lib/tre/commands/workspaces/workspace_services/user_resources/contexts.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services/user_resources
#28 0.695 copying build/lib/tre/commands/workspaces/workspace_services/user_resources/user_resources.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services/user_resources
#28 0.695 copying build/lib/tre/commands/workspaces/workspace_services/user_resources/user_resource.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services/user_resources
#28 0.696 copying build/lib/tre/commands/workspaces/workspace_services/user_resources/init.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services/user_resources
#28 0.696 copying build/lib/tre/commands/workspaces/workspace_services/user_resources/operations.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services/user_resources
#28 0.696 copying build/lib/tre/commands/workspaces/workspace_services/user_resources/operation.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services/user_resources
#28 0.696 copying build/lib/tre/commands/workspaces/workspace_services/workspace_services.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services
#28 0.697 copying build/lib/tre/commands/workspaces/workspace_services/init.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services
#28 0.697 copying build/lib/tre/commands/workspaces/workspace_services/operations.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services
#28 0.697 copying build/lib/tre/commands/workspaces/workspace_services/operation.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services
#28 0.697 copying build/lib/tre/commands/workspaces/workspace.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces
#28 0.698 copying build/lib/tre/commands/workspaces/init.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces
#28 0.698 creating build/bdist.linux-x86_64/egg/tre/commands/workspaces/airlock
#28 0.698 copying build/lib/tre/commands/workspaces/airlock/contexts.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces/airlock
#28 0.698 copying build/lib/tre/commands/workspaces/airlock/request.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces/airlock
#28 0.699 copying build/lib/tre/commands/workspaces/airlock/init.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces/airlock
#28 0.699 copying build/lib/tre/commands/workspaces/airlock/requests.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces/airlock
#28 0.699 copying build/lib/tre/commands/workspaces/operations.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces
#28 0.699 copying build/lib/tre/commands/workspaces/operation.py -> build/bdist.linux-x86_64/egg/tre/commands/workspaces
#28 0.700 copying build/lib/tre/commands/init.py -> build/bdist.linux-x86_64/egg/tre/commands
#28 0.700 copying build/lib/tre/commands/login.py -> build/bdist.linux-x86_64/egg/tre/commands
#28 0.700 copying build/lib/tre/commands/migrations.py -> build/bdist.linux-x86_64/egg/tre/commands
#28 0.700 creating build/bdist.linux-x86_64/egg/tre/commands/workspace_service_templates
#28 0.701 creating build/bdist.linux-x86_64/egg/tre/commands/workspace_service_templates/user_resource_templates
#28 0.702 copying build/lib/tre/commands/workspace_service_templates/user_resource_templates/contexts.py -> build/bdist.linux-x86_64/egg/tre/commands/workspace_service_templates/user_resource_templates
#28 0.703 copying build/lib/tre/commands/workspace_service_templates/user_resource_templates/user_resource_template.py -> build/bdist.linux-x86_64/egg/tre/commands/workspace_service_templates/user_resource_templates
#28 0.703 copying build/lib/tre/commands/workspace_service_templates/user_resource_templates/init.py -> build/bdist.linux-x86_64/egg/tre/commands/workspace_service_templates/user_resource_templates
#28 0.704 copying build/lib/tre/commands/workspace_service_templates/user_resource_templates/user_resource_templates.py -> build/bdist.linux-x86_64/egg/tre/commands/workspace_service_templates/user_resource_templates
#28 0.704 copying build/lib/tre/commands/workspace_service_templates/contexts.py -> build/bdist.linux-x86_64/egg/tre/commands/workspace_service_templates
#28 0.706 copying build/lib/tre/commands/workspace_service_templates/workspace_service_templates.py -> build/bdist.linux-x86_64/egg/tre/commands/workspace_service_templates
#28 0.706 copying build/lib/tre/commands/workspace_service_templates/init.py -> build/bdist.linux-x86_64/egg/tre/commands/workspace_service_templates
#28 0.706 copying build/lib/tre/commands/workspace_service_templates/workspace_service_template.py -> build/bdist.linux-x86_64/egg/tre/commands/workspace_service_templates
#28 0.706 copying build/lib/tre/commands/api_call.py -> build/bdist.linux-x86_64/egg/tre/commands
#28 0.706 copying build/lib/tre/commands/operation.py -> build/bdist.linux-x86_64/egg/tre/commands
#28 0.706 copying build/lib/tre/authentication.py -> build/bdist.linux-x86_64/egg/tre
#28 0.707 byte-compiling build/bdist.linux-x86_64/egg/tre/api_client.py to api_client.cpython-38.pyc
#28 0.709 byte-compiling build/bdist.linux-x86_64/egg/tre/main.py to main.cpython-38.pyc
#28 0.710 byte-compiling build/bdist.linux-x86_64/egg/tre/init.py to init.cpython-38.pyc
#28 0.710 byte-compiling build/bdist.linux-x86_64/egg/tre/output.py to output.cpython-38.pyc
#28 0.711 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/get_token.py to get_token.cpython-38.pyc
#28 0.712 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/health.py to health.cpython-38.pyc
#28 0.712 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/shared_service_templates/contexts.py to contexts.cpython-38.pyc
#28 0.713 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/shared_service_templates/shared_service_templates.py to shared_service_templates.cpython-38.pyc
#28 0.714 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/shared_service_templates/shared_service_template.py to shared_service_template.cpython-38.pyc
#28 0.714 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/shared_service_templates/init.py to init.cpython-38.pyc
#28 0.715 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/shared_services/contexts.py to contexts.cpython-38.pyc
#28 0.715 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/shared_services/shared_services.py to shared_services.cpython-38.pyc
#28 0.716 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/shared_services/init.py to init.cpython-38.pyc
#28 0.716 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/shared_services/shared_service.py to shared_service.cpython-38.pyc
#28 0.718 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/shared_services/operations.py to operations.cpython-38.pyc
#28 0.719 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/shared_services/operation.py to operation.cpython-38.pyc
#28 0.721 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspace_templates/contexts.py to contexts.cpython-38.pyc
#28 0.721 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspace_templates/workspace_templates.py to workspace_templates.cpython-38.pyc
#28 0.722 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspace_templates/init.py to init.cpython-38.pyc
#28 0.722 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspace_templates/workspace_template.py to workspace_template.cpython-38.pyc
#28 0.723 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/costs.py to costs.cpython-38.pyc
#28 0.724 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspaces.py to workspaces.cpython-38.pyc
#28 0.725 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/contexts.py to contexts.cpython-38.pyc
#28 0.725 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services/workspace_service.py to workspace_service.cpython-38.pyc
#28 0.728 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services/contexts.py to contexts.cpython-38.pyc
#28 0.728 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services/user_resources/contexts.py to contexts.cpython-38.pyc
#28 0.729 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services/user_resources/user_resources.py to user_resources.cpython-38.pyc
#28 0.730 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services/user_resources/user_resource.py to user_resource.cpython-38.pyc
#28 0.732 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services/user_resources/init.py to init.cpython-38.pyc
#28 0.733 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services/user_resources/operations.py to operations.cpython-38.pyc
#28 0.733 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services/user_resources/operation.py to operation.cpython-38.pyc
#28 0.734 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services/workspace_services.py to workspace_services.cpython-38.pyc
#28 0.735 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services/init.py to init.cpython-38.pyc
#28 0.736 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services/operations.py to operations.cpython-38.pyc
#28 0.736 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace_services/operation.py to operation.cpython-38.pyc
#28 0.737 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/workspace.py to workspace.cpython-38.pyc
#28 0.739 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/init.py to init.cpython-38.pyc
#28 0.739 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/airlock/contexts.py to contexts.cpython-38.pyc
#28 0.740 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/airlock/request.py to request.cpython-38.pyc
#28 0.742 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/airlock/init.py to init.cpython-38.pyc
#28 0.742 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/airlock/requests.py to requests.cpython-38.pyc
#28 0.743 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/operations.py to operations.cpython-38.pyc
#28 0.744 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspaces/operation.py to operation.cpython-38.pyc
#28 0.744 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/init.py to init.cpython-38.pyc
#28 0.745 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/login.py to login.cpython-38.pyc
#28 0.746 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/migrations.py to migrations.cpython-38.pyc
#28 0.747 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspace_service_templates/user_resource_templates/contexts.py to contexts.cpython-38.pyc
#28 0.747 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspace_service_templates/user_resource_templates/user_resource_template.py to user_resource_template.cpython-38.pyc
#28 0.749 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspace_service_templates/user_resource_templates/init.py to init.cpython-38.pyc
#28 0.749 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspace_service_templates/user_resource_templates/user_resource_templates.py to user_resource_templates.cpython-38.pyc
#28 0.750 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspace_service_templates/contexts.py to contexts.cpython-38.pyc
#28 0.750 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspace_service_templates/workspace_service_templates.py to workspace_service_templates.cpython-38.pyc
#28 0.751 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspace_service_templates/init.py to init.cpython-38.pyc
#28 0.751 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/workspace_service_templates/workspace_service_template.py to workspace_service_template.cpython-38.pyc
#28 0.752 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/api_call.py to api_call.cpython-38.pyc
#28 0.752 byte-compiling build/bdist.linux-x86_64/egg/tre/commands/operation.py to operation.cpython-38.pyc
#28 0.753 byte-compiling build/bdist.linux-x86_64/egg/tre/authentication.py to authentication.cpython-38.pyc
#28 0.756 creating build/bdist.linux-x86_64/egg/EGG-INFO
#28 0.756 copying azure_tre_cli.egg-info/PKG-INFO -> build/bdist.linux-x86_64/egg/EGG-INFO
#28 0.756 copying azure_tre_cli.egg-info/SOURCES.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
#28 0.756 copying azure_tre_cli.egg-info/dependency_links.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
#28 0.757 copying azure_tre_cli.egg-info/entry_points.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
#28 0.757 copying azure_tre_cli.egg-info/namespace_packages.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
#28 0.757 copying azure_tre_cli.egg-info/not-zip-safe -> build/bdist.linux-x86_64/egg/EGG-INFO
#28 0.757 copying azure_tre_cli.egg-info/requires.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
#28 0.758 copying azure_tre_cli.egg-info/top_level.txt -> build/bdist.linux-x86_64/egg/EGG-INFO
#28 0.758 creating dist
#28 0.758 creating 'dist/azure_tre_cli-0.1.3-py3.8.egg' and adding 'build/bdist.linux-x86_64/egg' to it
#28 0.793 removing 'build/bdist.linux-x86_64/egg' (and everything under it)
#28 0.800 Processing azure_tre_cli-0.1.3-py3.8.egg
#28 0.804 creating /usr/local/lib/python3.8/site-packages/azure_tre_cli-0.1.3-py3.8.egg
#28 0.804 Extracting azure_tre_cli-0.1.3-py3.8.egg to /usr/local/lib/python3.8/site-packages
#28 0.887 Adding azure-tre-cli 0.1.3 to easy-install.pth file
#28 0.892 Installing tre script to /usr/local/bin
#28 0.892
#28 0.892 Installed /usr/local/lib/python3.8/site-packages/azure_tre_cli-0.1.3-py3.8.egg
#28 0.893 Processing dependencies for azure-tre-cli==0.1.3
#28 0.894 Searching for aiohttp==3.8.4
#28 0.895 Reading https://pypi.org/simple/aiohttp/
#28 1.518 Downloading https://files.pythonhosted.org/packages/d2/e5/cef5eeb11d7e8bac830b3bee1c8311b19bf8e8a1c45fe14b876c70adcd06/aiohttp-3.8.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=6ddb2a2026c3f6a68c3998a6c47ab6795e4127315d2e35a09997da21865757f8
#28 1.543 Best match: aiohttp 3.8.4
#28 1.543 Processing aiohttp-3.8.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
#28 1.544 Installing aiohttp-3.8.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /usr/local/lib/python3.8/site-packages
#28 1.603 Adding aiohttp 3.8.4 to easy-install.pth file
#28 1.605
#28 1.605 Installed /usr/local/lib/python3.8/site-packages/aiohttp-3.8.4-py3.8-linux-x86_64.egg
#28 1.608 Searching for azure-identity==1.12.0
#28 1.608 Reading https://pypi.org/simple/azure-identity/
#28 1.744 Downloading https://files.pythonhosted.org/packages/ce/96/942f03d8a80e30e2289496c10d99e3a8b71f10c0b70b5337fd8ec2ae85e5/azure_identity-1.12.0-py3-none-any.whl#sha256=2a58ce4a209a013e37eaccfd5937570ab99e9118b3e1acf875eed3a85d541b92
#28 1.763 Best match: azure-identity 1.12.0
#28 1.764 Processing azure_identity-1.12.0-py3-none-any.whl
#28 1.764 Installing azure_identity-1.12.0-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 1.800 Adding azure-identity 1.12.0 to easy-install.pth file
#28 1.802
#28 1.802 Installed /usr/local/lib/python3.8/site-packages/azure_identity-1.12.0-py3.8.egg
#28 1.805 Searching for azure-cli-core==2.47.0
#28 1.805 Reading https://pypi.org/simple/azure-cli-core/
#28 2.259 Downloading https://files.pythonhosted.org/packages/54/53/926305c4849e9e6b0e1ee26a10de7fd0e566eb304697684e0c5887801f43/azure_cli_core-2.47.0-py3-none-any.whl#sha256=fd26fab5c9e7e95abeffdbf19a9d4812315a2414ef001796eab50e4771f63591
#28 2.277 Best match: azure-cli-core 2.47.0
#28 2.277 Processing azure_cli_core-2.47.0-py3-none-any.whl
#28 2.277 Installing azure_cli_core-2.47.0-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 2.324 Adding azure-cli-core 2.47.0 to easy-install.pth file
#28 2.327
#28 2.327 Installed /usr/local/lib/python3.8/site-packages/azure_cli_core-2.47.0-py3.8.egg
#28 2.330 Searching for PyJWT==2.6.0
#28 2.330 Reading https://pypi.org/simple/PyJWT/
#28 2.418 Downloading https://files.pythonhosted.org/packages/40/46/505f0dd53c14096f01922bf93a7abb4e40e29a06f858abbaa791e6954324/PyJWT-2.6.0-py3-none-any.whl#sha256=d83c3d892a77bbb74d3e1a2cfa90afaadb60945205d1095d9221f04466f64c14
#28 2.434 Best match: PyJWT 2.6.0
#28 2.434 Processing PyJWT-2.6.0-py3-none-any.whl
#28 2.436 Installing PyJWT-2.6.0-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 2.455 Adding PyJWT 2.6.0 to easy-install.pth file
#28 2.457
#28 2.457 Installed /usr/local/lib/python3.8/site-packages/PyJWT-2.6.0-py3.8.egg
#28 2.460 Searching for pygments==2.14.0
#28 2.460 Reading https://pypi.org/simple/pygments/
#28 2.531 Downloading https://files.pythonhosted.org/packages/0b/42/d9d95cc461f098f204cd20c85642ae40fbff81f74c300341b8d0e0df14e0/Pygments-2.14.0-py3-none-any.whl#sha256=fa7bd7bd2771287c0de303af8bfdfc731f51bd2c6a47ab69d117138893b82717
#28 2.602 Best match: Pygments 2.14.0
#28 2.602 Processing Pygments-2.14.0-py3-none-any.whl
#28 2.603 Installing Pygments-2.14.0-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 2.711 Adding Pygments 2.14.0 to easy-install.pth file
#28 2.714 Installing pygmentize script to /usr/local/bin
#28 2.715
#28 2.715 Installed /usr/local/lib/python3.8/site-packages/Pygments-2.14.0-py3.8.egg
#28 2.716 Searching for tabulate==0.9.0
#28 2.716 Reading https://pypi.org/simple/tabulate/
#28 2.749 Downloading https://files.pythonhosted.org/packages/40/44/4a5f08c96eb108af5cb50b41f76142f0afa346dfa99d5296fe7202a11854/tabulate-0.9.0-py3-none-any.whl#sha256=024ca478df22e9340661486f85298cff5f6dcdba14f3813e8830015b9ed1948f
#28 2.761 Best match: tabulate 0.9.0
#28 2.761 Processing tabulate-0.9.0-py3-none-any.whl
#28 2.762 Installing tabulate-0.9.0-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 2.777 Adding tabulate 0.9.0 to easy-install.pth file
#28 2.779 Installing tabulate script to /usr/local/bin
#28 2.779
#28 2.779 Installed /usr/local/lib/python3.8/site-packages/tabulate-0.9.0-py3.8.egg
#28 2.780 Searching for jmespath==1.0.1
#28 2.780 Reading https://pypi.org/simple/jmespath/
#28 2.819 Downloading https://files.pythonhosted.org/packages/31/b4/b9b800c45527aadd64d5b442f9b932b00648617eb5d63d2c7a6587b7cafc/jmespath-1.0.1-py3-none-any.whl#sha256=02e2e4cc71b5bcab88332eebf907519190dd9e6e82107fa7f83b1003a6252980
#28 2.831 Best match: jmespath 1.0.1
#28 2.831 Processing jmespath-1.0.1-py3-none-any.whl
#28 2.832 Installing jmespath-1.0.1-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 2.846 Adding jmespath 1.0.1 to easy-install.pth file
#28 2.847 Installing jp.py script to /usr/local/bin
#28 2.848
#28 2.848 Installed /usr/local/lib/python3.8/site-packages/jmespath-1.0.1-py3.8.egg
#28 2.849 Searching for msal==1.20.0
#28 2.849 Reading https://pypi.org/simple/msal/
#28 2.975 Downloading https://files.pythonhosted.org/packages/53/51/b0874200ae0b926d83e402a5689b81310f49743b78e6457dbab85d0b354f/msal-1.20.0-py2.py3-none-any.whl#sha256=d2f1c26368ecdc28c8657d457352faa0b81b1845a7b889d8676787721ba86792
#28 2.990 Best match: msal 1.20.0
#28 2.990 Processing msal-1.20.0-py2.py3-none-any.whl
#28 2.991 Installing msal-1.20.0-py2.py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 3.011 Adding msal 1.20.0 to easy-install.pth file
#28 3.013
#28 3.013 Installed /usr/local/lib/python3.8/site-packages/msal-1.20.0-py3.8.egg
#28 3.016 Searching for httpx
=0.23.1
#28 3.016 Reading https://pypi.org/simple/httpx/
#28 3.090 Downloading https://files.pythonhosted.org/packages/ac/a2/0260c0f5d73bdf06e8d3fc1013a82b9f0633dc21750c9e3f3cb1dba7bb8c/httpx-0.23.3-py3-none-any.whl#sha256=a211fcce9b1254ea24f0cd6af9869b3d29aba40154e947d2a07bb499b3e310d6
#28 3.104 Best match: httpx 0.23.3
#28 3.104 Processing httpx-0.23.3-py3-none-any.whl
#28 3.105 Installing httpx-0.23.3-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 3.131 Adding httpx 0.23.3 to easy-install.pth file
#28 3.133 Installing httpx script to /usr/local/bin
#28 3.134
#28 3.134 Installed /usr/local/lib/python3.8/site-packages/httpx-0.23.3-py3.8.egg
#28 3.136 Searching for click==8.1.3
#28 3.136 Reading https://pypi.org/simple/click/
#28 3.203 Downloading https://files.pythonhosted.org/packages/c2/f1/df59e28c642d583f7dacffb1e0965d0e00b218e0186d7858ac5233dce840/click-8.1.3-py3-none-any.whl#sha256=bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48
#28 3.218 Best match: click 8.1.3
#28 3.218 Processing click-8.1.3-py3-none-any.whl
#28 3.219 Installing click-8.1.3-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 3.236 Adding click 8.1.3 to easy-install.pth file
#28 3.239
#28 3.239 Installed /usr/local/lib/python3.8/site-packages/click-8.1.3-py3.8.egg
#28 3.240 Searching for aiosignal>=1.1.2
#28 3.240 Reading https://pypi.org/simple/aiosignal/
#28 3.326 Downloading https://files.pythonhosted.org/packages/76/ac/a7305707cb852b7e16ff80eaf5692309bde30e2b1100a1fcacdc8f731d97/aiosignal-1.3.1-py3-none-any.whl#sha256=f8376fb07dd1e86a584e4fcdec80b36b7f81aac666ebc724e2c090300dd83b17
#28 3.358 Best match: aiosignal 1.3.1
#28 3.358 Processing aiosignal-1.3.1-py3-none-any.whl
#28 3.358 Installing aiosignal-1.3.1-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 3.370 Adding aiosignal 1.3.1 to easy-install.pth file
#28 3.372
#28 3.372 Installed /usr/local/lib/python3.8/site-packages/aiosignal-1.3.1-py3.8.egg
#28 3.373 Searching for frozenlist>=1.1.1
#28 3.373 Reading https://pypi.org/simple/frozenlist/
#28 3.540 Downloading https://files.pythonhosted.org/packages/ec/ab/a440db757401a1e8863c9abb374a77cb2884eda74ffbf555dedcf1fbe7f6/frozenlist-1.3.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=9ac5995f2b408017b0be26d4a1d7c61bce106ff3d9e3324374d66b5964325448
#28 3.556 Best match: frozenlist 1.3.3
#28 3.556 Processing frozenlist-1.3.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
#28 3.557 Installing frozenlist-1.3.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /usr/local/lib/python3.8/site-packages
#28 3.573 Adding frozenlist 1.3.3 to easy-install.pth file
#28 3.575
#28 3.575 Installed /usr/local/lib/python3.8/site-packages/frozenlist-1.3.3-py3.8-linux-x86_64.egg
#28 3.576 Searching for yarl<2.0,>=1.0
#28 3.576 Reading https://pypi.org/simple/yarl/
#28 3.893 Downloading https://files.pythonhosted.org/packages/c4/0c/7898c35ca4945fdd416e1dadeda985cc391e4f9298ae5e71c3a5cd88e82d/yarl-1.9.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=838162460b3a08987546e881a2bfa573960bb559dfa739e7800ceeec92e64417
#28 3.921 Best match: yarl 1.9.2
#28 3.922 Processing yarl-1.9.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
#28 3.922 Installing yarl-1.9.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /usr/local/lib/python3.8/site-packages
#28 3.943 Adding yarl 1.9.2 to easy-install.pth file
#28 3.945
#28 3.945 Installed /usr/local/lib/python3.8/site-packages/yarl-1.9.2-py3.8-linux-x86_64.egg
#28 3.946 Searching for async-timeout<5.0,>=4.0.0a3
#28 3.946 Reading https://pypi.org/simple/async-timeout/
#28 3.973 Downloading https://files.pythonhosted.org/packages/d6/c1/8991e7c5385b897b8c020cdaad718c5b087a6626d1d11a23e1ea87e325a7/async_timeout-4.0.2-py3-none-any.whl#sha256=8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c
#28 3.984 Best match: async-timeout 4.0.2
#28 3.984 Processing async_timeout-4.0.2-py3-none-any.whl
#28 3.984 Installing async_timeout-4.0.2-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 3.997 Adding async-timeout 4.0.2 to easy-install.pth file
#28 4.000
#28 4.000 Installed /usr/local/lib/python3.8/site-packages/async_timeout-4.0.2-py3.8.egg
#28 4.001 Searching for multidict<7.0,>=4.5
#28 4.001 Reading https://pypi.org/simple/multidict/
#28 4.418 Downloading https://files.pythonhosted.org/packages/fe/0c/8469202f8f4b0e65816f91c3febc4bda7316c995b59ecdf3b15c574f7a24/multidict-6.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=cc8e1d0c705233c5dd0c5e6460fbad7827d5d36f310a0fadfd45cc3029762258
#28 4.435 Best match: multidict 6.0.4
#28 4.435 Processing multidict-6.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
#28 4.436 Installing multidict-6.0.4-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /usr/local/lib/python3.8/site-packages
#28 4.455 Adding multidict 6.0.4 to easy-install.pth file
#28 4.458
#28 4.458 Installed /usr/local/lib/python3.8/site-packages/multidict-6.0.4-py3.8-linux-x86_64.egg
#28 4.459 Searching for charset-normalizer<4.0,>=2.0
#28 4.459 Reading https://pypi.org/simple/charset-normalizer/
#28 4.562 Downloading https://files.pythonhosted.org/packages/ef/81/14b3b8f01ddaddad6cdec97f2f599aa2fa466bd5ee9af99b08b7713ccd29/charset_normalizer-3.1.0-py3-none-any.whl#sha256=3d9098b479e78c85080c98e1e35ff40b4a31d8953102bb0fd7d1b6f8a2111a3d
#28 4.577 Best match: charset-normalizer 3.1.0
#28 4.577 Processing charset_normalizer-3.1.0-py3-none-any.whl
#28 4.577 Installing charset_normalizer-3.1.0-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 4.594 Adding charset-normalizer 3.1.0 to easy-install.pth file
#28 4.597 Installing normalizer script to /usr/local/bin
#28 4.597
#28 4.597 Installed /usr/local/lib/python3.8/site-packages/charset_normalizer-3.1.0-py3.8.egg
#28 4.600 Searching for attrs>=17.3.0
#28 4.600 Reading https://pypi.org/simple/attrs/
#28 4.631 Downloading https://files.pythonhosted.org/packages/f0/eb/fcb708c7bf5056045e9e98f62b93bd7467eb718b0202e7698eb11d66416c/attrs-23.1.0-py3-none-any.whl#sha256=1f28b4522cdc2fb4256ac1a020c78acf9cba2c6b461ccd2c126f3aa8e8335d04
#28 4.645 Best match: attrs 23.1.0
#28 4.645 Processing attrs-23.1.0-py3-none-any.whl
#28 4.645 Installing attrs-23.1.0-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 4.674 Adding attrs 23.1.0 to easy-install.pth file
#28 4.677
#28 4.677 Installed /usr/local/lib/python3.8/site-packages/attrs-23.1.0-py3.8.egg
#28 4.681 Searching for six>=1.12.0
#28 4.681 Reading https://pypi.org/simple/six/
#28 4.715 Downloading https://files.pythonhosted.org/packages/d9/5a/e7c31adbe875f2abbb91bd84cf2dc52d792b5a01506781dbcf25c91daf11/six-1.16.0-py2.py3-none-any.whl#sha256=8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
#28 4.725 Best match: six 1.16.0
#28 4.726 Processing six-1.16.0-py2.py3-none-any.whl
#28 4.726 Installing six-1.16.0-py2.py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 4.737 Adding six 1.16.0 to easy-install.pth file
#28 4.739
#28 4.739 Installed /usr/local/lib/python3.8/site-packages/six-1.16.0-py3.8.egg
#28 4.740 Searching for msal-extensions<2.0.0,>=0.3.0
#28 4.741 Reading https://pypi.org/simple/msal-extensions/
#28 4.819 Downloading https://files.pythonhosted.org/packages/52/34/a8995d6f0fa626ff6b28dbd9c90f6c2a46bd484bc7ab343d078b0c6ff1a7/msal_extensions-1.0.0-py2.py3-none-any.whl#sha256=91e3db9620b822d0ed2b4d1850056a0f133cba04455e62f11612e40f5502f2ee
#28 4.831 Best match: msal-extensions 1.0.0
#28 4.831 Processing msal_extensions-1.0.0-py2.py3-none-any.whl
#28 4.831 Installing msal_extensions-1.0.0-py2.py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 4.847 Adding msal-extensions 1.0.0 to easy-install.pth file
#28 4.849
#28 4.849 Installed /usr/local/lib/python3.8/site-packages/msal_extensions-1.0.0-py3.8.egg
#28 4.850 Searching for cryptography>=2.5
#28 4.850 Reading https://pypi.org/simple/cryptography/
#28 5.256 Downloading https://files.pythonhosted.org/packages/9c/1b/30faebcef9be2df5728a8086b8fc15fff92364fe114fb207b70cd7c81329/cryptography-40.0.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=0dcca15d3a19a66e63662dc8d30f8036b07be851a8680eda92d079868f106288
#28 5.303 Best match: cryptography 40.0.2
#28 5.303 Processing cryptography-40.0.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
#28 5.303 Installing cryptography-40.0.2-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /usr/local/lib/python3.8/site-packages
#28 5.429 Adding cryptography 40.0.2 to easy-install.pth file
#28 5.433
#28 5.433 Installed /usr/local/lib/python3.8/site-packages/cryptography-40.0.2-py3.8-linux-x86_64.egg
#28 5.442 Searching for azure-core<2.0.0,>=1.11.0
#28 5.442 Reading https://pypi.org/simple/azure-core/
#28 5.583 Downloading https://files.pythonhosted.org/packages/8d/12/8d1b124dcce9a695a8a8907461684ad08af4eca575e59fb2c8c70539caf7/azure_core-1.26.4-py3-none-any.whl#sha256=d9664b4bc2675d72fba461a285ac43ae33abb2967014a955bf136d9703a2ab3c
#28 5.619 Best match: azure-core 1.26.4
#28 5.619 Processing azure_core-1.26.4-py3-none-any.whl
#28 5.620 Installing azure_core-1.26.4-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 5.652 Adding azure-core 1.26.4 to easy-install.pth file
#28 5.654
#28 5.654 Installed /usr/local/lib/python3.8/site-packages/azure_core-1.26.4-py3.8.egg
#28 5.656 Searching for distro
#28 5.656 Reading https://pypi.org/simple/distro/
#28 5.682 Downloading https://files.pythonhosted.org/packages/f4/2c/c90a3adaf0ddb70afe193f5ebfb539612af57cffe677c3126be533df3098/distro-1.8.0-py3-none-any.whl#sha256=99522ca3e365cac527b44bde033f64c6945d90eb9f769703caaec52b09bbd3ff
#28 5.699 Best match: distro 1.8.0
#28 5.699 Processing distro-1.8.0-py3-none-any.whl
#28 5.699 Installing distro-1.8.0-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 5.713 Adding distro 1.8.0 to easy-install.pth file
#28 5.716 Installing distro script to /usr/local/bin
#28 5.716
#28 5.716 Installed /usr/local/lib/python3.8/site-packages/distro-1.8.0-py3.8.egg
#28 5.717 Searching for psutil~=5.9
#28 5.717 Reading https://pypi.org/simple/psutil/
#28 5.945 Downloading https://files.pythonhosted.org/packages/af/4d/389441079ecef400e2551a3933224885a7bde6b8a4810091d628cdd75afe/psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=89518112647f1276b03ca97b65cc7f64ca587b1eb0278383017c2a0dcc26cbe4
#28 5.975 Best match: psutil 5.9.5
#28 5.975 Processing psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl
#28 5.975 Installing psutil-5.9.5-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /usr/local/lib/python3.8/site-packages
#28 6.000 Adding psutil 5.9.5 to easy-install.pth file
#28 6.003
#28 6.003 Installed /usr/local/lib/python3.8/site-packages/psutil-5.9.5-py3.8-linux-x86_64.egg
#28 6.004 Searching for requests[socks]
#28 6.005 Reading https://pypi.org/simple/requests/
#28 6.209 Downloading https://files.pythonhosted.org/packages/96/80/034ffeca15c0f4e01b7b9c6ad0fb704b44e190cde4e757edbd60be404c41/requests-2.30.0-py3-none-any.whl#sha256=10e94cc4f3121ee6da529d358cdaeaff2f1c409cd377dbc72b825852f2f7e294
#28 6.222 Best match: requests 2.30.0
#28 6.222 Processing requests-2.30.0-py3-none-any.whl
#28 6.222 Installing requests-2.30.0-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 6.245 Adding requests 2.30.0 to easy-install.pth file
#28 6.249
#28 6.249 Installed /usr/local/lib/python3.8/site-packages/requests-2.30.0-py3.8.egg
#28 6.251 Searching for pyopenssl>=17.1.0
#28 6.251 Reading https://pypi.org/simple/pyopenssl/
#28 6.287 Downloading https://files.pythonhosted.org/packages/b7/6d/d7377332703ffd8821878794aca4fb54637da654bf3e467ffb32109c2147/pyOpenSSL-23.1.1-py3-none-any.whl#sha256=9e0c526404a210df9d2b18cd33364beadb0dc858a739b885677bc65e105d4a4c
#28 6.303 Best match: pyOpenSSL 23.1.1
#28 6.303 Processing pyOpenSSL-23.1.1-py3-none-any.whl
#28 6.303 Installing pyOpenSSL-23.1.1-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 6.321 Adding pyOpenSSL 23.1.1 to easy-install.pth file
#28 6.324
#28 6.324 Installed /usr/local/lib/python3.8/site-packages/pyOpenSSL-23.1.1-py3.8.egg
#28 6.326 Searching for pkginfo>=1.5.0.1
#28 6.326 Reading https://pypi.org/simple/pkginfo/
#28 6.368 Downloading https://files.pythonhosted.org/packages/b3/f2/6e95c86a23a30fa205ea6303a524b20cbae27fbee69216377e3d95266406/pkginfo-1.9.6-py3-none-any.whl#sha256=4b7a555a6d5a22169fcc9cf7bfd78d296b0361adad412a346c1226849af5e546
#28 6.381 Best match: pkginfo 1.9.6
#28 6.381 Processing pkginfo-1.9.6-py3-none-any.whl
#28 6.381 Installing pkginfo-1.9.6-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 6.401 Adding pkginfo 1.9.6 to easy-install.pth file
#28 6.404 Installing pkginfo script to /usr/local/bin
#28 6.404
#28 6.404 Installed /usr/local/lib/python3.8/site-packages/pkginfo-1.9.6-py3.8.egg
#28 6.405 Searching for paramiko<4.0.0,>=2.0.8
#28 6.405 Reading https://pypi.org/simple/paramiko/
#28 6.613 Downloading https://files.pythonhosted.org/packages/56/7c/9dd558ec0869fcecb661765d0a2504978dbfe85de24cbcccc847aa9b58e4/paramiko-3.1.0-py3-none-any.whl#sha256=f0caa660e797d9cd10db6fc6ae81e2c9b2767af75c3180fcd0e46158cd368d7f
#28 6.629 Best match: paramiko 3.1.0
#28 6.629 Processing paramiko-3.1.0-py3-none-any.whl
#28 6.630 Installing paramiko-3.1.0-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 6.666 Adding paramiko 3.1.0 to easy-install.pth file
#28 6.670
#28 6.670 Installed /usr/local/lib/python3.8/site-packages/paramiko-3.1.0-py3.8.egg
#28 6.672 Searching for packaging>=20.9
#28 6.672 Reading https://pypi.org/simple/packaging/
#28 6.727 Downloading https://files.pythonhosted.org/packages/ab/c3/57f0601a2d4fe15de7a553c00adbc901425661bf048f2a22dfc500caf121/packaging-23.1-py3-none-any.whl#sha256=994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61
#28 6.738 Best match: packaging 23.1
#28 6.738 Processing packaging-23.1-py3-none-any.whl
#28 6.738 Installing packaging-23.1-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 6.754 Adding packaging 23.1 to easy-install.pth file
#28 6.757
#28 6.757 Installed /usr/local/lib/python3.8/site-packages/packaging-23.1-py3.8.egg
#28 6.758 Searching for msrestazure~=0.6.4
#28 6.758 Reading https://pypi.org/simple/msrestazure/
#28 6.888 Downloading https://files.pythonhosted.org/packages/5e/3a/7adb08fd2f0ee6fdfd03685fac38477b64f184943dcf6ea0cbffb205f22d/msrestazure-0.6.4-py2.py3-none-any.whl#sha256=3de50f56147ef529b31e099a982496690468ecef33f0544cb0fa0cfe1e1de5b9
#28 6.902 Best match: msrestazure 0.6.4
#28 6.902 Processing msrestazure-0.6.4-py2.py3-none-any.whl
#28 6.903 Installing msrestazure-0.6.4-py2.py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 6.920 Adding msrestazure 0.6.4 to easy-install.pth file
#28 6.923
#28 6.923 Installed /usr/local/lib/python3.8/site-packages/msrestazure-0.6.4-py3.8.egg
#28 6.926 Searching for knack~=0.10.1
#28 6.926 Reading https://pypi.org/simple/knack/
#28 7.042 Downloading https://files.pythonhosted.org/packages/40/59/695a9c022d581f7ee58820920c2a13674f4f4b2c17e78f6c586669f68bae/knack-0.10.1-py3-none-any.whl#sha256=67bd5121b39ddb2683448aa7ccc9de46b2a2a3114a973239865d542b916e25b9
#28 7.056 Best match: knack 0.10.1
#28 7.057 Processing knack-0.10.1-py3-none-any.whl
#28 7.057 Installing knack-0.10.1-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 7.082 Adding knack 0.10.1 to easy-install.pth file
#28 7.086
#28 7.086 Installed /usr/local/lib/python3.8/site-packages/knack-0.10.1-py3.8.egg
#28 7.087 Searching for humanfriendly~=10.0
#28 7.087 Reading https://pypi.org/simple/humanfriendly/
#28 7.239 Downloading https://files.pythonhosted.org/packages/f0/0f/310fb31e39e2d734ccaa2c0fb981ee41f7bd5056ce9bc29b2248bd569169/humanfriendly-10.0-py2.py3-none-any.whl#sha256=1697e1a8a8f550fd43c2865cd84542fc175a61dcb779b6fee18cf6b6ccba1477
#28 7.252 Best match: humanfriendly 10.0
#28 7.252 Processing humanfriendly-10.0-py2.py3-none-any.whl
#28 7.253 Installing humanfriendly-10.0-py2.py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 7.284 Adding humanfriendly 10.0 to easy-install.pth file
#28 7.288 Installing humanfriendly script to /usr/local/bin
#28 7.288
#28 7.288 Installed /usr/local/lib/python3.8/site-packages/humanfriendly-10.0-py3.8.egg
#28 7.290 Searching for azure-mgmt-core<2,>=1.2.0
#28 7.290 Reading https://pypi.org/simple/azure-mgmt-core/
#28 7.375 Downloading https://files.pythonhosted.org/packages/b1/5a/3a31578b840600dffb75f3ffb383cc4c5e8ea0d06a1085f86b17e18c3193/azure_mgmt_core-1.4.0-py3-none-any.whl#sha256=81071675f186a585555ef01816f2774d49c1c9024cb76e5720c3c0f6b337bb7d
#28 7.386 Best match: azure-mgmt-core 1.4.0
#28 7.387 Processing azure_mgmt_core-1.4.0-py3-none-any.whl
#28 7.387 Installing azure_mgmt_core-1.4.0-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 7.408 Adding azure-mgmt-core 1.4.0 to easy-install.pth file
#28 7.412
#28 7.412 Installed /usr/local/lib/python3.8/site-packages/azure_mgmt_core-1.4.0-py3.8.egg
#28 7.413 Searching for azure-cli-telemetry==1.0.8.*
#28 7.414 Reading https://pypi.org/simple/azure-cli-telemetry/
#28 7.497 Downloading https://files.pythonhosted.org/packages/8d/3a/5e8c5a923aea492384342254bad0eecf054b62bdee168fa63963066c365e/azure_cli_telemetry-1.0.8-py3-none-any.whl#sha256=502cbd90723a16603822909befd096ca0b1707de1e70cf730e7b4700ddd7a456
#28 7.509 Best match: azure-cli-telemetry 1.0.8
#28 7.510 Processing azure_cli_telemetry-1.0.8-py3-none-any.whl
#28 7.510 Installing azure_cli_telemetry-1.0.8-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 7.525 Adding azure-cli-telemetry 1.0.8 to easy-install.pth file
#28 7.528
#28 7.528 Installed /usr/local/lib/python3.8/site-packages/azure_cli_telemetry-1.0.8-py3.8.egg
#28 7.529 Searching for argcomplete~=2.0
#28 7.529 Reading https://pypi.org/simple/argcomplete/
#28 7.715 Downloading https://files.pythonhosted.org/packages/e5/24/5fcd33a691dbff91250c35dc241469f1f31c8f82b4020b70a548dc124777/argcomplete-2.1.2-py3-none-any.whl#sha256=4ba9cdaa28c361d251edce884cd50b4b1215d65cdc881bd204426cdde9f52731
#28 7.728 Best match: argcomplete 2.1.2
#28 7.728 Processing argcomplete-2.1.2-py3-none-any.whl
#28 7.728 Installing argcomplete-2.1.2-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 7.746 Adding argcomplete 2.1.2 to easy-install.pth file
#28 7.750 Installing python-argcomplete-check-easy-install-script script to /usr/local/bin
#28 7.751 Installing register-python-argcomplete script to /usr/local/bin
#28 7.753 Installing activate-global-python-argcomplete script to /usr/local/bin
#28 7.755
#28 7.755 Installed /usr/local/lib/python3.8/site-packages/argcomplete-2.1.2-py3.8.egg
#28 7.757 Searching for sniffio
#28 7.758 Reading https://pypi.org/simple/sniffio/
#28 7.830 Downloading https://files.pythonhosted.org/packages/c3/a0/5dba8ed157b0136607c7f2151db695885606968d1fae123dc3391e0cfdbf/sniffio-1.3.0-py3-none-any.whl#sha256=eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384
#28 7.847 Best match: sniffio 1.3.0
#28 7.847 Processing sniffio-1.3.0-py3-none-any.whl
#28 7.847 Installing sniffio-1.3.0-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 7.861 Adding sniffio 1.3.0 to easy-install.pth file
#28 7.864
#28 7.864 Installed /usr/local/lib/python3.8/site-packages/sniffio-1.3.0-py3.8.egg
#28 7.865 Searching for rfc3986[idna2008]<2,>=1.3
#28 7.865 Reading https://pypi.org/simple/rfc3986/
#28 7.894 Downloading https://files.pythonhosted.org/packages/c4/e5/63ca2c4edf4e00657584608bee1001302bbf8c5f569340b78304f2f446cb/rfc3986-1.5.0-py2.py3-none-any.whl#sha256=a86d6e1f5b1dc238b218b012df0aa79409667bb209e58da56d0b94704e712a97
#28 7.916 Best match: rfc3986 1.5.0
#28 7.916 Processing rfc3986-1.5.0-py2.py3-none-any.whl
#28 7.916 Installing rfc3986-1.5.0-py2.py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 7.924 Adding rfc3986 1.5.0 to easy-install.pth file
#28 7.927
#28 7.927 Installed /usr/local/lib/python3.8/site-packages/rfc3986-1.5.0-py3.8.egg
#28 7.928 Searching for httpcore<0.17.0,>=0.15.0
#28 7.929 Reading https://pypi.org/simple/httpcore/
#28 8.072 Downloading https://files.pythonhosted.org/packages/04/7e/ef97af4623024e8159993b3114ce208de4f677098ae058ec5882a1bf7605/httpcore-0.16.3-py3-none-any.whl#sha256=da1fb708784a938aa084bde4feb8317056c55037247c787bd7e19eb2c2949dc0
#28 8.086 Best match: httpcore 0.16.3
#28 8.086 Processing httpcore-0.16.3-py3-none-any.whl
#28 8.087 Installing httpcore-0.16.3-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 8.115 Adding httpcore 0.16.3 to easy-install.pth file
#28 8.120
#28 8.120 Installed /usr/local/lib/python3.8/site-packages/httpcore-0.16.3-py3.8.egg
#28 8.122 Searching for certifi
#28 8.122 Reading https://pypi.org/simple/certifi/
#28 8.182 Downloading https://files.pythonhosted.org/packages/71/4c/3db2b8021bd6f2f0ceb0e088d6b2d49147671f25832fb17970e9b583d742/certifi-2022.12.7-py3-none-any.whl#sha256=4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18
#28 8.199 Best match: certifi 2022.12.7
#28 8.200 Processing certifi-2022.12.7-py3-none-any.whl
#28 8.200 Installing certifi-2022.12.7-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 8.213 Adding certifi 2022.12.7 to easy-install.pth file
#28 8.217
#28 8.217 Installed /usr/local/lib/python3.8/site-packages/certifi-2022.12.7-py3.8.egg
#28 8.220 Searching for idna>=2.0
#28 8.220 Reading https://pypi.org/simple/idna/
#28 8.253 Downloading https://files.pythonhosted.org/packages/fc/34/3030de6f1370931b9dbb4dad48f6ab1015ab1d32447850b9fc94e60097be/idna-3.4-py3-none-any.whl#sha256=90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2
#28 8.267 Best match: idna 3.4
#28 8.267 Processing idna-3.4-py3-none-any.whl
#28 8.267 Installing idna-3.4-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 8.284 Adding idna 3.4 to easy-install.pth file
#28 8.287
#28 8.287 Installed /usr/local/lib/python3.8/site-packages/idna-3.4-py3.8.egg
#28 8.288 Searching for portalocker<3,>=1.0
#28 8.289 Reading https://pypi.org/simple/portalocker/
#28 8.327 Downloading https://files.pythonhosted.org/packages/8c/df/d4f711d168524f5aebd7fb30969eaa31e3048cf8979688cde3b08f6e5eb8/portalocker-2.7.0-py2.py3-none-any.whl#sha256=a07c5b4f3985c3cf4798369631fb7011adb498e2a46d8440efc75a8f29a0f983
#28 8.338 Best match: portalocker 2.7.0
#28 8.339 Processing portalocker-2.7.0-py2.py3-none-any.whl
#28 8.339 Installing portalocker-2.7.0-py2.py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 8.357 Adding portalocker 2.7.0 to easy-install.pth file
#28 8.361
#28 8.361 Installed /usr/local/lib/python3.8/site-packages/portalocker-2.7.0-py3.8.egg
#28 8.363 Searching for cffi>=1.12
#28 8.363 Reading https://pypi.org/simple/cffi/
#28 8.555 Downloading https://files.pythonhosted.org/packages/b7/8b/06f30caa03b5b3ac006de4f93478dbd0239e2a16566d81a106c322dc4f79/cffi-1.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=4f2c9f67e9821cad2e5f480bc8d83b8742896f1242dba247911072d4fa94c192
#28 8.589 Best match: cffi 1.15.1
#28 8.589 Processing cffi-1.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
#28 8.590 Installing cffi-1.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /usr/local/lib/python3.8/site-packages
#28 8.617 Adding cffi 1.15.1 to easy-install.pth file
#28 8.621
#28 8.621 Installed /usr/local/lib/python3.8/site-packages/cffi-1.15.1-py3.8-linux-x86_64.egg
#28 8.622 Searching for typing-extensions>=4.3.0
#28 8.622 Reading https://pypi.org/simple/typing-extensions/
#28 8.647 Downloading https://files.pythonhosted.org/packages/31/25/5abcd82372d3d4a3932e1fa8c3dbf9efac10cc7c0d16e78467460571b404/typing_extensions-4.5.0-py3-none-any.whl#sha256=fb33085c39dd998ac16d1431ebc293a8b3eedd00fd4a32de0ff79002c19511b4
#28 8.660 Best match: typing-extensions 4.5.0
#28 8.660 Processing typing_extensions-4.5.0-py3-none-any.whl
#28 8.660 Installing typing_extensions-4.5.0-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 8.672 Adding typing-extensions 4.5.0 to easy-install.pth file
#28 8.676
#28 8.676 Installed /usr/local/lib/python3.8/site-packages/typing_extensions-4.5.0-py3.8.egg
#28 8.677 Searching for PySocks!=1.5.7,>=1.5.6
#28 8.678 Reading https://pypi.org/simple/PySocks/
#28 8.775 Downloading https://files.pythonhosted.org/packages/8d/59/b4572118e098ac8e46e399a1dd0f2d85403ce8bbaad9ec79373ed6badaf9/PySocks-1.7.1-py3-none-any.whl#sha256=2725bd0a9925919b9b51739eea5f9e2bae91e83288108a9ad338b2e3a4435ee5
#28 8.787 Best match: PySocks 1.7.1
#28 8.787 Processing PySocks-1.7.1-py3-none-any.whl
#28 8.788 Installing PySocks-1.7.1-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 8.799 Adding PySocks 1.7.1 to easy-install.pth file
#28 8.802
#28 8.802 Installed /usr/local/lib/python3.8/site-packages/PySocks-1.7.1-py3.8.egg
#28 8.803 Searching for urllib3<3,>=1.21.1
#28 8.803 Reading https://pypi.org/simple/urllib3/
#28 8.918 Downloading https://files.pythonhosted.org/packages/4b/1d/f8383ef593114755429c307449e7717b87044b3bcd5f7860b89b1f759e34/urllib3-2.0.2-py3-none-any.whl#sha256=d055c2f9d38dc53c808f6fdc8eab7360b6fdbbde02340ed25cfbcd817c62469e
#28 8.943 Best match: urllib3 2.0.2
#28 8.943 Processing urllib3-2.0.2-py3-none-any.whl
#28 8.943 Installing urllib3-2.0.2-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 8.972 Adding urllib3 2.0.2 to easy-install.pth file
#28 8.976
#28 8.976 Installed /usr/local/lib/python3.8/site-packages/urllib3-2.0.2-py3.8.egg
#28 8.978 Searching for pynacl>=1.5
#28 8.978 Reading https://pypi.org/simple/pynacl/
#28 9.013 Downloading https://files.pythonhosted.org/packages/ee/87/f1bb6a595f14a327e8285b9eb54d41fef76c585a0edef0a45f6fc95de125/PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl#sha256=0c84947a22519e013607c9be43706dd42513f9e6ae5d39d3613ca1e142fba44d
#28 9.033 Best match: PyNaCl 1.5.0
#28 9.034 Processing PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl
#28 9.034 Installing PyNaCl-1.5.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl to /usr/local/lib/python3.8/site-packages
#28 9.075 Adding PyNaCl 1.5.0 to easy-install.pth file
#28 9.079
#28 9.079 Installed /usr/local/lib/python3.8/site-packages/PyNaCl-1.5.0-py3.8-linux-x86_64.egg
#28 9.081 Searching for bcrypt>=3.2
#28 9.081 Reading https://pypi.org/simple/bcrypt/
#28 9.138 Downloading https://files.pythonhosted.org/packages/aa/48/fd2b197a9741fa790ba0b88a9b10b5e88e62ff5cf3e1bc96d8354d7ce613/bcrypt-4.0.1-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl#sha256=ae88eca3024bb34bb3430f964beab71226e761f51b912de5133470b649d82344
#28 9.168 Best match: bcrypt 4.0.1
#28 9.169 Processing bcrypt-4.0.1-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
#28 9.169 Installing bcrypt-4.0.1-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl to /usr/local/lib/python3.8/site-packages
#28 9.194 Adding bcrypt 4.0.1 to easy-install.pth file
#28 9.197
#28 9.197 Installed /usr/local/lib/python3.8/site-packages/bcrypt-4.0.1-py3.8-linux-x86_64.egg
#28 9.199 Searching for adal<2.0.0,>=0.6.0
#28 9.199 Reading https://pypi.org/simple/adal/
#28 9.289 Downloading https://files.pythonhosted.org/packages/49/8d/58008a9a86075827f99aa8bb75d8db515bb9c34654f95e647cda31987db7/adal-1.2.7-py2.py3-none-any.whl#sha256=2a7451ed7441ddbc57703042204a3e30ef747478eea022c70f789fc7f084bc3d
#28 9.301 Best match: adal 1.2.7
#28 9.302 Processing adal-1.2.7-py2.py3-none-any.whl
#28 9.302 Installing adal-1.2.7-py2.py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 9.321 Adding adal 1.2.7 to easy-install.pth file
#28 9.325
#28 9.325 Installed /usr/local/lib/python3.8/site-packages/adal-1.2.7-py3.8.egg
#28 9.327 Searching for msrest<2.0.0,>=0.6.0
#28 9.327 Reading https://pypi.org/simple/msrest/
#28 9.446 Downloading https://files.pythonhosted.org/packages/15/cf/f2966a2638144491f8696c27320d5219f48a072715075d168b31d3237720/msrest-0.7.1-py3-none-any.whl#sha256=21120a810e1233e5e6cc7fe40b474eeb4ec6f757a15d7cf86702c369f9567c32
#28 9.460 Best match: msrest 0.7.1
#28 9.460 Processing msrest-0.7.1-py3-none-any.whl
#28 9.461 Installing msrest-0.7.1-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 9.483 Adding msrest 0.7.1 to easy-install.pth file
#28 9.487
#28 9.487 Installed /usr/local/lib/python3.8/site-packages/msrest-0.7.1-py3.8.egg
#28 9.490 Searching for pyyaml
#28 9.491 Reading https://pypi.org/simple/pyyaml/
#28 9.546 Downloading https://files.pythonhosted.org/packages/d7/42/7ad4b6d67a16229496d4f6e74201bdbebcf4bc1e87d5a70c9297d4961bd2/PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl#sha256=277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287
#28 9.573 Best match: PyYAML 6.0
#28 9.573 Processing PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl
#28 9.574 Installing PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl to /usr/local/lib/python3.8/site-packages
#28 9.609 Adding PyYAML 6.0 to easy-install.pth file
#28 9.612
#28 9.612 Installed /usr/local/lib/python3.8/site-packages/PyYAML-6.0-py3.8-linux-x86_64.egg
#28 9.614 Searching for applicationinsights<0.12,>=0.11.1
#28 9.614 Reading https://pypi.org/simple/applicationinsights/
#28 9.702 Downloading https://files.pythonhosted.org/packages/f4/0d/cb6b23164eb55eebaa5f9f302dfe557cfa751bd7b2779863f1abd0343b6b/applicationinsights-0.11.10-py2.py3-none-any.whl#sha256=e89a890db1c6906b6a7d0bcfd617dac83974773c64573147c8d6654f9cf2a6ea
#28 9.716 Best match: applicationinsights 0.11.10
#28 9.717 Processing applicationinsights-0.11.10-py2.py3-none-any.whl
#28 9.717 Installing applicationinsights-0.11.10-py2.py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 9.739 Adding applicationinsights 0.11.10 to easy-install.pth file
#28 9.745
#28 9.745 Installed /usr/local/lib/python3.8/site-packages/applicationinsights-0.11.10-py3.8.egg
#28 9.745 Searching for anyio<5.0,>=3.0
#28 9.745 Reading https://pypi.org/simple/anyio/
#28 9.873 Downloading https://files.pythonhosted.org/packages/77/2b/b4c0b7a3f3d61adb1a1e0b78f90a94e2b6162a043880704b7437ef297cad/anyio-3.6.2-py3-none-any.whl#sha256=fbbe32bd270d2a2ef3ed1c5d45041250284e31fc0a4df4a5a6071842051a51e3
#28 9.888 Best match: anyio 3.6.2
#28 9.888 Processing anyio-3.6.2-py3-none-any.whl
#28 9.888 Installing anyio-3.6.2-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 9.918 Adding anyio 3.6.2 to easy-install.pth file
#28 9.923
#28 9.923 Installed /usr/local/lib/python3.8/site-packages/anyio-3.6.2-py3.8.egg
#28 9.926 Searching for h11<0.15,>=0.13
#28 9.926 Reading https://pypi.org/simple/h11/
#28 10.01 Downloading https://files.pythonhosted.org/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl#sha256=e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761
#28 10.02 Best match: h11 0.14.0
#28 10.02 Processing h11-0.14.0-py3-none-any.whl
#28 10.02 Installing h11-0.14.0-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 10.04 Adding h11 0.14.0 to easy-install.pth file
#28 10.05
#28 10.05 Installed /usr/local/lib/python3.8/site-packages/h11-0.14.0-py3.8.egg
#28 10.05 Searching for pycparser
#28 10.05 Reading https://pypi.org/simple/pycparser/
#28 10.06 Downloading https://files.pythonhosted.org/packages/62/d5/5f610ebe421e85889f2e55e33b7f9a6795bd982198517d912eb1c76e1a53/pycparser-2.21-py2.py3-none-any.whl#sha256=8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9
#28 10.09 Best match: pycparser 2.21
#28 10.09 Processing pycparser-2.21-py2.py3-none-any.whl
#28 10.09 Installing pycparser-2.21-py2.py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 10.10 Adding pycparser 2.21 to easy-install.pth file
#28 10.11
#28 10.11 Installed /usr/local/lib/python3.8/site-packages/pycparser-2.21-py3.8.egg
#28 10.11 Searching for python-dateutil<3,>=2.1.0
#28 10.11 Reading https://pypi.org/simple/python-dateutil/
#28 10.15 Downloading https://files.pythonhosted.org/packages/36/7a/87837f39d0296e723bb9b62bbb257d0355c7f6128853c78955f57342a56d/python_dateutil-2.8.2-py2.py3-none-any.whl#sha256=961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9
#28 10.16 Best match: python-dateutil 2.8.2
#28 10.16 Processing python_dateutil-2.8.2-py2.py3-none-any.whl
#28 10.16 Installing python_dateutil-2.8.2-py2.py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 10.18 Adding python-dateutil 2.8.2 to easy-install.pth file
#28 10.19
#28 10.19 Installed /usr/local/lib/python3.8/site-packages/python_dateutil-2.8.2-py3.8.egg
#28 10.19 Searching for requests-oauthlib>=0.5.0
#28 10.19 Reading https://pypi.org/simple/requests-oauthlib/
#28 10.22 Downloading https://files.pythonhosted.org/packages/6f/bb/5deac77a9af870143c684ab46a7934038a53eb4aa975bc0687ed6ca2c610/requests_oauthlib-1.3.1-py2.py3-none-any.whl#sha256=2577c501a2fb8d05a304c09d090d6e47c306fef15809d102b327cf8364bddab5
#28 10.23 Best match: requests-oauthlib 1.3.1
#28 10.23 Processing requests_oauthlib-1.3.1-py2.py3-none-any.whl
#28 10.23 Installing requests_oauthlib-1.3.1-py2.py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 10.24 Adding requests-oauthlib 1.3.1 to easy-install.pth file
#28 10.25
#28 10.25 Installed /usr/local/lib/python3.8/site-packages/requests_oauthlib-1.3.1-py3.8.egg
#28 10.25 Searching for isodate>=0.6.0
#28 10.25 Reading https://pypi.org/simple/isodate/
#28 10.27 Downloading https://files.pythonhosted.org/packages/b6/85/7882d311924cbcfc70b1890780763e36ff0b140c7e51c110fc59a532f087/isodate-0.6.1-py2.py3-none-any.whl#sha256=0751eece944162659049d35f4f549ed815792b38793f07cf73381c1c87cbed96
#28 10.28 Best match: isodate 0.6.1
#28 10.28 Processing isodate-0.6.1-py2.py3-none-any.whl
#28 10.28 Installing isodate-0.6.1-py2.py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 10.30 Adding isodate 0.6.1 to easy-install.pth file
#28 10.30
#28 10.30 Installed /usr/local/lib/python3.8/site-packages/isodate-0.6.1-py3.8.egg
#28 10.30 Searching for oauthlib>=3.0.0
#28 10.30 Reading https://pypi.org/simple/oauthlib/
#28 10.34 Downloading https://files.pythonhosted.org/packages/7e/80/cab10959dc1faead58dc8384a781dfbf93cb4d33d50988f7a69f1b7c9bbe/oauthlib-3.2.2-py3-none-any.whl#sha256=8139f29aac13e25d502680e9e19963e83f16838d48a0d71c287fe40e7067fbca
#28 10.35 Best match: oauthlib 3.2.2
#28 10.35 Processing oauthlib-3.2.2-py3-none-any.whl
#28 10.36 Installing oauthlib-3.2.2-py3-none-any.whl to /usr/local/lib/python3.8/site-packages
#28 10.39 Adding oauthlib 3.2.2 to easy-install.pth file
#28 10.39
#28 10.39 Installed /usr/local/lib/python3.8/site-packages/oauthlib-3.2.2-py3.8.egg
#28 10.39 Finished processing dependencies for azure-tre-cli==0.1.3
#28 10.40 /usr/local/lib/python3.8/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
#28 10.40 !!
#28 10.40
#28 10.40 ********************************************************************************
#28 10.40 Please avoid running setup.py directly.
#28 10.40 Instead, use pypa/build, pypa/installer, pypa/build or
#28 10.40 other standards-based tools.
#28 10.40
#28 10.40 See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
#28 10.40 ********************************************************************************
#28 10.40
#28 10.40 !!
#28 10.40 self.initialize_options()
#28 10.40 /usr/local/lib/python3.8/site-packages/setuptools/_distutils/cmd.py:66: EasyInstallDeprecationWarning: easy_install command is deprecated.
#28 10.40 !!
#28 10.40
#28 10.40 ********************************************************************************
#28 10.40 Please avoid running setup.py and easy_install.
#28 10.40 Instead, use pypa/build, pypa/installer, pypa/build or
#28 10.40 other standards-based tools.
#28 10.40
#28 10.40 See pypa/setuptools#917 for details.
#28 10.40 ********************************************************************************
#28 10.40
#28 10.40 !!
#28 10.40 self.initialize_options()
#28 DONE 10.5s

#29 exporting to image
#29 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00
#29 exporting layers done
#29 writing image sha256:4d01e2d9832f2954839c3cc86824e1984ff68af16e25fa163dea06092facc63f done
#29 naming to docker.io/library/tredev:latest done
#29 DONE 0.0s

#30 exporting cache
#30 sha256:2700d4ef94dee473593c5c614b55b2dedcca7893909811a8f2b48291a1f581e4
#30 preparing build cache for export done
#30 DONE 0.0s

@tamirkamara
Copy link
Collaborator

This issue is a result of calling scripts in Github Actions that aren't available yet. The TRE OSS is downloaded only inside the devcontainer so referencing its scripts isn't possible outside.
We probably can refactor that functionality that wouldn't need to access the scripts, but for now I'll add the scripts in the deployment repo.

@tamirkamara
Copy link
Collaborator

@azuretresussex can you give this fix a try and let us know if it works for you?

@azuretresussex
Copy link
Author

Hi @tamirkamara

Thank you for looking at this. With those extra files, and a slight modification to the path in two places in deploy_tre.yml, the issue I had in Deploy management was resolved.

image

The Storage Account for tfstate and the ACR were deployed OK, however, during ACR Login, I received the following:

image

Any ideas? Thanks!

@tamirkamara
Copy link
Collaborator

  1. Why did you make changes in deploy_tre.yml?
  2. The error - have you tried to rerun it?

@azuretresussex
Copy link
Author

Hi @tamirkamara, @marrobi

I made changes to deploy_tre.yml whilst I was trying to fix this myself. I wasn't whether the pwd on the runner would find the scripts.

image

I didn't try re-running the Workflow, however I have just re-tried now, and it is OK the second time (without any change from the last time when it failed.) I also just found mention of this known issue here (merci, @chboudry !)

Success!

image

Many thanks for your help!
Anthony

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

Successfully merging a pull request may close this issue.

3 participants