openshift / okd-machine-os

OKD machine OS build scripts and manifests
Apache License 2.0
23 stars 27 forks source link

New overlay files don't appear in new cluster builds #333

Closed fortinj66 closed 2 years ago

fortinj66 commented 2 years ago

As part of testing I have added several new overlays:

overlay.d/99okd/etc/systemd/system/ovsdb-server.service.d/99-okd-permission-fix.conf
overlay.d/99okd/etc/jef-test

These seem to get processed during the Dockerfile.ci build

'/src/overlay.d/99okd' -> './overrides/rootfs/overlay.d/99okd'
'/src/overlay.d/99okd/etc' -> './overrides/rootfs/overlay.d/99okd/etc'
'/src/overlay.d/99okd/etc/jef-test' -> './overrides/rootfs/overlay.d/99okd/etc/jef-test'
...
'/src/overlay.d/99okd/etc/systemd/system' -> './overrides/rootfs/overlay.d/99okd/etc/systemd/system'
'/src/overlay.d/99okd/etc/systemd/system/ovsdb-server.service.d' -> './overrides/rootfs/overlay.d/99okd/etc/systemd/system/ovsdb-server.service.d'
'/src/overlay.d/99okd/etc/systemd/system/ovsdb-server.service.d/99-okd-permission-fix.conf' -> './overrides/rootfs/overlay.d/99okd/etc/systemd/system/ovsdb-server.service.d/99-okd-permission-fix.conf'
...

but the files are not present in a new cluster build... I was able to delete files though so I know the image build ok...

fortinj66 commented 2 years ago

Process logs:

[fortinj66@ip-172-31-6-166 <okd410> okd-machine-os]$ git push
Enumerating objects: 9, done.
Counting objects: 100% (9/9), done.
Delta compression using up to 2 threads
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 456 bytes | 456.00 KiB/s, done.
Total 5 (delta 3), reused 0 (delta 0), pack-reused 0
remote: Resolving deltas: 100% (3/3), completed with 3 local objects.
To https://github.com/fortinj66/okd-machine-os.git
   20c84cd..0797c58  release-4.10--ovs-fix -> release-4.10--ovs-fix

[fortinj66@ip-172-31-6-166 <okd410> okd-machine-os]$ git fetch

[fortinj66@ip-172-31-6-166 <okd410> okd-machine-os]$ podman build --no-cache -f Dockerfile.ci
STEP 1/4: FROM quay.io/vrutkovs/cirrus-run
STEP 2/4: WORKDIR /go/src/github.com/openshift/okd-machine-os
--> c615461bbdc
STEP 3/4: COPY . .
--> f2e28e874e4
STEP 4/4: RUN export OPENSHIFT_BUILD_REFERENCE=$(git rev-parse FETCH_HEAD) &&     export FETCH_HEAD_CONTENT="$(cat ./.git/FETCH_HEAD)" &&     export OPENSHIFT_BUILD_SOURCE="${FETCH_HEAD_CONTENT##* }" &&     echo "Building ${OPENSHIFT_BUILD_REFERENCE} in ${OPENSHIFT_BUILD_SOURCE}" &&     set -o pipefail &&     cirrus-run --github vrutkovs/okd-os --branch main --show-build-log always | tee /tmp/build.log &&     IMAGE=$(grep "Committing container" -A1 /tmp/build.log | tail -n1 | tr ' ' '\n' | head -n1) &&     sed "s;INITIAL_IMAGE;${IMAGE};g" Dockerfile.template > /tmp/Dockerfile &&     mkdir ./extensions
Building 0797c58f478ea350afd23377407896cd8c141bb0 in https://github.com/fortinj66/okd-machine-os
Build created: https://cirrus-ci.com/build/5077378480209920
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
............................................................
........
Build successful, see log below:

## Task: cosa

## Task instruction: clone
git clone "https://github.com/fortinj66/okd-machine-os" .
Cloning into '.'...
git reset --hard "0797c58f478ea350afd23377407896cd8c141bb0"
HEAD is now at 0797c58  remove overlay.d/99okd/etc/dhclient/dhclient.conf
git submodule update --init
Submodule 'fedora-coreos-config' (https://github.com/coreos/fedora-coreos-config.git) registered for path 'fedora-coreos-config'
Submodule 'openshift-os' (https://github.com/openshift/os) registered for path 'openshift-os'
Cloning into '/tmp/cirrus-ci-build/fedora-coreos-config'...
Cloning into '/tmp/cirrus-ci-build/openshift-os'...
Submodule path 'fedora-coreos-config': checked out '53098661a83b3c6b26c334540aaec72d3f9cbfc9'
Submodule path 'openshift-os': checked out '6fe9e0d11071890765880ec9b2256e85ddc9b623'

## Task instruction: build
docker build --tag quay.io/vrutkovs/okd-os:builder-$CIRRUS_BUILD_ID . -f Dockerfile.cosa
WARNING: Could not open the configuration file: [/root/.config/gcloud/configurations/config_default].
Sending build context to Docker daemon  6.266MB
Step 1/10 : FROM registry.ci.openshift.org/origin/4.10:machine-config-operator as mcd
machine-config-operator: Pulling from origin/4.10
0a73835e2b86: Pulling fs layer
e9915e1e4567: Pulling fs layer
e71adb678614: Pulling fs layer
604346094147: Pulling fs layer
4379984f8db3: Pulling fs layer
604346094147: Waiting
4379984f8db3: Waiting
e9915e1e4567: Verifying Checksum
e9915e1e4567: Download complete
e71adb678614: Verifying Checksum
e71adb678614: Download complete
604346094147: Verifying Checksum
604346094147: Download complete
0a73835e2b86: Download complete
4379984f8db3: Verifying Checksum
4379984f8db3: Download complete
0a73835e2b86: Pull complete
e9915e1e4567: Pull complete
e71adb678614: Pull complete
604346094147: Pull complete
4379984f8db3: Pull complete
Digest: sha256:f904b4903dfc7c574fc2bc32b29c8c24d57097c4445cc16095f8c22c4ea6394d
Status: Downloaded newer image for registry.ci.openshift.org/origin/4.10:machine-config-operator
 ---> 5fdab04c0af2
Step 2/10 : FROM registry.ci.openshift.org/origin/4.10:artifacts as artifacts
artifacts: Pulling from origin/4.10
237bfbffb5f2: Pulling fs layer
39382676eb30: Pulling fs layer
ff99d0e715d7: Pulling fs layer
2ccb32349a59: Pulling fs layer
9c648a868dbd: Pulling fs layer
4b487cdaea1a: Pulling fs layer
2ccb32349a59: Waiting
9c648a868dbd: Waiting
4b487cdaea1a: Waiting
39382676eb30: Verifying Checksum
39382676eb30: Download complete
ff99d0e715d7: Verifying Checksum
ff99d0e715d7: Download complete
2ccb32349a59: Download complete
9c648a868dbd: Verifying Checksum
9c648a868dbd: Download complete
237bfbffb5f2: Verifying Checksum
237bfbffb5f2: Download complete
4b487cdaea1a: Verifying Checksum
4b487cdaea1a: Download complete
237bfbffb5f2: Pull complete
39382676eb30: Pull complete
ff99d0e715d7: Pull complete
2ccb32349a59: Pull complete
9c648a868dbd: Pull complete
4b487cdaea1a: Pull complete
Digest: sha256:f9c3ba5673054000704d491cadebd53e4c30da9beb2a8d80ff7fbc71e42de9d4
Status: Downloaded newer image for registry.ci.openshift.org/origin/4.10:artifacts
 ---> 648bd46ef079
Step 3/10 : FROM quay.io/coreos-assembler/coreos-assembler:latest AS build
latest: Pulling from coreos-assembler/coreos-assembler
9c6cc3463716: Pulling fs layer
0c80b6b2f408: Pulling fs layer
9c6cc3463716: Verifying Checksum
9c6cc3463716: Download complete
9c6cc3463716: Pull complete
0c80b6b2f408: Download complete
0c80b6b2f408: Pull complete
Digest: sha256:28d5dcc022559ad961681089a50ebec9b809af32f3e05c348bdf154f0e5ee919
Status: Downloaded newer image for quay.io/coreos-assembler/coreos-assembler:latest
 ---> 62b9569cb04a
Step 4/10 : USER 1000
 ---> Running in 999b64f9c208
Removing intermediate container 999b64f9c208
 ---> ea57a3deb460
Step 5/10 : WORKDIR /src
 ---> Running in 1c33e4ce14ac
Removing intermediate container 1c33e4ce14ac
 ---> 532eb31a079e
Step 6/10 : COPY . .
 ---> 4e0a9caaf6a2
Step 7/10 : COPY --from=mcd /usr/bin/machine-config-daemon /overrides/rootfs/usr/libexec/machine-config-daemon
 ---> e21fa99f5061
Step 8/10 : COPY --from=artifacts /srv/repo/*.rpm /srv/okd-repo/
 ---> 8ee3061692cc
Step 9/10 : USER 0
 ---> Running in 063d169b399d
Removing intermediate container 063d169b399d
 ---> f6c22aa2ee89
Step 10/10 : ENTRYPOINT ["/src/entrypoint.sh"]
 ---> Running in d70324787d26
Removing intermediate container d70324787d26
 ---> 876406afb995
Successfully built 876406afb995
Successfully tagged quay.io/vrutkovs/okd-os:builder-5077378480209920

## Task instruction: login
echo ${QUAY_PASSWORD} | docker login quay.io --username "vrutkovs+cirrus" --password-stdin
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded

## Task instruction: push
docker push quay.io/vrutkovs/okd-os:builder-$CIRRUS_BUILD_ID
The push refers to repository [quay.io/vrutkovs/okd-os]
438f24aff2bc: Preparing
daecf5c7183f: Preparing
fc9ba299b297: Preparing
0cd2105caa97: Preparing
a5d33058036f: Preparing
c550c8e0f355: Preparing
c550c8e0f355: Waiting
a5d33058036f: Layer already exists
c550c8e0f355: Layer already exists
0cd2105caa97: Pushed
fc9ba299b297: Pushed
daecf5c7183f: Pushed
438f24aff2bc: Pushed
builder-5077378480209920: digest: sha256:e914aebdf70d056ffa37ebaa617a6443010d3ad015b9c4cba063ca26e8723a33 size: 1586

## Task: build

## Task instruction: clone
Using built-in Git...

Cloning refs/heads/main...
Enumerating objects: 233, done.
Counting objects: 100% (233/233), done.
Compressing objects: 100% (139/139), done.
Total 233 (delta 103), reused 188 (delta 58), pack-reused 0

Checked out 8029739eb4bc966ae51fe9b60c42729254c91a65 on main branch.
Successfully cloned!

## Task instruction: test
/src/entrypoint.sh
+ export COSA_SKIP_OVERLAY=1
+ COSA_SKIP_OVERLAY=1
+ IMAGE=quay.io/vrutkovs/okd-os:8029739eb4bc966ae51fe9b60c42729254c91a65
+ export REGISTRY_AUTH_FILE=/tmp/auth.json
+ REGISTRY_AUTH_FILE=/tmp/auth.json
+ echo HIDDEN-BY-CIRRUS-CI
+ skopeo login --authfile=/tmp/auth.json quay.io --username vrutkovs+cirrus --password-stdin
Login Succeeded!
+ cosa init /src --force
+ mkdir -p src
+ cd src
+ test -e config
+ case "${source}" in
+ ln -s /src/ config
+ manifest=config/manifest.yaml
+ '[' -f config/manifest.yaml ']'
+ mkdir -p cache
+ mkdir -p builds
+ mkdir -p tmp
+ mkdir -p overrides/rpm
+ mkdir -p overrides/rootfs
+ mkdir -p ./overrides/rootfs
+ cp -rvf /overrides/rootfs ./overrides
'/overrides/rootfs/usr' -> './overrides/rootfs/usr'
'/overrides/rootfs/usr/libexec' -> './overrides/rootfs/usr/libexec'
'/overrides/rootfs/usr/libexec/machine-config-daemon' -> './overrides/rootfs/usr/libexec/machine-config-daemon'
+ cp -rvf /src/overlay.d ./overrides/rootfs/
'/src/overlay.d' -> './overrides/rootfs/overlay.d'
'/src/overlay.d/05core' -> './overrides/rootfs/overlay.d/05core'
'/src/overlay.d/06gcp-routes' -> './overrides/rootfs/overlay.d/06gcp-routes'
'/src/overlay.d/08nouveau' -> './overrides/rootfs/overlay.d/08nouveau'
'/src/overlay.d/09misc' -> './overrides/rootfs/overlay.d/09misc'
'/src/overlay.d/14NetworkManager-plugins' -> './overrides/rootfs/overlay.d/14NetworkManager-plugins'
'/src/overlay.d/15fcos' -> './overrides/rootfs/overlay.d/15fcos'
'/src/overlay.d/20platform-chrony' -> './overrides/rootfs/overlay.d/20platform-chrony'
'/src/overlay.d/README.md' -> './overrides/rootfs/overlay.d/README.md'
'/src/overlay.d/99okd' -> './overrides/rootfs/overlay.d/99okd'
'/src/overlay.d/99okd/etc' -> './overrides/rootfs/overlay.d/99okd/etc'
'/src/overlay.d/99okd/etc/jef-test' -> './overrides/rootfs/overlay.d/99okd/etc/jef-test'
'/src/overlay.d/99okd/etc/localtime' -> './overrides/rootfs/overlay.d/99okd/etc/localtime'
'/src/overlay.d/99okd/etc/ssh' -> './overrides/rootfs/overlay.d/99okd/etc/ssh'
'/src/overlay.d/99okd/etc/ssh/sshd_config.d' -> './overrides/rootfs/overlay.d/99okd/etc/ssh/sshd_config.d'
'/src/overlay.d/99okd/etc/ssh/sshd_config.d/10-insecure-rsa-keysig.conf' -> './overrides/rootfs/overlay.d/99okd/etc/ssh/sshd_config.d/10-insecure-rsa-keysig.conf'
'/src/overlay.d/99okd/etc/systemd' -> './overrides/rootfs/overlay.d/99okd/etc/systemd'
'/src/overlay.d/99okd/etc/systemd/network' -> './overrides/rootfs/overlay.d/99okd/etc/systemd/network'
'/src/overlay.d/99okd/etc/systemd/network/98-ovs-mac.link' -> './overrides/rootfs/overlay.d/99okd/etc/systemd/network/98-ovs-mac.link'
'/src/overlay.d/99okd/etc/systemd/resolved.conf.d' -> './overrides/rootfs/overlay.d/99okd/etc/systemd/resolved.conf.d'
'/src/overlay.d/99okd/etc/systemd/resolved.conf.d/okd-no-dns-stub.conf' -> './overrides/rootfs/overlay.d/99okd/etc/systemd/resolved.conf.d/okd-no-dns-stub.conf'
'/src/overlay.d/99okd/etc/systemd/system' -> './overrides/rootfs/overlay.d/99okd/etc/systemd/system'
'/src/overlay.d/99okd/etc/systemd/system/ovsdb-server.service.d' -> './overrides/rootfs/overlay.d/99okd/etc/systemd/system/ovsdb-server.service.d'
'/src/overlay.d/99okd/etc/systemd/system/ovsdb-server.service.d/99-okd-permission-fix.conf' -> './overrides/rootfs/overlay.d/99okd/etc/systemd/system/ovsdb-server.service.d/99-okd-permission-fix.conf'
'/src/overlay.d/99okd/usr' -> './overrides/rootfs/overlay.d/99okd/usr'
'/src/overlay.d/99okd/usr/lib' -> './overrides/rootfs/overlay.d/99okd/usr/lib'
'/src/overlay.d/99okd/usr/lib/systemd' -> './overrides/rootfs/overlay.d/99okd/usr/lib/systemd'
'/src/overlay.d/99okd/usr/lib/systemd/system' -> './overrides/rootfs/overlay.d/99okd/usr/lib/systemd/system'
'/src/overlay.d/99okd/usr/lib/systemd/system/fix-resolv-conf-search.service' -> './overrides/rootfs/overlay.d/99okd/usr/lib/systemd/system/fix-resolv-conf-search.service'
'/src/overlay.d/99okd/usr/lib/systemd/system/gcp-hostname.service' -> './overrides/rootfs/overlay.d/99okd/usr/lib/systemd/system/gcp-hostname.service'
'/src/overlay.d/99okd/usr/lib/systemd/system-preset' -> './overrides/rootfs/overlay.d/99okd/usr/lib/systemd/system-preset'
'/src/overlay.d/99okd/usr/lib/systemd/system-preset/00-okd.preset' -> './overrides/rootfs/overlay.d/99okd/usr/lib/systemd/system-preset/00-okd.preset'
+ pushd /srv/okd-repo
/srv/okd-repo /tmp/cirrus-ci-build
+ createrepo_c .
Directory walk started
Directory walk done - 3 packages
Temporary output repo path: ./.repodata/
Preparing sqlite DBs
Pool started (with 5 workers)
Pool finished
+ popd
/tmp/cirrus-ci-build
+ cosa fetch
Config commit: 0797c58f478ea350afd23377407896cd8c141bb0
Using manifest: /tmp/cirrus-ci-build/src/config/manifest.yaml
Committing overlay/05core: /tmp/cirrus-ci-build/src/config/overlay.d/05core ... 8125f4aab1d0406dff4226db1bc4c1de3a2f0cefd981a65cbdd82fb3340c1456
Committing overlay/06gcp-routes: /tmp/cirrus-ci-build/src/config/overlay.d/06gcp-routes ... 868157db1866863ac2d0b58951cdc0b348fc3e68f9712a59e1df7072de1e82db
Committing overlay/08nouveau: /tmp/cirrus-ci-build/src/config/overlay.d/08nouveau ... bf801e79a082f1d804170096c6276e103ae56cbbae97da53dec25d5f0579d630
Committing overlay/09misc: /tmp/cirrus-ci-build/src/config/overlay.d/09misc ... b903be039246b6d2b236b4b7b95cc51e299d7aa5ffa8a54f815d9ae493e26c5e
Committing overlay/14NetworkManager-plugins: /tmp/cirrus-ci-build/src/config/overlay.d/14NetworkManager-plugins ... 75ffbfbde16ab6cba40d8b7b21a84ede66aa48a6380fc24ca445ddabee08e687
Committing overlay/15fcos: /tmp/cirrus-ci-build/src/config/overlay.d/15fcos ... 55f3cf7b51c248750654c9f82945b2a8f354ad91462cb1f0a86899190a39caf7
Committing overlay/20platform-chrony: /tmp/cirrus-ci-build/src/config/overlay.d/20platform-chrony ... 0b85ad811a134585b95727d210fa3173d11222d48095c3c533c7276e83e82880
Committing overlay/99okd: /tmp/cirrus-ci-build/src/config/overlay.d/99okd ... d1eb9164c3d0504a67237a76d6bd6c0f96c91022e645f95ef4f4f42e03faa5b2
Committing /tmp/cirrus-ci-build/overrides/rootfs... 6a7e63a08f7e792d4469fd3d87caa0c0d73d441b344c5f2df67dafd2e3fb6e11
Running: rpm-ostree compose tree --repo=/tmp/cirrus-ci-build/tmp/repo --touch-if-changed /tmp/cirrus-ci-build/tmp/treecompose.changed --cachedir=/tmp/cirrus-ci-build/cache --unified-core /tmp/cirrus-ci-build/tmp/override/coreos-assembler-override-manifest.yaml --download-only --ex-lockfile=/tmp/cirrus-ci-build/src/config/manifest-lock.overrides.yaml
Loaded lockfiles:
  /tmp/cirrus-ci-build/src/config/manifest-lock.overrides.yaml
43 metadata, 100 content objects imported; 124.3?kB content written
4 metadata, 1 content objects imported; 76 bytes content written
4 metadata, 1 content objects imported; 404 bytes content written
6 metadata, 1 content objects imported; 414 bytes content written
6 metadata, 1 content objects imported; 4.2?kB content written
0 metadata, 0 content objects imported; 0 bytes content written
8 metadata, 3 content objects imported; 4.6?kB content written
0 metadata, 0 content objects imported; 0 bytes content written
0 metadata, 0 content objects imported; 0 bytes content written
0 metadata, 0 content objects imported; 0 bytes content written
15 metadata, 15 content objects imported; 8.4?kB content written
0 metadata, 0 content objects imported; 0 bytes content written
15 metadata, 9 content objects imported; 2.0?kB content written
5 metadata, 9 content objects imported; 47.5?MB content written
rpm-ostree version: 2022.5
No previous commit for fedora/x86_64/coreos/okd
Enabled rpm-md repositories: fedora fedora-updates okd-rpms crio cri-tools
Updating metadata for 'fedora'...done
Updating metadata for 'fedora-updates'...done
Updating metadata for 'crio'...done
Updating metadata for 'cri-tools'...done
Importing rpm-md...done
rpm-md repo 'fedora'; generated: 2021-10-26T05:31:27Z solvables: 65732
rpm-md repo 'fedora-updates'; generated: 2022-04-04T01:02:53Z solvables: 29071
rpm-md repo 'okd-rpms' (cached); generated: 2022-04-04T10:04:34Z solvables: 3
rpm-md repo 'crio'; generated: 2022-03-15T17:56:48Z solvables: 23
rpm-md repo 'cri-tools'; generated: 2022-03-31T13:24:55Z solvables: 52
Resolving dependencies...done
Installing 429 packages:
  NetworkManager-1:1.32.12-2.fc35.x86_64 (fedora-updates)
  NetworkManager-cloud-setup-1:1.32.12-2.fc35.x86_64 (fedora-updates)
  NetworkManager-libnm-1:1.32.12-2.fc35.x86_64 (fedora-updates)
  NetworkManager-ovs-1:1.32.12-2.fc35.x86_64 (fedora-updates)
  NetworkManager-team-1:1.32.12-2.fc35.x86_64 (fedora-updates)
  NetworkManager-tui-1:1.32.12-2.fc35.x86_64 (fedora-updates)
  WALinuxAgent-udev-2.3.1.1-2.fc35.noarch (fedora)
  acl-2.3.1-2.fc35.x86_64 (fedora)
  adcli-0.9.1-9.fc35.x86_64 (fedora)
  afterburn-5.2.0-4.fc35.x86_64 (fedora-updates)
  afterburn-dracut-5.2.0-4.fc35.x86_64 (fedora-updates)
  alternatives-1.19-1.fc35.x86_64 (fedora)
  attr-2.5.1-3.fc35.x86_64 (fedora)
  audit-libs-3.0.8-1.fc35.x86_64 (fedora-updates)
  avahi-libs-0.8-14.fc35.x86_64 (fedora)
  basesystem-11-12.fc35.noarch (fedora)
  bash-5.1.8-2.fc35.x86_64 (fedora)
  bash-completion-1:2.11-3.fc35.noarch (fedora)
  bind-libs-32:9.16.27-1.fc35.x86_64 (fedora-updates)
  bind-license-32:9.16.27-1.fc35.noarch (fedora-updates)
  bind-utils-32:9.16.27-1.fc35.x86_64 (fedora-updates)
  bootupd-0.2.6-1.fc35.x86_64 (fedora)
  bsdtar-3.5.3-1.fc35.x86_64 (fedora-updates)
  btrfs-progs-5.16.2-1.fc35.x86_64 (fedora-updates)
  bubblewrap-0.5.0-1.fc35.x86_64 (fedora)
  bzip2-1.0.8-9.fc35.x86_64 (fedora)
  bzip2-libs-1.0.8-9.fc35.x86_64 (fedora)
  c-ares-1.17.2-1.fc35.x86_64 (fedora)
  ca-certificates-2021.2.52-1.0.fc35.noarch (fedora-updates)
  catatonit-0.1.7-1.fc35.x86_64 (fedora-updates)
  chrony-4.2-1.fc35.x86_64 (fedora-updates)
  cifs-utils-6.13-3.fc35.x86_64 (fedora)
  clevis-18-4.fc35.x86_64 (fedora-updates)
  clevis-dracut-18-4.fc35.x86_64 (fedora-updates)
  clevis-luks-18-4.fc35.x86_64 (fedora-updates)
  clevis-systemd-18-4.fc35.x86_64 (fedora-updates)
  cloud-utils-growpart-0.31-9.fc35.noarch (fedora)
  conmon-2:2.1.0-2.3.1.x86_64 (cri-tools)
  console-login-helper-messages-0.21.2-3.fc35.noarch (fedora-updates)
  console-login-helper-messages-issuegen-0.21.2-3.fc35.noarch (fedora-updates)
  console-login-helper-messages-motdgen-0.21.2-3.fc35.noarch (fedora-updates)
  console-login-helper-messages-profile-0.21.2-3.fc35.noarch (fedora-updates)
  container-selinux-2:2.180.0-1.fc35.noarch (fedora-updates)
  containernetworking-plugins-1.1.0-1.fc35.x86_64 (fedora-updates)
  containers-common-4:1-45.fc35.noarch (fedora-updates)
  coreos-installer-0.13.1-3.fc35.x86_64 (fedora-updates)
  coreos-installer-bootinfra-0.13.1-3.fc35.x86_64 (fedora-updates)
  coreutils-8.32-33.fc35.x86_64 (fedora-updates)
  coreutils-common-8.32-33.fc35.x86_64 (fedora-updates)
  cpio-2.13-11.fc35.x86_64 (fedora)
  cracklib-2.9.6-27.fc35.x86_64 (fedora)
  cracklib-dicts-2.9.6-27.fc35.x86_64 (fedora)
  cri-o-1.23.2-3.1.fc35.x86_64 (crio)
  cri-tools-1.23.0-.fc35.1.1.x86_64 (cri-tools)
  criu-3.16.1-2.fc35.x86_64 (fedora-updates)
  criu-libs-3.16.1-2.fc35.x86_64 (fedora-updates)
  crun-1.4.4-1.fc35.x86_64 (fedora-updates)
  crypto-policies-20210819-1.gitd0fdcfb.fc35.noarch (fedora)
  cryptsetup-2.4.3-1.fc35.x86_64 (fedora-updates)
  cryptsetup-libs-2.4.3-1.fc35.x86_64 (fedora-updates)
  cups-libs-1:2.3.3op2-16.fc35.x86_64 (fedora-updates)
  curl-7.79.1-1.fc35.x86_64 (fedora-updates)
  cyrus-sasl-gssapi-2.1.27-14.fc35.x86_64 (fedora-updates)
  cyrus-sasl-lib-2.1.27-14.fc35.x86_64 (fedora-updates)
  dbus-1:1.12.22-1.fc35.x86_64 (fedora-updates)
  dbus-broker-29-4.fc35.x86_64 (fedora)
  dbus-common-1:1.12.22-1.fc35.noarch (fedora-updates)
  dbus-libs-1:1.12.22-1.fc35.x86_64 (fedora-updates)
  device-mapper-1.02.175-6.fc35.x86_64 (fedora)
  device-mapper-event-1.02.175-6.fc35.x86_64 (fedora)
  device-mapper-event-libs-1.02.175-6.fc35.x86_64 (fedora)
  device-mapper-libs-1.02.175-6.fc35.x86_64 (fedora)
  device-mapper-multipath-0.8.6-5.fc35.x86_64 (fedora)
  device-mapper-multipath-libs-0.8.6-5.fc35.x86_64 (fedora)
  device-mapper-persistent-data-0.9.0-6.fc35.x86_64 (fedora)
  diffutils-3.8-1.fc35.x86_64 (fedora)
  dnsmasq-2.86-5.fc35.x86_64 (fedora-updates)
  dosfstools-4.2-2.fc35.x86_64 (fedora)
  dpdk-2:20.11-2.fc35.x86_64 (fedora)
  dracut-055-6.fc35.x86_64 (fedora-updates)
  dracut-network-055-6.fc35.x86_64 (fedora-updates)
  dracut-squash-055-6.fc35.x86_64 (fedora-updates)
  e2fsprogs-1.46.3-1.fc35.x86_64 (fedora)
  e2fsprogs-libs-1.46.3-1.fc35.x86_64 (fedora)
  efi-filesystem-5-4.fc35.noarch (fedora)
  efibootmgr-16-11.fc35.x86_64 (fedora)
  efivar-libs-37-17.fc35.x86_64 (fedora)
  elfutils-default-yama-scope-0.186-1.fc35.noarch (fedora-updates)
  elfutils-libelf-0.186-1.fc35.x86_64 (fedora-updates)
  elfutils-libs-0.186-1.fc35.x86_64 (fedora-updates)
  ethtool-2:5.16-1.fc35.x86_64 (fedora-updates)
  expat-2.4.7-1.fc35.x86_64 (fedora-updates)
  fedora-coreos-pinger-0.0.4-12.fc35.x86_64 (fedora)
  fedora-gpg-keys-35-1.noarch (fedora)
  fedora-release-common-35-36.noarch (fedora-updates)
  fedora-release-coreos-35-36.noarch (fedora-updates)
  fedora-release-identity-coreos-35-36.noarch (fedora-updates)
  fedora-repos-35-1.noarch (fedora)
  fedora-repos-archive-35-1.noarch (fedora)
  fedora-repos-modular-35-1.noarch (fedora)
  fedora-repos-ostree-35-1.noarch (fedora)
  file-5.40-9.fc35.x86_64 (fedora)
  file-libs-5.40-9.fc35.x86_64 (fedora)
  filesystem-3.14-7.fc35.x86_64 (fedora)
  findutils-1:4.8.0-4.fc35.x86_64 (fedora)
  flatpak-session-helper-1.12.7-1.fc35.x86_64 (fedora-updates)
  fstrm-0.6.1-3.fc35.x86_64 (fedora)
  fuse-2.9.9-13.fc35.x86_64 (fedora)
  fuse-common-3.10.5-1.fc35.x86_64 (fedora)
  fuse-libs-2.9.9-13.fc35.x86_64 (fedora)
  fuse-overlayfs-1.7.1-2.fc35.x86_64 (fedora)
  fuse-sshfs-3.7.2-2.fc35.x86_64 (fedora)
  fuse3-3.10.5-1.fc35.x86_64 (fedora)
  fuse3-libs-3.10.5-1.fc35.x86_64 (fedora)
  fwupd-1.7.6-1.fc35.x86_64 (fedora-updates)
  gawk-5.1.0-4.fc35.x86_64 (fedora)
  gdbm-libs-1:1.22-1.fc35.x86_64 (fedora-updates)
  gdisk-1.0.8-2.fc35.x86_64 (fedora)
  gettext-0.21-8.fc35.x86_64 (fedora)
  gettext-libs-0.21-8.fc35.x86_64 (fedora)
  git-core-2.35.1-1.fc35.x86_64 (fedora-updates)
  glib2-2.70.5-1.fc35.x86_64 (fedora-updates)
  glibc-2.34-29.fc35.x86_64 (fedora-updates)
  glibc-common-2.34-29.fc35.x86_64 (fedora-updates)
  glibc-minimal-langpack-2.34-29.fc35.x86_64 (fedora-updates)
  glusterfs-9.5-1.fc35.x86_64 (fedora-updates)
  glusterfs-client-xlators-9.5-1.fc35.x86_64 (fedora-updates)
  glusterfs-fuse-9.5-1.fc35.x86_64 (fedora-updates)
  gmp-1:6.2.0-7.fc35.x86_64 (fedora)
  gnupg2-2.3.4-1.fc35.x86_64 (fedora-updates)
  gnutls-3.7.2-3.fc35.x86_64 (fedora-updates)
  gpgme-1.15.1-6.fc35.x86_64 (fedora-updates)
  grep-3.6-4.fc35.x86_64 (fedora)
  grub2-common-1:2.06-10.fc35.noarch (fedora-updates)
  grub2-efi-x64-1:2.06-10.fc35.x86_64 (fedora-updates)
  grub2-pc-1:2.06-10.fc35.x86_64 (fedora-updates)
  grub2-pc-modules-1:2.06-10.fc35.noarch (fedora-updates)
  grub2-tools-1:2.06-10.fc35.x86_64 (fedora-updates)
  grub2-tools-minimal-1:2.06-10.fc35.x86_64 (fedora-updates)
  gzip-1.10-5.fc35.x86_64 (fedora)
  hostname-3.23-5.fc35.x86_64 (fedora)
  hwdata-0.357-1.fc35.noarch (fedora-updates)
  ignition-2.13.0-5.fc35.x86_64 (fedora-updates)
  inih-49-4.fc35.x86_64 (fedora)
  iproute-5.13.0-2.fc35.x86_64 (fedora)
  iproute-tc-5.13.0-2.fc35.x86_64 (fedora)
  iptables-legacy-1.8.7-13.fc35.x86_64 (fedora)
  iptables-legacy-libs-1.8.7-13.fc35.x86_64 (fedora)
  iptables-libs-1.8.7-13.fc35.x86_64 (fedora)
  iptables-nft-1.8.7-13.fc35.x86_64 (fedora)
  iptables-services-1.8.7-13.fc35.noarch (fedora)
  iputils-20210722-1.fc35.x86_64 (fedora)
  irqbalance-2:1.7.0-8.fc35.x86_64 (fedora)
  iscsi-initiator-utils-6.2.1.4-0.git095f59c.fc35.2.x86_64 (fedora)
  iscsi-initiator-utils-iscsiuio-6.2.1.4-0.git095f59c.fc35.2.x86_64 (fedora)
  isns-utils-libs-0.101-2.fc35.x86_64 (fedora)
  jansson-2.13.1-3.fc35.x86_64 (fedora)
  jose-11-3.fc35.x86_64 (fedora)
  jq-1.6-10.fc35.x86_64 (fedora)
  json-c-0.15-2.fc35.x86_64 (fedora)
  json-glib-1.6.6-1.fc35.x86_64 (fedora)
  kbd-2.4.0-8.fc35.x86_64 (fedora)
  kbd-misc-2.4.0-8.fc35.noarch (fedora)
  kernel-5.16.18-200.fc35.x86_64 (fedora-updates)
  kernel-core-5.16.18-200.fc35.x86_64 (fedora-updates)
  kernel-modules-5.16.18-200.fc35.x86_64 (fedora-updates)
  kexec-tools-2.0.22-7.fc35.x86_64 (fedora)
  keyutils-1.6.1-3.fc35.x86_64 (fedora)
  keyutils-libs-1.6.1-3.fc35.x86_64 (fedora)
  kmod-29-4.fc35.x86_64 (fedora)
  kmod-libs-29-4.fc35.x86_64 (fedora)
  kpartx-0.8.6-5.fc35.x86_64 (fedora)
  krb5-libs-1.19.2-4.fc35.x86_64 (fedora-updates)
  less-590-2.fc35.x86_64 (fedora-updates)
  libacl-2.3.1-2.fc35.x86_64 (fedora)
  libaio-0.3.111-12.fc35.x86_64 (fedora)
  libarchive-3.5.3-1.fc35.x86_64 (fedora-updates)
  libargon2-20171227-7.fc35.x86_64 (fedora)
  libassuan-2.5.5-3.fc35.x86_64 (fedora)
  libattr-2.5.1-3.fc35.x86_64 (fedora)
  libbasicobjects-0.1.1-48.fc35.x86_64 (fedora)
  libblkid-2.37.4-1.fc35.x86_64 (fedora-updates)
  libbrotli-1.0.9-6.fc35.x86_64 (fedora)
  libbsd-0.10.0-8.fc35.x86_64 (fedora)
  libcap-2.48-3.fc35.x86_64 (fedora)
  libcap-ng-0.8.2-8.fc35.x86_64 (fedora-updates)
  libcbor-0.7.0-4.fc35.x86_64 (fedora)
  libcollection-0.7.0-48.fc35.x86_64 (fedora)
  libcom_err-1.46.3-1.fc35.x86_64 (fedora)
  libcurl-7.79.1-1.fc35.x86_64 (fedora-updates)
  libdaemon-0.14-22.fc35.x86_64 (fedora)
  libdb-5.3.28-50.fc35.x86_64 (fedora)
  libdhash-0.5.0-48.fc35.x86_64 (fedora)
  libdrm-2.4.110-1.fc35.x86_64 (fedora-updates)
  libeconf-0.4.0-2.fc35.x86_64 (fedora)
  libedit-3.1-40.20210910cvs.fc35.x86_64 (fedora)
  libevent-2.1.12-4.fc35.x86_64 (fedora)
  libfdisk-2.37.4-1.fc35.x86_64 (fedora-updates)
  libffi-3.1-29.fc35.x86_64 (fedora)
  libfido2-1.8.0-1.fc35.x86_64 (fedora)
  libgcab1-1.4-5.fc35.x86_64 (fedora)
  libgcc-11.2.1-9.fc35.x86_64 (fedora-updates)
  libgcrypt-1.9.4-1.fc35.x86_64 (fedora)
  libgfrpc0-9.5-1.fc35.x86_64 (fedora-updates)
  libgfxdr0-9.5-1.fc35.x86_64 (fedora-updates)
  libglusterfs0-9.5-1.fc35.x86_64 (fedora-updates)
  libgomp-11.2.1-9.fc35.x86_64 (fedora-updates)
  libgpg-error-1.43-1.fc35.x86_64 (fedora-updates)
  libgudev-237-1.fc35.x86_64 (fedora)
  libgusb-0.3.9-1.fc35.x86_64 (fedora-updates)
  libibverbs-39.0-1.fc35.x86_64 (fedora-updates)
  libicu-69.1-2.fc35.x86_64 (fedora)
  libidn2-2.3.2-3.fc35.x86_64 (fedora)
  libini_config-1.3.1-48.fc35.x86_64 (fedora)
  libipa_hbac-2.6.3-1.fc35.x86_64 (fedora-updates)
  libjcat-0.1.9-1.fc35.x86_64 (fedora-updates)
  libjose-11-3.fc35.x86_64 (fedora)
  libkcapi-1.3.1-3.fc35.x86_64 (fedora)
  libkcapi-hmaccalc-1.3.1-3.fc35.x86_64 (fedora)
  libksba-1.6.0-2.fc35.x86_64 (fedora)
  libldb-2.4.2-1.fc35.x86_64 (fedora-updates)
  libluksmeta-9-12.fc35.x86_64 (fedora)
  libmaxminddb-1.6.0-1.fc35.x86_64 (fedora-updates)
  libmnl-1.0.4-14.fc35.x86_64 (fedora)
  libmodulemd-2.14.0-1.fc35.x86_64 (fedora-updates)
  libmount-2.37.4-1.fc35.x86_64 (fedora-updates)
  libmspack-0.10.1-0.6.alpha.fc35.x86_64 (fedora)
  libndp-1.8-2.fc35.x86_64 (fedora)
  libnet-1.2-4.fc35.x86_64 (fedora)
  libnetfilter_conntrack-1.0.8-3.fc35.x86_64 (fedora)
  libnfnetlink-1.0.1-20.fc35.x86_64 (fedora)
  libnfsidmap-1:2.5.4-2.rc3.fc35.x86_64 (fedora)
  libnftnl-1.2.0-2.fc35.x86_64 (fedora)
  libnghttp2-1.45.1-1.fc35.x86_64 (fedora)
  libnl3-3.5.0-8.fc35.x86_64 (fedora)
  libnl3-cli-3.5.0-8.fc35.x86_64 (fedora)
  libnsl2-1.3.0-4.fc35.x86_64 (fedora)
  libpath_utils-0.2.1-48.fc35.x86_64 (fedora)
  libpcap-14:1.10.1-2.fc35.x86_64 (fedora)
  libpciaccess-0.16-5.fc35.x86_64 (fedora)
  libpkgconf-1.8.0-1.fc35.x86_64 (fedora)
  libpsl-0.21.1-4.fc35.x86_64 (fedora)
  libpwquality-1.4.4-6.fc35.x86_64 (fedora)
  libref_array-0.1.5-48.fc35.x86_64 (fedora)
  librepo-1.14.2-1.fc35.x86_64 (fedora)
  libreport-filesystem-2.15.2-8.fc35.noarch (fedora-updates)
  libseccomp-2.5.3-1.fc35.x86_64 (fedora-updates)
  libselinux-3.3-1.fc35.x86_64 (fedora-updates)
  libselinux-utils-3.3-1.fc35.x86_64 (fedora-updates)
  libsemanage-3.3-1.fc35.x86_64 (fedora-updates)
  libsepol-3.3-2.fc35.x86_64 (fedora-updates)
  libsigsegv-2.13-3.fc35.x86_64 (fedora)
  libslirp-4.6.1-2.fc35.x86_64 (fedora)
  libsmartcols-2.37.4-1.fc35.x86_64 (fedora-updates)
  libsmbclient-2:4.15.6-0.fc35.x86_64 (fedora-updates)
  libsmbios-2.4.3-4.fc35.x86_64 (fedora)
  libsolv-0.7.21-1.fc35.x86_64 (fedora-updates)
  libss-1.46.3-1.fc35.x86_64 (fedora)
  libssh-0.9.6-1.fc35.x86_64 (fedora)
  libssh-config-0.9.6-1.fc35.noarch (fedora)
  libsss_certmap-2.6.3-1.fc35.x86_64 (fedora-updates)
  libsss_idmap-2.6.3-1.fc35.x86_64 (fedora-updates)
  libsss_nss_idmap-2.6.3-1.fc35.x86_64 (fedora-updates)
  libsss_sudo-2.6.3-1.fc35.x86_64 (fedora-updates)
  libstdc++-11.2.1-9.fc35.x86_64 (fedora-updates)
  libtalloc-2.3.3-2.fc35.x86_64 (fedora)
  libtasn1-4.16.0-6.fc35.x86_64 (fedora)
  libtdb-1.4.4-3.fc35.x86_64 (fedora)
  libteam-1.31-4.fc35.x86_64 (fedora)
  libtevent-0.11.0-1.fc35.x86_64 (fedora)
  libtirpc-1.3.2-1.fc35.x86_64 (fedora)
  libtool-ltdl-2.4.6-50.fc35.x86_64 (fedora-updates)
  libunistring-0.9.10-14.fc35.x86_64 (fedora)
  liburing-2.0-2.fc35.x86_64 (fedora)
  libusb1-1.0.25-8.fc35.x86_64 (fedora-updates)
  libuser-0.63-7.fc35.x86_64 (fedora)
  libutempter-1.2.1-5.fc35.x86_64 (fedora)
  libuuid-2.37.4-1.fc35.x86_64 (fedora-updates)
  libuv-1:1.44.1-1.fc35.x86_64 (fedora-updates)
  libvarlink-util-22-3.fc35.x86_64 (fedora)
  libverto-0.3.2-2.fc35.x86_64 (fedora)
  libwbclient-2:4.15.6-0.fc35.x86_64 (fedora-updates)
  libxcrypt-4.4.28-1.fc35.x86_64 (fedora-updates)
  libxml2-2.9.13-1.fc35.x86_64 (fedora-updates)
  libxmlb-0.3.6-1.fc35.x86_64 (fedora-updates)
  libxslt-1.1.34-6.fc35.x86_64 (fedora)
  libyaml-0.2.5-6.fc35.x86_64 (fedora)
  libzstd-1.5.2-1.fc35.x86_64 (fedora-updates)
  linux-atm-libs-2.5.1-30.fc35.x86_64 (fedora-updates)
  linux-firmware-20220310-130.fc35.noarch (fedora-updates)
  linux-firmware-whence-20220310-130.fc35.noarch (fedora-updates)
  lmdb-libs-0.9.29-2.fc35.x86_64 (fedora)
  logrotate-3.18.1-2.fc35.x86_64 (fedora)
  lsof-4.94.0-2.fc35.x86_64 (fedora)
  lua-libs-5.4.4-1.fc35.x86_64 (fedora-updates)
  luksmeta-9-12.fc35.x86_64 (fedora)
  lvm2-2.03.11-6.fc35.x86_64 (fedora)
  lvm2-libs-2.03.11-6.fc35.x86_64 (fedora)
  lz4-libs-1.9.3-3.fc35.x86_64 (fedora)
  lzo-2.10-5.fc35.x86_64 (fedora)
  mdadm-4.2-1.fc35.x86_64 (fedora-updates)
  microcode_ctl-2:2.1-47.1.fc35.x86_64 (fedora-updates)
  mokutil-2:0.5.0-1.fc35.x86_64 (fedora-updates)
  mozjs78-78.15.0-1.fc35.x86_64 (fedora)
  mpdecimal-2.5.1-2.fc35.x86_64 (fedora)
  mpfr-4.1.0-8.fc35.x86_64 (fedora)
  ncurses-6.2-8.20210508.fc35.x86_64 (fedora)
  ncurses-base-6.2-8.20210508.fc35.noarch (fedora)
  ncurses-libs-6.2-8.20210508.fc35.x86_64 (fedora)
  net-tools-2.0-0.60.20160912git.fc35.x86_64 (fedora)
  nettle-3.7.3-2.fc35.x86_64 (fedora)
  newt-0.52.21-11.fc35.x86_64 (fedora)
  nfs-utils-coreos-1:2.5.4-2.rc3.fc35.x86_64 (fedora)
  nftables-1:1.0.0-1.fc35.x86_64 (fedora)
  npth-1.6-7.fc35.x86_64 (fedora)
  nss-altfiles-2.18.1-19.fc35.x86_64 (fedora)
  numactl-libs-2.0.14-4.fc35.x86_64 (fedora)
  nvme-cli-1.11.1-4.fc35.x86_64 (fedora)
  oniguruma-6.9.7.1-1.fc35.1.x86_64 (fedora)
  open-vm-tools-11.3.5-1.fc35.x86_64 (fedora-updates)
  openldap-2.4.59-3.fc35.x86_64 (fedora)
  openshift-clients-0.0.1-1.el8.x86_64 (okd-rpms)
  openshift-hyperkube-1.23.5-1.0.1f952b3.x86_64 (okd-rpms)
  openssh-8.7p1-3.fc35.x86_64 (fedora-updates)
  openssh-clients-8.7p1-3.fc35.x86_64 (fedora-updates)
  openssh-server-8.7p1-3.fc35.x86_64 (fedora-updates)
  openssl-1:1.1.1n-1.fc35.x86_64 (fedora-updates)
  openssl-libs-1:1.1.1n-1.fc35.x86_64 (fedora-updates)
  openvswitch-2.15.0-7.fc35.x86_64 (fedora)
  os-prober-1.77-8.fc35.x86_64 (fedora)
  ostree-2022.1-1.fc35.x86_64 (fedora-updates)
  ostree-libs-2022.1-1.fc35.x86_64 (fedora-updates)
  p11-kit-0.23.22-4.fc35.x86_64 (fedora)
  p11-kit-trust-0.23.22-4.fc35.x86_64 (fedora)
  pam-1.5.2-7.fc35.x86_64 (fedora-updates)
  passwd-0.80-11.fc35.x86_64 (fedora)
  pciutils-3.7.0-4.fc35.x86_64 (fedora)
  pciutils-libs-3.7.0-4.fc35.x86_64 (fedora)
  pcre-8.45-1.fc35.x86_64 (fedora)
  pcre2-10.39-1.fc35.x86_64 (fedora-updates)
  pcre2-syntax-10.39-1.fc35.noarch (fedora-updates)
  pkgconf-1.8.0-1.fc35.x86_64 (fedora)
  pkgconf-m4-1.8.0-1.fc35.noarch (fedora)
  pkgconf-pkg-config-1.8.0-1.fc35.x86_64 (fedora)
  podman-3:3.4.4-1.fc35.x86_64 (fedora-updates)
  podman-plugins-3:3.4.4-1.fc35.x86_64 (fedora-updates)
  policycoreutils-3.3-1.fc35.x86_64 (fedora-updates)
  polkit-0.120-1.fc35.2.x86_64 (fedora-updates)
  polkit-libs-0.120-1.fc35.2.x86_64 (fedora-updates)
  polkit-pkla-compat-0.1-20.fc35.x86_64 (fedora)
  popt-1.18-6.fc35.x86_64 (fedora)
  procps-ng-3.3.17-3.fc35.x86_64 (fedora)
  protobuf-c-1.4.0-1.fc35.x86_64 (fedora)
  psmisc-23.4-2.fc35.x86_64 (fedora)
  publicsuffix-list-dafsa-20210518-2.fc35.noarch (fedora)
  python-pip-wheel-21.2.3-4.fc35.noarch (fedora-updates)
  python-setuptools-wheel-57.4.0-1.fc35.noarch (fedora)
  python3-libs-3.10.4-1.fc35.x86_64 (fedora-updates)
  qemu-guest-agent-2:6.1.0-14.fc35.x86_64 (fedora-updates)
  readline-8.1-3.fc35.x86_64 (fedora)
  rpcbind-1.2.6-1.fc35.x86_64 (fedora)
  rpm-4.17.0-4.fc35.x86_64 (fedora-updates)
  rpm-libs-4.17.0-4.fc35.x86_64 (fedora-updates)
  rpm-ostree-2022.5-1.fc35.x86_64 (fedora-updates)
  rpm-ostree-libs-2022.5-1.fc35.x86_64 (fedora-updates)
  rpm-plugin-selinux-4.17.0-4.fc35.x86_64 (fedora-updates)
  rsync-3.2.3-8.fc35.x86_64 (fedora)
  runc-2:1.1.0-1.fc35.x86_64 (fedora-updates)
  samba-client-libs-2:4.15.6-0.fc35.x86_64 (fedora-updates)
  samba-common-2:4.15.6-0.fc35.noarch (fedora-updates)
  samba-common-libs-2:4.15.6-0.fc35.x86_64 (fedora-updates)
  sed-4.8-8.fc35.x86_64 (fedora)
  selinux-policy-35.15-1.fc35.noarch (fedora-updates)
  selinux-policy-targeted-35.15-1.fc35.noarch (fedora-updates)
  setup-2.13.9.1-2.fc35.noarch (fedora)
  sg3_utils-1.46-2.fc35.x86_64 (fedora)
  sg3_utils-libs-1.46-2.fc35.x86_64 (fedora)
  shadow-utils-2:4.9-9.fc35.x86_64 (fedora-updates)
  shadow-utils-subid-2:4.9-9.fc35.x86_64 (fedora-updates)
  shared-mime-info-2.1-3.fc35.x86_64 (fedora)
  shim-x64-15.4-5.x86_64 (fedora)
  skopeo-1:1.7.0-1.fc35.x86_64 (fedora-updates)
  slang-2.3.2-10.fc35.x86_64 (fedora)
  slirp4netns-1.1.12-2.fc35.x86_64 (fedora)
  snappy-1.1.9-3.fc35.x86_64 (fedora)
  socat-1.7.4.2-1.fc35.x86_64 (fedora-updates)
  sqlite-libs-3.36.0-3.fc35.x86_64 (fedora)
  squashfs-tools-4.5-3.20210913gite048580.fc35.x86_64 (fedora)
  ssh-key-dir-0.1.2-8.fc35.x86_64 (fedora)
  sssd-ad-2.6.3-1.fc35.x86_64 (fedora-updates)
  sssd-client-2.6.3-1.fc35.x86_64 (fedora-updates)
  sssd-common-2.6.3-1.fc35.x86_64 (fedora-updates)
  sssd-common-pac-2.6.3-1.fc35.x86_64 (fedora-updates)
  sssd-ipa-2.6.3-1.fc35.x86_64 (fedora-updates)
  sssd-krb5-2.6.3-1.fc35.x86_64 (fedora-updates)
  sssd-krb5-common-2.6.3-1.fc35.x86_64 (fedora-updates)
  sssd-ldap-2.6.3-1.fc35.x86_64 (fedora-updates)
  sssd-nfs-idmap-2.6.3-1.fc35.x86_64 (fedora-updates)
  stalld-1.14.1-1.fc35.x86_64 (fedora)
  sudo-1.9.7p2-2.fc35.x86_64 (fedora)
  systemd-249.9-1.fc35.x86_64 (fedora-updates)
  systemd-container-249.9-1.fc35.x86_64 (fedora-updates)
  systemd-libs-249.9-1.fc35.x86_64 (fedora-updates)
  systemd-pam-249.9-1.fc35.x86_64 (fedora-updates)
  systemd-resolved-249.9-1.fc35.x86_64 (fedora-updates)
  systemd-udev-249.9-1.fc35.x86_64 (fedora-updates)
  tar-2:1.34-2.fc35.x86_64 (fedora)
  teamd-1.31-4.fc35.x86_64 (fedora)
  toolbox-0.0.99.3-2.fc35.x86_64 (fedora-updates)
  tpm2-tools-5.2-1.fc35.x86_64 (fedora-updates)
  tpm2-tss-3.1.0-3.fc35.x86_64 (fedora)
  tzdata-2021e-1.fc35.noarch (fedora-updates)
  unbound-libs-1.13.2-1.fc35.x86_64 (fedora)
  userspace-rcu-0.13.0-3.fc35.x86_64 (fedora)
  util-linux-2.37.4-1.fc35.x86_64 (fedora-updates)
  util-linux-core-2.37.4-1.fc35.x86_64 (fedora-updates)
  vim-data-2:8.2.4621-1.fc35.noarch (fedora-updates)
  vim-minimal-2:8.2.4621-1.fc35.x86_64 (fedora-updates)
  which-2.21-27.fc35.x86_64 (fedora)
  wireguard-tools-1.0.20210914-1.fc35.x86_64 (fedora)
  xfsprogs-5.12.0-2.fc35.x86_64 (fedora)
  xmlsec1-1.2.29-4.fc35.x86_64 (fedora)
  xmlsec1-openssl-1.2.29-4.fc35.x86_64 (fedora)
  xz-5.2.5-7.fc35.x86_64 (fedora)
  xz-libs-5.2.5-7.fc35.x86_64 (fedora)
  yajl-2.1.0-17.fc35.x86_64 (fedora)
  zchunk-libs-1.2.1-1.fc35.x86_64 (fedora-updates)
  zlib-1.2.11-30.fc35.x86_64 (fedora)
  zram-generator-1.1.2-1.fc35.x86_64 (fedora-updates)
Input state hash: d9a428fb8f724e57ffb1a8753fcd8b8e98ab00699af573db8adae716ba4204fb
Will download: 427 packages (561.8?MB)
Downloading from 'crio'...done
Downloading from 'fedora-updates'...done
Downloading from 'fedora'...done
Downloading from 'cri-tools'...done
Importing packages...done
--dry-run complete, updating --touch-if-changed=/tmp/cirrus-ci-build/tmp/treecompose.changed; exiting
+ cosa build ostree
Config commit: 0797c58f478ea350afd23377407896cd8c141bb0
Using manifest: /tmp/cirrus-ci-build/src/config/manifest.yaml
libostree:
 Version: '2022.1'
 Git: d3bc6a00d93850cad9c0b64088010e358ad714d6
 Features:
  - libcurl
  - libsoup
  - gpgme
  - ex-fsverity
  - libarchive
  - selinux
  - openssl
  - libmount
  - systemd
  - release
  - p2p
rpm-ostree:
 Version: '2022.5'
 Git: f1d38675d9ce0576053519cdbe0c4299871f436a
 Features:
  - rust
  - compose
  - fedora-integration
Previous build: none
Previous commit: none
Image Config checksum: 9c16ba6cc7b907d11f7da3c3afaaf984c17d4028d6f2165bf82f51e4cecf0ae6
info: Directory /tmp/cirrus-ci-build/src/config, is from branch master, commit 0797c58f478ea350afd23377407896cd8c141bb0
Committing overlay/05core: /tmp/cirrus-ci-build/src/config/overlay.d/05core ... 8125f4aab1d0406dff4226db1bc4c1de3a2f0cefd981a65cbdd82fb3340c1456
Committing overlay/06gcp-routes: /tmp/cirrus-ci-build/src/config/overlay.d/06gcp-routes ... 868157db1866863ac2d0b58951cdc0b348fc3e68f9712a59e1df7072de1e82db
Committing overlay/08nouveau: /tmp/cirrus-ci-build/src/config/overlay.d/08nouveau ... bf801e79a082f1d804170096c6276e103ae56cbbae97da53dec25d5f0579d630
Committing overlay/09misc: /tmp/cirrus-ci-build/src/config/overlay.d/09misc ... b903be039246b6d2b236b4b7b95cc51e299d7aa5ffa8a54f815d9ae493e26c5e
Committing overlay/14NetworkManager-plugins: /tmp/cirrus-ci-build/src/config/overlay.d/14NetworkManager-plugins ... 75ffbfbde16ab6cba40d8b7b21a84ede66aa48a6380fc24ca445ddabee08e687
Committing overlay/15fcos: /tmp/cirrus-ci-build/src/config/overlay.d/15fcos ... 55f3cf7b51c248750654c9f82945b2a8f354ad91462cb1f0a86899190a39caf7
Committing overlay/20platform-chrony: /tmp/cirrus-ci-build/src/config/overlay.d/20platform-chrony ... 0b85ad811a134585b95727d210fa3173d11222d48095c3c533c7276e83e82880
Committing overlay/99okd: /tmp/cirrus-ci-build/src/config/overlay.d/99okd ... d1eb9164c3d0504a67237a76d6bd6c0f96c91022e645f95ef4f4f42e03faa5b2
Committing /tmp/cirrus-ci-build/overrides/rootfs... 6a7e63a08f7e792d4469fd3d87caa0c0d73d441b344c5f2df67dafd2e3fb6e11
Running: rpm-ostree compose tree --repo=/tmp/cirrus-ci-build/tmp/repo --touch-if-changed /tmp/cirrus-ci-build/tmp/treecompose.changed --cachedir=/tmp/cirrus-ci-build/cache --unified-core /tmp/cirrus-ci-build/tmp/override/coreos-assembler-override-manifest.yaml --cache-only --add-metadata-from-json /tmp/cirrus-ci-build/tmp/build/tmp/commit-metadata-input.json --write-composejson-to /tmp/cirrus-ci-build/tmp/compose.json --ex-write-lockfile-to /tmp/cirrus-ci-build/tmp/repo/tmp/manifest-lock.generated.x86_64.json.tmp --ex-lockfile=/tmp/cirrus-ci-build/src/config/manifest-lock.overrides.yaml --no-parent
Loaded lockfiles:
  /tmp/cirrus-ci-build/src/config/manifest-lock.overrides.yaml
0 metadata, 0 content objects imported; 0 bytes content written
0 metadata, 0 content objects imported; 0 bytes content written
0 metadata, 0 content objects imported; 0 bytes content written
0 metadata, 0 content objects imported; 0 bytes content written
0 metadata, 0 content objects imported; 0 bytes content written
0 metadata, 0 content objects imported; 0 bytes content written
0 metadata, 0 content objects imported; 0 bytes content written
0 metadata, 0 content objects imported; 0 bytes content written
0 metadata, 0 content objects imported; 0 bytes content written
0 metadata, 0 content objects imported; 0 bytes content written
0 metadata, 0 content objects imported; 0 bytes content written
0 metadata, 0 content objects imported; 0 bytes content written
0 metadata, 0 content objects imported; 0 bytes content written
0 metadata, 0 content objects imported; 0 bytes content written
rpm-ostree version: 2022.5
No previous commit for fedora/x86_64/coreos/okd
Enabled rpm-md repositories: fedora fedora-updates okd-rpms crio cri-tools
Importing rpm-md...done
rpm-md repo 'fedora' (cached); generated: 2021-10-26T05:31:27Z solvables: 65732
rpm-md repo 'fedora-updates' (cached); generated: 2022-04-04T01:02:53Z solvables: 29071
rpm-md repo 'okd-rpms' (cached); generated: 2022-04-04T10:04:34Z solvables: 3
rpm-md repo 'crio' (cached); generated: 2022-03-15T17:56:48Z solvables: 23
rpm-md repo 'cri-tools' (cached); generated: 2022-03-31T13:24:55Z solvables: 52
Resolving dependencies...done
Installing 429 packages:
  NetworkManager-1:1.32.12-2.fc35.x86_64 (fedora-updates)
  NetworkManager-cloud-setup-1:1.32.12-2.fc35.x86_64 (fedora-updates)
  NetworkManager-libnm-1:1.32.12-2.fc35.x86_64 (fedora-updates)
  NetworkManager-ovs-1:1.32.12-2.fc35.x86_64 (fedora-updates)
  NetworkManager-team-1:1.32.12-2.fc35.x86_64 (fedora-updates)
  NetworkManager-tui-1:1.32.12-2.fc35.x86_64 (fedora-updates)
  WALinuxAgent-udev-2.3.1.1-2.fc35.noarch (fedora)
  acl-2.3.1-2.fc35.x86_64 (fedora)
  adcli-0.9.1-9.fc35.x86_64 (fedora)
  afterburn-5.2.0-4.fc35.x86_64 (fedora-updates)
  afterburn-dracut-5.2.0-4.fc35.x86_64 (fedora-updates)
  alternatives-1.19-1.fc35.x86_64 (fedora)
  attr-2.5.1-3.fc35.x86_64 (fedora)
  audit-libs-3.0.8-1.fc35.x86_64 (fedora-updates)
  avahi-libs-0.8-14.fc35.x86_64 (fedora)
  basesystem-11-12.fc35.noarch (fedora)
  bash-5.1.8-2.fc35.x86_64 (fedora)
  bash-completion-1:2.11-3.fc35.noarch (fedora)
  bind-libs-32:9.16.27-1.fc35.x86_64 (fedora-updates)
  bind-license-32:9.16.27-1.fc35.noarch (fedora-updates)
  bind-utils-32:9.16.27-1.fc35.x86_64 (fedora-updates)
  bootupd-0.2.6-1.fc35.x86_64 (fedora)
  bsdtar-3.5.3-1.fc35.x86_64 (fedora-updates)
  btrfs-progs-5.16.2-1.fc35.x86_64 (fedora-updates)
  bubblewrap-0.5.0-1.fc35.x86_64 (fedora)
  bzip2-1.0.8-9.fc35.x86_64 (fedora)
  bzip2-libs-1.0.8-9.fc35.x86_64 (fedora)
  c-ares-1.17.2-1.fc35.x86_64 (fedora)
  ca-certificates-2021.2.52-1.0.fc35.noarch (fedora-updates)
  catatonit-0.1.7-1.fc35.x86_64 (fedora-updates)
  chrony-4.2-1.fc35.x86_64 (fedora-updates)
  cifs-utils-6.13-3.fc35.x86_64 (fedora)
  clevis-18-4.fc35.x86_64 (fedora-updates)
  clevis-dracut-18-4.fc35.x86_64 (fedora-updates)
  clevis-luks-18-4.fc35.x86_64 (fedora-updates)
  clevis-systemd-18-4.fc35.x86_64 (fedora-updates)
  cloud-utils-growpart-0.31-9.fc35.noarch (fedora)
  conmon-2:2.1.0-2.3.1.x86_64 (cri-tools)
  console-login-helper-messages-0.21.2-3.fc35.noarch (fedora-updates)
  console-login-helper-messages-issuegen-0.21.2-3.fc35.noarch (fedora-updates)
  console-login-helper-messages-motdgen-0.21.2-3.fc35.noarch (fedora-updates)
  console-login-helper-messages-profile-0.21.2-3.fc35.noarch (fedora-updates)
  container-selinux-2:2.180.0-1.fc35.noarch (fedora-updates)
  containernetworking-plugins-1.1.0-1.fc35.x86_64 (fedora-updates)
  containers-common-4:1-45.fc35.noarch (fedora-updates)
  coreos-installer-0.13.1-3.fc35.x86_64 (fedora-updates)
  coreos-installer-bootinfra-0.13.1-3.fc35.x86_64 (fedora-updates)
  coreutils-8.32-33.fc35.x86_64 (fedora-updates)
  coreutils-common-8.32-33.fc35.x86_64 (fedora-updates)
  cpio-2.13-11.fc35.x86_64 (fedora)
  cracklib-2.9.6-27.fc35.x86_64 (fedora)
  cracklib-dicts-2.9.6-27.fc35.x86_64 (fedora)
  cri-o-1.23.2-3.1.fc35.x86_64 (crio)
  cri-tools-1.23.0-.fc35.1.1.x86_64 (cri-tools)
  criu-3.16.1-2.fc35.x86_64 (fedora-updates)
  criu-libs-3.16.1-2.fc35.x86_64 (fedora-updates)
  crun-1.4.4-1.fc35.x86_64 (fedora-updates)
  crypto-policies-20210819-1.gitd0fdcfb.fc35.noarch (fedora)
  cryptsetup-2.4.3-1.fc35.x86_64 (fedora-updates)
  cryptsetup-libs-2.4.3-1.fc35.x86_64 (fedora-updates)
  cups-libs-1:2.3.3op2-16.fc35.x86_64 (fedora-updates)
  curl-7.79.1-1.fc35.x86_64 (fedora-updates)
  cyrus-sasl-gssapi-2.1.27-14.fc35.x86_64 (fedora-updates)
  cyrus-sasl-lib-2.1.27-14.fc35.x86_64 (fedora-updates)
  dbus-1:1.12.22-1.fc35.x86_64 (fedora-updates)
  dbus-broker-29-4.fc35.x86_64 (fedora)
  dbus-common-1:1.12.22-1.fc35.noarch (fedora-updates)
  dbus-libs-1:1.12.22-1.fc35.x86_64 (fedora-updates)
  device-mapper-1.02.175-6.fc35.x86_64 (fedora)
  device-mapper-event-1.02.175-6.fc35.x86_64 (fedora)
  device-mapper-event-libs-1.02.175-6.fc35.x86_64 (fedora)
  device-mapper-libs-1.02.175-6.fc35.x86_64 (fedora)
  device-mapper-multipath-0.8.6-5.fc35.x86_64 (fedora)
  device-mapper-multipath-libs-0.8.6-5.fc35.x86_64 (fedora)
  device-mapper-persistent-data-0.9.0-6.fc35.x86_64 (fedora)
  diffutils-3.8-1.fc35.x86_64 (fedora)
  dnsmasq-2.86-5.fc35.x86_64 (fedora-updates)
  dosfstools-4.2-2.fc35.x86_64 (fedora)
  dpdk-2:20.11-2.fc35.x86_64 (fedora)
  dracut-055-6.fc35.x86_64 (fedora-updates)
  dracut-network-055-6.fc35.x86_64 (fedora-updates)
  dracut-squash-055-6.fc35.x86_64 (fedora-updates)
  e2fsprogs-1.46.3-1.fc35.x86_64 (fedora)
  e2fsprogs-libs-1.46.3-1.fc35.x86_64 (fedora)
  efi-filesystem-5-4.fc35.noarch (fedora)
  efibootmgr-16-11.fc35.x86_64 (fedora)
  efivar-libs-37-17.fc35.x86_64 (fedora)
  elfutils-default-yama-scope-0.186-1.fc35.noarch (fedora-updates)
  elfutils-libelf-0.186-1.fc35.x86_64 (fedora-updates)
  elfutils-libs-0.186-1.fc35.x86_64 (fedora-updates)
  ethtool-2:5.16-1.fc35.x86_64 (fedora-updates)
  expat-2.4.7-1.fc35.x86_64 (fedora-updates)
  fedora-coreos-pinger-0.0.4-12.fc35.x86_64 (fedora)
  fedora-gpg-keys-35-1.noarch (fedora)
  fedora-release-common-35-36.noarch (fedora-updates)
  fedora-release-coreos-35-36.noarch (fedora-updates)
  fedora-release-identity-coreos-35-36.noarch (fedora-updates)
  fedora-repos-35-1.noarch (fedora)
  fedora-repos-archive-35-1.noarch (fedora)
  fedora-repos-modular-35-1.noarch (fedora)
  fedora-repos-ostree-35-1.noarch (fedora)
  file-5.40-9.fc35.x86_64 (fedora)
  file-libs-5.40-9.fc35.x86_64 (fedora)
  filesystem-3.14-7.fc35.x86_64 (fedora)
  findutils-1:4.8.0-4.fc35.x86_64 (fedora)
  flatpak-session-helper-1.12.7-1.fc35.x86_64 (fedora-updates)
  fstrm-0.6.1-3.fc35.x86_64 (fedora)
  fuse-2.9.9-13.fc35.x86_64 (fedora)
  fuse-common-3.10.5-1.fc35.x86_64 (fedora)
  fuse-libs-2.9.9-13.fc35.x86_64 (fedora)
  fuse-overlayfs-1.7.1-2.fc35.x86_64 (fedora)
  fuse-sshfs-3.7.2-2.fc35.x86_64 (fedora)
  fuse3-3.10.5-1.fc35.x86_64 (fedora)
  fuse3-libs-3.10.5-1.fc35.x86_64 (fedora)
  fwupd-1.7.6-1.fc35.x86_64 (fedora-updates)
  gawk-5.1.0-4.fc35.x86_64 (fedora)
  gdbm-libs-1:1.22-1.fc35.x86_64 (fedora-updates)
  gdisk-1.0.8-2.fc35.x86_64 (fedora)
  gettext-0.21-8.fc35.x86_64 (fedora)
  gettext-libs-0.21-8.fc35.x86_64 (fedora)
  git-core-2.35.1-1.fc35.x86_64 (fedora-updates)
  glib2-2.70.5-1.fc35.x86_64 (fedora-updates)
  glibc-2.34-29.fc35.x86_64 (fedora-updates)
  glibc-common-2.34-29.fc35.x86_64 (fedora-updates)
  glibc-minimal-langpack-2.34-29.fc35.x86_64 (fedora-updates)
  glusterfs-9.5-1.fc35.x86_64 (fedora-updates)
  glusterfs-client-xlators-9.5-1.fc35.x86_64 (fedora-updates)
  glusterfs-fuse-9.5-1.fc35.x86_64 (fedora-updates)
  gmp-1:6.2.0-7.fc35.x86_64 (fedora)
  gnupg2-2.3.4-1.fc35.x86_64 (fedora-updates)
  gnutls-3.7.2-3.fc35.x86_64 (fedora-updates)
  gpgme-1.15.1-6.fc35.x86_64 (fedora-updates)
  grep-3.6-4.fc35.x86_64 (fedora)
  grub2-common-1:2.06-10.fc35.noarch (fedora-updates)
  grub2-efi-x64-1:2.06-10.fc35.x86_64 (fedora-updates)
  grub2-pc-1:2.06-10.fc35.x86_64 (fedora-updates)
  grub2-pc-modules-1:2.06-10.fc35.noarch (fedora-updates)
  grub2-tools-1:2.06-10.fc35.x86_64 (fedora-updates)
  grub2-tools-minimal-1:2.06-10.fc35.x86_64 (fedora-updates)
  gzip-1.10-5.fc35.x86_64 (fedora)
  hostname-3.23-5.fc35.x86_64 (fedora)
  hwdata-0.357-1.fc35.noarch (fedora-updates)
  ignition-2.13.0-5.fc35.x86_64 (fedora-updates)
  inih-49-4.fc35.x86_64 (fedora)
  iproute-5.13.0-2.fc35.x86_64 (fedora)
  iproute-tc-5.13.0-2.fc35.x86_64 (fedora)
  iptables-legacy-1.8.7-13.fc35.x86_64 (fedora)
  iptables-legacy-libs-1.8.7-13.fc35.x86_64 (fedora)
  iptables-libs-1.8.7-13.fc35.x86_64 (fedora)
  iptables-nft-1.8.7-13.fc35.x86_64 (fedora)
  iptables-services-1.8.7-13.fc35.noarch (fedora)
  iputils-20210722-1.fc35.x86_64 (fedora)
  irqbalance-2:1.7.0-8.fc35.x86_64 (fedora)
  iscsi-initiator-utils-6.2.1.4-0.git095f59c.fc35.2.x86_64 (fedora)
  iscsi-initiator-utils-iscsiuio-6.2.1.4-0.git095f59c.fc35.2.x86_64 (fedora)
  isns-utils-libs-0.101-2.fc35.x86_64 (fedora)
  jansson-2.13.1-3.fc35.x86_64 (fedora)
  jose-11-3.fc35.x86_64 (fedora)
  jq-1.6-10.fc35.x86_64 (fedora)
  json-c-0.15-2.fc35.x86_64 (fedora)
  json-glib-1.6.6-1.fc35.x86_64 (fedora)
  kbd-2.4.0-8.fc35.x86_64 (fedora)
  kbd-misc-2.4.0-8.fc35.noarch (fedora)
  kernel-5.16.18-200.fc35.x86_64 (fedora-updates)
  kernel-core-5.16.18-200.fc35.x86_64 (fedora-updates)
  kernel-modules-5.16.18-200.fc35.x86_64 (fedora-updates)
  kexec-tools-2.0.22-7.fc35.x86_64 (fedora)
  keyutils-1.6.1-3.fc35.x86_64 (fedora)
  keyutils-libs-1.6.1-3.fc35.x86_64 (fedora)
  kmod-29-4.fc35.x86_64 (fedora)
  kmod-libs-29-4.fc35.x86_64 (fedora)
  kpartx-0.8.6-5.fc35.x86_64 (fedora)
  krb5-libs-1.19.2-4.fc35.x86_64 (fedora-updates)
  less-590-2.fc35.x86_64 (fedora-updates)
  libacl-2.3.1-2.fc35.x86_64 (fedora)
  libaio-0.3.111-12.fc35.x86_64 (fedora)
  libarchive-3.5.3-1.fc35.x86_64 (fedora-updates)
  libargon2-20171227-7.fc35.x86_64 (fedora)
  libassuan-2.5.5-3.fc35.x86_64 (fedora)
  libattr-2.5.1-3.fc35.x86_64 (fedora)
  libbasicobjects-0.1.1-48.fc35.x86_64 (fedora)
  libblkid-2.37.4-1.fc35.x86_64 (fedora-updates)
  libbrotli-1.0.9-6.fc35.x86_64 (fedora)
  libbsd-0.10.0-8.fc35.x86_64 (fedora)
  libcap-2.48-3.fc35.x86_64 (fedora)
  libcap-ng-0.8.2-8.fc35.x86_64 (fedora-updates)
  libcbor-0.7.0-4.fc35.x86_64 (fedora)
  libcollection-0.7.0-48.fc35.x86_64 (fedora)
  libcom_err-1.46.3-1.fc35.x86_64 (fedora)
  libcurl-7.79.1-1.fc35.x86_64 (fedora-updates)
  libdaemon-0.14-22.fc35.x86_64 (fedora)
  libdb-5.3.28-50.fc35.x86_64 (fedora)
  libdhash-0.5.0-48.fc35.x86_64 (fedora)
  libdrm-2.4.110-1.fc35.x86_64 (fedora-updates)
  libeconf-0.4.0-2.fc35.x86_64 (fedora)
  libedit-3.1-40.20210910cvs.fc35.x86_64 (fedora)
  libevent-2.1.12-4.fc35.x86_64 (fedora)
  libfdisk-2.37.4-1.fc35.x86_64 (fedora-updates)
  libffi-3.1-29.fc35.x86_64 (fedora)
  libfido2-1.8.0-1.fc35.x86_64 (fedora)
  libgcab1-1.4-5.fc35.x86_64 (fedora)
  libgcc-11.2.1-9.fc35.x86_64 (fedora-updates)
  libgcrypt-1.9.4-1.fc35.x86_64 (fedora)
  libgfrpc0-9.5-1.fc35.x86_64 (fedora-updates)
  libgfxdr0-9.5-1.fc35.x86_64 (fedora-updates)
  libglusterfs0-9.5-1.fc35.x86_64 (fedora-updates)
  libgomp-11.2.1-9.fc35.x86_64 (fedora-updates)
  libgpg-error-1.43-1.fc35.x86_64 (fedora-updates)
  libgudev-237-1.fc35.x86_64 (fedora)
  libgusb-0.3.9-1.fc35.x86_64 (fedora-updates)
  libibverbs-39.0-1.fc35.x86_64 (fedora-updates)
  libicu-69.1-2.fc35.x86_64 (fedora)
  libidn2-2.3.2-3.fc35.x86_64 (fedora)
  libini_config-1.3.1-48.fc35.x86_64 (fedora)
  libipa_hbac-2.6.3-1.fc35.x86_64 (fedora-updates)
  libjcat-0.1.9-1.fc35.x86_64 (fedora-updates)
  libjose-11-3.fc35.x86_64 (fedora)
  libkcapi-1.3.1-3.fc35.x86_64 (fedora)
  libkcapi-hmaccalc-1.3.1-3.fc35.x86_64 (fedora)
  libksba-1.6.0-2.fc35.x86_64 (fedora)
  libldb-2.4.2-1.fc35.x86_64 (fedora-updates)
  libluksmeta-9-12.fc35.x86_64 (fedora)
  libmaxminddb-1.6.0-1.fc35.x86_64 (fedora-updates)
  libmnl-1.0.4-14.fc35.x86_64 (fedora)
  libmodulemd-2.14.0-1.fc35.x86_64 (fedora-updates)
  libmount-2.37.4-1.fc35.x86_64 (fedora-updates)
  libmspack-0.10.1-0.6.alpha.fc35.x86_64 (fedora)
  libndp-1.8-2.fc35.x86_64 (fedora)
  libnet-1.2-4.fc35.x86_64 (fedora)
  libnetfilter_conntrack-1.0.8-3.fc35.x86_64 (fedora)
  libnfnetlink-1.0.1-20.fc35.x86_64 (fedora)
  libnfsidmap-1:2.5.4-2.rc3.fc35.x86_64 (fedora)
  libnftnl-1.2.0-2.fc35.x86_64 (fedora)
  libnghttp2-1.45.1-1.fc35.x86_64 (fedora)
  libnl3-3.5.0-8.fc35.x86_64 (fedora)
  libnl3-cli-3.5.0-8.fc35.x86_64 (fedora)
  libnsl2-1.3.0-4.fc35.x86_64 (fedora)
  libpath_utils-0.2.1-48.fc35.x86_64 (fedora)
  libpcap-14:1.10.1-2.fc35.x86_64 (fedora)
  libpciaccess-0.16-5.fc35.x86_64 (fedora)
  libpkgconf-1.8.0-1.fc35.x86_64 (fedora)
  libpsl-0.21.1-4.fc35.x86_64 (fedora)
  libpwquality-1.4.4-6.fc35.x86_64 (fedora)
  libref_array-0.1.5-48.fc35.x86_64 (fedora)
  librepo-1.14.2-1.fc35.x86_64 (fedora)
  libreport-filesystem-2.15.2-8.fc35.noarch (fedora-updates)
  libseccomp-2.5.3-1.fc35.x86_64 (fedora-updates)
  libselinux-3.3-1.fc35.x86_64 (fedora-updates)
  libselinux-utils-3.3-1.fc35.x86_64 (fedora-updates)
  libsemanage-3.3-1.fc35.x86_64 (fedora-updates)
  libsepol-3.3-2.fc35.x86_64 (fedora-updates)
  libsigsegv-2.13-3.fc35.x86_64 (fedora)
  libslirp-4.6.1-2.fc35.x86_64 (fedora)
  libsmartcols-2.37.4-1.fc35.x86_64 (fedora-updates)
  libsmbclient-2:4.15.6-0.fc35.x86_64 (fedora-updates)
  libsmbios-2.4.3-4.fc35.x86_64 (fedora)
  libsolv-0.7.21-1.fc35.x86_64 (fedora-updates)
  libss-1.46.3-1.fc35.x86_64 (fedora)
  libssh-0.9.6-1.fc35.x86_64 (fedora)
  libssh-config-0.9.6-1.fc35.noarch (fedora)
  libsss_certmap-2.6.3-1.fc35.x86_64 (fedora-updates)
  libsss_idmap-2.6.3-1.fc35.x86_64 (fedora-updates)
  libsss_nss_idmap-2.6.3-1.fc35.x86_64 (fedora-updates)
  libsss_sudo-2.6.3-1.fc35.x86_64 (fedora-updates)
  libstdc++-11.2.1-9.fc35.x86_64 (fedora-updates)
  libtalloc-2.3.3-2.fc35.x86_64 (fedora)
  libtasn1-4.16.0-6.fc35.x86_64 (fedora)
  libtdb-1.4.4-3.fc35.x86_64 (fedora)
  libteam-1.31-4.fc35.x86_64 (fedora)
  libtevent-0.11.0-1.fc35.x86_64 (fedora)
  libtirpc-1.3.2-1.fc35.x86_64 (fedora)
  libtool-ltdl-2.4.6-50.fc35.x86_64 (fedora-updates)
  libunistring-0.9.10-14.fc35.x86_64 (fedora)
  liburing-2.0-2.fc35.x86_64 (fedora)
  libusb1-1.0.25-8.fc35.x86_64 (fedora-updates)
  libuser-0.63-7.fc35.x86_64 (fedora)
  libutempter-1.2.1-5.fc35.x86_64 (fedora)
  libuuid-2.37.4-1.fc35.x86_64 (fedora-updates)
  libuv-1:1.44.1-1.fc35.x86_64 (fedora-updates)
  libvarlink-util-22-3.fc35.x86_64 (fedora)
  libverto-0.3.2-2.fc35.x86_64 (fedora)
  libwbclient-2:4.15.6-0.fc35.x86_64 (fedora-updates)
  libxcrypt-4.4.28-1.fc35.x86_64 (fedora-updates)
  libxml2-2.9.13-1.fc35.x86_64 (fedora-updates)
  libxmlb-0.3.6-1.fc35.x86_64 (fedora-updates)
  libxslt-1.1.34-6.fc35.x86_64 (fedora)
  libyaml-0.2.5-6.fc35.x86_64 (fedora)
  libzstd-1.5.2-1.fc35.x86_64 (fedora-updates)
  linux-atm-libs-2.5.1-30.fc35.x86_64 (fedora-updates)
  linux-firmware-20220310-130.fc35.noarch (fedora-updates)
  linux-firmware-whence-20220310-130.fc35.noarch (fedora-updates)
  lmdb-libs-0.9.29-2.fc35.x86_64 (fedora)
  logrotate-3.18.1-2.fc35.x86_64 (fedora)
  lsof-4.94.0-2.fc35.x86_64 (fedora)
  lua-libs-5.4.4-1.fc35.x86_64 (fedora-updates)
  luksmeta-9-12.fc35.x86_64 (fedora)
  lvm2-2.03.11-6.fc35.x86_64 (fedora)
  lvm2-libs-2.03.11-6.fc35.x86_64 (fedora)
  lz4-libs-1.9.3-3.fc35.x86_64 (fedora)
  lzo-2.10-5.fc35.x86_64 (fedora)
  mdadm-4.2-1.fc35.x86_64 (fedora-updates)
  microcode_ctl-2:2.1-47.1.fc35.x86_64 (fedora-updates)
  mokutil-2:0.5.0-1.fc35.x86_64 (fedora-updates)
  mozjs78-78.15.0-1.fc35.x86_64 (fedora)
  mpdecimal-2.5.1-2.fc35.x86_64 (fedora)
  mpfr-4.1.0-8.fc35.x86_64 (fedora)
  ncurses-6.2-8.20210508.fc35.x86_64 (fedora)
  ncurses-base-6.2-8.20210508.fc35.noarch (fedora)
  ncurses-libs-6.2-8.20210508.fc35.x86_64 (fedora)
  net-tools-2.0-0.60.20160912git.fc35.x86_64 (fedora)
  nettle-3.7.3-2.fc35.x86_64 (fedora)
  newt-0.52.21-11.fc35.x86_64 (fedora)
  nfs-utils-coreos-1:2.5.4-2.rc3.fc35.x86_64 (fedora)
  nftables-1:1.0.0-1.fc35.x86_64 (fedora)
  npth-1.6-7.fc35.x86_64 (fedora)
  nss-altfiles-2.18.1-19.fc35.x86_64 (fedora)
  numactl-libs-2.0.14-4.fc35.x86_64 (fedora)
  nvme-cli-1.11.1-4.fc35.x86_64 (fedora)
  oniguruma-6.9.7.1-1.fc35.1.x86_64 (fedora)
  open-vm-tools-11.3.5-1.fc35.x86_64 (fedora-updates)
  openldap-2.4.59-3.fc35.x86_64 (fedora)
  openshift-clients-0.0.1-1.el8.x86_64 (okd-rpms)
  openshift-hyperkube-1.23.5-1.0.1f952b3.x86_64 (okd-rpms)
  openssh-8.7p1-3.fc35.x86_64 (fedora-updates)
  openssh-clients-8.7p1-3.fc35.x86_64 (fedora-updates)
  openssh-server-8.7p1-3.fc35.x86_64 (fedora-updates)
  openssl-1:1.1.1n-1.fc35.x86_64 (fedora-updates)
  openssl-libs-1:1.1.1n-1.fc35.x86_64 (fedora-updates)
  openvswitch-2.15.0-7.fc35.x86_64 (fedora)
  os-prober-1.77-8.fc35.x86_64 (fedora)
  ostree-2022.1-1.fc35.x86_64 (fedora-updates)
  ostree-libs-2022.1-1.fc35.x86_64 (fedora-updates)
  p11-kit-0.23.22-4.fc35.x86_64 (fedora)
  p11-kit-trust-0.23.22-4.fc35.x86_64 (fedora)
  pam-1.5.2-7.fc35.x86_64 (fedora-updates)
  passwd-0.80-11.fc35.x86_64 (fedora)
  pciutils-3.7.0-4.fc35.x86_64 (fedora)
  pciutils-libs-3.7.0-4.fc35.x86_64 (fedora)
  pcre-8.45-1.fc35.x86_64 (fedora)
  pcre2-10.39-1.fc35.x86_64 (fedora-updates)
  pcre2-syntax-10.39-1.fc35.noarch (fedora-updates)
  pkgconf-1.8.0-1.fc35.x86_64 (fedora)
  pkgconf-m4-1.8.0-1.fc35.noarch (fedora)
  pkgconf-pkg-config-1.8.0-1.fc35.x86_64 (fedora)
  podman-3:3.4.4-1.fc35.x86_64 (fedora-updates)
  podman-plugins-3:3.4.4-1.fc35.x86_64 (fedora-updates)
  policycoreutils-3.3-1.fc35.x86_64 (fedora-updates)
  polkit-0.120-1.fc35.2.x86_64 (fedora-updates)
  polkit-libs-0.120-1.fc35.2.x86_64 (fedora-updates)
  polkit-pkla-compat-0.1-20.fc35.x86_64 (fedora)
  popt-1.18-6.fc35.x86_64 (fedora)
  procps-ng-3.3.17-3.fc35.x86_64 (fedora)
  protobuf-c-1.4.0-1.fc35.x86_64 (fedora)
  psmisc-23.4-2.fc35.x86_64 (fedora)
  publicsuffix-list-dafsa-20210518-2.fc35.noarch (fedora)
  python-pip-wheel-21.2.3-4.fc35.noarch (fedora-updates)
  python-setuptools-wheel-57.4.0-1.fc35.noarch (fedora)
  python3-libs-3.10.4-1.fc35.x86_64 (fedora-updates)
  qemu-guest-agent-2:6.1.0-14.fc35.x86_64 (fedora-updates)
  readline-8.1-3.fc35.x86_64 (fedora)
  rpcbind-1.2.6-1.fc35.x86_64 (fedora)
  rpm-4.17.0-4.fc35.x86_64 (fedora-updates)
  rpm-libs-4.17.0-4.fc35.x86_64 (fedora-updates)
  rpm-ostree-2022.5-1.fc35.x86_64 (fedora-updates)
  rpm-ostree-libs-2022.5-1.fc35.x86_64 (fedora-updates)
  rpm-plugin-selinux-4.17.0-4.fc35.x86_64 (fedora-updates)
  rsync-3.2.3-8.fc35.x86_64 (fedora)
  runc-2:1.1.0-1.fc35.x86_64 (fedora-updates)
  samba-client-libs-2:4.15.6-0.fc35.x86_64 (fedora-updates)
  samba-common-2:4.15.6-0.fc35.noarch (fedora-updates)
  samba-common-libs-2:4.15.6-0.fc35.x86_64 (fedora-updates)
  sed-4.8-8.fc35.x86_64 (fedora)
  selinux-policy-35.15-1.fc35.noarch (fedora-updates)
  selinux-policy-targeted-35.15-1.fc35.noarch (fedora-updates)
  setup-2.13.9.1-2.fc35.noarch (fedora)
  sg3_utils-1.46-2.fc35.x86_64 (fedora)
  sg3_utils-libs-1.46-2.fc35.x86_64 (fedora)
  shadow-utils-2:4.9-9.fc35.x86_64 (fedora-updates)
  shadow-utils-subid-2:4.9-9.fc35.x86_64 (fedora-updates)
  shared-mime-info-2.1-3.fc35.x86_64 (fedora)
  shim-x64-15.4-5.x86_64 (fedora)
  skopeo-1:1.7.0-1.fc35.x86_64 (fedora-updates)
  slang-2.3.2-10.fc35.x86_64 (fedora)
  slirp4netns-1.1.12-2.fc35.x86_64 (fedora)
  snappy-1.1.9-3.fc35.x86_64 (fedora)
  socat-1.7.4.2-1.fc35.x86_64 (fedora-updates)
  sqlite-libs-3.36.0-3.fc35.x86_64 (fedora)
  squashfs-tools-4.5-3.20210913gite048580.fc35.x86_64 (fedora)
  ssh-key-dir-0.1.2-8.fc35.x86_64 (fedora)
  sssd-ad-2.6.3-1.fc35.x86_64 (fedora-updates)
  sssd-client-2.6.3-1.fc35.x86_64 (fedora-updates)
  sssd-common-2.6.3-1.fc35.x86_64 (fedora-updates)
  sssd-common-pac-2.6.3-1.fc35.x86_64 (fedora-updates)
  sssd-ipa-2.6.3-1.fc35.x86_64 (fedora-updates)
  sssd-krb5-2.6.3-1.fc35.x86_64 (fedora-updates)
  sssd-krb5-common-2.6.3-1.fc35.x86_64 (fedora-updates)
  sssd-ldap-2.6.3-1.fc35.x86_64 (fedora-updates)
  sssd-nfs-idmap-2.6.3-1.fc35.x86_64 (fedora-updates)
  stalld-1.14.1-1.fc35.x86_64 (fedora)
  sudo-1.9.7p2-2.fc35.x86_64 (fedora)
  systemd-249.9-1.fc35.x86_64 (fedora-updates)
  systemd-container-249.9-1.fc35.x86_64 (fedora-updates)
  systemd-libs-249.9-1.fc35.x86_64 (fedora-updates)
  systemd-pam-249.9-1.fc35.x86_64 (fedora-updates)
  systemd-resolved-249.9-1.fc35.x86_64 (fedora-updates)
  systemd-udev-249.9-1.fc35.x86_64 (fedora-updates)
  tar-2:1.34-2.fc35.x86_64 (fedora)
  teamd-1.31-4.fc35.x86_64 (fedora)
  toolbox-0.0.99.3-2.fc35.x86_64 (fedora-updates)
  tpm2-tools-5.2-1.fc35.x86_64 (fedora-updates)
  tpm2-tss-3.1.0-3.fc35.x86_64 (fedora)
  tzdata-2021e-1.fc35.noarch (fedora-updates)
  unbound-libs-1.13.2-1.fc35.x86_64 (fedora)
  userspace-rcu-0.13.0-3.fc35.x86_64 (fedora)
  util-linux-2.37.4-1.fc35.x86_64 (fedora-updates)
  util-linux-core-2.37.4-1.fc35.x86_64 (fedora-updates)
  vim-data-2:8.2.4621-1.fc35.noarch (fedora-updates)
  vim-minimal-2:8.2.4621-1.fc35.x86_64 (fedora-updates)
  which-2.21-27.fc35.x86_64 (fedora)
  wireguard-tools-1.0.20210914-1.fc35.x86_64 (fedora)
  xfsprogs-5.12.0-2.fc35.x86_64 (fedora)
  xmlsec1-1.2.29-4.fc35.x86_64 (fedora)
  xmlsec1-openssl-1.2.29-4.fc35.x86_64 (fedora)
  xz-5.2.5-7.fc35.x86_64 (fedora)
  xz-libs-5.2.5-7.fc35.x86_64 (fedora)
  yajl-2.1.0-17.fc35.x86_64 (fedora)
  zchunk-libs-1.2.1-1.fc35.x86_64 (fedora-updates)
  zlib-1.2.11-30.fc35.x86_64 (fedora)
  zram-generator-1.1.2-1.fc35.x86_64 (fedora-updates)
Input state hash: d9a428fb8f724e57ffb1a8753fcd8b8e98ab00699af573db8adae716ba4204fb
Skipping file / from checkout
Skipping file /usr/bin/systemd-firstboot from checkout
Skipping file /usr/lib/systemd/system/systemd-firstboot.service from checkout
Skipping file /usr/lib/systemd/system/sysinit.target.wants/systemd-firstboot.service from checkout
Skipping file /usr/lib/systemd/system-generators/systemd-gpt-auto-generator from checkout
Checking out packages...done
Running pre scripts...19 done
systemd-libs.post: Detected system with nfsnobody defined, creating /etc/systemd/dont-synthesize-nobody
util-linux.post: mkdir: cannot create directory '/var/log': Read-only file system
util-linux.post: touch: cannot touch '/var/log/lastlog': No such file or directory
util-linux.post: chown: cannot access '/var/log/lastlog': No such file or directory
util-linux.post: chmod: cannot access '/var/log/lastlog': No such file or directory
unbound-libs.post: Created symlink /etc/systemd/system/timers.target.wants/unbound-anchor.timer → /usr/lib/systemd/system/unbound-anchor.timer.
policycoreutils.post: Created symlink /etc/systemd/system/sysinit.target.wants/selinux-autorelabel-mark.service → /usr/lib/systemd/system/selinux-autorelabel-mark.service.
dbus-common.post: Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
dbus-common.post: Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
dbus-broker.post: Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
dbus-broker.post: Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
systemd.post: Creating group kvm with gid 36.
systemd.post: Creating group render with gid 105.
systemd.post: Creating group sgx with gid 106.
systemd.post: Creating group fedora-coreos-pinger with gid 978.
systemd.post: Creating user fedora-coreos-pinger (Fedora CoreOS telemetry service user) with uid 978 and gid 978.
systemd.post: Creating group systemd-oom with gid 977.
systemd.post: Creating user systemd-oom (systemd Userspace OOM Killer) with uid 977 and gid 977.
systemd.post: Creating group systemd-coredump with gid 976.
systemd.post: Creating user systemd-coredump (systemd Core Dumper) with uid 976 and gid 976.
systemd-resolved.post: Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /usr/lib/systemd/system/systemd-resolved.service.
systemd-resolved.post: Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /usr/lib/systemd/system/systemd-resolved.service.
systemd-resolved.post: '/etc/resolv.conf' -> '../run/systemd/resolve/stub-resolv.conf'
NetworkManager.post: Created symlink /etc/systemd/system/multi-user.target.wants/NetworkManager.service → /usr/lib/systemd/system/NetworkManager.service.
NetworkManager.post: Created symlink /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service → /usr/lib/systemd/system/NetworkManager-dispatcher.service.
NetworkManager.post: Created symlink /etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service → /usr/lib/systemd/system/NetworkManager-wait-online.service.
sssd-common.post: Created symlink /etc/systemd/system/multi-user.target.wants/sssd.service → /usr/lib/systemd/system/sssd.service.
device-mapper-event.post: Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket.
device-mapper-event.post: rpm-ostree-systemctl: Ignored non-preset command: enable dm-event.socket
iscsi-initiator-utils-iscsiuio.post: Created symlink /etc/systemd/system/sockets.target.wants/iscsiuio.socket → /usr/lib/systemd/system/iscsiuio.socket.
iscsi-initiator-utils.post: Created symlink /etc/systemd/system/remote-fs.target.wants/iscsi.service → /usr/lib/systemd/system/iscsi.service.
iscsi-initiator-utils.post: Created symlink /etc/systemd/system/sockets.target.wants/iscsid.socket → /usr/lib/systemd/system/iscsid.socket.
iscsi-initiator-utils.post: Created symlink /etc/systemd/system/sysinit.target.wants/iscsi-onboot.service → /usr/lib/systemd/system/iscsi-onboot.service.
logrotate.post: Created symlink /etc/systemd/system/timers.target.wants/logrotate.timer → /usr/lib/systemd/system/logrotate.timer.
systemd-udev.post: Failed to create directory /var/lib/systemd: Read-only file system
ostree.post: Created symlink /etc/systemd/system/local-fs.target.wants/ostree-remount.service → /usr/lib/systemd/system/ostree-remount.sRunning post scripts...done
Checking out ostree layers...done
Running posttrans scripts...14 done
Writing rpmdb...done
ervice.
openssh-server.post: Created symlink /etc/systemd/system/multi-user.target.wants/sshd.service → /usr/lib/systemd/system/sshd.service.
device-mapper-multipath.post: Created symlink /etc/systemd/system/sysinit.target.wants/multipathd.service → /usr/lib/systemd/system/multipathd.service.
device-mapper-multipath.post: Created symlink /etc/systemd/system/sockets.target.wants/multipathd.socket → /usr/lib/systemd/system/multipathd.socket.
ssh-key-dir.post: rpm-ostree-systemctl: Ignored non-preset command: try-reload-or-restart sshd.service
lvm2.post: Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service.
lvm2.post: rpm-ostree-systemctl: Ignored non-preset command: enable lvm2-monitor.service
lvm2.post: Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket.
lvm2.post: rpm-ostree-systemctl: Ignored non-preset command: enable lvm2-lvmpolld.socket
chrony.post: rpm-ostree-systemctl: Ignored non-preset command: daemon-reload
chrony.post: Created symlink /etc/systemd/system/multi-user.target.wants/chronyd.service → /usr/lib/systemd/system/chronyd.service.
mdadm.post: Created symlink /etc/systemd/system/multi-user.target.wants/mdmonitor.service → /usr/lib/systemd/system/mdmonitor.service.
mdadm.post: Created symlink /etc/systemd/system/timers.target.wants/raid-check.timer → /usr/lib/systemd/system/raid-check.timer.
open-vm-tools.post: Created symlink /etc/systemd/system/multi-user.target.wants/vmtoolsd.service → /usr/lib/systemd/system/vmtoolsd.service.
open-vm-tools.post: Created symlink /etc/systemd/system/vmtoolsd.service.requires/vgauthd.service → /usr/lib/systemd/system/vgauthd.service.
qemu-guest-agent.post: Created symlink /etc/systemd/system/dev-virtio\x2dports-org.qemu.guest_agent.0.device.wants/qemu-guest-agent.service → /usr/lib/systemd/system/qemu-guest-agent.service.
qemu-guest-agent.post: Unit /usr/lib/systemd/system/qemu-guest-agent.service is added as a dependency to a non-existent unit dev-virtio\x2dports-org.qemu.guest_agent.0.device.
irqbalance.post: Created symlink /etc/systemd/system/multi-user.target.wants/irqbalance.service → /usr/lib/systemd/system/irqbalance.service.
Regenerating rpmdb for target
Relabeling...done
Updating usr/lib/os-release
Executing `postprocess` inline script '0'
+ mkdir -p /run
+ /usr/bin/bootupctl backend generate-update-metadata /
Generated update layout for EFI: grub2-efi-x64-1:2.06-10.fc35.x86_64,shim-x64-15.4-5.x86_64
Executing `postprocess` inline script '1'
+ source /etc/os-release
++ NAME='Fedora Linux'
++ VERSION='35 (CoreOS)'
++ ID=fedora
++ VERSION_ID=35
++ VERSION_CODENAME=
++ PLATFORM_ID=platform:f35
++ PRETTY_NAME='Fedora CoreOS 35'
++ ANSI_COLOR='0;38;2;60;110;180'
++ LOGO=fedora-logo-icon
++ CPE_NAME=cpe:/o:fedoraproject:fedora:35
++ HOME_URL=https://getfedora.org/coreos/
++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora-coreos/
++ SUPPORT_URL=https://github.com/coreos/fedora-coreos-tracker/
++ BUG_REPORT_URL=https://github.com/coreos/fedora-coreos-tracker/
++ REDHAT_BUGZILLA_PRODUCT=Fedora
++ REDHAT_BUGZILLA_PRODUCT_VERSION=35
++ REDHAT_SUPPORT_PRODUCT=Fedora
++ REDHAT_SUPPORT_PRODUCT_VERSION=35
++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
++ VARIANT=CoreOS
++ VARIANT_ID=coreos
++ OSTREE_VERSION=410.35.202204041006-0
+ [[ Fedora Linux =~ Fedora ]]
+ '[' 35 -le 35 ']'
+ mkdir /usr/lib/systemd/system/multipathd.socket.d
+ cat
Executing `postprocess` inline script '2'
+ source /etc/os-release
++ NAME='Fedora Linux'
++ VERSION='35 (CoreOS)'
++ ID=fedora
++ VERSION_ID=35
++ VERSION_CODENAME=
++ PLATFORM_ID=platform:f35
++ PRETTY_NAME='Fedora CoreOS 35'
++ ANSI_COLOR='0;38;2;60;110;180'
++ LOGO=fedora-logo-icon
++ CPE_NAME=cpe:/o:fedoraproject:fedora:35
++ HOME_URL=https://getfedora.org/coreos/
++ DOCUMENTATION_URL=https://docs.fedoraproject.org/en-US/fedora-coreos/
++ SUPPORT_URL=https://github.com/coreos/fedora-coreos-tracker/
++ BUG_REPORT_URL=https://github.com/coreos/fedora-coreos-tracker/
++ REDHAT_BUGZILLA_PRODUCT=Fedora
++ REDHAT_BUGZILLA_PRODUCT_VERSION=35
++ REDHAT_SUPPORT_PRODUCT=Fedora
++ REDHAT_SUPPORT_PRODUCT_VERSION=35
++ PRIVACY_POLICY_URL=https://fedoraproject.org/wiki/Legal:PrivacyPolicy
++ VARIANT=CoreOS
++ VARIANT_ID=coreos
++ OSTREE_VERSION=410.35.202204041006-0
+ [[ Fedora Linux =~ Fedora ]]
+ '[' 35 -le 37 ']'
+ mkdir /usr/lib/dracut/modules.d/36coreos-multipath-fix
+ cat
+ cat
+ chmod +x /usr/lib/dracut/modules.d/36coreos-multipath-fix/module-setup.sh
Executing `postprocess` inline script '3'
+ rm -rf /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service /etc/systemd/system/dbus-org.freedesktop.resolve1.service /etc/systemd/system/dbus.service '/etc/systemd/system/dev-virtio\x2dports-org.qemu.guest_agent.0.device.wants' /etc/systemd/system/local-fs.target.wants /etc/systemd/system/multi-user.target.wants /etc/systemd/system/network-online.target.wants /etc/systemd/system/ovsdb-server.service.d /etc/systemd/system/remote-fs.target.wants /etc/systemd/system/sockets.target.wants /etc/systemd/system/sysinit.target.wants /etc/systemd/system/timers.target.wants /etc/systemd/system/vmtoolsd.service.requires
+ systemctl preset-all
Created symlink /etc/systemd/system/multi-user.target.wants/afterburn-checkin.service → /usr/lib/systemd/system/afterburn-checkin.service.
Created symlink /etc/systemd/system/sockets.target.wants/dbus.socket → /usr/lib/systemd/system/dbus.socket.
Created symlink /etc/systemd/system/multi-user.target.wants/gcp-routes.service → /usr/lib/systemd/system/gcp-routes.service.
Created symlink /etc/systemd/system/sockets.target.wants/iscsiuio.socket → /usr/lib/systemd/system/iscsiuio.socket.
Created symlink /etc/systemd/system/multi-user.target.wants/irqbalance.service → /usr/lib/systemd/system/irqbalance.service.
Created symlink /etc/systemd/system/multi-user.target.wants/afterburn-firstboot-checkin.service → /usr/lib/systemd/system/afterburn-firstboot-checkin.service.
Created symlink /etc/systemd/system/multi-user.target.wants/vmtoolsd.service → /usr/lib/systemd/system/vmtoolsd.service.
Created symlink /etc/systemd/system/vmtoolsd.service.requires/vgauthd.service → /usr/lib/systemd/system/vgauthd.service.
Created symlink /etc/systemd/system/basic.target.wants/coreos-ignition-firstboot-complete.service → /usr/lib/systemd/system/coreos-ignition-firstboot-complete.service.
Created symlink /etc/systemd/system/multi-user.target.wants/remote-cryptsetup.target → /usr/lib/systemd/system/remote-cryptsetup.target.
Created symlink /etc/systemd/system/cryptsetup.target.wants/clevis-luks-askpass.path → /usr/lib/systemd/system/clevis-luks-askpass.path.
Created symlink /etc/systemd/system/multi-user.target.wants/chronyd.service → /usr/lib/systemd/system/chronyd.service.
Created symlink /etc/systemd/system/multi-user.target.wants/sssd.service → /usr/lib/systemd/system/sssd.service.
Created symlink /etc/systemd/system/dbus-org.freedesktop.resolve1.service → /usr/lib/systemd/system/systemd-resolved.service.
Created symlink /etc/systemd/system/multi-user.target.wants/systemd-resolved.service → /usr/lib/systemd/system/systemd-resolved.service.
Created symlink /etc/systemd/system/multi-user.target.wants/fedora-coreos-pinger.service → /usr/lib/systemd/system/fedora-coreos-pinger.service.
Created symlink /etc/systemd/system/sockets.target.wants/systemd-userdbd.socket → /usr/lib/systemd/system/systemd-userdbd.socket.
Created symlink /etc/systemd/system/sockets.target.wants/iscsid.socket → /usr/lib/systemd/system/iscsid.socket.
Created symlink /etc/systemd/system/sysinit.target.wants/selinux-autorelabel-mark.service → /usr/lib/systemd/system/selinux-autorelabel-mark.service.
Created symlink /etc/systemd/system/sysinit.target.wants/multipathd.service → /usr/lib/systemd/system/multipathd.service.
Created symlink /etc/systemd/system/sockets.target.wants/multipathd.socket → /usr/lib/systemd/system/multipathd.socket.
Created symlink /etc/systemd/system/multi-user.target.wants/coreos-check-ssh-keys.service → /usr/lib/systemd/system/coreos-check-ssh-keys.service.
Created symlink /etc/systemd/system/multi-user.target.requires/afterburn-sshkeys.target → /usr/lib/systemd/system/afterburn-sshkeys.target.
Created symlink /etc/systemd/system/basic.target.wants/rpmdb-rebuild.service → /usr/lib/systemd/system/rpmdb-rebuild.service.
Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-monitor.service → /usr/lib/systemd/system/lvm2-monitor.service.
Created symlink /etc/systemd/system/sysinit.target.wants/iscsi-onboot.service → /usr/lib/systemd/system/iscsi-onboot.service.
Created symlink /etc/systemd/system/multi-user.target.wants/NetworkManager.service → /usr/lib/systemd/system/NetworkManager.service.
Created symlink /etc/systemd/system/dbus-org.freedesktop.nm-dispatcher.service → /usr/lib/systemd/system/NetworkManager-dispatcher.service.
Created symlink /etc/systemd/system/network-online.target.wants/NetworkManager-wait-online.service → /usr/lib/systemd/system/NetworkManager-wait-online.service.
Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /usr/lib/systemd/system/remote-fs.target.
Created symlink /etc/systemd/system/multi-user.target.wants/coreos-liveiso-success.service → /usr/lib/systemd/system/coreos-liveiso-success.service.
Created symlink /etc/systemd/system/dev-virtio\x2dports-org.qemu.guest_agent.0.device.wants/qemu-guest-agent.service → /usr/lib/systemd/system/qemu-guest-agent.service.
Unit /usr/lib/systemd/system/qemu-guest-agent.service is added as a dependency to a non-existent unit dev-virtio\x2dports-org.qemu.guest_agent.0.device.
Created symlink /etc/systemd/system/timers.target.wants/unbound-anchor.timer → /usr/lib/systemd/system/unbound-anchor.timer.
Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /usr/lib/systemd/system/getty@.service.
Created symlink /etc/systemd/system/local-fs.target.wants/ostree-remount.service → /usr/lib/systemd/system/ostree-remount.service.
Created symlink /etc/systemd/system/multi-user.target.wants/console-login-helper-messages-gensnippet-os-release.service → /usr/lib/systemd/system/console-login-helper-messages-gensnippet-os-release.service.
Created symlink /etc/systemd/system/multi-user.target.wants/console-login-helper-messages-gensnippet-ssh-keys.service → /usr/lib/systemd/system/console-login-helper-messages-gensnippet-ssh-keys.service.
Created symlink /etc/systemd/system/basic.target.wants/coreos-update-ca-trust.service → /usr/lib/systemd/system/coreos-update-ca-trust.service.
Created symlink /etc/systemd/system/multi-user.target.wants/coreos-check-ignition-config.service → /usr/lib/systemd/system/coreos-check-ignition-config.service.
Created symlink /etc/systemd/system/multi-user.target.wants/fix-resolv-conf-search.service → /usr/lib/systemd/system/fix-resolv-conf-search.service.
Created symlink /etc/systemd/system/dbus-org.freedesktop.home1.service → /usr/lib/systemd/system/systemd-homed.service.
Created symlink /etc/systemd/system/multi-user.target.wants/systemd-homed.service → /usr/lib/systemd/system/systemd-homed.service.
Created symlink /etc/systemd/system/systemd-homed.service.wants/systemd-homed-activate.service → /usr/lib/systemd/system/systemd-homed-activate.service.
Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /usr/lib/systemd/system/systemd-pstore.service.
Created symlink /etc/systemd/system/remote-fs.target.wants/iscsi.service → /usr/lib/systemd/system/iscsi.service.
Created symlink /etc/systemd/system/timers.target.wants/logrotate.timer → /usr/lib/systemd/system/logrotate.timer.
Created symlink /etc/systemd/system/multi-user.target.wants/machines.target → /usr/lib/systemd/system/machines.target.
Created symlink /etc/systemd/system/timers.target.wants/rpm-ostree-countme.timer → /usr/lib/systemd/system/rpm-ostree-countme.timer.
Created symlink /etc/systemd/system/sockets.target.wants/bootupd.socket → /usr/lib/systemd/system/bootupd.socket.
Created symlink /etc/systemd/system/sockets.target.wants/dm-event.socket → /usr/lib/systemd/system/dm-event.socket.
Created symlink /etc/systemd/system/multi-user.target.wants/mdmonitor.service → /usr/lib/systemd/system/mdmonitor.service.
Created symlink /etc/systemd/system/timers.target.wants/raid-check.timer → /usr/lib/systemd/system/raid-check.timer.
Created symlink /etc/systemd/system/multi-user.target.wants/ostree-finalize-staged.path → /usr/lib/systemd/system/ostree-finalize-staged.path.
Created symlink /etc/systemd/system/dbus.service → /usr/lib/systemd/system/dbus-broker.service.
Created symlink /etc/systemd/system/sysinit.target.wants/systemd-network-generator.service → /usr/lib/systemd/system/systemd-network-generator.service.
Created symlink /etc/systemd/system/timers.target.wants/fstrim.timer → /usr/lib/systemd/system/fstrim.timer.
Created symlink /etc/systemd/system/ctrl-alt-del.target → /usr/lib/systemd/system/reboot.target.
Created symlink /etc/systemd/system/multi-user.target.wants/sshd.service → /usr/lib/systemd/system/sshd.service.
Created symlink /etc/systemd/system/multi-user.target.wants/coreos-fix-systemd-journald.service → /usr/lib/systemd/system/coreos-fix-systemd-journald.service.
Created symlink /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket → /usr/lib/systemd/system/lvm2-lvmpolld.socket.
+ rm -rf /etc/systemd/user/dbus.service /etc/systemd/user/sockets.target.wants
+ systemctl --user --global preset-all
Created symlink /etc/systemd/user/sockets.target.wants/dbus.socket → /usr/lib/systemd/user/dbus.socket.
Created symlink /etc/systemd/user/timers.target.wants/systemd-tmpfiles-clean.timer → /usr/lib/systemd/user/systemd-tmpfiles-clean.timer.
Created symlink /etc/systemd/user/dbus.service → /usr/lib/systemd/user/dbus-broker.service.
Created symlink /etc/systemd/user/basic.target.wants/systemd-tmpfiles-setup.service → /usr/lib/systemd/user/systemd-tmpfiles-setup.service.
Executing `postprocess` inline script '4'
+ setsebool -P -N container_use_cephfs on
+ setsebool -P -N virt_use_samba on
Executing `postprocess` inline script '5'
Created symlink /etc/systemd/system/dnsmasq.service → /dev/null.
Executing `postprocess` inline script '6'
Created symlink /etc/systemd/system/systemd-repart.service → /dev/null.
Executing `postprocess` inline script '7'
Executing `postprocess` inline script '8'
+ for x in /etc/yum.repos.d/*.repo
+ sed -i -e 's,enabled=[01],enabled=0,' /etc/yum.repos.d/fedora-cisco-openh264.repo
+ for x in /etc/yum.repos.d/*.repo
+ sed -i -e 's,enabled=[01],enabled=0,' /etc/yum.repos.d/fedora-modular.repo
+ for x in /etc/yum.repos.d/*.repo
+ sed -i -e 's,enabled=[01],enabled=0,' /etc/yum.repos.d/fedora-updates-archive.repo
+ for x in /etc/yum.repos.d/*.repo
+ sed -i -e 's,enabled=[01],enabled=0,' /etc/yum.repos.d/fedora-updates-modular.repo
+ for x in /etc/yum.repos.d/*.repo
+ sed -i -e 's,enabled=[01],enabled=0,' /etc/yum.repos.d/fedora-updates-testing-modular.repo
+ for x in /etc/yum.repos.d/*.repo
+ sed -i -e 's,enabled=[01],enabled=0,' /etc/yum.repos.d/fedora-updates-testing.repo
+ for x in /etc/yum.repos.d/*.repo
+ sed -i -e 's,enabled=[01],enabled=0,' /etc/yum.repos.d/fedora-updates.repo
+ for x in /etc/yum.repos.d/*.repo
+ sed -i -e 's,enabled=[01],enabled=0,' /etc/yum.repos.d/fedora.repo
Initializing rootfs
Moving /usr to target
Copying toplevel compat symlinks
Recompiling policy
Migrating /usr/etc/passwd to /usr/lib/
Migrating /usr/etc/group to /usr/lib/
Adding rpm-ostree-0-integration.conf
Preparing kernel
dracut: Executing: /usr/bin/dracut --reproducible --gzip -v --add ostree --tmpdir=/tmp/dracut -f /tmp/initramfs.img --add=ignition --no-hostonly --omit=nfs --omit=lvm --omit=iscsi --kver 5.16.18-200.fc35.x86_64
dracut: dracut module 'systemd-networkd' will not be installed, because command 'networkctl' could not be found!
dracut: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd' could not be found!
dracut: dracut module 'systemd-networkd' will not be installed, because command '/usr/lib/systemd/systemd-networkd-wait-online' could not be found!
dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found!
dracut: dracut module 'dbus-daemon' will not be installed, because command 'dbus-daemon' could not be found!
dracut: dracut module 'rngd' will not be installed, because command 'rngd' could not be found!
dracut: dracut module 'network-legacy' will not be installed, because command 'dhclient' could not be found!
dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found!
dracut: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'!
dracut: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'dcbtool' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fipvlan' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'lldpad' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fcoemon' could not be found!
dracut: dracut module 'fcoe' will not be installed, because command 'fcoeadm' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found!
dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found!
dracut: dracut module 'nbd' will not be installed, because command 'nbd-client' could not be found!
dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found!
dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found!
dracut: memstrack is not available
dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng
mknod: /tmp/dracut/dracut.XPlqP5/initramfs/dev/null: Operation not permitted
mknod: /tmp/dracut/dracut.XPlqP5/initramfs/dev/kmsg: Operation not permitted
mknod: /tmp/dracut/dracut.XPlqP5/initramfs/dev/console: Operation not permitted
mknod: /tmp/dracut/dracut.XPlqP5/initramfs/dev/random: Operation not permitted
mknod: /tmp/dracut/dracut.XPlqP5/initramfs/dev/urandom: Operation not permitted
dracut: *** Including module: systemd ***
dracut: *** Including module: scsi-rules ***
dracut: *** Including module: systemd-initrd ***
dracut: *** Including module: systemd-sysusers ***
dracut: *** Including module: modsign ***
dracut: *** Including module: dbus-broker ***
dracut: *** Including module: dbus ***
dracut: *** Including module: coreos-sysctl ***
dracut: *** Including module: i18n ***
dracut: *** Including module: coreos-azure-udev ***
dracut: *** Including module: afterburn ***
dracut: *** Including module: ignition ***
dracut: *** Including module: coreos-ignition ***
dracut: *** Including module: coreos-live ***
dracut: *** Including module: coreos-multipath ***
dracut: *** Including module: coreos-network ***
dracut: *** Including module: network-manager ***
dracut: *** Including module: coreos-multipath-fix ***
mkdir: cannot create directory '/usr/lib/systemd/system/multipathd.service.d': Read-only file system
dracut: *** Including module: ignition-conf ***
dracut: *** Including module: ignition-ostree ***
dracut: *** Including module: network ***
dracut: *** Including module: ifcfg ***
dracut: *** Including module: url-lib ***
dracut: *** Including module: coreos-kernel ***
dracut: *** Including module: ignition-conf-fcos ***
dracut: *** Including module: rdcore ***
dracut: *** Including module: clevis ***
dracut: *** Including module: clevis-pin-sss ***
dracut: *** Including module: clevis-pin-tang ***
dracut: *** Including module: clevis-pin-tpm2 ***
dracut: *** Including module: coreos-agetty-workaround ***
dracut: *** Including module: btrfs ***
dracut: *** Including module: crypt ***
dracut: *** Including module: dm ***
dracut: Skipping udev rule: 64-device-mapper.rules
dracut: Skipping udev rule: 60-persistent-storage-dm.rules
dracut: Skipping udev rule: 55-dm.rules
dracut: *** Including module: kernel-modules ***
dracut: *** Including module: kernel-modules-extra ***
dracut: *** Including module: kernel-network-modules ***
dracut: *** Including module: mdraid ***
dracut: Skipping udev rule: 64-md-raid.rules
dracut: *** Including module: multipath ***
dracut: Skipping udev rule: 40-multipath.rules
dracut: Skipping udev rule: 56-multipath.rules
dracut: *** Including module: nvdimm ***
dracut: *** Including module: qemu ***
dracut: *** Including module: qemu-net ***
dracut: *** Including module: cifs ***
dracut: *** Including module: lunmask ***
dracut: *** Including module: resume ***
dracut: *** Including module: rootfs-block ***
dracut: *** Including module: terminfo ***
dracut: *** Including module: udev-rules ***
dracut: Skipping udev rule: 40-redhat.rules
dracut: Skipping udev rule: 50-firmware.rules
dracut: Skipping udev rule: 50-udev.rules
dracut: Skipping udev rule: 91-permissions.rules
dracut: Skipping udev rule: 80-drivers-modprobe.rules
dracut: *** Including module: walinuxagent ***
dracut: *** Including module: dracut-systemd ***
dracut: *** Including module: ostree ***
dracut: *** Including module: usrmount ***
dracut: *** Including module: base ***
dracut: *** Including module: emergency-timeout ***
dracut: *** Including module: fs-lib ***
dracut: *** Including module: journal-conf ***
dracut: *** Including module: shutdown ***
dracut: *** Including modules done ***
dracut: *** Installing kernel module dependencies ***
dracut: *** Installing kernel module dependencies done ***
dracut: *** Resolving executable dependencies ***
dracut: *** Resolving executable dependencies done ***
dracut: *** Hardlinking files ***
dracut: Mode:           real
dracut: Files:          2434
dracut: Linked:         6 files
dracut: Compared:       0 xattrs
dracut: Compared:       702 files
dracut: Saved:          1.04 MiB
dracut: Duration:       0.024695 seconds
dracut: *** Hardlinking files done ***
dracut: Could not find 'strip'. Not stripping the initramfs.
dracut: *** Generating early-microcode cpio image ***
dracut: *** Constructing AuthenticAMD.bin ***
dracut: *** Constructing GenuineIntel.bin ***
dracut: *** Store current command line parameters ***
dracut: *** Creating image file '/tmp/initramfs.img' ***
dracut: *** Creating initramfs image file '/tmp/initramfs.img' done ***
Ignored user missing from new passwd file: root
New passwd entries: clevis, dnsmasq, fedora-coreos-pinger, gluster, openvswitch, systemd-coredump, systemd-oom, unbound
Ignored group missing from new group file: root
New group entries: clevis, dnsmasq, fedora-coreos-pinger, gluster, hugetlbfs, kvm, openvswitch, printadmin, render, sgx, systemd-coredump, systemd-oom, unbound
Committing...done
Metadata Total: 9695
Metadata Written: 3140
Content Total: 6707
Content Written: 1170
Content Cache Hits: 18771
Content Bytes Written: 184069632
3140 metadata, 21983 content objects imported; 2.0?GB content written
fedora/x86_64/coreos/okd => 208bedecd587b87a2c74608017a1a35ed9c59e5b2c01d73b56c9789658ca11eb
New image input checksum: ebff3be931969ca6eceaf6745e432015a07f0050493d3db9272cf46dea9d8ab4
None
New build ID: 410.35.202204041006-0
Running:  ostree container encapsulate --repo=/tmp/cirrus-ci-build/tmp/repo --label=coreos-assembler.image-config-checksum=9c16ba6cc7b907d11f7da3c3afaaf984c17d4028d6f2165bf82f51e4cecf0ae6 --label=coreos-assembler.image-input-checksum=ebff3be931969ca6eceaf6745e432015a07f0050493d3db9272cf46dea9d8ab4 --label=org.opencontainers.image.source=https://github.com/fortinj66/okd-machine-os --label=org.opencontainers.image.revision=0797c58f478ea350afd23377407896cd8c141bb0 410.35.202204041006-0 oci-archive:fcos-410.35.202204041006-0-ostree.x86_64.ociarchive.tmp:latest
sha256:288c14839c76ccf02b38cbe99b5fc5892b309c8be7ac3c060f8cbc63b9cbd45a
Total objects: 25369
No unreachable objects
Ignoring non-directory /tmp/cirrus-ci-build/builds/.build-commit
+ mkdir -p /overlay/extensions
+ pushd /overlay/extensions
/overlay/extensions /tmp/cirrus-ci-build
+ createrepo_c .
Directory walk started
Directory walk done - 0 packages
Temporary output repo path: ./.repodata/
Preparing sqlite DBs
Pool started (with 5 workers)
Pool finished
+ popd
/tmp/cirrus-ci-build
+ echo 'Building container'
Building container
+ cosa upload-oscontainer --name quay.io/vrutkovs/okd-os --add-directory /overlay
Preparing to upload oscontainer for build: 410.35.202204041006-0
+ /usr/bin/ostree checkout --repo /tmp/cirrus-ci-build/tmp/repo --user-mode --subpath=/usr/lib/os-release 208bedecd587b87a2c74608017a1a35ed9c59e5b2c01d73b56c9789658ca11eb tmp/usrlib-osrelease
3140 metadata, 21983 content objects imported; 0 bytes content written
Getting image source signatures
Copying blob sha256:1cff986616e649209c2f7627df6a8ea7b5febd8381f0f176fbe76c5bec68fd9d
Copying config sha256:e95fc688ccbc0065afe1384c49b01032bdb6eac85b91a63ca538ce4bec4f4dff
Writing manifest to image destination
Storing signatures
Getting image source signatures
Copying blob sha256:1cff986616e649209c2f7627df6a8ea7b5febd8381f0f176fbe76c5bec68fd9d
Copying config sha256:e95fc688ccbc0065afe1384c49b01032bdb6eac85b91a63ca538ce4bec4f4dff
Writing manifest to image destination
Storing signatures
Using nested container mode due to container environment variable
Copying ostree commit into container: 208bedecd587b87a2c74608017a1a35ed9c59e5b2c01d73b56c9789658ca11eb ...
+ ostree --repo=/tmp/cirrus-ci-build/tmp/containers-storage/vfs/dir/002c58cd05eaec544d450f29b40cd52cb7a33f9909e94f250e5a1f9eca42e79e/srv/repo pull-local --disable-fsync /tmp/cirrus-ci-build/tmp/repo 208bedecd587b87a2c74608017a1a35ed9c59e5b2c01d73b56c9789658ca11eb
Copied in content from: /overlay
+ buildah --root=./tmp/containers-storage --storage-driver vfs config --entrypoint [\"/noentry\"] -l com.coreos.ostree-commit=208bedecd587b87a2c74608017a1a35ed9c59e5b2c01d73b56c9789658ca11eb -l version=410.35.202204041006-0 -l com.coreos.coreos-assembler-commit=b36a9ce31060ba28684c512e8b9bca5916e82c07 -l com.coreos.redhat-coreos-commit=0797c58f478ea350afd23377407896cd8c141bb0 -l "io.openshift.build.version-display-names=machine-os=Fedora Linux" -l io.openshift.build.versions=machine-os=410.35.202204041006-0 working-container
Committing container...
quay.io/vrutkovs/okd-os:410.35.202204041006-0 e95fc688ccbc0065afe1384c49b01032bdb6eac85b91a63ca538ce4bec4f4dff
Pushing container
+ buildah --root=./tmp/containers-storage --storage-driver vfs push --tls-verify --authfile=/tmp/auth.json --digestfile=tmp/oscontainer-digest --format=v2s2 quay.io/vrutkovs/okd-os:410.35.202204041006-0

Build successful: https://cirrus-ci.com/build/5077378480209920
COMMIT
--> 2437cd8d3ec
2437cd8d3ecec7da0dca3d6b82dc86e98c2502ff4bca1dd7ace4f6c295ca65e6
[fortinj66@ip-172-31-6-166 <okd410> okd-machine-os]$

[fortinj66@ip-172-31-6-166 <okd410> okd-machine-os]$
[fortinj66@ip-172-31-6-166 <okd410> okd-machine-os]$  podman build --no-cache -f Dockerfile -t quay.io/fortinj66/machine-os-content:ovsdb-perm-fix-3 .
[1/2] STEP 1/1: FROM quay.io/vrutkovs/okd-os:410.35.202204041006-0 AS oscontainer
Trying to pull quay.io/vrutkovs/okd-os:410.35.202204041006-0...
Getting image source signatures
Copying blob 1c77248d64ab done
Copying config e95fc688cc done
Writing manifest to image destination
Storing signatures
--> e95fc688ccb
[2/2] STEP 1/7: FROM scratch
[2/2] STEP 2/7: COPY --from=oscontainer /srv/ /srv/
--> 1e1ec5ba245
[2/2] STEP 3/7: COPY --from=oscontainer /extensions/ /extensions/
--> bfa16fe6a43
[2/2] STEP 4/7: COPY manifests/ /manifests/
--> 307f4c127c2
[2/2] STEP 5/7: COPY bootstrap/ /bootstrap/
--> c03cb2b8c74
[2/2] STEP 6/7: LABEL io.openshift.release.operator=true       io.openshift.build.version-display-names="machine-os=Fedora CoreOS"       io.openshift.build.versions="machine-os=410.35.3"
--> dfc46d4e33e
[2/2] STEP 7/7: ENTRYPOINT ["/noentry"]
[2/2] COMMIT quay.io/fortinj66/machine-os-content:ovsdb-perm-fix-3
--> f01eb5a1ae9
Successfully tagged quay.io/fortinj66/machine-os-content:ovsdb-perm-fix-3
f01eb5a1ae96b0d5f89bccc46db082631f7c12d02529112f30ae7cfb26d1611f
[fortinj66@ip-172-31-6-166 <okd410> okd-machine-os]$
[fortinj66@ip-172-31-6-166 <okd410> okd-machine-os]$ podman push quay.io/fortinj66/machine-os-content:ovsdb-perm-fix-3
Getting image source signatures
Copying blob 78d38e6af9c1 done
Copying blob 4e9f4db2fba7 done
Copying blob 63aba12973b8 done
Copying blob 2b64cc66a257 done
Copying config f01eb5a1ae done
Writing manifest to image destination
Storing signatures

[fortinj66@ip-172-31-6-166 <okd410> okd-machine-os]$ cd

[fortinj66@ip-172-31-6-166 <okd410> ~]$ vi make_payload.sh

[fortinj66@ip-172-31-6-166 <okd410> ~]$ cat make_payload.sh
server=https://api.ci.openshift.org
from_release=quay.io/openshift/okd:4.10.0-0.okd-2022-03-07-131213
to_image=quay.io/fortinj66/origin-release:v4.10-ovsdb-perm-fix-3
release_name=4.10.0-0.jef-2022-04-04-0
image1=quay.io/fortinj66/machine-os-content:ovsdb-perm-fix-3

oc adm release new --from-release ${from_release} machine-os-content=${image1} --name ${release_name} --to-image ${to_image}

[fortinj66@ip-172-31-6-166 <okd410> ~]$ ./make_payload.sh
info: Found 168 images in release
info: Loading sha256:1ae2998fee4508175f1037e0025027c56dbf7ceae057359d32459437bc5fc6d2 aws-machine-controllers
info: Loading sha256:2134b97c4c9856b83121bb427b59c9f81a0ad1e921ca210558f62b74f150e2cf azure-machine-controllers
info: Loading sha256:78ee27ff0bf24a523983d84dc96b774dc081581ff149f6978cf8593e948cfcae baremetal-operator
info: Loading sha256:156e841442926c4a4941bc2dcac9f6c6e7d2654b3586da3e8a50412f73e79224 branding
info: Loading sha256:5a61e53045759842d8475d2504f7ef4a7b792f7c91e647e60bb462fe54bd9c5e cloud-credential-operator
info: Loading sha256:452881f449ee6865b6b6b244ed953b6341cc1fc38222438bfa9019e8d2ffa160 cluster-authentication-operator
info: Loading sha256:f078634ad409678cac1bd10cea21823bafbbd58c2a3cd71c77d1f58c4d42089d cluster-autoscaler-operator
info: Loading sha256:a895335b7feb785235dc20b7035917ff02231105ede1e7170c773d66c1c328dd cluster-baremetal-operator
info: Loading sha256:3054639c2c8d5bfe097d0aad54f17bd39f5c44cbd3f24a2b1f9596b7eafdee13 cluster-bootstrap
info: Loading sha256:addafb3fcf01763d5a45c33b424152014179356dedeaa3e4863c09a933171235 cluster-capi-controllers
info: Loading sha256:d78c05f48b52f5caa24498eaf14862e69532feef32d94a32ed140ac4f6b748ab cluster-capi-operator
info: Loading sha256:259d1927f42821230065528872783d13fd27ada18ab20984bf44e516bcd89c0b cluster-cloud-controller-manager-operator
info: Loading sha256:de7869904b1f433005df0943cec1ceb6f41697aeab9da287dcba6d966789f691 cluster-config-operator
info: Loading sha256:e43fb5e6fde0089dd6d4c3922b7110794a0c0ad473baecd7d533b78156a305dd cluster-csi-snapshot-controller-operator
info: Loading sha256:1471cd066cf0cae2fcdbb2e1e83b4dff4968c0536833fe49a30f6bb582e50f63 cluster-dns-operator
info: Loading sha256:95b40765f68115a467555be8dfe7a59242883c1d6f1430dfbbf9f7cf0d4a464c cluster-etcd-operator
info: Loading sha256:2920f281bc81c3f7a09c36c8f0cdc57cc7bb50bc43494c5bd631f778a9608828 cluster-image-registry-operator
info: Loading sha256:32530be262a43dd8157f0e3dd059c2cd913a8ae6d2647d6a9c9b71a8c51ec908 cluster-ingress-operator
info: Loading sha256:be6fd1d15da0f1e59e9c7b8e647ddf8411baa41316ca7324b9160e1e5147bf46 cluster-kube-apiserver-operator
info: Loading sha256:59c8fb4e1649f90b374fb2cb419b2081c06dee4774d5cd303d6a61a92b5aceb6 cluster-kube-controller-manager-operator
info: Loading sha256:2004f4f30c079d24896b037d7b04507509801057094fc16dd60976f4a129c0e5 cluster-kube-scheduler-operator
info: Loading sha256:932580e554f4bbd3e087d3944888406c40fcd37a2d666519bf99617862935c5c cluster-kube-storage-version-migrator-operator
info: Loading sha256:60115ac2378712d968701bb60c9dd90bee869baaf3e6f94a81b0c7651fb39a2c cluster-machine-approver
info: Loading sha256:1bb8287907d5db71ab24139b002a124d1859cae97c5d69a25f13d47d2b97742a cluster-monitoring-operator
info: Loading sha256:47f1ffed2c8f11b6f8c1a7300c8deece2f77314e0d481e30430c027c6f658aa6 cluster-network-operator
info: Loading sha256:b6945b03b80442e2ea755fd5fa4a9250ab25accf59e328cfbd50c366ac4b5406 cluster-node-tuning-operator
info: Loading sha256:2866ab144184e4051e5625c381919a9a7259c17dccf818e5cc76a4defaf0063e cluster-openshift-apiserver-operator
info: Loading sha256:b67835b72b81e1fa35b52b879d374f5c010076d7ba0f144dbad9807d0872e027 cluster-openshift-controller-manager-operator
info: Loading sha256:24054101a29d5e2fd1ce57154b3ec40f51ce6b39025312675a5b1f81d017ead7 cluster-samples-operator
info: Loading sha256:f7716402d30132e71f20acd9f2b427c773ae916de6ae73f89189e117da53bb0a cluster-storage-operator
info: Loading sha256:a792ae1f7009653863f7d1987af32795b476f091e73b34d93b3011aa339ab829 cluster-update-keys
info: Loading sha256:aa54330ed478c635896c36f029cf42aaefed569b94c3987806ff91d6fc0d0e38 console-operator
info: Loading sha256:670ea96e56d324551a7bc17d10c7fc763933b58b43bd4221bec85706951ecadb contour
info: Loading sha256:af9ba491671ebabb2565da6572e567837e5678b8d679e3c5796e4ad147360892 contour-operator
info: Loading sha256:99a6f40803a53b4eebf9a4876b781ea580bae1e0936040d6b46ed26735c44401 driver-toolkit
info: Loading sha256:a55755ba527bca26b251f9bd26a8ecc8c031f8839f1100dd09bbedc6a324d2e3 external-dns
info: Loading sha256:54b498cea3ed44eaf7aa48c2b930c209d06f96309a711e8f53b1ca7fa8b06a85 hypershift
info: Loading sha256:fe79d5cc1dc101e4d8bcf77ea780559ed0fa095060026eeb50cd9f77aabf6f32 installer
info: Loading sha256:166f7f87ea7e2066407e20fff4012d8cd58243fcbb68c41b87201753ee5d6a62 insights-operator
info: Loading sha256:c3bcde3660f2909fc52ac809aadaaf49c32630f96ccc5d0d898f37a05b186a9f installer-artifacts
info: Loading sha256:24d775eba959975ced19126ca768b3073099ea8527ae909c079fb99c52e8b6c4 ironic-hardware-inventory-recorder
info: Loading sha256:606d03287e246f3b55baa40cd95f4b055f11cc6e8432c4699e3ee1efbc025b4b local-storage-static-provisioner
info: Loading sha256:a550b82a351df9aea2cd3a6ed4d5a8b20201d4d9df4d2d35ec960ea4f99fa90d machine-api-operator
info: Loading sha256:509f486c2cc6ed826ca2e285849cf77b811756b902a85a2c8398c6bb88a18fdd machine-config-operator
info: Loading override quay.io/fortinj66/machine-os-content:ovsdb-perm-fix-3 machine-os-content
info: Loading sha256:e1c32da05f34adc0fbd51f43798662490c718262a92a8b4e2339da5a6f56e585 machine-os-images
info: Loading sha256:a03757a0023b1a090741096a1ff51c665b7019cd6470ade1458f513868acc9dd oc-mirror
info: Loading sha256:932db8f7fc0e602b0a57ecf0f02cd83df65fbf291435fe48e383f3d82a9b26ad operator-lifecycle-manager
info: Loading sha256:6d9bc590ac0d9699ddfa126f8f81e29d969bff606f1e7f8e02ae381ae6e7e796 operator-marketplace
info: Loading sha256:0692de34bfd9f40455a5afc69fb47be56b1f386c55183b569d9d71d2969ff2e6 service-ca-operator
info: Loading sha256:07d78597a82bb843d2002c93fc8112ed82fcf38f8684614c7af16c0269e628fd vsphere-problem-detector
info: Pushed to quay.io/fortinj66/origin-release:v4.10-ovsdb-perm-fix-3
sha256:c52ec314fa58f7051bcedbff5729df2e77a787f837d821886793f0a56e717ffb 4.10.0-0.jef-2022-04-04-0 2022-04-04T10:23:23Z

[fortinj66@ip-172-31-6-166 <okd410> ~]$ okd410

[fortinj66@ip-172-31-6-166 <okd410> okd410]$ cd test
[fortinj66@ip-172-31-6-166 <okd410> test]$ rm -fr *
[fortinj66@ip-172-31-6-166 <okd410> test]$ oc adm release extract --tools quay.io/fortinj66/origin-release:v4.10-ovsdb-perm-fix-3
[fortinj66@ip-172-31-6-166 <okd410> test]$ ls
openshift-client-linux-4.10.0-0.jef-2022-04-04-0.tar.gz  openshift-install-linux-4.10.0-0.jef-2022-04-04-0.tar.gz  release.txt  sha256sum.txt

[fortinj66@ip-172-31-6-166 <okd410> test]$ tar xvf openshift-install-linux-4.10.0-0.jef-2022-04-04-0.tar.gz
README.md
openshift-install

[fortinj66@ip-172-31-6-166 <okd410> test]$ cp openshift-install ..

[fortinj66@ip-172-31-6-166 <okd410> test]$ cd ..

[fortinj66@ip-172-31-6-166 <okd410> okd410]$ ./openshift-install version
./openshift-install 4.10.0-0.jef-2022-04-04-0
built from commit 3b701903d96b6375f6c3852a02b4b70fea01d694
release image quay.io/fortinj66/origin-release@sha256:c52ec314fa58f7051bcedbff5729df2e77a787f837d821886793f0a56e717ffb
release architecture amd64

[fortinj66@ip-172-31-6-166 <okd410> okd410]$
[fortinj66@ip-172-31-6-166 <okd410> okd410]$
[fortinj66@ip-172-31-6-166 <okd410> okd410]$ rm -fr okd-install && mkdir okd-install && cp install-config.yaml.good okd-install/install-config.yaml

and then a regular install

fortinj66 commented 2 years ago

https://github.com/coreos/fedora-coreos-config/blob/testing-devel/manifests/ignition-and-ostree.yaml#L45

these are being stripped out...