coreos-assembler icon indicating copy to clipboard operation
coreos-assembler copied to clipboard

gangplank: transferring files multiple times during `-A base,aws,finalize` run

Open dustymabe opened this issue 4 years ago • 4 comments

When running gangplank in podman mode with -A base,aws,finalize I notice a few files are getting transferred back and forth over minio more than once, which isn't what I would expect. I'll file the full log below, but here are some of the relevant lines:

During the first stage (where it creates the qcow) I see it being uploaded:

INFO[0148] Uploaded                                      bucket=builds etag=fc18acb7c16c425abe2f56262f25330d-12 from=/srv/builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2 func=putter gangplank.coreos.com/cosa/stamp=1621885684496575238 object=34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2 remote size=1517355008 size=1517355008

During the second stage (where it creates the AWS vmdk) I see the qcow being downloaded again:

INFO[0001] Fetching remote file builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2
INFO[0002] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2
INFO[0533] Wrote file                                    bucket=builds bytes=1517355008 host=localhost object=34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2

It would be nice if we don't need to transfer the files multiple times during a single run.

[coreos-assembler]$ /srv/gangplank pod --podman -i 'localhost/coreos-assembler:latest' -m /tmp/minio.cfg -A base,aws,finalize --srvDir=/home/fedora/srv
INFO[0000] Gangplank: COSA OpenShift job runner, 2021-05-24.bec72f9f~dirty
INFO[0000] Generating jobspec from CLI arguments
INFO[0000] Generating stages
INFO[0000] Executing OpenShift custom strategy builder.
INFO[0000] Using /srv as working directory.
INFO[0000] Running Pod in buildconfig mode.
INFO[0000] Executing unbounded builder
INFO[0000] Minio configuration defined from /tmp/minio.cfg
DEBU[0000] No binary payload found
INFO[0000] Job strict mode is set, skipping automated stage discovery.
INFO[0000] Looking for builds                            dir=/srv
INFO[0000] Searching for extra meta.json files
INFO[0000] found prior build                             path=/srv/builds/34.20210524.dev.0/aarch64 prior build=34.20210524.dev.0 to path=srv/builds/34.20210524.dev.0/aarch64
INFO[0000] Included metadata                             bucket=builds file=commitmeta.json key=34.20210524.dev.0/aarch64/commitmeta.json path=/srv/builds/34.20210524.dev.0/aarch64 prior build=34.20210524.dev.0 to path=srv/builds/34.20210524.dev.0/aarch64
INFO[0000] Included metadata                             bucket=builds file=manifest-lock.generated.aarch64.json key=34.20210524.dev.0/aarch64/manifest-lock.generated.aarch64.json path=/srv/builds/34.20210524.dev.0/aarch64 prior build=34.20210524.dev.0 to path=srv/builds/34.20210524.dev.0/aarch64
INFO[0000] Included metadata                             bucket=builds file=meta.json key=34.20210524.dev.0/aarch64/meta.json path=/srv/builds/34.20210524.dev.0/aarch64 prior build=34.20210524.dev.0 to path=srv/builds/34.20210524.dev.0/aarch64
INFO[0000] Included metadata                             bucket=builds file=ostree-commit-object key=34.20210524.dev.0/aarch64/ostree-commit-object path=/srv/builds/34.20210524.dev.0/aarch64 prior build=34.20210524.dev.0 to path=srv/builds/34.20210524.dev.0/aarch64
INFO[0000] Using JobSpec definition:
job:
  strict: true
  miniocfgfile: /tmp/minio.cfg
recipe:
  git_ref: testing-devel
  git_url: https://github.com/coreos/fedora-coreos-config
stages:
- id: ExecOrder 1 Stage 1621885535803683192
  description: Stage 1 execution base
  build_artifacts: [base]
  execution_order: 1
  request_cache: true
  request_cache_repo: true
- id: ExecOrder 5 Stage 1621885535803698150
  description: Stage 5 execution aws
  require_artifacts: [qemu]
  build_artifacts: [aws]
  execution_order: 5
- id: ExecOrder 999 Stage 1621885535803712547
  description: Stage 999 execution finalize
  build_artifacts: [finalize]
  execution_order: 999
delay_meta_merge: true
INFO[0000] Pod definition created                        require_artifacts="[]" stage="ExecOrder 1 Stage 1621885535803683192"
INFO[0000] Pod definition created                        require_artifacts="[qemu]" stage="ExecOrder 5 Stage 1621885535803698150"
INFO[0000] Pod definition created                        require_artifacts="[]" stage="ExecOrder 999 Stage 1621885535803712547"
INFO[0000] Looking for builds                            dir=/srv
INFO[0000] Searching for extra meta.json files
DEBU[0000] all dependencies for stage have been meet     require_artifacts="[]" stage="ExecOrder 1 Stage 1621885535803683192"
INFO[0000] Worker dependences have been defined          require_artifacts="[]" stage="ExecOrder 1 Stage 1621885535803683192"
INFO[0000] Executing worker pod                          require_artifacts="[]" stage="ExecOrder 1 Stage 1621885535803683192"
INFO[0000] Creating pod cosa-b857f3bb-ccf0-4e02-ab62-af6d41b98ba1-worker-0
INFO[0000] InitContainer has been defined
DEBU[0000] Found SSH_AUTH_SOCK "/tmp/ssh-XXXXXX0AQMeT/agent.21", ssh-agent signer(s) enabled
DEBU[0000] SSH Agent Key SHA256:yj81KMZhULYlmTv5n3f4YPJL1pil6t8CvkIL+OzIRxM ssh-rsa
INFO[0000] using host directory for /srv                 bind mount=/home/fedora/srv image="localhost/coreos-assembler:latest" method=podman podName=cosa-b857f3bb-ccf0-4e02-ab62-af6d41b98ba1-worker-0
INFO[0000] Going to start container "ad8b83369547d30f49cdc7cf88c3dfb3a2acb33d638b6b72518d633a30f19eee"
INFO[0000] binding stdio to continater                   image="localhost/coreos-assembler:latest" method=podman podName=cosa-b857f3bb-ccf0-4e02-ab62-af6d41b98ba1-worker-0 stdErr=/dev/stdout stdIn=/dev/stdin stdOut=/dev/stdout
INFO[0000] Going to attach to container "ad8b83369547d30f49cdc7cf88c3dfb3a2acb33d638b6b72518d633a30f19eee"
DEBU[0000] Copying STDOUT of container in terminal mode
DEBU[0000] Copying STDIN to socket
+ mkdir -p src
+ cd src
+ test -e config
+ mkdir -p cache
+ mkdir -p builds
+ mkdir -p tmp
+ mkdir -p overrides/rpm
+ mkdir -p overrides/rootfs
INFO[0001] Fetching remote file builds/34.20210524.dev.0/aarch64/commitmeta.json
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.0/aarch64/commitmeta.json
INFO[0001] Wrote file                                    bucket=builds bytes=39892 host=localhost object=34.20210524.dev.0/aarch64/commitmeta.json
INFO[0001] Fetching remote file builds/34.20210524.dev.0/aarch64/manifest-lock.generated.aarch64.json
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.0/aarch64/manifest-lock.generated.aarch64.json
INFO[0001] Wrote file                                    bucket=builds bytes=25885 host=localhost object=34.20210524.dev.0/aarch64/manifest-lock.generated.aarch64.json
INFO[0001] Fetching remote file builds/34.20210524.dev.0/aarch64/meta.json
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.0/aarch64/meta.json
INFO[0001] Wrote file                                    bucket=builds bytes=9825 host=localhost object=34.20210524.dev.0/aarch64/meta.json
INFO[0001] Fetching remote file builds/34.20210524.dev.0/aarch64/ostree-commit-object
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.0/aarch64/ostree-commit-object
INFO[0001] Wrote file                                    bucket=builds bytes=18956 host=localhost object=34.20210524.dev.0/aarch64/ostree-commit-object
INFO[0001] Fetching remote file builds/builds.json
INFO[0001] Writing to a forced path                      bucket=builds force path=/srv/builds/builds.json object=builds.json path=/srv/builds/builds.json
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=builds.json
INFO[0001] Wrote file                                    bucket=builds bytes=344 host=localhost object=builds.json
INFO[0001] Looking for builds                            dir=/srv
INFO[0001] Searching for extra meta.json files
INFO[0001] Executing Stage                               build artifacts="[base]" commands="[]" optional artifacts="[]" required artifacts="[]" stage id="ExecOrder 1 Stage 1621885535803683192"
INFO[0001] Stage: &{ExecOrder 1 Stage 1621885535803683192 Stage 1 execution base false false false [] [] [base] [] [] [] [] false 1 false false true false false true [] []}
INFO[0001] Mapping artifacts                             mapping artifacts="[base]"
INFO[0001] mapping artifact to command                   artifact=base
INFO[0001] checking shorthand                            command=base
INFO[0001] Resolving test definitions                    mapping tests="[]"
INFO[0001] stage commands readied                        cmd="[cosa fetch; cosa build --delay-meta-merge;]"
INFO[0001] Executing rendered script                     cmd=/bin/bash rendered=/tmp/rendered011921123
INFO[0001] Script complete                               script=/tmp/stages043593876/prep.sh
INFO[0001] /tmp/stages043593876/script-0.sh: cosa fetch; cosa build --delay-meta-merge;
INFO[0001] Executing 1 stage commands serially
INFO[0001] Executing rendered script                     cmd=/bin/bash rendered=/tmp/rendered272258278
+ cosa fetch
Config commit: b6311a040e577e6d3642199342e7cade0dabd602
Using manifest: /srv/src/config/manifest.yaml
Committing fedora-coreos-config-overlay-05core: /srv/src/config/overlay.d/05core ... ea56e13a47d5f9369a305a2fe7e9d0fbb48caf20970e613b6b3213bbe4130673
Committing fedora-coreos-config-overlay-08nouveau: /srv/src/config/overlay.d/08nouveau ... fdd1007c9b4b5198f2001aaf1b90476419742fe0dc5d0835ddaa09f965696163
Committing fedora-coreos-config-overlay-09misc: /srv/src/config/overlay.d/09misc ... 211d4c284a17fb4a89594b593ce6f7deb684a338f005ffe940a779083a268b6b
Committing fedora-coreos-config-overlay-12kdump: /srv/src/config/overlay.d/12kdump ... 2f5159eea8c223c631d8d28c42bfbbbfe2214388dbdf6330d90198ad84dc7c8d
Committing fedora-coreos-config-overlay-14NetworkManager-plugins: /srv/src/config/overlay.d/14NetworkManager-plugins ... d3dd4d1b38e252e5dcb08b4e3dce230d06de3b0dc7286435d6fbe0e5ec6cd942
Committing fedora-coreos-config-overlay-15fcos: /srv/src/config/overlay.d/15fcos ... cffb0c80daf87c38f9b1e33b5a703198d2eb8ce2965711fd0df45d3fa609d8ad
Committing fedora-coreos-config-overlay-20platform-chrony: /srv/src/config/overlay.d/20platform-chrony ... b03578c43e0d4e21e1c4539a409e6c0851442412293e5a2a1ab0f66486d6408d
Running: rpm-ostree compose tree --repo=/srv/tmp/repo --touch-if-changed /srv/tmp/treecompose.changed --cachedir=/srv/cache --unified-core /srv/tmp/override/coreos-assembler-override-manifest.yaml --download-only --ex-lockfile=/srv/src/config/manifest-lock.overrides.yaml
Loaded lockfiles:
  /srv/src/config/manifest-lock.overrides.yaml
0 metadata, 0 content objects imported; 0 bytes content written






rpm-ostree version: 2021.5
Previous commit: 6ae9b673f03ebbb5c0a0c060b27bdf3cffcd39096399e6af5c665782ec37b794
Enabled rpm-md repositories: fedora-coreos-pool fedora fedora-updates
Updating metadata for 'fedora-coreos-pool'... done
rpm-md repo 'fedora-coreos-pool'; generated: 2021-05-20T21:32:57Z
⠁ Updating metadata for 'fedora'   0% [░░░░░░░░░░░░░░░░░░░░] (0s)
[dumb-init] Received signal 17.
[dumb-init] A child with PID 160 exited with exit status 0.
[dumb-init] Received signal 17.
[dumb-init] A child with PID 162 exited with exit status 0.
[dumb-init] Received signal 17.
[dumb-init] A child with PID 164 exited with exit status 0.
[dumb-init] Received signal 17.
[dumb-init] A child with PID 166 exited with exit status 8.
[dumb-init] Received signal 17.
[dumb-init] A child with PID 168 exited with exit status 0.
[dumb-init] Received signal 17.
[dumb-init] A child with PID 170 exited with exit status 0.
[dumb-init] Received signal 17.
Updating metadata for 'fedora'... done
rpm-md repo 'fedora'; generated: 2021-04-23T10:47:46Z
⠁ Updating metadata for 'fedora-updates'   0% [░░░░░░░░░░░░░░░░░░░░] (0s)
[dumb-init] Received signal 17.
[dumb-init] A child with PID 175 exited with exit status 0.
[dumb-init] Received signal 17.
Updating metadata for 'fedora-updates'... done
rpm-md repo 'fedora-updates'; generated: 2021-05-24T00:53:14Z
Importing rpm-md... done
Resolving dependencies... done
Installing 393 packages:
  NetworkManager-1:1.30.4-1.fc34.aarch64 (fedora-updates)
  NetworkManager-cloud-setup-1:1.30.4-1.fc34.aarch64 (fedora-updates)
  NetworkManager-libnm-1:1.30.4-1.fc34.aarch64 (fedora-updates)
  NetworkManager-team-1:1.30.4-1.fc34.aarch64 (fedora-updates)
  NetworkManager-tui-1:1.30.4-1.fc34.aarch64 (fedora-updates)
  WALinuxAgent-udev-2.2.52-5.fc34.noarch (fedora)
  acl-2.3.1-1.fc34.aarch64 (fedora)
  adcli-0.9.1-3.fc34.aarch64 (fedora)
  afterburn-5.0.0-1.fc34.aarch64 (fedora-updates)
  afterburn-dracut-5.0.0-1.fc34.aarch64 (fedora-updates)
  alternatives-1.15-2.fc34.aarch64 (fedora)
  attr-2.5.1-1.fc34.aarch64 (fedora)
  audit-libs-3.0.1-2.fc34.aarch64 (fedora)
  avahi-libs-0.8-9.fc34.aarch64 (fedora)
  basesystem-11-11.fc34.noarch (fedora)
  bash-5.1.0-2.fc34.aarch64 (fedora)
  bash-completion-1:2.11-2.fc34.noarch (fedora)
  bind-libs-32:9.16.15-1.fc34.aarch64 (fedora-updates)
  bind-license-32:9.16.15-1.fc34.noarch (fedora-updates)
  bind-utils-32:9.16.15-1.fc34.aarch64 (fedora-updates)
  bootupd-0.2.5-3.fc34.aarch64 (fedora)
  bsdtar-3.5.1-2.fc34.aarch64 (fedora)
  btrfs-progs-5.12.1-1.fc34.aarch64 (fedora-updates)
  bubblewrap-0.4.1-3.fc34.aarch64 (fedora)
  bzip2-1.0.8-6.fc34.aarch64 (fedora)
  bzip2-libs-1.0.8-6.fc34.aarch64 (fedora)
  c-ares-1.17.1-2.fc34.aarch64 (fedora)
  ca-certificates-2020.2.41-7.fc34.noarch (fedora)
  catatonit-0.1.5-4.fc34.aarch64 (fedora)
  chrony-4.1-1.fc34.aarch64 (fedora-updates)
  cifs-utils-6.11-3.fc34.aarch64 (fedora)
  clevis-18-1.fc34.aarch64 (fedora-updates)
  clevis-dracut-18-1.fc34.aarch64 (fedora-updates)
  clevis-luks-18-1.fc34.aarch64 (fedora-updates)
  clevis-systemd-18-1.fc34.aarch64 (fedora-updates)
  cloud-utils-growpart-0.31-8.fc34.noarch (fedora)
  compat-readline5-5.2-39.fc34.aarch64 (fedora)
  conmon-2:2.0.27-2.fc34.aarch64 (fedora-updates)
  console-login-helper-messages-0.21.2-1.fc34.noarch (fedora)
  console-login-helper-messages-issuegen-0.21.2-1.fc34.noarch (fedora)
  console-login-helper-messages-motdgen-0.21.2-1.fc34.noarch (fedora)
  console-login-helper-messages-profile-0.21.2-1.fc34.noarch (fedora)
  container-selinux-2:2.160.0-2.fc34.noarch (fedora-updates)
  containerd-1.5.0~rc.1-1.fc34.aarch64 (fedora-updates)
  containernetworking-plugins-1.0.0-0.1.rc1.fc34.aarch64 (fedora-updates)
  containers-common-4:1-16.fc34.noarch (fedora-updates)
  coreos-installer-0.9.1-1.fc34.aarch64 (fedora-coreos-pool)
  coreos-installer-bootinfra-0.9.1-1.fc34.aarch64 (fedora-coreos-pool)
  coreutils-8.32-26.fc34.aarch64 (fedora-updates)
  coreutils-common-8.32-26.fc34.aarch64 (fedora-updates)
  cpio-2.13-10.fc34.aarch64 (fedora)
  cracklib-2.9.6-25.fc34.aarch64 (fedora)
  criu-3.15-3.fc34.aarch64 (fedora)
  criu-libs-3.15-3.fc34.aarch64 (fedora)
  crun-0.19.1-3.fc34.aarch64 (fedora-coreos-pool)
  crypto-policies-20210213-1.git5c710c0.fc34.noarch (fedora)
  cryptsetup-2.3.5-2.fc34.aarch64 (fedora)
  cryptsetup-libs-2.3.5-2.fc34.aarch64 (fedora)
  cups-libs-1:2.3.3op2-7.fc34.aarch64 (fedora-updates)
  curl-7.76.1-2.fc34.aarch64 (fedora-updates)
  cyrus-sasl-gssapi-2.1.27-8.fc34.aarch64 (fedora)
  cyrus-sasl-lib-2.1.27-8.fc34.aarch64 (fedora)
  dbus-1:1.12.20-3.fc34.aarch64 (fedora)
  dbus-broker-28-3.fc34.aarch64 (fedora)
  dbus-common-1:1.12.20-3.fc34.noarch (fedora)
  dbus-libs-1:1.12.20-3.fc34.aarch64 (fedora)
  device-mapper-1.02.175-1.fc34.aarch64 (fedora)
  device-mapper-event-1.02.175-1.fc34.aarch64 (fedora)
  device-mapper-event-libs-1.02.175-1.fc34.aarch64 (fedora)
  device-mapper-libs-1.02.175-1.fc34.aarch64 (fedora)
  device-mapper-multipath-0.8.5-4.fc34.aarch64 (fedora)
  device-mapper-multipath-libs-0.8.5-4.fc34.aarch64 (fedora)
  device-mapper-persistent-data-0.9.0-3.fc34.aarch64 (fedora)
  diffutils-3.7-8.fc34.aarch64 (fedora)
  dnsmasq-2.85-1.fc34.aarch64 (fedora-updates)
  dosfstools-4.2-1.fc34.aarch64 (fedora)
  dracut-054-12.git20210521.fc34.aarch64 (fedora-updates)
  dracut-network-054-12.git20210521.fc34.aarch64 (fedora-updates)
  e2fsprogs-1.45.6-5.fc34.aarch64 (fedora)
  e2fsprogs-libs-1.45.6-5.fc34.aarch64 (fedora)
  efi-filesystem-5-2.fc34.noarch (fedora)
  efibootmgr-16-10.fc34.aarch64 (fedora)
  efivar-libs-37-15.fc34.aarch64 (fedora)
  elfutils-default-yama-scope-0.183-1.fc34.noarch (fedora)
  elfutils-libelf-0.183-1.fc34.aarch64 (fedora)
  elfutils-libs-0.183-1.fc34.aarch64 (fedora)
  ethtool-2:5.12-1.fc34.aarch64 (fedora-updates)
  expat-2.2.10-2.fc34.aarch64 (fedora)
  fedora-coreos-pinger-0.0.4-9.fc34.aarch64 (fedora)
  fedora-gpg-keys-34-2.noarch (fedora-updates)
  fedora-release-common-34-1.noarch (fedora)
  fedora-release-coreos-34-1.noarch (fedora)
  fedora-release-identity-coreos-34-1.noarch (fedora)
  fedora-repos-34-2.noarch (fedora-updates)
  fedora-repos-archive-34-2.noarch (fedora-updates)
  fedora-repos-modular-34-2.noarch (fedora-updates)
  fedora-repos-ostree-34-2.noarch (fedora-updates)
  file-5.39-5.fc34.aarch64 (fedora)
  file-libs-5.39-5.fc34.aarch64 (fedora)
  filesystem-3.14-5.fc34.aarch64 (fedora)
  findutils-1:4.8.0-2.fc34.aarch64 (fedora)
  firewalld-filesystem-0.9.3-2.fc34.noarch (fedora)
  flatpak-session-helper-1.10.2-3.fc34.aarch64 (fedora)
  fstrm-0.6.1-2.fc34.aarch64 (fedora-updates)
  fuse-2.9.9-11.fc34.aarch64 (fedora)
  fuse-common-3.10.3-1.fc34.aarch64 (fedora-updates)
  fuse-libs-2.9.9-11.fc34.aarch64 (fedora)
  fuse-overlayfs-1.5.0-1.fc34.aarch64 (fedora)
  fuse-sshfs-3.7.1-2.fc34.aarch64 (fedora)
  fuse3-3.10.3-1.fc34.aarch64 (fedora-updates)
  fuse3-libs-3.10.3-1.fc34.aarch64 (fedora-updates)
  fwupd-1.5.9-2.fc34.aarch64 (fedora-updates)
  gawk-5.1.0-3.fc34.aarch64 (fedora)
  gdisk-1.0.7-1.fc34.aarch64 (fedora)
  gettext-0.21-4.fc34.aarch64 (fedora)
  gettext-libs-0.21-4.fc34.aarch64 (fedora)
  git-core-2.31.1-3.fc34.aarch64 (fedora-updates)
  glib2-2.68.2-1.fc34.aarch64 (fedora-updates)
  glibc-2.33-8.fc34.aarch64 (fedora-updates)
  glibc-common-2.33-8.fc34.aarch64 (fedora-updates)
  glibc-minimal-langpack-2.33-8.fc34.aarch64 (fedora-updates)
  gmp-1:6.2.0-6.fc34.aarch64 (fedora)
  gnupg2-2.2.27-4.fc34.aarch64 (fedora)
  gnutls-3.7.1-2.fc34.aarch64 (fedora)
  gpgme-1.15.1-2.fc34.aarch64 (fedora)
  grep-3.6-2.fc34.aarch64 (fedora)
  grub2-common-1:2.06~rc1-4.fc34.noarch (fedora-updates)
  grub2-efi-aa64-1:2.06~rc1-4.fc34.aarch64 (fedora-updates)
  grub2-tools-1:2.06~rc1-4.fc34.aarch64 (fedora-updates)
  grub2-tools-minimal-1:2.06~rc1-4.fc34.aarch64 (fedora-updates)
  gzip-1.10-4.fc34.aarch64 (fedora)
  hostname-3.23-4.fc34.aarch64 (fedora)
  ignition-2.10.1-1.fc34.aarch64 (fedora-updates)
  inih-49-3.fc34.aarch64 (fedora)
  iproute-5.10.0-2.fc34.aarch64 (fedora)
  iproute-tc-5.10.0-2.fc34.aarch64 (fedora)
  iptables-1.8.7-3.fc34.aarch64 (fedora)
  iptables-libs-1.8.7-3.fc34.aarch64 (fedora)
  iptables-nft-1.8.7-3.fc34.aarch64 (fedora)
  iptables-services-1.8.7-8.fc34.aarch64 (fedora-updates)
  iputils-20210202-2.fc34.aarch64 (fedora)
  irqbalance-2:1.7.0-5.fc34.aarch64 (fedora)
  iscsi-initiator-utils-6.2.1.2-5.gita8fcb37.fc34.aarch64 (fedora)
  iscsi-initiator-utils-iscsiuio-6.2.1.2-5.gita8fcb37.fc34.aarch64 (fedora)
  isns-utils-libs-0.100-1.fc34.aarch64 (fedora)
  jansson-2.13.1-2.fc34.aarch64 (fedora)
  jose-11-1.fc34.aarch64 (fedora-updates)
  jq-1.6-7.fc34.aarch64 (fedora)
  json-c-0.14-8.fc34.aarch64 (fedora)
  json-glib-1.6.2-1.fc34.aarch64 (fedora)
  kbd-2.4.0-2.fc34.aarch64 (fedora)
  kbd-misc-2.4.0-2.fc34.noarch (fedora)
  kernel-5.12.5-300.fc34.aarch64 (fedora-updates)
  kernel-core-5.12.5-300.fc34.aarch64 (fedora-updates)
  kernel-modules-5.12.5-300.fc34.aarch64 (fedora-updates)
  kexec-tools-2.0.21-5.fc34.aarch64 (fedora)
  keyutils-1.6.1-2.fc34.aarch64 (fedora)
  keyutils-libs-1.6.1-2.fc34.aarch64 (fedora)
  kmod-28-2.fc34.aarch64 (fedora)
  kmod-libs-28-2.fc34.aarch64 (fedora)
  kpartx-0.8.5-4.fc34.aarch64 (fedora)
  krb5-libs-1.19.1-8.fc34.aarch64 (fedora-updates)
  less-581.2-1.fc34.aarch64 (fedora-updates)
  libacl-2.3.1-1.fc34.aarch64 (fedora)
  libaio-0.3.111-11.fc34.aarch64 (fedora)
  libarchive-3.5.1-2.fc34.aarch64 (fedora)
  libargon2-20171227-6.fc34.aarch64 (fedora)
  libassuan-2.5.5-1.fc34.aarch64 (fedora)
  libattr-2.5.1-1.fc34.aarch64 (fedora)
  libbasicobjects-0.1.1-47.fc34.aarch64 (fedora)
  libblkid-2.36.2-1.fc34.aarch64 (fedora)
  libbrotli-1.0.9-4.fc34.aarch64 (fedora)
  libbsd-0.10.0-7.fc34.aarch64 (fedora)
  libcap-2.48-2.fc34.aarch64 (fedora)
  libcap-ng-0.8.2-4.fc34.aarch64 (fedora)
  libcbor-0.7.0-3.fc34.aarch64 (fedora)
  libcollection-0.7.0-47.fc34.aarch64 (fedora)
  libcom_err-1.45.6-5.fc34.aarch64 (fedora)
  libcurl-7.76.1-2.fc34.aarch64 (fedora-updates)
  libdaemon-0.14-21.fc34.aarch64 (fedora)
  libdb-5.3.28-46.fc34.aarch64 (fedora)
  libdhash-0.5.0-47.fc34.aarch64 (fedora)
  libeconf-0.3.8-5.fc34.aarch64 (fedora)
  libedit-3.1-36.20210419cvs.fc34.aarch64 (fedora-updates)
  libevent-2.1.12-3.fc34.aarch64 (fedora)
  libfdisk-2.36.2-1.fc34.aarch64 (fedora)
  libffi-3.1-28.fc34.aarch64 (fedora)
  libfido2-1.6.0-2.fc34.aarch64 (fedora)
  libgcab1-1.4-4.fc34.aarch64 (fedora)
  libgcc-11.1.1-1.fc34.aarch64 (fedora-updates)
  libgcrypt-1.9.3-2.fc34.aarch64 (fedora-updates)
  libgomp-11.1.1-1.fc34.aarch64 (fedora-updates)
  libgpg-error-1.42-1.fc34.aarch64 (fedora)
  libgudev-236-1.fc34.aarch64 (fedora)
  libgusb-0.3.6-1.fc34.aarch64 (fedora)
  libibverbs-35.0-1.fc34.aarch64 (fedora-updates)
  libicu-67.1-6.fc34.aarch64 (fedora)
  libidn2-2.3.1-1.fc34.aarch64 (fedora-updates)
  libini_config-1.3.1-47.fc34.aarch64 (fedora)
  libipa_hbac-2.5.0-2.fc34.aarch64 (fedora-updates)
  libjcat-0.1.6-1.fc34.aarch64 (fedora)
  libjose-11-1.fc34.aarch64 (fedora-updates)
  libkcapi-1.2.1-1.fc34.aarch64 (fedora)
  libkcapi-hmaccalc-1.2.1-1.fc34.aarch64 (fedora)
  libksba-1.5.0-2.fc34.aarch64 (fedora)
  libldb-2.3.0-2.fc34.aarch64 (fedora-updates)
  libluksmeta-9-10.fc34.aarch64 (fedora)
  libmaxminddb-1.5.2-1.fc34.aarch64 (fedora)
  libmetalink-0.1.3-14.fc34.aarch64 (fedora)
  libmnl-1.0.4-13.fc34.aarch64 (fedora)
  libmodulemd-2.12.1-1.fc34.aarch64 (fedora-updates)
  libmount-2.36.2-1.fc34.aarch64 (fedora)
  libndp-1.7-7.fc34.aarch64 (fedora)
  libnet-1.2-2.fc34.aarch64 (fedora)
  libnetfilter_conntrack-1.0.8-2.fc34.aarch64 (fedora)
  libnfnetlink-1.0.1-19.fc34.aarch64 (fedora)
  libnfsidmap-1:2.5.3-3.rc2.fc34.aarch64 (fedora-updates)
  libnftnl-1.1.9-2.fc34.aarch64 (fedora)
  libnghttp2-1.43.0-2.fc34.aarch64 (fedora)
  libnl3-3.5.0-6.fc34.aarch64 (fedora)
  libnl3-cli-3.5.0-6.fc34.aarch64 (fedora)
  libnsl2-1.3.0-2.fc34.aarch64 (fedora)
  libpath_utils-0.2.1-47.fc34.aarch64 (fedora)
  libpcap-14:1.10.0-1.fc34.aarch64 (fedora)
  libpkgconf-1.7.3-6.fc34.aarch64 (fedora)
  libpsl-0.21.1-3.fc34.aarch64 (fedora)
  libpwquality-1.4.4-2.fc34.aarch64 (fedora)
  libref_array-0.1.5-47.fc34.aarch64 (fedora)
  librepo-1.14.0-1.fc34.aarch64 (fedora-updates)
  libreport-filesystem-2.14.0-17.fc34.noarch (fedora)
  libseccomp-2.5.0-4.fc34.aarch64 (fedora)
  libselinux-3.2-1.fc34.aarch64 (fedora)
  libselinux-utils-3.2-1.fc34.aarch64 (fedora)
  libsemanage-3.2-1.fc34.aarch64 (fedora)
  libsepol-3.2-1.fc34.aarch64 (fedora)
  libsigsegv-2.13-2.fc34.aarch64 (fedora)
  libslirp-4.4.0-2.fc34.aarch64 (fedora)
  libsmartcols-2.36.2-1.fc34.aarch64 (fedora)
  libsmbclient-2:4.14.4-0.fc34.aarch64 (fedora-updates)
  libsolv-0.7.17-3.fc34.aarch64 (fedora)
  libss-1.45.6-5.fc34.aarch64 (fedora)
  libssh-0.9.5-2.fc34.aarch64 (fedora)
  libssh-config-0.9.5-2.fc34.noarch (fedora)
  libsss_certmap-2.5.0-2.fc34.aarch64 (fedora-updates)
  libsss_idmap-2.5.0-2.fc34.aarch64 (fedora-updates)
  libsss_nss_idmap-2.5.0-2.fc34.aarch64 (fedora-updates)
  libsss_sudo-2.5.0-2.fc34.aarch64 (fedora-updates)
  libstdc++-11.1.1-1.fc34.aarch64 (fedora-updates)
  libtalloc-2.3.2-2.fc34.aarch64 (fedora)
  libtasn1-4.16.0-4.fc34.aarch64 (fedora)
  libtdb-1.4.3-6.fc34.aarch64 (fedora)
  libteam-1.31-3.fc34.aarch64 (fedora)
  libtevent-0.10.2-7.fc34.aarch64 (fedora)
  libtextstyle-0.21-4.fc34.aarch64 (fedora)
  libtirpc-1.3.2-0.fc34.aarch64 (fedora-updates)
  libunistring-0.9.10-10.fc34.aarch64 (fedora)
  libusbx-1.0.24-2.fc34.aarch64 (fedora)
  libuser-0.63-3.fc34.aarch64 (fedora-updates)
  libutempter-1.2.1-4.fc34.aarch64 (fedora)
  libuuid-2.36.2-1.fc34.aarch64 (fedora)
  libuv-1:1.41.0-1.fc34.aarch64 (fedora)
  libvarlink-util-22-2.fc34.aarch64 (fedora-updates)
  libverto-0.3.2-1.fc34.aarch64 (fedora)
  libwbclient-2:4.14.4-0.fc34.aarch64 (fedora-updates)
  libxcrypt-4.4.20-2.fc34.aarch64 (fedora-updates)
  libxml2-2.9.12-2.fc34.aarch64 (fedora-updates)
  libxmlb-0.3.0-1.fc34.aarch64 (fedora)
  libyaml-0.2.5-5.fc34.aarch64 (fedora)
  libzstd-1.5.0-1.fc34.aarch64 (fedora-updates)
  linux-atm-libs-2.5.1-28.fc34.aarch64 (fedora)
  linux-firmware-20210511-120.fc34.noarch (fedora-updates)
  linux-firmware-whence-20210511-120.fc34.noarch (fedora-updates)
  lmdb-libs-0.9.29-1.fc34.aarch64 (fedora)
  logrotate-3.18.0-3.fc34.aarch64 (fedora-updates)
  lsof-4.94.0-1.fc34.aarch64 (fedora)
  lua-libs-5.4.3-1.fc34.aarch64 (fedora-updates)
  luksmeta-9-10.fc34.aarch64 (fedora)
  lvm2-2.03.11-1.fc34.aarch64 (fedora)
  lvm2-libs-2.03.11-1.fc34.aarch64 (fedora)
  lz4-libs-1.9.3-2.fc34.aarch64 (fedora)
  lzo-2.10-4.fc34.aarch64 (fedora)
  mdadm-4.1-7.fc34.aarch64 (fedora)
  moby-engine-20.10.6-1.fc34.aarch64 (fedora-updates)
  mokutil-2:0.4.0-4.fc34.aarch64 (fedora)
  mozjs78-78.10.0-1.fc34.aarch64 (fedora-updates)
  mpfr-4.1.0-6.fc34.aarch64 (fedora-updates)
  ncurses-6.2-4.20200222.fc34.aarch64 (fedora)
  ncurses-base-6.2-4.20200222.fc34.noarch (fedora)
  ncurses-libs-6.2-4.20200222.fc34.aarch64 (fedora)
  net-tools-2.0-0.59.20160912git.fc34.aarch64 (fedora)
  nettle-3.7.2-1.fc34.aarch64 (fedora)
  newt-0.52.21-9.fc34.aarch64 (fedora)
  nfs-utils-coreos-1:2.5.3-3.rc2.fc34.aarch64 (fedora-updates)
  nftables-1:0.9.8-2.fc34.aarch64 (fedora)
  npth-1.6-6.fc34.aarch64 (fedora)
  nss-altfiles-2.18.1-18.fc34.aarch64 (fedora)
  numactl-libs-2.0.14-3.fc34.aarch64 (fedora)
  nvme-cli-1.11.1-3.fc34.aarch64 (fedora)
  oniguruma-6.9.7.1-1.fc34.aarch64 (fedora-updates)
  openldap-2.4.57-3.fc34.aarch64 (fedora-updates)
  openssh-8.5p1-2.fc34.aarch64 (fedora)
  openssh-clients-8.5p1-2.fc34.aarch64 (fedora)
  openssh-server-8.5p1-2.fc34.aarch64 (fedora)
  openssl-1:1.1.1k-1.fc34.aarch64 (fedora)
  openssl-libs-1:1.1.1k-1.fc34.aarch64 (fedora)
  os-prober-1.77-7.fc34.aarch64 (fedora)
  ostree-2021.2-2.fc34.aarch64 (fedora-updates)
  ostree-libs-2021.2-2.fc34.aarch64 (fedora-updates)
  p11-kit-0.23.22-3.fc34.aarch64 (fedora)
  p11-kit-trust-0.23.22-3.fc34.aarch64 (fedora)
  pam-1.5.1-5.fc34.aarch64 (fedora)
  passwd-0.80-10.fc34.aarch64 (fedora)
  pcre-8.44-3.fc34.1.aarch64 (fedora)
  pcre2-10.36-4.fc34.aarch64 (fedora)
  pcre2-syntax-10.36-4.fc34.noarch (fedora)
  pigz-2.5-1.fc34.aarch64 (fedora)
  pkgconf-1.7.3-6.fc34.aarch64 (fedora)
  pkgconf-m4-1.7.3-6.fc34.noarch (fedora)
  pkgconf-pkg-config-1.7.3-6.fc34.aarch64 (fedora)
  podman-3:3.1.2-3.fc34.aarch64 (fedora-updates)
  podman-plugins-3:3.1.2-3.fc34.aarch64 (fedora-updates)
  policycoreutils-3.2-1.fc34.aarch64 (fedora)
  polkit-0.117-3.fc34.aarch64 (fedora)
  polkit-libs-0.117-3.fc34.aarch64 (fedora)
  polkit-pkla-compat-0.1-19.fc34.aarch64 (fedora)
  popt-1.18-4.fc34.aarch64 (fedora)
  procps-ng-3.3.17-1.fc34.1.aarch64 (fedora-updates)
  protobuf-c-1.3.3-7.fc34.aarch64 (fedora)
  psmisc-23.4-1.fc34.aarch64 (fedora)
  publicsuffix-list-dafsa-20190417-5.fc34.noarch (fedora)
  readline-8.1-2.fc34.aarch64 (fedora)
  rpcbind-1.2.6-0.fc34.aarch64 (fedora-updates)
  rpm-4.16.1.3-1.fc34.aarch64 (fedora)
  rpm-libs-4.16.1.3-1.fc34.aarch64 (fedora)
  rpm-ostree-2021.5-1.fc34.aarch64 (fedora-updates)
  rpm-ostree-libs-2021.5-1.fc34.aarch64 (fedora-updates)
  rpm-plugin-selinux-4.16.1.3-1.fc34.aarch64 (fedora)
  rsync-3.2.3-5.fc34.aarch64 (fedora)
  runc-2:1.0.0-378.rc95.fc34.aarch64 (fedora-coreos-pool)
  samba-client-libs-2:4.14.4-0.fc34.aarch64 (fedora-updates)
  samba-common-2:4.14.4-0.fc34.noarch (fedora-updates)
  samba-common-libs-2:4.14.4-0.fc34.aarch64 (fedora-updates)
  sed-4.8-7.fc34.aarch64 (fedora)
  selinux-policy-34.7-1.fc34.noarch (fedora-updates)
  selinux-policy-targeted-34.7-1.fc34.noarch (fedora-updates)
  setup-2.13.7-3.fc34.noarch (fedora)
  sg3_utils-1.45-4.fc34.aarch64 (fedora)
  sg3_utils-libs-1.45-4.fc34.aarch64 (fedora)
  shadow-utils-2:4.8.1-8.fc34.aarch64 (fedora-updates)
  shared-mime-info-2.1-2.fc34.aarch64 (fedora)
  shim-aa64-15.4-4.aarch64 (fedora)
  skopeo-1:1.2.3-1.fc34.aarch64 (fedora-updates)
  slang-2.3.2-9.fc34.aarch64 (fedora)
  slirp4netns-1.1.9-1.fc34.aarch64 (fedora)
  snappy-1.1.8-5.fc34.aarch64 (fedora)
  socat-1.7.4.1-2.fc34.aarch64 (fedora)
  sqlite-libs-3.34.1-2.fc34.aarch64 (fedora)
  ssh-key-dir-0.1.2-7.fc34.aarch64 (fedora)
  sssd-ad-2.5.0-2.fc34.aarch64 (fedora-updates)
  sssd-client-2.5.0-2.fc34.aarch64 (fedora-updates)
  sssd-common-2.5.0-2.fc34.aarch64 (fedora-updates)
  sssd-common-pac-2.5.0-2.fc34.aarch64 (fedora-updates)
  sssd-ipa-2.5.0-2.fc34.aarch64 (fedora-updates)
  sssd-krb5-2.5.0-2.fc34.aarch64 (fedora-updates)
  sssd-krb5-common-2.5.0-2.fc34.aarch64 (fedora-updates)
  sssd-ldap-2.5.0-2.fc34.aarch64 (fedora-updates)
  stalld-1.10-1.fc34.aarch64 (fedora-updates)
  sudo-1.9.5p2-1.fc34.aarch64 (fedora)
  systemd-248.3-1.fc34.aarch64 (fedora-updates)
  systemd-container-248.3-1.fc34.aarch64 (fedora-updates)
  systemd-libs-248.3-1.fc34.aarch64 (fedora-updates)
  systemd-pam-248.3-1.fc34.aarch64 (fedora-updates)
  systemd-rpm-macros-248.3-1.fc34.noarch (fedora-updates)
  systemd-udev-248.3-1.fc34.aarch64 (fedora-updates)
  tar-2:1.34-1.fc34.aarch64 (fedora)
  teamd-1.31-3.fc34.aarch64 (fedora)
  toolbox-0.0.99.1-1.fc34.aarch64 (fedora)
  tpm2-tools-5.0-2.fc34.aarch64 (fedora)
  tpm2-tss-3.1.0-1.fc34.aarch64 (fedora-updates)
  tzdata-2021a-1.fc34.noarch (fedora)
  userspace-rcu-0.12.1-3.fc34.aarch64 (fedora)
  util-linux-2.36.2-1.fc34.aarch64 (fedora)
  vim-minimal-2:8.2.2875-1.fc34.aarch64 (fedora-updates)
  which-2.21-26.fc34.aarch64 (fedora-updates)
  wireguard-tools-1.0.20210424-1.fc34.aarch64 (fedora-updates)
  xfsprogs-5.10.0-2.fc34.aarch64 (fedora)
  xz-5.2.5-5.fc34.aarch64 (fedora)
  xz-libs-5.2.5-5.fc34.aarch64 (fedora)
  yajl-2.1.0-16.fc34.aarch64 (fedora)
  zchunk-libs-1.1.11-1.fc34.aarch64 (fedora-updates)
  zincati-0.0.20-1.fc34.aarch64 (fedora-updates)
  zlib-1.2.11-26.fc34.aarch64 (fedora)
  zram-generator-0.3.2-3.fc34.aarch64 (fedora)
Input state hash: e1c026e4efa4a0f4deca4b27a79841494c59d596b26e4288812b031205517d97
No apparent changes since previous commit.
+ cosa build --delay-meta-merge
Config commit: b6311a040e577e6d3642199342e7cade0dabd602
Using manifest: /srv/src/config/manifest.yaml
libostree:
 Version: '2021.2'
 Git: 9d3a7bc5082e3a83814ade417a1ef90a395f11b3
 Features:
  - libcurl
  - libsoup
  - gpgme
  - ex-fsverity
  - libarchive
  - selinux
  - openssl
  - libmount
  - systemd
  - release
  - p2p
rpm-ostree:
 Version: '2021.5'
 Git: 5bcb4e66a1d5a1ea54e81450c5b9173b5378c842
 Features:
  - compose
  - rust
  - fedora-integration
Previous build: 34.20210524.dev.0
Previous commit: 6ae9b673f03ebbb5c0a0c060b27bdf3cffcd39096399e6af5c665782ec37b794
Image Config checksum: 9e1451fc39352cf89206ff2fcfe36d483f3a5b3d3431f3bb2acec4711ff1c9c4
info: Directory /srv/src/config, is from branch testing-devel, commit b6311a040e577e6d3642199342e7cade0dabd602
Committing fedora-coreos-config-overlay-05core: /srv/src/config/overlay.d/05core ... ea56e13a47d5f9369a305a2fe7e9d0fbb48caf20970e613b6b3213bbe4130673
Committing fedora-coreos-config-overlay-08nouveau: /srv/src/config/overlay.d/08nouveau ... fdd1007c9b4b5198f2001aaf1b90476419742fe0dc5d0835ddaa09f965696163
Committing fedora-coreos-config-overlay-09misc: /srv/src/config/overlay.d/09misc ... 211d4c284a17fb4a89594b593ce6f7deb684a338f005ffe940a779083a268b6b
Committing fedora-coreos-config-overlay-12kdump: /srv/src/config/overlay.d/12kdump ... 2f5159eea8c223c631d8d28c42bfbbbfe2214388dbdf6330d90198ad84dc7c8d
Committing fedora-coreos-config-overlay-14NetworkManager-plugins: /srv/src/config/overlay.d/14NetworkManager-plugins ... d3dd4d1b38e252e5dcb08b4e3dce230d06de3b0dc7286435d6fbe0e5ec6cd942
Committing fedora-coreos-config-overlay-15fcos: /srv/src/config/overlay.d/15fcos ... cffb0c80daf87c38f9b1e33b5a703198d2eb8ce2965711fd0df45d3fa609d8ad
Committing fedora-coreos-config-overlay-20platform-chrony: /srv/src/config/overlay.d/20platform-chrony ... b03578c43e0d4e21e1c4539a409e6c0851442412293e5a2a1ab0f66486d6408d
Running: rpm-ostree compose tree --repo=/srv/tmp/repo --touch-if-changed /srv/tmp/treecompose.changed --cachedir=/srv/cache --unified-core /srv/tmp/override/coreos-assembler-override-manifest.yaml --cache-only --add-metadata-from-json /srv/tmp/build/tmp/commit-metadata-input.json --write-composejson-to /srv/tmp/compose.json --ex-write-lockfile-to /srv/tmp/repo/tmp/manifest-lock.generated.aarch64.json.tmp --ex-lockfile=/srv/src/config/manifest-lock.overrides.yaml --no-parent --previous-commit 6ae9b673f03ebbb5c0a0c060b27bdf3cffcd39096399e6af5c665782ec37b794
[dumb-init] Received signal 17.
[dumb-init] A child with PID 323 exited with exit status 0.
Loaded lockfiles:
  /srv/src/config/manifest-lock.overrides.yaml
0 metadata, 0 content objects imported; 0 bytes content written






rpm-ostree version: 2021.5
Enabled rpm-md repositories: fedora-coreos-pool fedora fedora-updates
rpm-md repo 'fedora-coreos-pool' (cached); generated: 2021-05-20T21:32:57Z
rpm-md repo 'fedora' (cached); generated: 2021-04-23T10:47:46Z
rpm-md repo 'fedora-updates' (cached); generated: 2021-05-24T00:53:14Z
Importing rpm-md... done
Resolving dependencies... done
Installing 393 packages:
  NetworkManager-1:1.30.4-1.fc34.aarch64 (fedora-updates)
  NetworkManager-cloud-setup-1:1.30.4-1.fc34.aarch64 (fedora-updates)
  NetworkManager-libnm-1:1.30.4-1.fc34.aarch64 (fedora-updates)
  NetworkManager-team-1:1.30.4-1.fc34.aarch64 (fedora-updates)
  NetworkManager-tui-1:1.30.4-1.fc34.aarch64 (fedora-updates)
  WALinuxAgent-udev-2.2.52-5.fc34.noarch (fedora)
  acl-2.3.1-1.fc34.aarch64 (fedora)
  adcli-0.9.1-3.fc34.aarch64 (fedora)
  afterburn-5.0.0-1.fc34.aarch64 (fedora-updates)
  afterburn-dracut-5.0.0-1.fc34.aarch64 (fedora-updates)
  alternatives-1.15-2.fc34.aarch64 (fedora)
  attr-2.5.1-1.fc34.aarch64 (fedora)
  audit-libs-3.0.1-2.fc34.aarch64 (fedora)
  avahi-libs-0.8-9.fc34.aarch64 (fedora)
  basesystem-11-11.fc34.noarch (fedora)
  bash-5.1.0-2.fc34.aarch64 (fedora)
  bash-completion-1:2.11-2.fc34.noarch (fedora)
  bind-libs-32:9.16.15-1.fc34.aarch64 (fedora-updates)
  bind-license-32:9.16.15-1.fc34.noarch (fedora-updates)
  bind-utils-32:9.16.15-1.fc34.aarch64 (fedora-updates)
  bootupd-0.2.5-3.fc34.aarch64 (fedora)
  bsdtar-3.5.1-2.fc34.aarch64 (fedora)
  btrfs-progs-5.12.1-1.fc34.aarch64 (fedora-updates)
  bubblewrap-0.4.1-3.fc34.aarch64 (fedora)
  bzip2-1.0.8-6.fc34.aarch64 (fedora)
  bzip2-libs-1.0.8-6.fc34.aarch64 (fedora)
  c-ares-1.17.1-2.fc34.aarch64 (fedora)
  ca-certificates-2020.2.41-7.fc34.noarch (fedora)
  catatonit-0.1.5-4.fc34.aarch64 (fedora)
  chrony-4.1-1.fc34.aarch64 (fedora-updates)
  cifs-utils-6.11-3.fc34.aarch64 (fedora)
  clevis-18-1.fc34.aarch64 (fedora-updates)
  clevis-dracut-18-1.fc34.aarch64 (fedora-updates)
  clevis-luks-18-1.fc34.aarch64 (fedora-updates)
  clevis-systemd-18-1.fc34.aarch64 (fedora-updates)
  cloud-utils-growpart-0.31-8.fc34.noarch (fedora)
  compat-readline5-5.2-39.fc34.aarch64 (fedora)
  conmon-2:2.0.27-2.fc34.aarch64 (fedora-updates)
  console-login-helper-messages-0.21.2-1.fc34.noarch (fedora)
  console-login-helper-messages-issuegen-0.21.2-1.fc34.noarch (fedora)
  console-login-helper-messages-motdgen-0.21.2-1.fc34.noarch (fedora)
  console-login-helper-messages-profile-0.21.2-1.fc34.noarch (fedora)
  container-selinux-2:2.160.0-2.fc34.noarch (fedora-updates)
  containerd-1.5.0~rc.1-1.fc34.aarch64 (fedora-updates)
  containernetworking-plugins-1.0.0-0.1.rc1.fc34.aarch64 (fedora-updates)
  containers-common-4:1-16.fc34.noarch (fedora-updates)
  coreos-installer-0.9.1-1.fc34.aarch64 (fedora-coreos-pool)
  coreos-installer-bootinfra-0.9.1-1.fc34.aarch64 (fedora-coreos-pool)
  coreutils-8.32-26.fc34.aarch64 (fedora-updates)
  coreutils-common-8.32-26.fc34.aarch64 (fedora-updates)
  cpio-2.13-10.fc34.aarch64 (fedora)
  cracklib-2.9.6-25.fc34.aarch64 (fedora)
  criu-3.15-3.fc34.aarch64 (fedora)
  criu-libs-3.15-3.fc34.aarch64 (fedora)
  crun-0.19.1-3.fc34.aarch64 (fedora-coreos-pool)
  crypto-policies-20210213-1.git5c710c0.fc34.noarch (fedora)
  cryptsetup-2.3.5-2.fc34.aarch64 (fedora)
  cryptsetup-libs-2.3.5-2.fc34.aarch64 (fedora)
  cups-libs-1:2.3.3op2-7.fc34.aarch64 (fedora-updates)
  curl-7.76.1-2.fc34.aarch64 (fedora-updates)
  cyrus-sasl-gssapi-2.1.27-8.fc34.aarch64 (fedora)
  cyrus-sasl-lib-2.1.27-8.fc34.aarch64 (fedora)
  dbus-1:1.12.20-3.fc34.aarch64 (fedora)
  dbus-broker-28-3.fc34.aarch64 (fedora)
  dbus-common-1:1.12.20-3.fc34.noarch (fedora)
  dbus-libs-1:1.12.20-3.fc34.aarch64 (fedora)
  device-mapper-1.02.175-1.fc34.aarch64 (fedora)
  device-mapper-event-1.02.175-1.fc34.aarch64 (fedora)
  device-mapper-event-libs-1.02.175-1.fc34.aarch64 (fedora)
  device-mapper-libs-1.02.175-1.fc34.aarch64 (fedora)
  device-mapper-multipath-0.8.5-4.fc34.aarch64 (fedora)
  device-mapper-multipath-libs-0.8.5-4.fc34.aarch64 (fedora)
  device-mapper-persistent-data-0.9.0-3.fc34.aarch64 (fedora)
  diffutils-3.7-8.fc34.aarch64 (fedora)
  dnsmasq-2.85-1.fc34.aarch64 (fedora-updates)
  dosfstools-4.2-1.fc34.aarch64 (fedora)
  dracut-054-12.git20210521.fc34.aarch64 (fedora-updates)
  dracut-network-054-12.git20210521.fc34.aarch64 (fedora-updates)
  e2fsprogs-1.45.6-5.fc34.aarch64 (fedora)
  e2fsprogs-libs-1.45.6-5.fc34.aarch64 (fedora)
  efi-filesystem-5-2.fc34.noarch (fedora)
  efibootmgr-16-10.fc34.aarch64 (fedora)
  efivar-libs-37-15.fc34.aarch64 (fedora)
  elfutils-default-yama-scope-0.183-1.fc34.noarch (fedora)
  elfutils-libelf-0.183-1.fc34.aarch64 (fedora)
  elfutils-libs-0.183-1.fc34.aarch64 (fedora)
  ethtool-2:5.12-1.fc34.aarch64 (fedora-updates)
  expat-2.2.10-2.fc34.aarch64 (fedora)
  fedora-coreos-pinger-0.0.4-9.fc34.aarch64 (fedora)
  fedora-gpg-keys-34-2.noarch (fedora-updates)
  fedora-release-common-34-1.noarch (fedora)
  fedora-release-coreos-34-1.noarch (fedora)
  fedora-release-identity-coreos-34-1.noarch (fedora)
  fedora-repos-34-2.noarch (fedora-updates)
  fedora-repos-archive-34-2.noarch (fedora-updates)
  fedora-repos-modular-34-2.noarch (fedora-updates)
  fedora-repos-ostree-34-2.noarch (fedora-updates)
  file-5.39-5.fc34.aarch64 (fedora)
  file-libs-5.39-5.fc34.aarch64 (fedora)
  filesystem-3.14-5.fc34.aarch64 (fedora)
  findutils-1:4.8.0-2.fc34.aarch64 (fedora)
  firewalld-filesystem-0.9.3-2.fc34.noarch (fedora)
  flatpak-session-helper-1.10.2-3.fc34.aarch64 (fedora)
  fstrm-0.6.1-2.fc34.aarch64 (fedora-updates)
  fuse-2.9.9-11.fc34.aarch64 (fedora)
  fuse-common-3.10.3-1.fc34.aarch64 (fedora-updates)
  fuse-libs-2.9.9-11.fc34.aarch64 (fedora)
  fuse-overlayfs-1.5.0-1.fc34.aarch64 (fedora)
  fuse-sshfs-3.7.1-2.fc34.aarch64 (fedora)
  fuse3-3.10.3-1.fc34.aarch64 (fedora-updates)
  fuse3-libs-3.10.3-1.fc34.aarch64 (fedora-updates)
  fwupd-1.5.9-2.fc34.aarch64 (fedora-updates)
  gawk-5.1.0-3.fc34.aarch64 (fedora)
  gdisk-1.0.7-1.fc34.aarch64 (fedora)
  gettext-0.21-4.fc34.aarch64 (fedora)
  gettext-libs-0.21-4.fc34.aarch64 (fedora)
  git-core-2.31.1-3.fc34.aarch64 (fedora-updates)
  glib2-2.68.2-1.fc34.aarch64 (fedora-updates)
  glibc-2.33-8.fc34.aarch64 (fedora-updates)
  glibc-common-2.33-8.fc34.aarch64 (fedora-updates)
  glibc-minimal-langpack-2.33-8.fc34.aarch64 (fedora-updates)
  gmp-1:6.2.0-6.fc34.aarch64 (fedora)
  gnupg2-2.2.27-4.fc34.aarch64 (fedora)
  gnutls-3.7.1-2.fc34.aarch64 (fedora)
  gpgme-1.15.1-2.fc34.aarch64 (fedora)
  grep-3.6-2.fc34.aarch64 (fedora)
  grub2-common-1:2.06~rc1-4.fc34.noarch (fedora-updates)
  grub2-efi-aa64-1:2.06~rc1-4.fc34.aarch64 (fedora-updates)
  grub2-tools-1:2.06~rc1-4.fc34.aarch64 (fedora-updates)
  grub2-tools-minimal-1:2.06~rc1-4.fc34.aarch64 (fedora-updates)
  gzip-1.10-4.fc34.aarch64 (fedora)
  hostname-3.23-4.fc34.aarch64 (fedora)
  ignition-2.10.1-1.fc34.aarch64 (fedora-updates)
  inih-49-3.fc34.aarch64 (fedora)
  iproute-5.10.0-2.fc34.aarch64 (fedora)
  iproute-tc-5.10.0-2.fc34.aarch64 (fedora)
  iptables-1.8.7-3.fc34.aarch64 (fedora)
  iptables-libs-1.8.7-3.fc34.aarch64 (fedora)
  iptables-nft-1.8.7-3.fc34.aarch64 (fedora)
  iptables-services-1.8.7-8.fc34.aarch64 (fedora-updates)
  iputils-20210202-2.fc34.aarch64 (fedora)
  irqbalance-2:1.7.0-5.fc34.aarch64 (fedora)
  iscsi-initiator-utils-6.2.1.2-5.gita8fcb37.fc34.aarch64 (fedora)
  iscsi-initiator-utils-iscsiuio-6.2.1.2-5.gita8fcb37.fc34.aarch64 (fedora)
  isns-utils-libs-0.100-1.fc34.aarch64 (fedora)
  jansson-2.13.1-2.fc34.aarch64 (fedora)
  jose-11-1.fc34.aarch64 (fedora-updates)
  jq-1.6-7.fc34.aarch64 (fedora)
  json-c-0.14-8.fc34.aarch64 (fedora)
  json-glib-1.6.2-1.fc34.aarch64 (fedora)
  kbd-2.4.0-2.fc34.aarch64 (fedora)
  kbd-misc-2.4.0-2.fc34.noarch (fedora)
  kernel-5.12.5-300.fc34.aarch64 (fedora-updates)
  kernel-core-5.12.5-300.fc34.aarch64 (fedora-updates)
  kernel-modules-5.12.5-300.fc34.aarch64 (fedora-updates)
  kexec-tools-2.0.21-5.fc34.aarch64 (fedora)
  keyutils-1.6.1-2.fc34.aarch64 (fedora)
  keyutils-libs-1.6.1-2.fc34.aarch64 (fedora)
  kmod-28-2.fc34.aarch64 (fedora)
  kmod-libs-28-2.fc34.aarch64 (fedora)
  kpartx-0.8.5-4.fc34.aarch64 (fedora)
  krb5-libs-1.19.1-8.fc34.aarch64 (fedora-updates)
  less-581.2-1.fc34.aarch64 (fedora-updates)
  libacl-2.3.1-1.fc34.aarch64 (fedora)
  libaio-0.3.111-11.fc34.aarch64 (fedora)
  libarchive-3.5.1-2.fc34.aarch64 (fedora)
  libargon2-20171227-6.fc34.aarch64 (fedora)
  libassuan-2.5.5-1.fc34.aarch64 (fedora)
  libattr-2.5.1-1.fc34.aarch64 (fedora)
  libbasicobjects-0.1.1-47.fc34.aarch64 (fedora)
  libblkid-2.36.2-1.fc34.aarch64 (fedora)
  libbrotli-1.0.9-4.fc34.aarch64 (fedora)
  libbsd-0.10.0-7.fc34.aarch64 (fedora)
  libcap-2.48-2.fc34.aarch64 (fedora)
  libcap-ng-0.8.2-4.fc34.aarch64 (fedora)
  libcbor-0.7.0-3.fc34.aarch64 (fedora)
  libcollection-0.7.0-47.fc34.aarch64 (fedora)
  libcom_err-1.45.6-5.fc34.aarch64 (fedora)
  libcurl-7.76.1-2.fc34.aarch64 (fedora-updates)
  libdaemon-0.14-21.fc34.aarch64 (fedora)
  libdb-5.3.28-46.fc34.aarch64 (fedora)
  libdhash-0.5.0-47.fc34.aarch64 (fedora)
  libeconf-0.3.8-5.fc34.aarch64 (fedora)
  libedit-3.1-36.20210419cvs.fc34.aarch64 (fedora-updates)
  libevent-2.1.12-3.fc34.aarch64 (fedora)
  libfdisk-2.36.2-1.fc34.aarch64 (fedora)
  libffi-3.1-28.fc34.aarch64 (fedora)
  libfido2-1.6.0-2.fc34.aarch64 (fedora)
  libgcab1-1.4-4.fc34.aarch64 (fedora)
  libgcc-11.1.1-1.fc34.aarch64 (fedora-updates)
  libgcrypt-1.9.3-2.fc34.aarch64 (fedora-updates)
  libgomp-11.1.1-1.fc34.aarch64 (fedora-updates)
  libgpg-error-1.42-1.fc34.aarch64 (fedora)
  libgudev-236-1.fc34.aarch64 (fedora)
  libgusb-0.3.6-1.fc34.aarch64 (fedora)
  libibverbs-35.0-1.fc34.aarch64 (fedora-updates)
  libicu-67.1-6.fc34.aarch64 (fedora)
  libidn2-2.3.1-1.fc34.aarch64 (fedora-updates)
  libini_config-1.3.1-47.fc34.aarch64 (fedora)
  libipa_hbac-2.5.0-2.fc34.aarch64 (fedora-updates)
  libjcat-0.1.6-1.fc34.aarch64 (fedora)
  libjose-11-1.fc34.aarch64 (fedora-updates)
  libkcapi-1.2.1-1.fc34.aarch64 (fedora)
  libkcapi-hmaccalc-1.2.1-1.fc34.aarch64 (fedora)
  libksba-1.5.0-2.fc34.aarch64 (fedora)
  libldb-2.3.0-2.fc34.aarch64 (fedora-updates)
  libluksmeta-9-10.fc34.aarch64 (fedora)
  libmaxminddb-1.5.2-1.fc34.aarch64 (fedora)
  libmetalink-0.1.3-14.fc34.aarch64 (fedora)
  libmnl-1.0.4-13.fc34.aarch64 (fedora)
  libmodulemd-2.12.1-1.fc34.aarch64 (fedora-updates)
  libmount-2.36.2-1.fc34.aarch64 (fedora)
  libndp-1.7-7.fc34.aarch64 (fedora)
  libnet-1.2-2.fc34.aarch64 (fedora)
  libnetfilter_conntrack-1.0.8-2.fc34.aarch64 (fedora)
  libnfnetlink-1.0.1-19.fc34.aarch64 (fedora)
  libnfsidmap-1:2.5.3-3.rc2.fc34.aarch64 (fedora-updates)
  libnftnl-1.1.9-2.fc34.aarch64 (fedora)
  libnghttp2-1.43.0-2.fc34.aarch64 (fedora)
  libnl3-3.5.0-6.fc34.aarch64 (fedora)
  libnl3-cli-3.5.0-6.fc34.aarch64 (fedora)
  libnsl2-1.3.0-2.fc34.aarch64 (fedora)
  libpath_utils-0.2.1-47.fc34.aarch64 (fedora)
  libpcap-14:1.10.0-1.fc34.aarch64 (fedora)
  libpkgconf-1.7.3-6.fc34.aarch64 (fedora)
  libpsl-0.21.1-3.fc34.aarch64 (fedora)
  libpwquality-1.4.4-2.fc34.aarch64 (fedora)
  libref_array-0.1.5-47.fc34.aarch64 (fedora)
  librepo-1.14.0-1.fc34.aarch64 (fedora-updates)
  libreport-filesystem-2.14.0-17.fc34.noarch (fedora)
  libseccomp-2.5.0-4.fc34.aarch64 (fedora)
  libselinux-3.2-1.fc34.aarch64 (fedora)
  libselinux-utils-3.2-1.fc34.aarch64 (fedora)
  libsemanage-3.2-1.fc34.aarch64 (fedora)
  libsepol-3.2-1.fc34.aarch64 (fedora)
  libsigsegv-2.13-2.fc34.aarch64 (fedora)
  libslirp-4.4.0-2.fc34.aarch64 (fedora)
  libsmartcols-2.36.2-1.fc34.aarch64 (fedora)
  libsmbclient-2:4.14.4-0.fc34.aarch64 (fedora-updates)
  libsolv-0.7.17-3.fc34.aarch64 (fedora)
  libss-1.45.6-5.fc34.aarch64 (fedora)
  libssh-0.9.5-2.fc34.aarch64 (fedora)
  libssh-config-0.9.5-2.fc34.noarch (fedora)
  libsss_certmap-2.5.0-2.fc34.aarch64 (fedora-updates)
  libsss_idmap-2.5.0-2.fc34.aarch64 (fedora-updates)
  libsss_nss_idmap-2.5.0-2.fc34.aarch64 (fedora-updates)
  libsss_sudo-2.5.0-2.fc34.aarch64 (fedora-updates)
  libstdc++-11.1.1-1.fc34.aarch64 (fedora-updates)
  libtalloc-2.3.2-2.fc34.aarch64 (fedora)
  libtasn1-4.16.0-4.fc34.aarch64 (fedora)
  libtdb-1.4.3-6.fc34.aarch64 (fedora)
  libteam-1.31-3.fc34.aarch64 (fedora)
  libtevent-0.10.2-7.fc34.aarch64 (fedora)
  libtextstyle-0.21-4.fc34.aarch64 (fedora)
  libtirpc-1.3.2-0.fc34.aarch64 (fedora-updates)
  libunistring-0.9.10-10.fc34.aarch64 (fedora)
  libusbx-1.0.24-2.fc34.aarch64 (fedora)
  libuser-0.63-3.fc34.aarch64 (fedora-updates)
  libutempter-1.2.1-4.fc34.aarch64 (fedora)
  libuuid-2.36.2-1.fc34.aarch64 (fedora)
  libuv-1:1.41.0-1.fc34.aarch64 (fedora)
  libvarlink-util-22-2.fc34.aarch64 (fedora-updates)
  libverto-0.3.2-1.fc34.aarch64 (fedora)
  libwbclient-2:4.14.4-0.fc34.aarch64 (fedora-updates)
  libxcrypt-4.4.20-2.fc34.aarch64 (fedora-updates)
  libxml2-2.9.12-2.fc34.aarch64 (fedora-updates)
  libxmlb-0.3.0-1.fc34.aarch64 (fedora)
  libyaml-0.2.5-5.fc34.aarch64 (fedora)
  libzstd-1.5.0-1.fc34.aarch64 (fedora-updates)
  linux-atm-libs-2.5.1-28.fc34.aarch64 (fedora)
  linux-firmware-20210511-120.fc34.noarch (fedora-updates)
  linux-firmware-whence-20210511-120.fc34.noarch (fedora-updates)
  lmdb-libs-0.9.29-1.fc34.aarch64 (fedora)
  logrotate-3.18.0-3.fc34.aarch64 (fedora-updates)
  lsof-4.94.0-1.fc34.aarch64 (fedora)
  lua-libs-5.4.3-1.fc34.aarch64 (fedora-updates)
  luksmeta-9-10.fc34.aarch64 (fedora)
  lvm2-2.03.11-1.fc34.aarch64 (fedora)
  lvm2-libs-2.03.11-1.fc34.aarch64 (fedora)
  lz4-libs-1.9.3-2.fc34.aarch64 (fedora)
  lzo-2.10-4.fc34.aarch64 (fedora)
  mdadm-4.1-7.fc34.aarch64 (fedora)
  moby-engine-20.10.6-1.fc34.aarch64 (fedora-updates)
  mokutil-2:0.4.0-4.fc34.aarch64 (fedora)
  mozjs78-78.10.0-1.fc34.aarch64 (fedora-updates)
  mpfr-4.1.0-6.fc34.aarch64 (fedora-updates)
  ncurses-6.2-4.20200222.fc34.aarch64 (fedora)
  ncurses-base-6.2-4.20200222.fc34.noarch (fedora)
  ncurses-libs-6.2-4.20200222.fc34.aarch64 (fedora)
  net-tools-2.0-0.59.20160912git.fc34.aarch64 (fedora)
  nettle-3.7.2-1.fc34.aarch64 (fedora)
  newt-0.52.21-9.fc34.aarch64 (fedora)
  nfs-utils-coreos-1:2.5.3-3.rc2.fc34.aarch64 (fedora-updates)
  nftables-1:0.9.8-2.fc34.aarch64 (fedora)
  npth-1.6-6.fc34.aarch64 (fedora)
  nss-altfiles-2.18.1-18.fc34.aarch64 (fedora)
  numactl-libs-2.0.14-3.fc34.aarch64 (fedora)
  nvme-cli-1.11.1-3.fc34.aarch64 (fedora)
  oniguruma-6.9.7.1-1.fc34.aarch64 (fedora-updates)
  openldap-2.4.57-3.fc34.aarch64 (fedora-updates)
  openssh-8.5p1-2.fc34.aarch64 (fedora)
  openssh-clients-8.5p1-2.fc34.aarch64 (fedora)
  openssh-server-8.5p1-2.fc34.aarch64 (fedora)
  openssl-1:1.1.1k-1.fc34.aarch64 (fedora)
  openssl-libs-1:1.1.1k-1.fc34.aarch64 (fedora)
  os-prober-1.77-7.fc34.aarch64 (fedora)
  ostree-2021.2-2.fc34.aarch64 (fedora-updates)
  ostree-libs-2021.2-2.fc34.aarch64 (fedora-updates)
  p11-kit-0.23.22-3.fc34.aarch64 (fedora)
  p11-kit-trust-0.23.22-3.fc34.aarch64 (fedora)
  pam-1.5.1-5.fc34.aarch64 (fedora)
  passwd-0.80-10.fc34.aarch64 (fedora)
  pcre-8.44-3.fc34.1.aarch64 (fedora)
  pcre2-10.36-4.fc34.aarch64 (fedora)
  pcre2-syntax-10.36-4.fc34.noarch (fedora)
  pigz-2.5-1.fc34.aarch64 (fedora)
  pkgconf-1.7.3-6.fc34.aarch64 (fedora)
  pkgconf-m4-1.7.3-6.fc34.noarch (fedora)
  pkgconf-pkg-config-1.7.3-6.fc34.aarch64 (fedora)
  podman-3:3.1.2-3.fc34.aarch64 (fedora-updates)
  podman-plugins-3:3.1.2-3.fc34.aarch64 (fedora-updates)
  policycoreutils-3.2-1.fc34.aarch64 (fedora)
  polkit-0.117-3.fc34.aarch64 (fedora)
  polkit-libs-0.117-3.fc34.aarch64 (fedora)
  polkit-pkla-compat-0.1-19.fc34.aarch64 (fedora)
  popt-1.18-4.fc34.aarch64 (fedora)
  procps-ng-3.3.17-1.fc34.1.aarch64 (fedora-updates)
  protobuf-c-1.3.3-7.fc34.aarch64 (fedora)
  psmisc-23.4-1.fc34.aarch64 (fedora)
  publicsuffix-list-dafsa-20190417-5.fc34.noarch (fedora)
  readline-8.1-2.fc34.aarch64 (fedora)
  rpcbind-1.2.6-0.fc34.aarch64 (fedora-updates)
  rpm-4.16.1.3-1.fc34.aarch64 (fedora)
  rpm-libs-4.16.1.3-1.fc34.aarch64 (fedora)
  rpm-ostree-2021.5-1.fc34.aarch64 (fedora-updates)
  rpm-ostree-libs-2021.5-1.fc34.aarch64 (fedora-updates)
  rpm-plugin-selinux-4.16.1.3-1.fc34.aarch64 (fedora)
  rsync-3.2.3-5.fc34.aarch64 (fedora)
  runc-2:1.0.0-378.rc95.fc34.aarch64 (fedora-coreos-pool)
  samba-client-libs-2:4.14.4-0.fc34.aarch64 (fedora-updates)
  samba-common-2:4.14.4-0.fc34.noarch (fedora-updates)
  samba-common-libs-2:4.14.4-0.fc34.aarch64 (fedora-updates)
  sed-4.8-7.fc34.aarch64 (fedora)
  selinux-policy-34.7-1.fc34.noarch (fedora-updates)
  selinux-policy-targeted-34.7-1.fc34.noarch (fedora-updates)
  setup-2.13.7-3.fc34.noarch (fedora)
  sg3_utils-1.45-4.fc34.aarch64 (fedora)
  sg3_utils-libs-1.45-4.fc34.aarch64 (fedora)
  shadow-utils-2:4.8.1-8.fc34.aarch64 (fedora-updates)
  shared-mime-info-2.1-2.fc34.aarch64 (fedora)
  shim-aa64-15.4-4.aarch64 (fedora)
  skopeo-1:1.2.3-1.fc34.aarch64 (fedora-updates)
  slang-2.3.2-9.fc34.aarch64 (fedora)
  slirp4netns-1.1.9-1.fc34.aarch64 (fedora)
  snappy-1.1.8-5.fc34.aarch64 (fedora)
  socat-1.7.4.1-2.fc34.aarch64 (fedora)
  sqlite-libs-3.34.1-2.fc34.aarch64 (fedora)
  ssh-key-dir-0.1.2-7.fc34.aarch64 (fedora)
  sssd-ad-2.5.0-2.fc34.aarch64 (fedora-updates)
  sssd-client-2.5.0-2.fc34.aarch64 (fedora-updates)
  sssd-common-2.5.0-2.fc34.aarch64 (fedora-updates)
  sssd-common-pac-2.5.0-2.fc34.aarch64 (fedora-updates)
  sssd-ipa-2.5.0-2.fc34.aarch64 (fedora-updates)
  sssd-krb5-2.5.0-2.fc34.aarch64 (fedora-updates)
  sssd-krb5-common-2.5.0-2.fc34.aarch64 (fedora-updates)
  sssd-ldap-2.5.0-2.fc34.aarch64 (fedora-updates)
  stalld-1.10-1.fc34.aarch64 (fedora-updates)
  sudo-1.9.5p2-1.fc34.aarch64 (fedora)
  systemd-248.3-1.fc34.aarch64 (fedora-updates)
  systemd-container-248.3-1.fc34.aarch64 (fedora-updates)
  systemd-libs-248.3-1.fc34.aarch64 (fedora-updates)
  systemd-pam-248.3-1.fc34.aarch64 (fedora-updates)
  systemd-rpm-macros-248.3-1.fc34.noarch (fedora-updates)
  systemd-udev-248.3-1.fc34.aarch64 (fedora-updates)
  tar-2:1.34-1.fc34.aarch64 (fedora)
  teamd-1.31-3.fc34.aarch64 (fedora)
  toolbox-0.0.99.1-1.fc34.aarch64 (fedora)
  tpm2-tools-5.0-2.fc34.aarch64 (fedora)
  tpm2-tss-3.1.0-1.fc34.aarch64 (fedora-updates)
  tzdata-2021a-1.fc34.noarch (fedora)
  userspace-rcu-0.12.1-3.fc34.aarch64 (fedora)
  util-linux-2.36.2-1.fc34.aarch64 (fedora)
  vim-minimal-2:8.2.2875-1.fc34.aarch64 (fedora-updates)
  which-2.21-26.fc34.aarch64 (fedora-updates)
  wireguard-tools-1.0.20210424-1.fc34.aarch64 (fedora-updates)
  xfsprogs-5.10.0-2.fc34.aarch64 (fedora)
  xz-5.2.5-5.fc34.aarch64 (fedora)
  xz-libs-5.2.5-5.fc34.aarch64 (fedora)
  yajl-2.1.0-16.fc34.aarch64 (fedora)
  zchunk-libs-1.1.11-1.fc34.aarch64 (fedora-updates)
  zincati-0.0.20-1.fc34.aarch64 (fedora-updates)
  zlib-1.2.11-26.fc34.aarch64 (fedora)
  zram-generator-0.3.2-3.fc34.aarch64 (fedora)
Input state hash: e1c026e4efa4a0f4deca4b27a79841494c59d596b26e4288812b031205517d97
No apparent changes since previous commit; use --force-nocache to override
commit: 6ae9b673f03ebbb5c0a0c060b27bdf3cffcd39096399e6af5c665782ec37b794 image: cb3ac9347ac78b3438f670be2a3f2ef7c65bd11051e9d12cfd29085b95e382e4
No changes in image inputs.
Config commit: b6311a040e577e6d3642199342e7cade0dabd602
Using manifest: /srv/src/config/manifest.yaml
Estimating disk size...
Disk size estimated to 2389M
++ python3 -c 'import sys, yaml; args = yaml.safe_load(sys.stdin).get("extra-kargs", []); print(" ".join(args))'
+ kargs='systemd.unified_cgroup_hierarchy=0 mitigations=auto,nosmt'
+ tty='console=tty0 console=ttyAMA0,115200n8'
+ case "$basearch" in
+ tty=
+ kargs='systemd.unified_cgroup_hierarchy=0 mitigations=auto,nosmt  ignition.platform.id=qemu'
+ qemu-img create -f qcow2 /srv/tmp/build.qemu/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2.tmp 10G
Formatting '/srv/tmp/build.qemu/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2.tmp', fmt=qcow2 cluster_size=65536 extended_l2=off compression_type=zlib size=10737418240 lazy_refcounts=off refcount_bits=16
+ extra_target_device_opts=
+ [[ qemu == dasd ]]
+ [[ qemu == metal4k ]]
+ target_drive=("-drive" "if=none,id=target,format=${image_format},file=${path}.tmp,cache=unsafe" "-device" "virtio-blk,serial=target,drive=target${extra_target_device_opts}")
+ cat
+ cat image-configured.json image-dynamic.json
+ jq -s add
++ pwd
+ runvm -drive if=none,id=target,format=qcow2,file=/srv/tmp/build.qemu/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2.tmp,cache=unsafe -device virtio-blk,serial=target,drive=target -- /usr/lib/coreos-assembler/create_disk.sh --config /srv/tmp/build.qemu/image.json --kargs '"systemd.unified_cgroup_hierarchy=0 mitigations=auto,nosmt  ignition.platform.id=qemu"'
+ qemu_args=()
+ local qemu_args
+ true
+ case "$1" in
+ qemu_args+=("$1")
+ shift
+ true
+ case "$1" in
+ qemu_args+=("$1")
+ shift
+ true
+ case "$1" in
+ qemu_args+=("$1")
+ shift
+ true
+ case "$1" in
+ qemu_args+=("$1")
+ shift
+ true
+ case "$1" in
+ shift
+ break
+ export tmp_builddir=/srv/tmp/build.qemu
+ tmp_builddir=/srv/tmp/build.qemu
+ local vmpreparedir=/srv/tmp/build.qemu/supermin.prepare
+ local vmbuilddir=/srv/tmp/build.qemu/supermin.build
+ local runvm_console=/srv/tmp/build.qemu/runvm-console.txt
+ local rc_file=/srv/tmp/build.qemu/rc
+ mkdir -p /srv/tmp/build.qemu/supermin.prepare /srv/tmp/build.qemu/supermin.build
+ local rpms
++ grep -v '^#'
+ rpms='
bash vim-minimal coreutils util-linux procps-ng kmod kernel-modules

rpm-ostree distribution-gpg-keys jq
rpm-build

systemd

dhcp-client iproute

selinux-policy selinux-policy-targeted policycoreutils

python3 python3-gobject-base buildah podman skopeo iptables iptables-libs

cryptsetup
gdisk xfsprogs e2fsprogs dosfstools btrfs-progs

ca-certificates'
++ grep -v '^#'
+++ arch
+ archrpms='grub2 grub2-tools-extra
bootupd

shim-aa64 grub2-efi-aa64'
+ supermin --prepare --use-installed -o /srv/tmp/build.qemu/supermin.prepare bash vim-minimal coreutils util-linux procps-ng kmod kernel-modules rpm-ostree distribution-gpg-keys jq rpm-build systemd dhcp-client iproute selinux-policy selinux-policy-targeted policycoreutils python3 python3-gobject-base buildah podman skopeo iptables iptables-libs cryptsetup gdisk xfsprogs e2fsprogs dosfstools btrfs-progs ca-certificates grub2 grub2-tools-extra bootupd shim-aa64 grub2-efi-aa64
[dumb-init] Received signal 17.
[dumb-init] A child with PID 449 exited with exit status 0.
+ find /usr/lib/coreos-assembler/ -type f
+ cat
++ id -u
++ cat /usr/lib/coreos-assembler/supermin-init-prelude.sh
+ chmod a+x /srv/tmp/build.qemu/supermin.prepare/init
+ cd /srv/tmp/build.qemu/supermin.prepare
+ tar -czf init.tar.gz --remove-files init
+ supermin --build /srv/tmp/build.qemu/supermin.prepare --size 5G -f ext2 -o /srv/tmp/build.qemu/supermin.build
[dumb-init] Received signal 17.
[dumb-init] A child with PID 586 exited with exit status 0.
+ echo /usr/lib/coreos-assembler/create_disk.sh --config /srv/tmp/build.qemu/image.json --kargs '"systemd.unified_cgroup_hierarchy=0 mitigations=auto,nosmt  ignition.platform.id=qemu"'
+ touch /srv/tmp/build.qemu/runvm-console.txt
+ kola_args=(kola qemuexec -m 2048 --auto-cpus -U --workdir none --console-to-file "${runvm_console}")
+ base_qemu_args=(-drive 'if=none,id=root,format=raw,snapshot=on,file='"${vmbuilddir}"'/root,index=1' -device 'virtio-blk,drive=root' -kernel "${vmbuilddir}/kernel" -initrd "${vmbuilddir}/initrd" -no-reboot -nodefaults -device virtio-serial -virtfs 'local,id=workdir,path='"${workdir}"',security_model=none,mount_tag=workdir' -append "root=/dev/vda console=${DEFAULT_TERMINAL} selinux=1 enforcing=0 autorelabel=1")
+ '[' -L /srv/src/config ']'
+ '[' -z '' ']'
+ kola qemuexec -m 2048 --auto-cpus -U --workdir none --console-to-file /srv/tmp/build.qemu/runvm-console.txt -- -drive if=none,id=root,format=raw,snapshot=on,file=/srv/tmp/build.qemu/supermin.build/root,index=1 -device virtio-blk,drive=root -kernel /srv/tmp/build.qemu/supermin.build/kernel -initrd /srv/tmp/build.qemu/supermin.build/initrd -no-reboot -nodefaults -device virtio-serial -virtfs local,id=workdir,path=/srv,security_model=none,mount_tag=workdir -append 'root=/dev/vda console=ttyAMA0 selinux=1 enforcing=0 autorelabel=1' -device virtserialport,chardev=virtioserial0,name=cosa-cmdout -chardev stdio,id=virtioserial0 -drive if=none,id=target,format=qcow2,file=/srv/tmp/build.qemu/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2.tmp,cache=unsafe -device virtio-blk,serial=target,drive=target
qemu-system-aarch64: warning: 9p: degraded performance: a reasonable high msize should be chosen on client/guest side (chosen msize is <= 8192). See https://wiki.qemu.org/Documentation/9psetup#msize for details.
+ BOOTPN=3
+ ROOTPN=4
+ '[' 1876M '!=' 0 ']'
+ rootfs_size=+1876M
+ case "$arch" in
+ EFIPN=2
+ sgdisk -Z /dev/vdb -U 00000000-0000-4000-a000-000000000001 -n 2:0:+127M -c 2:EFI-SYSTEM -t 2:C12A7328-F81F-11D2-BA4B-00A0C93EC93B -n 3:0:+384M -c 3:boot -n 4:0:+1876M -c 4:root -t 4:0FC63DAF-8483-4772-8E79-3D69D8477DE4
Creating new GPT entries in memory.
GPT data structures destroyed! You may now partition the disk using fdisk or
other utilities.
Setting name!
partNum is 1
Setting name!
partNum is 2
Setting name!
partNum is 3
The operation has completed successfully.
+ sgdisk -p /dev/vdb
Disk /dev/vdb: 20971520 sectors, 10.0 GiB
Sector size (logical/physical): 512/512 bytes
Disk identifier (GUID): 00000000-0000-4000-A000-000000000001
Partition table holds up to 128 entries
Main partition table begins at sector 2 and ends at sector 33
First usable sector is 34, last usable sector is 20971486
Partitions will be aligned on 2048-sector boundaries
Total free space is 16082877 sectors (7.7 GiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   2            2048          262143   127.0 MiB   EF00  EFI-SYSTEM
   3          262144         1048575   384.0 MiB   8300  boot
   4         1048576         4890623   1.8 GiB     8300  root
+ udevtrig
+ udevadm trigger
+ udevadm settle
+ root_dev=/dev/vdb4
+ bootargs=
+ case "${bootfs}" in
+ mkfs.ext4 /dev/vdb3 -L boot -U 96d15588-3596-4b3c-adca-a2ff7279ea63
mke2fs 1.45.6 (20-Mar-2020)
Discarding device blocks: done
Creating filesystem with 393216 1k blocks and 98304 inodes
Filesystem UUID: 96d15588-3596-4b3c-adca-a2ff7279ea63
Superblock backups stored on blocks:
        8193, 24577, 40961, 57345, 73729, 204801, 221185

Allocating group tables: done
Writing inode tables: done
Creating journal (8192 blocks): done
Writing superblocks and filesystem accounting information: done

+ '[' x ']'
+ mkfs.fat /dev/vdb2 -n EFI-SYSTEM
mkfs.fat 4.2 (2021-01-31)
+ case "${rootfs_type}" in
+ mkfs.xfs /dev/vdb4 -L root -m reflink=1 -m uuid=910678ff-f77e-4a7d-8d53-86f2ac47a823
meta-data=/dev/vdb4              isize=512    agcount=4, agsize=120064 blks
         =                       sectsz=512   attr=2, projid32bit=1
         =                       crc=1        finobt=1, sparse=1, rmapbt=0
         =                       reflink=1    bigtime=0
data     =                       bsize=4096   blocks=480256, imaxpct=25
         =                       sunit=0      swidth=0 blks
naming   =version 2              bsize=4096   ascii-ci=0, ftype=1
log      =internal log           bsize=4096   blocks=2560, version=2
         =                       sectsz=512   sunit=0 blks, lazy-count=1
realtime =none                   extsz=4096   blocks=0, rtextents=0
Discarding blocks...Done.
+ rootfs=/tmp/rootfs
+ rm -rf /tmp/rootfs
+ mkdir -p /tmp/rootfs
+ mount -o discard /dev/vdb4 /tmp/rootfs
++ matchpathcon -n /
+ chcon system_u:object_r:root_t:s0 /tmp/rootfs
+ mkdir /tmp/rootfs/boot
++ matchpathcon -n /boot
+ chcon system_u:object_r:boot_t:s0 /tmp/rootfs/boot
+ mount /dev/vdb3 /tmp/rootfs/boot
++ matchpathcon -n /boot
+ chcon system_u:object_r:boot_t:s0 /tmp/rootfs/boot
+ '[' x ']'
+ mkdir /tmp/rootfs/boot/efi
+ mount /dev/vdb2 /tmp/rootfs/boot/efi
+ ostree admin init-fs --modern /tmp/rootfs
+ '[' xfs = ext4verity ']'
+ ostree pull-local --repo /tmp/rootfs/ostree/repo /srv/tmp/repo 6ae9b673f03ebbb5c0a0c060b27bdf3cffcd39096399e6af5c665782ec37b794
3016 metadata, 19301 content objects imported; 1.3?GB content written

real    0m31.253s
user    0m15.202s
sys     0m37.674s
+ test -n fedora
+ deploy_ref=fedora:fedora/aarch64/coreos/testing-devel
+ ostree refs --repo /tmp/rootfs/ostree/repo --create fedora:fedora/aarch64/coreos/testing-devel 6ae9b673f03ebbb5c0a0c060b27bdf3cffcd39096399e6af5c665782ec37b794
+ ostree admin os-init fedora-coreos --sysroot /tmp/rootfs
ostree/deploy/fedora-coreos initialized as OSTree root
+ allkargs=' systemd.unified_cgroup_hierarchy=0 mitigations=auto,nosmt  ignition.platform.id=qemu $ignition_firstboot'
+ kargsargs=
+ for karg in $allkargs
+ kargsargs+='--karg-append=systemd.unified_cgroup_hierarchy=0 '
+ for karg in $allkargs
+ kargsargs+='--karg-append=mitigations=auto,nosmt '
+ for karg in $allkargs
+ kargsargs+='--karg-append=ignition.platform.id=qemu '
+ for karg in $allkargs
+ kargsargs+='--karg-append=$ignition_firstboot '
+ ostree admin deploy fedora:fedora/aarch64/coreos/testing-devel --sysroot /tmp/rootfs --os fedora-coreos --karg-append=systemd.unified_cgroup_hierarchy=0 --karg-append=mitigations=auto,nosmt --karg-append=ignition.platform.id=qemu '--karg-append=$ignition_firstboot'
Relabeling /var (no stamp file 'var/.ostree-selabeled' found)
Bootloader updated; bootconfig swap: yes; bootversion: boot.1.1, deployment count change: 1
+ deploy_root=/tmp/rootfs/ostree/deploy/fedora-coreos/deploy/6ae9b673f03ebbb5c0a0c060b27bdf3cffcd39096399e6af5c665782ec37b794.0
+ test -d /tmp/rootfs/ostree/deploy/fedora-coreos/deploy/6ae9b673f03ebbb5c0a0c060b27bdf3cffcd39096399e6af5c665782ec37b794.0
+ cat
+ bootloader_backend=none
+ case "$arch" in
+ install_uefi
+ /usr/bin/bootupctl backend install --src-root=/tmp/rootfs/ostree/deploy/fedora-coreos/deploy/6ae9b673f03ebbb5c0a0c060b27bdf3cffcd39096399e6af5c665782ec37b794.0 /tmp/rootfs
+ local target_efi=/tmp/rootfs/boot/efi
++ find /tmp/rootfs/boot/efi/EFI/ -maxdepth 1 -type d
++ grep -v BOOT
+ local 'grubefi=/tmp/rootfs/boot/efi/EFI/
/tmp/rootfs/boot/efi/EFI/fedora'
+ local vendor_id=fedora
+ local vendordir=/tmp/rootfs/boot/efi/EFI/fedora
+ mkdir -p /tmp/rootfs/boot/efi/EFI/fedora
+ cat
+ install_grub_cfg
+ mkdir -p -m 0700 /tmp/rootfs/boot/grub2
+ cp -v /usr/lib/coreos-assembler/grub.cfg /tmp/rootfs/boot/grub2/grub.cfg
'/usr/lib/coreos-assembler/grub.cfg' -> '/tmp/rootfs/boot/grub2/grub.cfg'
+ ostree config --repo /tmp/rootfs/ostree/repo set sysroot.bootloader none
+ ostree config --repo /tmp/rootfs/ostree/repo set sysroot.readonly true
+ touch /tmp/rootfs/boot/ignition.firstboot
+ chattr +i /tmp/rootfs
+ fstrim -a -v
/tmp/rootfs/boot/efi: 120.9 MiB (126824448 bytes) trimmed on /dev/vdb2
/tmp/rootfs/boot: 272.2 MiB (285421568 bytes) trimmed on /dev/vdb3
/tmp/rootfs: 528.1 MiB (553787392 bytes) trimmed on /dev/vdb4
/: 4 GiB (4341530624 bytes) trimmed on /dev/vda
+ for fs in $rootfs/boot $rootfs
+ mount -o remount,ro /tmp/rootfs/boot
+ xfs_freeze -f /tmp/rootfs/boot
+ for fs in $rootfs/boot $rootfs
+ mount -o remount,ro /tmp/rootfs
+ xfs_freeze -f /tmp/rootfs
+ umount -R /tmp/rootfs
+ rmdir /tmp/rootfs
+ rm -rf /srv/tmp/build.qemu/supermin.out /srv/tmp/build.qemu/supermin.prepare /srv/tmp/build.qemu/supermin.build
+ '[' '!' -f /srv/tmp/build.qemu/rc ']'
++ cat /srv/tmp/build.qemu/rc
+ rc=0
+ return 0
+ /usr/lib/coreos-assembler/finalize-artifact /srv/tmp/build.qemu/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2.tmp /srv/tmp/build.qemu/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2
++ sha256sum_str
++ sha256sum
++ cut -f 1 -d ' '
+ sha256=5f5713618ecdefdea1e0747e044466c5ebfda28cd8f7298b103e90a6917bbe22
+ jq -s add
++ stat -c %s fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2
+ python3 -c '
import sys, json
j = json.load(sys.stdin)
j['\''images'\'']['\''qemu'\''] = {
    '\''path'\'': '\''fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2'\'',
    '\''sha256'\'': '\''5f5713618ecdefdea1e0747e044466c5ebfda28cd8f7298b103e90a6917bbe22'\'',
    '\''size'\'': 1517355008
}
json.dump(j, sys.stdout, indent=4)
'
++ readlink -f meta.json.new
+ cosa meta --workdir /srv --build 34.20210524.dev.0 --artifact qemu --artifact-json /srv/tmp/build.qemu/meta.json.new
/srv/builds/34.20210524.dev.0/aarch64/meta.qemu.json wrote with version stamp 1621883140881190000
+ /usr/lib/coreos-assembler/finalize-artifact fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2 /srv/builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2
+ set +x
Successfully generated: fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2
INFO[0107] Script complete                               script=/tmp/stages043593876/script-0.sh
INFO[0107] Executing rendered script                     cmd=/bin/bash rendered=/tmp/rendered084355341
INFO[0107] Script complete                               script=/tmp/stages043593876/post.sh
INFO[0107] Looking for builds                            dir=/srv
INFO[0107] Searching for extra meta.json files
INFO[0107] found meta                                    extra meta.json=meta.qemu.json
INFO[0107] Finished execution
INFO[0107] Looking for builds                            dir=/srv
INFO[0107] Searching for extra meta.json files
INFO[0107] found meta                                    extra meta.json=meta.qemu.json
INFO[0107] Uploaded                                      bucket=builds etag=323834b1489700ca89f2016b9704ef7d from=/srv/builds/34.20210524.dev.0/aarch64/meta.json func=putter gangplank.coreos.com/cosa/stamp=1621885644140286130 object=34.20210524.dev.0/aarch64/meta.json remote size=9825 size=9825
INFO[0108] Uploaded                                      bucket=builds etag=2109a07d6cce6dc2f17b892504273fdd from=/srv/builds/34.20210524.dev.0/aarch64/meta.qemu.json func=putter gangplank.coreos.com/cosa/stamp=1621885644584957109 object=34.20210524.dev.0/aarch64/meta.qemu.json remote size=13584 size=13584
INFO[0108] Uploaded                                      bucket=builds etag=862954820c596c7a34df1bf947acb747 from=/srv/builds/34.20210524.dev.0/aarch64/ostree-commit-object func=putter gangplank.coreos.com/cosa/stamp=1621885645062643674 object=34.20210524.dev.0/aarch64/ostree-commit-object remote size=18956 size=18956
INFO[0109] Uploaded                                      bucket=builds etag=3948fd362bd188a340e2a8c3cc103ad1 from=/srv/builds/builds.json func=putter gangplank.coreos.com/cosa/stamp=1621885645577385495 object=builds.json remote size=344 size=344
INFO[0109] Uploaded                                      bucket=builds etag=7a34df330d1fc126616f65f9fcfe489f from=/srv/builds/34.20210524.dev.0/aarch64/commitmeta.json func=putter gangplank.coreos.com/cosa/stamp=1621885646050555750 object=34.20210524.dev.0/aarch64/commitmeta.json remote size=39892 size=39892
INFO[0121] Uploaded                                      bucket=builds etag=04c3d8c0a118fdd6b155293aa80f4c6c-5 from=/srv/builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-ostree.aarch64.tar func=putter gangplank.coreos.com/cosa/stamp=1621885658198030911 object=34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-ostree.aarch64.tar remote size=652851200 size=652851200
INFO[0148] Uploaded                                      bucket=builds etag=fc18acb7c16c425abe2f56262f25330d-12 from=/srv/builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2 func=putter gangplank.coreos.com/cosa/stamp=1621885684496575238 object=34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2 remote size=1517355008 size=1517355008
INFO[0148] Uploaded                                      bucket=builds etag=8571bb44f4479d0705ba7d0998832975 from=/srv/builds/34.20210524.dev.0/aarch64/manifest-lock.generated.aarch64.json func=putter gangplank.coreos.com/cosa/stamp=1621885685005023975 object=34.20210524.dev.0/aarch64/manifest-lock.generated.aarch64.json remote size=25885 size=25885
INFO[0148] Processed Uploads                             error="<nil>"
INFO[0148] Looking for builds                            dir=/srv
INFO[0148] Searching for extra meta.json files
INFO[0148] found meta                                    extra meta.json=meta.qemu.json
[dumb-init] Received signal 17.
[dumb-init] A child with PID 2 exited with exit status 0.
[dumb-init] Forwarded signal 15 to children.
[dumb-init] Child exited with status 0. Goodbye.
DEBU[0150] execution done
DEBU[0150] done with execution group                     execution group=1
INFO[0150] Looking for builds                            dir=/srv
INFO[0150] Searching for extra meta.json files
INFO[0150] found meta                                    extra meta.json=meta.qemu.json
DEBU[0150] will request                                  bucket=builds object=34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2 require_artifacts="[qemu]" stage="ExecOrder 5 Stage 1621885535803698150"
DEBU[0150] all dependencies for stage have been meet     require_artifacts="[qemu]" stage="ExecOrder 5 Stage 1621885535803698150"
INFO[0150] Worker dependences have been defined          require_artifacts="[qemu]" stage="ExecOrder 5 Stage 1621885535803698150"
INFO[0150] Executing worker pod                          require_artifacts="[qemu]" stage="ExecOrder 5 Stage 1621885535803698150"
INFO[0150] Creating pod cosa-b857f3bb-ccf0-4e02-ab62-af6d41b98ba1-worker-1
INFO[0150] InitContainer has been defined
DEBU[0150] Found SSH_AUTH_SOCK "/tmp/ssh-XXXXXX0AQMeT/agent.21", ssh-agent signer(s) enabled
DEBU[0150] SSH Agent Key SHA256:yj81KMZhULYlmTv5n3f4YPJL1pil6t8CvkIL+OzIRxM ssh-rsa
INFO[0151] using host directory for /srv                 bind mount=/home/fedora/srv image="localhost/coreos-assembler:latest" method=podman podName=cosa-b857f3bb-ccf0-4e02-ab62-af6d41b98ba1-worker-1
INFO[0151] Going to start container "1aadf45c2ae686467292360a0691f26580b9338bf0f058788bd604e01ab05dfa"
INFO[0151] binding stdio to continater                   image="localhost/coreos-assembler:latest" method=podman podName=cosa-b857f3bb-ccf0-4e02-ab62-af6d41b98ba1-worker-1 stdErr=/dev/stdout stdIn=/dev/stdin stdOut=/dev/stdout
INFO[0151] Going to attach to container "1aadf45c2ae686467292360a0691f26580b9338bf0f058788bd604e01ab05dfa"
DEBU[0151] Copying STDOUT of container in terminal mode
DEBU[0151] Copying STDIN to socket
+ mkdir -p src
+ cd src
+ test -e config
+ mkdir -p cache
+ mkdir -p builds
+ mkdir -p tmp
+ mkdir -p overrides/rpm
+ mkdir -p overrides/rootfs
INFO[0001] Fetching remote file builds/34.20210524.dev.0/aarch64/commitmeta.json
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.0/aarch64/commitmeta.json
INFO[0001] Wrote file                                    bucket=builds bytes=39892 host=localhost object=34.20210524.dev.0/aarch64/commitmeta.json
INFO[0001] Fetching remote file builds/34.20210524.dev.0/aarch64/manifest-lock.generated.aarch64.json
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.0/aarch64/manifest-lock.generated.aarch64.json
INFO[0001] Wrote file                                    bucket=builds bytes=25885 host=localhost object=34.20210524.dev.0/aarch64/manifest-lock.generated.aarch64.json
INFO[0001] Fetching remote file builds/34.20210524.dev.0/aarch64/meta.json
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.0/aarch64/meta.json
INFO[0001] Wrote file                                    bucket=builds bytes=9825 host=localhost object=34.20210524.dev.0/aarch64/meta.json
INFO[0001] Fetching remote file builds/34.20210524.dev.0/aarch64/ostree-commit-object
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.0/aarch64/ostree-commit-object
INFO[0001] Wrote file                                    bucket=builds bytes=18956 host=localhost object=34.20210524.dev.0/aarch64/ostree-commit-object
INFO[0001] Fetching remote file builds/builds.json
INFO[0001] Writing to a forced path                      bucket=builds force path=/srv/builds/builds.json object=builds.json path=/srv/builds/builds.json
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=builds.json
INFO[0001] Wrote file                                    bucket=builds bytes=344 host=localhost object=builds.json
INFO[0001] Fetching remote file builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2
INFO[0002] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2
INFO[0533] Wrote file                                    bucket=builds bytes=1517355008 host=localhost object=34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2
INFO[0533] Looking for builds                            dir=/srv
INFO[0533] Searching for extra meta.json files
INFO[0533] found meta                                    extra meta.json=meta.qemu.json
INFO[0533] Executing Stage                               build artifacts="[aws]" commands="[]" optional artifacts="[]" required artifacts="[qemu]" stage id="ExecOrder 5 Stage 1621885535803698150"
INFO[0533] Stage: &{ExecOrder 5 Stage 1621885535803698150 Stage 5 execution aws false false false [qemu] [] [aws] [] [] [] [] false 5 false false false false false false [] []}
INFO[0533] Mapping artifacts                             mapping artifacts="[aws]"
INFO[0533] mapping artifact to command                   artifact=aws
INFO[0533] checking shorthand                            command=aws
INFO[0533] Resolving test definitions                    mapping tests="[]"
INFO[0533] stage commands readied                        cmd="[cosa buildextend-aws]"
INFO[0533] Executing rendered script                     cmd=/bin/bash rendered=/tmp/rendered324048289
INFO[0533] Script complete                               script=/tmp/stages884342474/prep.sh
INFO[0533] /tmp/stages884342474/script-0.sh: cosa buildextend-aws
INFO[0533] Executing 1 stage commands serially
INFO[0533] Executing rendered script                     cmd=/bin/bash rendered=/tmp/rendered563817100
+ cosa buildextend-aws
[INFO]: symlink is for a build and publish command
[INFO]: ore target aws found via symlink
[INFO]: Targeting build: 34.20210524.dev.0
[INFO]: Processed build for: Fedora CoreOS testing-devel (FEDORA-COREOS-aarch64) 34.20210524.dev.0
[INFO]: operating on fedora-coreos-34.20210524.dev.0-aws.aarch64.vmdk
[INFO]: Processing the build artifacts
[INFO]: Staging temp image: /srv/tmp/tmp4n34gadn/fedora-coreos-34.20210524.dev.0-aws.aarch64.vmdk
+ /usr/lib/coreos-assembler/gf-platformid builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2 /srv/tmp/tmp4n34gadn/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2.working aws
+++ dirname /srv/tmp/tmp4n34gadn/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2.working
++ mktemp -tdp /srv/tmp/tmp4n34gadn gf-platformid.XXXXXX
+ tmpd=/srv/tmp/gf-platformid.SusZdX
+ tmp_dest=/srv/tmp/gf-platformid.SusZdX/box.img
+ /usr/lib/coreos-assembler/cp-reflink builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2 /srv/tmp/gf-platformid.SusZdX/box.img
+ chmod u+w /srv/tmp/gf-platformid.SusZdX/box.img
+ coreos_gf_run_mount ro /srv/tmp/gf-platformid.SusZdX/box.img
+ local mntarg=mount
+ '[' ro = ro ']'
+ mntarg=mount-ro
+ shift
+ coreos_gf_run /srv/tmp/gf-platformid.SusZdX/box.img
+ '[' -n '' ']'
+ coreos_gf_launch /srv/tmp/gf-platformid.SusZdX/box.img
+ '[' -n '' ']'
++ guestfish --listen -a /srv/tmp/gf-platformid.SusZdX/box.img
+ eval 'GUESTFISH_PID=95; export GUESTFISH_PID'
++ GUESTFISH_PID=95
++ export GUESTFISH_PID
+ '[' -z 95 ']'
+ coreos_gf run
+ guestfish --remote -- run
+ GUESTFISH_RUNNING=1
++ coreos_gf findfs-label root
++ guestfish --remote -- findfs-label root
+ root=/dev/sda4
+ coreos_gf mount-ro /dev/sda4 /
+ guestfish --remote -- mount-ro /dev/sda4 /
+ local boot
++ coreos_gf findfs-label boot
++ guestfish --remote -- findfs-label boot
+ boot=/dev/sda3
+ coreos_gf mount-ro /dev/sda3 /boot
+ guestfish --remote -- mount-ro /dev/sda3 /boot
+ local partitions
+ local label
++ coreos_gf list-partitions
++ guestfish --remote -- list-partitions
+ partitions='/dev/sda2
/dev/sda3
/dev/sda4'
+ for pt in $partitions
++ coreos_gf vfs-label /dev/sda2
++ guestfish --remote -- vfs-label /dev/sda2
+ label=EFI-SYSTEM
+ '[' EFI-SYSTEM == EFI-SYSTEM ']'
+ coreos_gf mount-ro /dev/sda2 /boot/efi
+ guestfish --remote -- mount-ro /dev/sda2 /boot/efi
+ for pt in $partitions
++ coreos_gf vfs-label /dev/sda3
++ guestfish --remote -- vfs-label /dev/sda3
+ label=boot
+ '[' boot == EFI-SYSTEM ']'
+ for pt in $partitions
++ coreos_gf vfs-label /dev/sda4
++ guestfish --remote -- vfs-label /dev/sda4
+ label=root
+ '[' root == EFI-SYSTEM ']'
++ coreos_gf ls /ostree/deploy
++ guestfish --remote -- ls /ostree/deploy
+ stateroot=/ostree/deploy/fedora-coreos
++ coreos_gf ls /ostree/deploy/fedora-coreos/deploy
++ guestfish --remote -- ls /ostree/deploy/fedora-coreos/deploy
++ grep -v .origin
+ deploydir=/ostree/deploy/fedora-coreos/deploy/6ae9b673f03ebbb5c0a0c060b27bdf3cffcd39096399e6af5c665782ec37b794.0
+ export stateroot deploydir
+ coreos_gf remount /boot rw:true
+ guestfish --remote -- remount /boot rw:true
++ coreos_gf glob-expand '/boot/loader/entries/ostree-*.conf'
++ guestfish --remote -- glob-expand '/boot/loader/entries/ostree-*.conf'
+ blscfg_path=/boot/loader/entries/ostree-1-fedora-coreos.conf
+ coreos_gf download /boot/loader/entries/ostree-1-fedora-coreos.conf /srv/tmp/gf-platformid.SusZdX/bls.conf
+ guestfish --remote -- download /boot/loader/entries/ostree-1-fedora-coreos.conf /srv/tmp/gf-platformid.SusZdX/bls.conf
+ sed -i -e 's, ignition.platform.id=[a-zA-Z0-9]*,,g' /srv/tmp/gf-platformid.SusZdX/bls.conf
+ sed -i -e 's,^\(options .*\),\1 ignition.platform.id=aws,' /srv/tmp/gf-platformid.SusZdX/bls.conf
+ coreos_gf upload /srv/tmp/gf-platformid.SusZdX/bls.conf /boot/loader/entries/ostree-1-fedora-coreos.conf
+ guestfish --remote -- upload /srv/tmp/gf-platformid.SusZdX/bls.conf /boot/loader/entries/ostree-1-fedora-coreos.conf
+ '[' aarch64 = s390x ']'
+ coreos_gf umount-all
+ guestfish --remote -- umount-all
++ coreos_gf findfs-label boot
++ guestfish --remote -- findfs-label boot
+ bootpn=/dev/sda3
+ coreos_gf e2fsck /dev/sda3 correct:false forceall:true
+ guestfish --remote -- e2fsck /dev/sda3 correct:false forceall:true
+ coreos_gf_shutdown
+ coreos_gf umount-all
+ guestfish --remote -- umount-all
+ coreos_gf exit
+ guestfish --remote -- exit
+ GUESTFISH_RUNNING=
+ GUESTFISH_PID=
+ mv /srv/tmp/gf-platformid.SusZdX/box.img /srv/tmp/tmp4n34gadn/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2.working
[dumb-init] Received signal 17.
[dumb-init] A child with PID 95 exited with exit status 0.
+ rm /srv/tmp/gf-platformid.SusZdX -rf
+ _coreos_gf_cleanup
+ guestfish --remote -- exit
+ :
+ '[' -n '' ']'
+ qemu-img convert -f qcow2 -O vmdk /srv/tmp/tmp4n34gadn/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2.working -o adapter_type=lsilogic,subformat=streamOptimized,compat6 /srv/tmp/tmp4n34gadn/fedora-coreos-34.20210524.dev.0-aws.aarch64.vmdk
+ qemu-img info --output=json /srv/tmp/tmp4n34gadn/fedora-coreos-34.20210524.dev.0-aws.aarch64.vmdk
[INFO]: Moving /srv/tmp/tmp4n34gadn/fedora-coreos-34.20210524.dev.0-aws.aarch64.vmdk to /srv/builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-aws.aarch64.vmdk
[INFO]: Calculating metadata for fedora-coreos-34.20210524.dev.0-aws.aarch64.vmdk
[INFO]: Finished building artifacts
[INFO]: finishing ore processing
INFO[0671] Script complete                               script=/tmp/stages884342474/script-0.sh
INFO[0671] Executing rendered script                     cmd=/bin/bash rendered=/tmp/rendered497900667
INFO[0671] Script complete                               script=/tmp/stages884342474/post.sh
INFO[0671] Looking for builds                            dir=/srv
INFO[0671] Searching for extra meta.json files
INFO[0671] found meta                                    extra meta.json=meta.aws.json
INFO[0671] found meta                                    extra meta.json=meta.qemu.json
INFO[0671] Finished execution
INFO[0671] Looking for builds                            dir=/srv
INFO[0671] Searching for extra meta.json files
INFO[0671] found meta                                    extra meta.json=meta.aws.json
INFO[0671] found meta                                    extra meta.json=meta.qemu.json
INFO[0672] Uploaded                                      bucket=builds etag=3948fd362bd188a340e2a8c3cc103ad1 from=/srv/builds/builds.json func=putter gangplank.coreos.com/cosa/stamp=1621886359217554102 object=builds.json remote size=344 size=344
INFO[0685] Uploaded                                      bucket=builds etag=983d444be5884135dc37fb3e03317a68-6 from=/srv/builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-aws.aarch64.vmdk func=putter gangplank.coreos.com/cosa/stamp=1621886372688934290 object=34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-aws.aarch64.vmdk remote size=735403008 size=735403008
INFO[0697] Uploaded                                      bucket=builds etag=04c3d8c0a118fdd6b155293aa80f4c6c-5 from=/srv/builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-ostree.aarch64.tar func=putter gangplank.coreos.com/cosa/stamp=1621886384804756840 object=34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-ostree.aarch64.tar remote size=652851200 size=652851200
INFO[0698] Uploaded                                      bucket=builds etag=323834b1489700ca89f2016b9704ef7d from=/srv/builds/34.20210524.dev.0/aarch64/meta.json func=putter gangplank.coreos.com/cosa/stamp=1621886385353868272 object=34.20210524.dev.0/aarch64/meta.json remote size=9825 size=9825
INFO[0698] Uploaded                                      bucket=builds etag=2109a07d6cce6dc2f17b892504273fdd from=/srv/builds/34.20210524.dev.0/aarch64/meta.qemu.json func=putter gangplank.coreos.com/cosa/stamp=1621886385878184529 object=34.20210524.dev.0/aarch64/meta.qemu.json remote size=13584 size=13584
INFO[0699] Uploaded                                      bucket=builds etag=862954820c596c7a34df1bf947acb747 from=/srv/builds/34.20210524.dev.0/aarch64/ostree-commit-object func=putter gangplank.coreos.com/cosa/stamp=1621886386406840215 object=34.20210524.dev.0/aarch64/ostree-commit-object remote size=18956 size=18956
INFO[0699] Uploaded                                      bucket=builds etag=7a34df330d1fc126616f65f9fcfe489f from=/srv/builds/34.20210524.dev.0/aarch64/commitmeta.json func=putter gangplank.coreos.com/cosa/stamp=1621886386905570852 object=34.20210524.dev.0/aarch64/commitmeta.json remote size=39892 size=39892
INFO[0700] Uploaded                                      bucket=builds etag=8571bb44f4479d0705ba7d0998832975 from=/srv/builds/34.20210524.dev.0/aarch64/manifest-lock.generated.aarch64.json func=putter gangplank.coreos.com/cosa/stamp=1621886387445305574 object=34.20210524.dev.0/aarch64/manifest-lock.generated.aarch64.json remote size=25885 size=25885
INFO[0700] Uploaded                                      bucket=builds etag=de9516c149651a56586f2d1dd17c2663 from=/srv/builds/34.20210524.dev.0/aarch64/meta.aws.json func=putter gangplank.coreos.com/cosa/stamp=1621886387878644472 object=34.20210524.dev.0/aarch64/meta.aws.json remote size=13580 size=13580
INFO[0700] Processed Uploads                             error="<nil>"
INFO[0700] Looking for builds                            dir=/srv
INFO[0700] Searching for extra meta.json files
INFO[0700] found meta                                    extra meta.json=meta.aws.json
INFO[0700] found meta                                    extra meta.json=meta.qemu.json
[dumb-init] Received signal 17.
[dumb-init] A child with PID 2 exited with exit status 0.
[dumb-init] Forwarded signal 15 to children.
[dumb-init] Child exited with status 0. Goodbye.
DEBU[0853] execution done
DEBU[0853] done with execution group                     execution group=5
INFO[0853] Looking for builds                            dir=/srv
INFO[0853] Searching for extra meta.json files
INFO[0853] found meta                                    extra meta.json=meta.aws.json
INFO[0853] found meta                                    extra meta.json=meta.qemu.json
DEBU[0853] all dependencies for stage have been meet     require_artifacts="[]" stage="ExecOrder 999 Stage 1621885535803712547"
INFO[0853] Worker dependences have been defined          require_artifacts="[]" stage="ExecOrder 999 Stage 1621885535803712547"
INFO[0853] Executing worker pod                          require_artifacts="[]" stage="ExecOrder 999 Stage 1621885535803712547"
INFO[0853] Creating pod cosa-b857f3bb-ccf0-4e02-ab62-af6d41b98ba1-worker-2
INFO[0853] InitContainer has been defined
DEBU[0853] Found SSH_AUTH_SOCK "/tmp/ssh-XXXXXX0AQMeT/agent.21", ssh-agent signer(s) enabled
DEBU[0853] SSH Agent Key SHA256:yj81KMZhULYlmTv5n3f4YPJL1pil6t8CvkIL+OzIRxM ssh-rsa
INFO[0854] using host directory for /srv                 bind mount=/home/fedora/srv image="localhost/coreos-assembler:latest" method=podman podName=cosa-b857f3bb-ccf0-4e02-ab62-af6d41b98ba1-worker-2
INFO[0854] Going to start container "3ddce262b9f529fa783dddbfb2a45b42e63a4939aa3cc52cfd481bbe96473d39"
INFO[0854] binding stdio to continater                   image="localhost/coreos-assembler:latest" method=podman podName=cosa-b857f3bb-ccf0-4e02-ab62-af6d41b98ba1-worker-2 stdErr=/dev/stdout stdIn=/dev/stdin stdOut=/dev/stdout
INFO[0854] Going to attach to container "3ddce262b9f529fa783dddbfb2a45b42e63a4939aa3cc52cfd481bbe96473d39"
DEBU[0854] Copying STDIN to socket
DEBU[0854] Copying STDOUT of container in terminal mode
+ mkdir -p src
+ cd src
+ test -e config
+ mkdir -p cache
+ mkdir -p builds
+ mkdir -p tmp
+ mkdir -p overrides/rpm
+ mkdir -p overrides/rootfs
INFO[0001] Fetching remote file builds/34.20210524.dev.0/aarch64/commitmeta.json
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.0/aarch64/commitmeta.json
INFO[0001] Wrote file                                    bucket=builds bytes=39892 host=localhost object=34.20210524.dev.0/aarch64/commitmeta.json
INFO[0001] Fetching remote file builds/34.20210524.dev.0/aarch64/manifest-lock.generated.aarch64.json
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.0/aarch64/manifest-lock.generated.aarch64.json
INFO[0001] Wrote file                                    bucket=builds bytes=25885 host=localhost object=34.20210524.dev.0/aarch64/manifest-lock.generated.aarch64.json
INFO[0001] Fetching remote file builds/34.20210524.dev.0/aarch64/meta.json
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.0/aarch64/meta.json
INFO[0001] Wrote file                                    bucket=builds bytes=9825 host=localhost object=34.20210524.dev.0/aarch64/meta.json
INFO[0001] Fetching remote file builds/34.20210524.dev.0/aarch64/ostree-commit-object
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.0/aarch64/ostree-commit-object
INFO[0001] Wrote file                                    bucket=builds bytes=18956 host=localhost object=34.20210524.dev.0/aarch64/ostree-commit-object
INFO[0001] Fetching remote file builds/builds.json
INFO[0001] Writing to a forced path                      bucket=builds force path=/srv/builds/builds.json object=builds.json path=/srv/builds/builds.json
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=builds.json
INFO[0001] Wrote file                                    bucket=builds bytes=344 host=localhost object=builds.json
INFO[0001] Looking for builds                            dir=/srv
INFO[0001] Searching for extra meta.json files
INFO[0001] found meta                                    extra meta.json=meta.aws.json
INFO[0001] found meta                                    extra meta.json=meta.qemu.json
INFO[0001] Executing Stage                               build artifacts="[finalize]" commands="[]" optional artifacts="[]" required artifacts="[]" stage id="ExecOrder 999 Stage 1621885535803712547"
INFO[0001] Stage: &{ExecOrder 999 Stage 1621885535803712547 Stage 999 execution finalize false false false [] [] [finalize] [] [] [] [] false 999 false false false false false false [] []}
INFO[0001] Mapping artifacts                             mapping artifacts="[finalize]"
INFO[0001] mapping artifact to command                   artifact=finalize
INFO[0001] checking shorthand                            command=finalize
INFO[0001] Resolving test definitions                    mapping tests="[]"
INFO[0001] stage commands readied                        cmd="[cosa meta --finalize;]"
INFO[0001] Executing rendered script                     cmd=/bin/bash rendered=/tmp/rendered150875467
INFO[0001] Script complete                               script=/tmp/stages345201308/prep.sh
INFO[0001] /tmp/stages345201308/script-0.sh: cosa meta --finalize;
INFO[0001] Executing 1 stage commands serially
INFO[0001] Executing rendered script                     cmd=/bin/bash rendered=/tmp/rendered507381294
+ cosa meta --finalize
Finalizing meta.<ARTIFACT>.json into meta.json
[stamp 1621883140881190000] starting on /srv/builds/34.20210524.dev.0/aarch64/meta.json
[ stamp 1621885643707632027] on /srv/builds/34.20210524.dev.0/aarch64/meta.qemu.json
[ stamp 1621886358174320239] on /srv/builds/34.20210524.dev.0/aarch64/meta.aws.json
[ stamp 1621886392645154332] applied to /srv/builds/34.20210524.dev.0/aarch64/meta.json
INFO[0002] Script complete                               script=/tmp/stages345201308/script-0.sh
INFO[0002] Executing rendered script                     cmd=/bin/bash rendered=/tmp/rendered586650549
INFO[0002] Script complete                               script=/tmp/stages345201308/post.sh
INFO[0002] Looking for builds                            dir=/srv
INFO[0002] Searching for extra meta.json files
INFO[0002] Finished execution
INFO[0002] Looking for builds                            dir=/srv
INFO[0002] Searching for extra meta.json files
INFO[0003] Uploaded                                      bucket=builds etag=279ef9bdabb6da4f82882089905f8c4f from=/srv/builds/34.20210524.dev.0/aarch64/meta.json func=putter gangplank.coreos.com/cosa/stamp=1621886393019114385 object=34.20210524.dev.0/aarch64/meta.json remote size=13804 size=13804
INFO[0003] Uploaded                                      bucket=builds etag=862954820c596c7a34df1bf947acb747 from=/srv/builds/34.20210524.dev.0/aarch64/ostree-commit-object func=putter gangplank.coreos.com/cosa/stamp=1621886393518378257 object=34.20210524.dev.0/aarch64/ostree-commit-object remote size=18956 size=18956
INFO[0004] Uploaded                                      bucket=builds etag=3948fd362bd188a340e2a8c3cc103ad1 from=/srv/builds/builds.json func=putter gangplank.coreos.com/cosa/stamp=1621886394068848813 object=builds.json remote size=344 size=344
INFO[0004] Uploaded                                      bucket=builds etag=7a34df330d1fc126616f65f9fcfe489f from=/srv/builds/34.20210524.dev.0/aarch64/commitmeta.json func=putter gangplank.coreos.com/cosa/stamp=1621886394576476747 object=34.20210524.dev.0/aarch64/commitmeta.json remote size=39892 size=39892
INFO[0018] Uploaded                                      bucket=builds etag=983d444be5884135dc37fb3e03317a68-6 from=/srv/builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-aws.aarch64.vmdk func=putter gangplank.coreos.com/cosa/stamp=1621886408129170446 object=34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-aws.aarch64.vmdk remote size=735403008 size=735403008
INFO[0030] Uploaded                                      bucket=builds etag=04c3d8c0a118fdd6b155293aa80f4c6c-5 from=/srv/builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-ostree.aarch64.tar func=putter gangplank.coreos.com/cosa/stamp=1621886420260501955 object=34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-ostree.aarch64.tar remote size=652851200 size=652851200
INFO[0057] Uploaded                                      bucket=builds etag=fc18acb7c16c425abe2f56262f25330d-12 from=/srv/builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2 func=putter gangplank.coreos.com/cosa/stamp=1621886447064705442 object=34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2 remote size=1517355008 size=1517355008
INFO[0057] Uploaded                                      bucket=builds etag=8571bb44f4479d0705ba7d0998832975 from=/srv/builds/34.20210524.dev.0/aarch64/manifest-lock.generated.aarch64.json func=putter gangplank.coreos.com/cosa/stamp=1621886447526751901 object=34.20210524.dev.0/aarch64/manifest-lock.generated.aarch64.json remote size=25885 size=25885
INFO[0057] Processed Uploads                             error="<nil>"
INFO[0057] Looking for builds                            dir=/srv
INFO[0057] Searching for extra meta.json files
[dumb-init] Received signal 17.
[dumb-init] A child with PID 2 exited with exit status 0.
[dumb-init] Forwarded signal 15 to children.
[dumb-init] Child exited with status 0. Goodbye.
DEBU[0913] execution done
DEBU[0913] done with execution group                     execution group=999
/srv/builds/34.20210521.dev.0/aarch64/commitmeta.json
/srv/builds/34.20210521.dev.0/aarch64/meta.aws.json
/srv/builds/34.20210521.dev.0/aarch64/meta.qemu.json
/srv/builds/34.20210521.dev.0/aarch64/manifest-lock.generated.aarch64.json
/srv/builds/34.20210521.dev.0/aarch64/meta.json
/srv/builds/34.20210521.dev.0/aarch64/fedora-coreos-34.20210521.dev.0-ostree.aarch64.tar
/srv/builds/34.20210521.dev.0/aarch64/fedora-coreos-34.20210521.dev.0-aws.aarch64.vmdk
/srv/builds/34.20210521.dev.0/aarch64/fedora-coreos-34.20210521.dev.0-qemu.aarch64.qcow2
/srv/builds/34.20210521.dev.0/aarch64/ostree-commit-object
/srv/builds/builds.json
/srv/builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2
/srv/builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-aws.aarch64.vmdk
/srv/builds/34.20210524.dev.0/aarch64/commitmeta.json
/srv/builds/34.20210524.dev.0/aarch64/meta.aws.json
/srv/builds/34.20210524.dev.0/aarch64/meta.qemu.json
/srv/builds/34.20210524.dev.0/aarch64/manifest-lock.generated.aarch64.json
/srv/builds/34.20210524.dev.0/aarch64/meta.json
/srv/builds/34.20210524.dev.0/aarch64/ostree-commit-object
/srv/builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-ostree.aarch64.tar
[coreos-assembler]$

dustymabe avatar May 24 '21 20:05 dustymabe

/assign darkmuggle

Thanks @dustymabe I'll get on that :)

darkmuggle avatar May 24 '21 20:05 darkmuggle

I also notice that if I just run qemu tests with /srv/gangplank pod --podman -i 'localhost/coreos-assembler:latest' -m /tmp/minio.cfg --kolaTest basicQemu --srvDir=/home/fedora/srv then the files get transferred back at the end (via minio).

[coreos-assembler]$ /srv/gangplank pod --podman -i 'localhost/coreos-assembler:latest' -m /tmp/minio.cfg --kolaTest basicQemu --srvDir=/home/fedora/srv
INFO[0000] Gangplank: COSA OpenShift job runner, 2021-05-24.bec72f9f~dirty
INFO[0000] Generating jobspec from CLI arguments
INFO[0000] Generating stages
INFO[0000] Executing OpenShift custom strategy builder.
INFO[0000] Using /srv as working directory.
INFO[0000] Running Pod in buildconfig mode.
INFO[0000] Executing unbounded builder
INFO[0000] Minio configuration defined from /tmp/minio.cfg
DEBU[0000] No binary payload found
INFO[0000] Job strict mode is set, skipping automated stage discovery.
INFO[0000] Looking for builds                            dir=/srv
INFO[0000] Searching for extra meta.json files
INFO[0000] found meta                                    extra meta.json=meta.qemu.json
INFO[0000] found prior build                             path=/srv/builds/34.20210524.dev.1/aarch64 prior build=34.20210524.dev.1 to path=srv/builds/34.20210524.dev.1/aarch64
INFO[0000] Included metadata                             bucket=builds file=commitmeta.json key=34.20210524.dev.1/aarch64/commitmeta.json path=/srv/builds/34.20210524.dev.1/aarch64 prior build=34.20210524.dev.1 to path=srv/builds/34.20210524.dev.1/aarch64
INFO[0000] Included metadata                             bucket=builds file=manifest-lock.generated.aarch64.json key=34.20210524.dev.1/aarch64/manifest-lock.generated.aarch64.json path=/srv/builds/34.20210524.dev.1/aarch64 prior build=34.20210524.dev.1 to path=srv/builds/34.20210524.dev.1/aarch64
INFO[0000] Included metadata                             bucket=builds file=meta.json key=34.20210524.dev.1/aarch64/meta.json path=/srv/builds/34.20210524.dev.1/aarch64 prior build=34.20210524.dev.1 to path=srv/builds/34.20210524.dev.1/aarch64
INFO[0000] Included metadata                             bucket=builds file=meta.qemu.json key=34.20210524.dev.1/aarch64/meta.qemu.json path=/srv/builds/34.20210524.dev.1/aarch64 prior build=34.20210524.dev.1 to path=srv/builds/34.20210524.dev.1/aarch64
INFO[0000] Included metadata                             bucket=builds file=ostree-commit-object key=34.20210524.dev.1/aarch64/ostree-commit-object path=/srv/builds/34.20210524.dev.1/aarch64 prior build=34.20210524.dev.1 to path=srv/builds/34.20210524.dev.1/aarch64
INFO[0000] Using JobSpec definition:
job:
  strict: true
  miniocfgfile: /tmp/minio.cfg
recipe:
  git_ref: testing-devel
  git_url: https://github.com/coreos/fedora-coreos-config
stages:
- id: ExecOrder 2 Stage 1621891379557896106
  description: 'Stage 2 execution '
  require_artifacts: [qemu]
  post_commands: [cosa kola --basic-qemu-scenarios]
  execution_order: 2
delay_meta_merge: true
INFO[0000] Pod definition created                        require_artifacts="[qemu]" stage="ExecOrder 2 Stage 1621891379557896106"
INFO[0000] Looking for builds                            dir=/srv
INFO[0000] Searching for extra meta.json files
INFO[0000] found meta                                    extra meta.json=meta.qemu.json
DEBU[0000] will request                                  bucket=builds object=34.20210524.dev.1/aarch64/fedora-coreos-34.20210524.dev.1-qemu.aarch64.qcow2 require_artifacts="[qemu]" stage="ExecOrder 2 Stage 1621891379557896106"
DEBU[0000] all dependencies for stage have been meet     require_artifacts="[qemu]" stage="ExecOrder 2 Stage 1621891379557896106"
INFO[0000] Worker dependences have been defined          require_artifacts="[qemu]" stage="ExecOrder 2 Stage 1621891379557896106"
INFO[0000] Executing worker pod                          require_artifacts="[qemu]" stage="ExecOrder 2 Stage 1621891379557896106"
INFO[0000] Creating pod cosa-b487e923-fec6-48e9-8b36-f0fbe26a0c40-worker-0
INFO[0000] InitContainer has been defined
DEBU[0000] Found SSH_AUTH_SOCK "/tmp/ssh-XXXXXX0AQMeT/agent.21", ssh-agent signer(s) enabled
DEBU[0000] SSH Agent Key SHA256:yj81KMZhULYlmTv5n3f4YPJL1pil6t8CvkIL+OzIRxM ssh-rsa
INFO[0000] using host directory for /srv                 bind mount=/home/fedora/srv image="localhost/coreos-assembler:latest" method=podman podName=cosa-b487e923-fec6-48e9-8b36-f0fbe26a0c40-worker-0
INFO[0000] Going to start container "e67418e42fe340ac443c92e29c6a88d02467a0180f643e3704753f4f5df0de1b"
INFO[0000] binding stdio to continater                   image="localhost/coreos-assembler:latest" method=podman podName=cosa-b487e923-fec6-48e9-8b36-f0fbe26a0c40-worker-0 stdErr=/dev/stdout stdIn=/dev/stdin stdOut=/dev/stdout
INFO[0000] Going to attach to container "e67418e42fe340ac443c92e29c6a88d02467a0180f643e3704753f4f5df0de1b"
DEBU[0000] Copying STDIN to socket
DEBU[0000] Copying STDOUT of container in terminal mode
+ mkdir -p src
+ cd src
+ test -e config
+ mkdir -p cache
+ mkdir -p builds
+ mkdir -p tmp
+ mkdir -p overrides/rpm
+ mkdir -p overrides/rootfs
INFO[0001] Fetching remote file builds/34.20210524.dev.1/aarch64/commitmeta.json
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.1/aarch64/commitmeta.json
INFO[0001] Wrote file                                    bucket=builds bytes=39866 host=localhost object=34.20210524.dev.1/aarch64/commitmeta.json
INFO[0001] Fetching remote file builds/34.20210524.dev.1/aarch64/manifest-lock.generated.aarch64.json
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.1/aarch64/manifest-lock.generated.aarch64.json
INFO[0001] Wrote file                                    bucket=builds bytes=25859 host=localhost object=34.20210524.dev.1/aarch64/manifest-lock.generated.aarch64.json
INFO[0001] Fetching remote file builds/34.20210524.dev.1/aarch64/meta.json
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.1/aarch64/meta.json
INFO[0001] Wrote file                                    bucket=builds bytes=3240 host=localhost object=34.20210524.dev.1/aarch64/meta.json
INFO[0001] Fetching remote file builds/34.20210524.dev.1/aarch64/meta.qemu.json
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.1/aarch64/meta.qemu.json
INFO[0001] Wrote file                                    bucket=builds bytes=3240 host=localhost object=34.20210524.dev.1/aarch64/meta.qemu.json
INFO[0001] Fetching remote file builds/34.20210524.dev.1/aarch64/ostree-commit-object
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.1/aarch64/ostree-commit-object
INFO[0001] Wrote file                                    bucket=builds bytes=18932 host=localhost object=34.20210524.dev.1/aarch64/ostree-commit-object
INFO[0001] Fetching remote file builds/builds.json
INFO[0001] Writing to a forced path                      bucket=builds force path=/srv/builds/builds.json object=builds.json path=/srv/builds/builds.json
INFO[0001] Requesting remote object                      bucket=builds host=localhost object=builds.json
INFO[0001] Wrote file                                    bucket=builds bytes=468 host=localhost object=builds.json
INFO[0001] Fetching remote file builds/34.20210524.dev.1/aarch64/fedora-coreos-34.20210524.dev.1-qemu.aarch64.qcow2
INFO[0002] Requesting remote object                      bucket=builds host=localhost object=34.20210524.dev.1/aarch64/fedora-coreos-34.20210524.dev.1-qemu.aarch64.qcow2
INFO[0549] Wrote file                                    bucket=builds bytes=1516240896 host=localhost object=34.20210524.dev.1/aarch64/fedora-coreos-34.20210524.dev.1-qemu.aarch64.qcow2
INFO[0549] Looking for builds                            dir=/srv
INFO[0549] Searching for extra meta.json files
INFO[0549] found meta                                    extra meta.json=meta.qemu.json
INFO[0549] Executing Stage                               build artifacts="[]" commands="[]" optional artifacts="[]" required artifacts="[qemu]" stage id="ExecOrder 2 Stage 1621891379557896106"
INFO[0549] Stage: &{ExecOrder 2 Stage 1621891379557896106 Stage 2 execution  false false false [qemu] [] [] [] [] [] [cosa kola --basic-qemu-scenarios] false 2 false false false false false false [] []}
INFO[0549] Resolving test definitions                    mapping tests="[]"
INFO[0549] stage commands readied                        cmd="[]"
INFO[0549] Executing rendered script                     cmd=/bin/bash rendered=/tmp/rendered345749305
INFO[0549] Script complete                               script=/tmp/stages753589442/prep.sh
INFO[0549] Executing 0 stage commands serially
INFO[0549] Executing rendered script                     cmd=/bin/bash rendered=/tmp/rendered938014532
+ cosa kola --basic-qemu-scenarios
⚠️  Skipping kola test pattern "fcos.internet":
⚠️  https://github.com/coreos/coreos-assembler/pull/1478
⚠️  Skipping kola test pattern "podman.workflow":
⚠️  https://github.com/coreos/coreos-assembler/pull/1478
kola --denylist-test fcos.internet --denylist-test podman.workflow -p qemu-unpriv --output-dir tmp/kola run basic
=== RUN   basic
=== RUN   basic/PortSSH
=== RUN   basic/ServicesActive
=== RUN   basic/ReadOnly
=== RUN   basic/DbusPerms
=== RUN   basic/NetworkScripts
=== RUN   basic/Useradd
=== RUN   basic/MachineID
=== RUN   basic/FCOSGrowpart
--- PASS: basic (54.94s)
    --- PASS: basic/PortSSH (0.32s)
    --- PASS: basic/ServicesActive (0.34s)
    --- PASS: basic/ReadOnly (0.30s)
    --- PASS: basic/DbusPerms (0.72s)
    --- PASS: basic/NetworkScripts (0.32s)
    --- PASS: basic/Useradd (0.92s)
    --- PASS: basic/MachineID (0.30s)
    --- PASS: basic/FCOSGrowpart (0.37s)
PASS, output in tmp/kola
INFO[0605] Script complete                               script=/tmp/stages753589442/post.sh
INFO[0605] Looking for builds                            dir=/srv
INFO[0605] Searching for extra meta.json files
INFO[0605] found meta                                    extra meta.json=meta.qemu.json
INFO[0605] Finished execution
INFO[0605] Looking for builds                            dir=/srv
INFO[0605] Searching for extra meta.json files
INFO[0605] found meta                                    extra meta.json=meta.qemu.json
INFO[0605] Uploaded                                      bucket=builds etag=574f9863c349623e5a67e8508574f519 from=/srv/builds/builds.json func=putter gangplank.coreos.com/cosa/stamp=1621891985904892670 object=builds.json remote size=468 size=468
INFO[0606] Uploaded                                      bucket=builds etag=dc28350dab072767d46ba49fecfd77e7 from=/srv/builds/34.20210524.dev.1/aarch64/commitmeta.json func=putter gangplank.coreos.com/cosa/stamp=1621891986428667380 object=34.20210524.dev.1/aarch64/commitmeta.json remote size=39866 size=39866
INFO[0618] Uploaded                                      bucket=builds etag=ac348ae46a27780c58b69af8e116f26a-5 from=/srv/builds/34.20210524.dev.1/aarch64/fedora-coreos-34.20210524.dev.1-ostree.aarch64.tar func=putter gangplank.coreos.com/cosa/stamp=1621891998590682300 object=34.20210524.dev.1/aarch64/fedora-coreos-34.20210524.dev.1-ostree.aarch64.tar remote size=652339200 size=652339200
INFO[0618] Uploaded                                      bucket=builds etag=63560f919a224e5d23b8aae851161b03 from=/srv/builds/34.20210524.dev.1/aarch64/manifest-lock.generated.aarch64.json func=putter gangplank.coreos.com/cosa/stamp=1621891999099256693 object=34.20210524.dev.1/aarch64/manifest-lock.generated.aarch64.json remote size=25859 size=25859
INFO[0619] Uploaded                                      bucket=builds etag=de9788f8f18c160dedec9f2a74be4d1e from=/srv/builds/34.20210524.dev.1/aarch64/meta.json func=putter gangplank.coreos.com/cosa/stamp=1621891999633812118 object=34.20210524.dev.1/aarch64/meta.json remote size=3240 size=3240
INFO[0619] Uploaded                                      bucket=builds etag=39b632119b240d4defc16dece2047da9 from=/srv/builds/34.20210524.dev.1/aarch64/meta.qemu.json func=putter gangplank.coreos.com/cosa/stamp=1621892000122668010 object=34.20210524.dev.1/aarch64/meta.qemu.json remote size=3240 size=3240
INFO[0620] Uploaded                                      bucket=builds etag=d8fe11a4d50de7dcda15173228dd8fc2 from=/srv/builds/34.20210524.dev.1/aarch64/ostree-commit-object func=putter gangplank.coreos.com/cosa/stamp=1621892000591126138 object=34.20210524.dev.1/aarch64/ostree-commit-object remote size=18932 size=18932
INFO[0620] Processed Uploads                             error="<nil>"
INFO[0620] Looking for builds                            dir=/srv
INFO[0620] Searching for extra meta.json files
INFO[0620] found meta                                    extra meta.json=meta.qemu.json
[dumb-init] Received signal 17.
[dumb-init] A child with PID 2 exited with exit status 0.
[dumb-init] Forwarded signal 15 to children.
[dumb-init] Child exited with status 0. Goodbye.
DEBU[0622] execution done
DEBU[0622] done with execution group                     execution group=2
/srv/builds/34.20210521.dev.0/aarch64/commitmeta.json
/srv/builds/34.20210521.dev.0/aarch64/meta.aws.json
/srv/builds/34.20210521.dev.0/aarch64/meta.qemu.json
/srv/builds/34.20210521.dev.0/aarch64/manifest-lock.generated.aarch64.json
/srv/builds/34.20210521.dev.0/aarch64/meta.json
/srv/builds/34.20210521.dev.0/aarch64/fedora-coreos-34.20210521.dev.0-ostree.aarch64.tar
/srv/builds/34.20210521.dev.0/aarch64/fedora-coreos-34.20210521.dev.0-aws.aarch64.vmdk
/srv/builds/34.20210521.dev.0/aarch64/fedora-coreos-34.20210521.dev.0-qemu.aarch64.qcow2
/srv/builds/34.20210521.dev.0/aarch64/ostree-commit-object
/srv/builds/builds.json
/srv/builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-qemu.aarch64.qcow2
/srv/builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-aws.aarch64.vmdk
/srv/builds/34.20210524.dev.0/aarch64/commitmeta.json
/srv/builds/34.20210524.dev.0/aarch64/meta.aws.json
/srv/builds/34.20210524.dev.0/aarch64/meta.qemu.json
/srv/builds/34.20210524.dev.0/aarch64/manifest-lock.generated.aarch64.json
/srv/builds/34.20210524.dev.0/aarch64/meta.json
/srv/builds/34.20210524.dev.0/aarch64/ostree-commit-object
/srv/builds/34.20210524.dev.0/aarch64/fedora-coreos-34.20210524.dev.0-ostree.aarch64.tar
/srv/builds/34.20210524.dev.1/aarch64/commitmeta.json
/srv/builds/34.20210524.dev.1/aarch64/meta.qemu.json
/srv/builds/34.20210524.dev.1/aarch64/manifest-lock.generated.aarch64.json
/srv/builds/34.20210524.dev.1/aarch64/meta.json
/srv/builds/34.20210524.dev.1/aarch64/fedora-coreos-34.20210524.dev.1-qemu.aarch64.qcow2
/srv/builds/34.20210524.dev.1/aarch64/ostree-commit-object
/srv/builds/34.20210524.dev.1/aarch64/fedora-coreos-34.20210524.dev.1-ostree.aarch64.tar


dustymabe avatar May 24 '21 21:05 dustymabe

@dusty I suspect that this is related to the hard-coding patch of aarch64 that you wired in. When I tested locally using main and #2186 I don't see this happening.

darkmuggle avatar May 25 '21 17:05 darkmuggle

ok, I'll test with #2186 and see what I see.

dustymabe avatar May 25 '21 19:05 dustymabe