Running with gitlab-runner 15.2.1 (32fc1585)
  on runner1.archlinux.org CzgXHn__
  feature flags: FF_USE_FASTZIP:true
section_start:1661462039:resolve_secrets
Resolving secrets
section_end:1661462039:resolve_secrets
section_start:1661462039:prepare_executor
Preparing the "docker" executor
Using Docker executor with image archlinux:latest ...
WARNING: Container based cache volumes creation is disabled. Will not create volume for "/cache"
Pulling docker image archlinux:latest ...
Using docker image sha256:f6e4189f2079a8ca7edc393c918affc46a8839f90654baf5a75254088a87a887 for archlinux:latest with digest archlinux@sha256:970b7f4761c2429e9d8afc86de980a6b35e5bfd6aad355043ee1d32e6ab5b06b ...
section_end:1661462041:prepare_executor
section_start:1661462041:prepare_script
Preparing environment
Running on runner-czgxhn-project-19956-concurrent-1 via runner1.archlinux.org...
section_end:1661462042:prepare_script
section_start:1661462042:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/jocke-l/infrastructure/.git/
Created fresh repository.
Checking out 6bbfa529 as gitlab-distributed-caching...

Skipping Git submodules setup
section_end:1661462043:get_sources
section_start:1661462043:step_script
Executing "step_script" stage of the job script
Using docker image sha256:f6e4189f2079a8ca7edc393c918affc46a8839f90654baf5a75254088a87a887 for archlinux:latest with digest archlinux@sha256:970b7f4761c2429e9d8afc86de980a6b35e5bfd6aad355043ee1d32e6ab5b06b ...
$ pacman -Syu --needed --noconfirm terraform diffutils
:: Synchronizing package databases...
 core downloading...
 extra downloading...
 community downloading...
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Package (5)          Old Version  New Version  Net Change  Download Size

core/gcc-libs        12.1.1-4     12.2.0-1       0.00 MiB      33.84 MiB
core/glibc           2.36-2       2.36-3        -0.02 MiB       9.84 MiB
core/iana-etc        20220603-1   20220715-1     0.01 MiB       0.39 MiB
core/diffutils                    3.8-1          1.47 MiB       0.35 MiB
community/terraform               1.2.7-1       65.97 MiB      15.22 MiB

Total Download Size:    59.64 MiB
Total Installed Size:  256.45 MiB
Net Upgrade Size:       67.43 MiB

:: Proceed with installation? [Y/n] 
:: Retrieving packages...
 gcc-libs-12.2.0-1-x86_64 downloading...
 terraform-1.2.7-1-x86_64 downloading...
 glibc-2.36-3-x86_64 downloading...
 iana-etc-20220715-1-any downloading...
 diffutils-3.8-1-x86_64 downloading...
checking keyring...
checking package integrity...
loading package files...
checking for file conflicts...
:: Processing package changes...
upgrading iana-etc...
upgrading glibc...
Generating locales...
Generation complete.
installing terraform...
Optional dependencies for terraform
    diffutils: for running `terraform fmt -diff` [pending]
upgrading gcc-libs...
installing diffutils...
:: Running post-transaction hooks...
(1/3) Reloading system manager configuration...
  Skipped: Current root is not booted.
(2/3) Creating temporary files...
/usr/lib/tmpfiles.d/journal-nocow.conf:26: Failed to resolve specifier: uninitialized /etc detected, skipping
All rules containing unresolvable specifiers will be skipped.
Failed to adjust quota for subvolume "/var/lib/portables": Operation not permitted
Failed to adjust quota for subvolume "/var/lib/machines": Operation not permitted
(3/3) Arming ConditionNeedsUpdate...
error: command failed to execute correctly
$ cd tf-stage1
$ terraform init -backend=false

Initializing provider plugins...
- Reusing previous version of hetznercloud/hcloud from the dependency lock file
- Reusing previous version of timohirt/hetznerdns from the dependency lock file
- Reusing previous version of hashicorp/external from the dependency lock file
- Installing hashicorp/external v2.2.2...
- Installed hashicorp/external v2.2.2 (signed by HashiCorp)
- Installing hetznercloud/hcloud v1.34.3...
- Installed hetznercloud/hcloud v1.34.3 (signed by a HashiCorp partner, key ID 5219EACB3A77198B)
- Installing timohirt/hetznerdns v2.1.0...
- Installed timohirt/hetznerdns v2.1.0 (self-signed, key ID 5218E983F21C1625)

Partner and community providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://www.terraform.io/docs/cli/plugins/signing.html

Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.

If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
$ terraform validate
Success! The configuration is valid.

$ terraform fmt --check
$ cd ../tf-stage2
$ terraform init -backend=false

Initializing provider plugins...
- Reusing previous version of louy/uptimerobot from the dependency lock file
- Reusing previous version of hashicorp/external from the dependency lock file
- Reusing previous version of mrparkers/keycloak from the dependency lock file
- Installing louy/uptimerobot v0.5.1...
- Installed louy/uptimerobot v0.5.1 (self-signed, key ID 2CC2FD55D1C66DF3)
- Installing hashicorp/external v2.2.2...
- Installed hashicorp/external v2.2.2 (signed by HashiCorp)
- Installing mrparkers/keycloak v3.8.1...
- Installed mrparkers/keycloak v3.8.1 (self-signed, key ID C50867915E116CD2)

Partner and community providers are signed by their developers.
If you'd like to know more about provider signing, you can read about it here:
https://www.terraform.io/docs/cli/plugins/signing.html

Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.

If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
$ terraform validate
Success! The configuration is valid.

$ terraform fmt --check --diff
section_end:1661462056:step_script
section_start:1661462056:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1661462056:cleanup_file_variables
Job succeeded