Running with gitlab-runner 16.5.0 (853330f9)
  on podman runner DbBYV_Wd, system ID: s_5de849943b75
section_start:1700245665:prepare_executor
Preparing the "docker" executor
Using Docker executor with image quay.io/podman/stable ...
Pulling docker image quay.io/podman/stable ...
Using docker image sha256:e63b2e354f3427c477295d20443d51acc483231948afa094164a4627cd8c2d2d for quay.io/podman/stable with digest quay.io/podman/stable@sha256:63f39dcf1e039bc7728af57af2e2475404a4e49c71727cf805121e6890af2f8e ...
section_end:1700245670:prepare_executor
section_start:1700245670:prepare_script
Preparing environment
Running on runner-dbbyvwd-project-448-concurrent-0 via runner4...
section_end:1700245671:prepare_script
section_start:1700245671:get_sources
Getting source from Git repository
$ umask 022
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /builds/noblogs/noblogs-composer/.git/
Checking out ba6207c2 as detached HEAD (ref is master)...

Updating/initializing submodules recursively with git depth set to 50...
Updated submodules
section_end:1700245672:get_sources
section_start:1700245672:step_script
Executing "step_script" stage of the job script
Using docker image sha256:e63b2e354f3427c477295d20443d51acc483231948afa094164a4627cd8c2d2d for quay.io/podman/stable with digest quay.io/podman/stable@sha256:63f39dcf1e039bc7728af57af2e2475404a4e49c71727cf805121e6890af2f8e ...
$ if [ -z "$CI_REGISTRY_IMAGE" ]; then echo "CI_REGISTRY_IMAGE is undefined - Container Registry may not be enabled for this project!"; exit 2; fi
$ sed -i -e 's,^short-name-mode=.*$,,' /etc/containers/registries.conf
$ echo -e "[[registry]]\\nprefix=\"docker.io/library\"\\nlocation=\"$CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX\"" >> /etc/containers/registries.conf
$ echo -n "$CI_JOB_TOKEN" | podman login -u gitlab-ci-token --password-stdin $CI_REGISTRY
Login Succeeded!
$ if [ -n "$CI_DEPENDENCY_PROXY_SERVER" ]; then echo -n "$CI_DEPENDENCY_PROXY_PASSWORD" | podman login -u $CI_DEPENDENCY_PROXY_USER --password-stdin $CI_DEPENDENCY_PROXY_SERVER; fi
Login Succeeded!
$ if [ "$ENABLE_CACHE" = "y" ]; then podman pull $RELEASE_TAG || true; fi
$ echo "Building $IMAGE_TAG"
Building registry.git.autistici.org/noblogs/noblogs-composer:master
$ podman build --pull --build-arg ci_token=$CI_JOB_TOKEN --build-arg ci_commit_sha=$CI_COMMIT_SHORT_SHA ${BUILD_DEB_APT_PROXY:+--build-arg http_proxy=http://${BUILD_DEB_APT_PROXY}} --label "org.opencontainers.image.title=$CI_PROJECT_TITLE" --label "org.opencontainers.image.url=$CI_PROJECT_URL" --label "org.opencontainers.image.created=$CI_JOB_STARTED_AT" --label "org.opencontainers.image.revision=$CI_COMMIT_SHA" --label "org.opencontainers.image.version=$CI_COMMIT_REF_NAME" -t $IMAGE_TAG .
[1/3] STEP 1/4: FROM composer:2.5.5 AS build
Resolving "composer" using unqualified-search registries (/etc/containers/registries.conf)
Trying to pull registry.fedoraproject.org/composer:2.5.5...
Trying to pull registry.access.redhat.com/composer:2.5.5...
Trying to pull docker.io/library/composer:2.5.5...
Getting image source signatures
Copying blob sha256:38ca73195221b888e4e8df9ea81a1041c1285f094a4acb8f7377040235fc8624
Copying blob sha256:482c13708aabf63e831cec9a7a7c482e06954909130a8378bc2ea0555b092729
Copying blob sha256:8a49fdb3b6a5ff2bd8ec6a86c05b2922a0f7454579ecc07637e94dfd1d0639b6
Copying blob sha256:2889ac5addf84973ce7a59ca03e0e8eee13d74b802798524b45eee73915efb46
Copying blob sha256:4231935b557bcd8db7765211fa8740725f28e3126a7afa24ee1203806f31d6d9
Copying blob sha256:b25d4ad06cd8c3f1c5a18d63095de1f776752109274b2e26a78e01dc14e25aa0
Copying blob sha256:8b69388c22ffaaacb0918ba08b848f1f41662fbdbcdb922dd8b944ea4cd6b27f
Copying blob sha256:e9474e30e8797a7a9208c0e8f319b53ecdff86ea8a23b60d52a9e0b16c404d7c
Copying blob sha256:8062c29c1a55085fb2728e0dbdd02233737565dc37bd5ff775bbfb1cf98a0cd1
Copying blob sha256:f8d5c9f17c3698442c858b07628a3894932b40a3983514a94fe69dea820b7634
Copying blob sha256:93ccb6567f66b0a6d3225b2b549f148957c76f8bae13badb43efe975cb13e6bb
Copying blob sha256:86b38ba6768fab744b97c14791a5dfd3b1faf1322a358495b7df0220eaa72ac0
Copying blob sha256:061759d5e906b83771c6edfce10c97986ad951f603ad47bdbf5580ab5a3a6d8f
Copying blob sha256:7c5c3045f14acb6ec4a366478fffe45919de53a5305762a126ccd3ca45df22b5
Copying config sha256:b52a5c01f12e959ca7995ea1283855d1c814e27f5d5575da0c01162da7076745
Writing manifest to image destination
[1/3] STEP 2/4: ADD . /build
--> e3ea58e51777
[1/3] STEP 3/4: WORKDIR /build
--> 3b101a976caa
[1/3] STEP 4/4: RUN /build/install.sh
time="2023-11-17T18:28:00Z" level=warning msg="Path \"/run/secrets/etc-pki-entitlement\" from \"/etc/containers/mounts.conf\" doesn't exist, skipping"
time="2023-11-17T18:28:00Z" level=warning msg="Path \"/run/secrets/rhsm\" from \"/etc/containers/mounts.conf\" doesn't exist, skipping"
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Package operations: 85 installs, 0 updates, 0 removals
  - Downloading bjornjohansen/wplang (0.2.0)
  - Downloading cweagans/composer-patches (1.7.3)
  - Downloading composer/installers (v1.12.0)
  - Downloading johnpbloch/wordpress-core-installer (2.0.0)
  - Downloading koodimonni/composer-dropin-installer (1.4)
  - Downloading oomphinc/composer-installers-extender (2.0.1)
  - Downloading humanmade/ludicrousdb (5.0.6)
  - Downloading johnpbloch/wordpress-core (6.4.1)
  - Downloading johnpbloch/wordpress (6.4.1)
  - Downloading noblogs/ai-authenticate-rest-api-plugin (0.0.4)
  - Downloading noblogs/ai-global-activity-plugin (0.0.24)
  - Downloading noblogs/ai-mu-plugins (0.4.14)
  - Downloading noblogs/eu-compliance (0.1.0)
  - Downloading noblogs/noblogs-wp-ssl (0.1.0)
  - Downloading noblogs/nospam (0.2.4)
  - Downloading noblogs/r2db (0.1.7)
  - Downloading noblogs/remove-gravatar (0.1.1)
  - Downloading noblogs/themes-child (6.0.1)
  - Downloading noblogs/themes-misc (0.1.35)
  - Downloading noblogs/wp-mat (0.1.4)
  - Downloading npm-asset/prototype-js-core (1.7.3)
  - Downloading npm-asset/scriptaculous-js (1.9.0)
  - Downloading wpackagist-plugin/activitypub (1.1.0)
  - Downloading wpackagist-plugin/autopost-to-mastodon (3.7)
  - Downloading wpackagist-plugin/bogo (3.7)
  - Downloading wpackagist-plugin/classic-editor (1.6.3)
  - Downloading wpackagist-plugin/creative-commons (2021.04.1)
  - Downloading wpackagist-plugin/disable-comments (1.11.0)
  - Downloading wpackagist-plugin/disable-emojis (1.7.6)
  - Downloading wpackagist-plugin/disable-remove-google-fonts (1.5.7)
  - Downloading wpackagist-plugin/disable-wordpress-updates (1.7.1)
  - Downloading wpackagist-plugin/dvk-social-sharing (1.3.4)
  - Downloading wpackagist-plugin/event-organiser (3.12.4)
  - Downloading wpackagist-plugin/footnotation (1.2)
  - Downloading wpackagist-plugin/footnotes (2.7.3)
  - Downloading wpackagist-plugin/gallery-block-lightbox (1.13)
  - Downloading wpackagist-plugin/i-love-xm24-ribbon (0.0.4)
  - Downloading wpackagist-plugin/katex (2.2.3)
  - Downloading wpackagist-plugin/more-privacy-options (4.6)
  - Downloading wpackagist-plugin/multisite-custom-css (1.0)
  - Downloading wpackagist-plugin/pubsubhubbub (3.1.3)
  - Downloading wpackagist-plugin/rss-license (0.1)
  - Downloading wpackagist-plugin/secure-encrypted-form (1.0.1)
  - Downloading wpackagist-plugin/simply-exclude (2.0.6.6)
  - Downloading wpackagist-plugin/soundcloud-shortcode (3.1.0)
  - Downloading wpackagist-plugin/squat-radar-calendar-integration (2.0.9)
  - Downloading wpackagist-plugin/two-factor (0.8.2)
  - Downloading wpackagist-plugin/two-factor-provider-webauthn (2.1.0)
  - Downloading wpackagist-plugin/unconfirmed (1.3.6)
  - Downloading wpackagist-plugin/video-sidebar-widgets (6.1)
  - Downloading wpackagist-plugin/wordpress-importer (0.8.1)
  - Downloading wpackagist-plugin/wp-piwik (1.0.30)
  - Downloading wpackagist-plugin/wp-super-cache (1.11.0)
  - Downloading wpackagist-plugin/wp-syntax (1.1)
  - Downloading wpackagist-plugin/wpuntexturize (2.2.1)
  - Downloading wpackagist-theme/azul (1.51)
  - Downloading wpackagist-theme/big-scene (1.2.14)
  - Downloading wpackagist-theme/bliss (1.2.0)
  - Downloading wpackagist-theme/classic (1.6)
  - Downloading wpackagist-theme/digitally (1.0.8)
  - Downloading wpackagist-theme/enjoyblog (1.0.8)
  - Downloading wpackagist-theme/ff-multipurpose (1.2.1)
  - Downloading wpackagist-theme/fresh-editorial (2.1)
  - Downloading wpackagist-theme/gone-fishing (2.0)
  - Downloading wpackagist-theme/lalita (1.4.3)
  - Downloading wpackagist-theme/launchpad (1.6)
  - Downloading wpackagist-theme/micro (1.5.4)
  - Downloading wpackagist-theme/mnml (1.3)
  - Downloading wpackagist-theme/newscard (1.3)
  - Downloading wpackagist-theme/ocular-professor (1.3.1)
  - Downloading wpackagist-theme/rusty-grunge (1.3)
  - Downloading wpackagist-theme/seedlet (1.1.13)
  - Downloading wpackagist-theme/simplex (2.0.1.3)
  - Downloading wpackagist-theme/twentyeleven (4.5)
  - Downloading wpackagist-theme/twentyfifteen (3.6)
  - Downloading wpackagist-theme/twentyfourteen (3.8)
  - Downloading wpackagist-theme/twentynineteen (2.7)
  - Downloading wpackagist-theme/twentyseventeen (3.4)
  - Downloading wpackagist-theme/twentysixteen (3.1)
  - Downloading wpackagist-theme/twentyten (4.0)
  - Downloading wpackagist-theme/twentythirteen (4.0)
  - Downloading wpackagist-theme/twentytwelve (4.1)
  - Downloading wpackagist-theme/twentytwenty (2.4)
  - Downloading wpackagist-theme/twentytwentyone (2.0)
  - Downloading wpackagist-theme/wp-andreas01 (2.0)
  - Installing bjornjohansen/wplang (0.2.0): Extracting archive
  - Installing cweagans/composer-patches (1.7.3): Extracting archive
Gathering patches from patch file.
Gathering patches for dependencies. This might take a minute.
  - Installing composer/installers (v1.12.0): Extracting archive
  - Installing johnpbloch/wordpress-core-installer (2.0.0): Extracting archive
  - Installing koodimonni/composer-dropin-installer (1.4): Extracting archive
  - Installing oomphinc/composer-installers-extender (2.0.1): Extracting archive
  - Installing humanmade/ludicrousdb (5.0.6): Extracting archive
  - Installing johnpbloch/wordpress-core (6.4.1): Extracting archive
  - Installing johnpbloch/wordpress (6.4.1): Extracting archive
  - Installing noblogs/ai-authenticate-rest-api-plugin (0.0.4): Extracting archive
  - Installing noblogs/ai-global-activity-plugin (0.0.24): Extracting archive
  - Installing noblogs/ai-mu-plugins (0.4.14): Extracting archive
  - Installing noblogs/eu-compliance (0.1.0): Extracting archive
  - Installing noblogs/noblogs-wp-ssl (0.1.0): Extracting archive
  - Installing noblogs/nospam (0.2.4): Extracting archive
  - Installing noblogs/r2db (0.1.7): Extracting archive
  - Installing noblogs/remove-gravatar (0.1.1): Extracting archive
  - Installing noblogs/themes-child (6.0.1): Extracting archive
  - Installing noblogs/themes-misc (0.1.35): Extracting archive
  - Installing noblogs/wp-mat (0.1.4): Extracting archive
  - Installing npm-asset/prototype-js-core (1.7.3): Extracting archive
  - Installing npm-asset/scriptaculous-js (1.9.0): Extracting archive
  - Installing wpackagist-plugin/activitypub (1.1.0): Extracting archive
  - Installing wpackagist-plugin/autopost-to-mastodon (3.7): Extracting archive
  - Installing wpackagist-plugin/bogo (3.7): Extracting archive
  - Installing wpackagist-plugin/classic-editor (1.6.3): Extracting archive
  - Installing wpackagist-plugin/creative-commons (2021.04.1): Extracting archive
  - Installing wpackagist-plugin/disable-comments (1.11.0): Extracting archive
  - Installing wpackagist-plugin/disable-emojis (1.7.6): Extracting archive
  - Installing wpackagist-plugin/disable-remove-google-fonts (1.5.7): Extracting archive
  - Installing wpackagist-plugin/disable-wordpress-updates (1.7.1): Extracting archive
  - Installing wpackagist-plugin/dvk-social-sharing (1.3.4): Extracting archive
  - Installing wpackagist-plugin/event-organiser (3.12.4): Extracting archive
  - Installing wpackagist-plugin/footnotation (1.2): Extracting archive
  - Installing wpackagist-plugin/footnotes (2.7.3): Extracting archive
  - Installing wpackagist-plugin/gallery-block-lightbox (1.13): Extracting archive
  - Installing wpackagist-plugin/i-love-xm24-ribbon (0.0.4): Extracting archive
  - Installing wpackagist-plugin/katex (2.2.3): Extracting archive
  - Installing wpackagist-plugin/more-privacy-options (4.6): Extracting archive
  - Installing wpackagist-plugin/multisite-custom-css (1.0): Extracting archive
  - Installing wpackagist-plugin/pubsubhubbub (3.1.3): Extracting archive
  - Installing wpackagist-plugin/rss-license (0.1): Extracting archive
  - Installing wpackagist-plugin/secure-encrypted-form (1.0.1): Extracting archive
  - Installing wpackagist-plugin/simply-exclude (2.0.6.6): Extracting archive
  - Installing wpackagist-plugin/soundcloud-shortcode (3.1.0): Extracting archive
  - Installing wpackagist-plugin/squat-radar-calendar-integration (2.0.9): Extracting archive
  - Installing wpackagist-plugin/two-factor (0.8.2): Extracting archive
  - Installing wpackagist-plugin/two-factor-provider-webauthn (2.1.0): Extracting archive
  - Installing wpackagist-plugin/unconfirmed (1.3.6): Extracting archive
  - Installing wpackagist-plugin/video-sidebar-widgets (6.1): Extracting archive
  - Installing wpackagist-plugin/wordpress-importer (0.8.1): Extracting archive
  - Installing wpackagist-plugin/wp-piwik (1.0.30): Extracting archive
  - Installing wpackagist-plugin/wp-super-cache (1.11.0): Extracting archive
  - Installing wpackagist-plugin/wp-syntax (1.1): Extracting archive
  - Installing wpackagist-plugin/wpuntexturize (2.2.1): Extracting archive
  - Installing wpackagist-theme/azul (1.51): Extracting archive
  - Installing wpackagist-theme/big-scene (1.2.14): Extracting archive
  - Installing wpackagist-theme/bliss (1.2.0): Extracting archive
  - Installing wpackagist-theme/classic (1.6): Extracting archive
  - Installing wpackagist-theme/digitally (1.0.8): Extracting archive
  - Installing wpackagist-theme/enjoyblog (1.0.8): Extracting archive
  - Installing wpackagist-theme/ff-multipurpose (1.2.1): Extracting archive
  - Installing wpackagist-theme/fresh-editorial (2.1): Extracting archive
  - Installing wpackagist-theme/gone-fishing (2.0): Extracting archive
  - Installing wpackagist-theme/lalita (1.4.3): Extracting archive
  - Installing wpackagist-theme/launchpad (1.6): Extracting archive
  - Installing wpackagist-theme/micro (1.5.4): Extracting archive
  - Installing wpackagist-theme/mnml (1.3): Extracting archive
  - Installing wpackagist-theme/newscard (1.3): Extracting archive
  - Installing wpackagist-theme/ocular-professor (1.3.1): Extracting archive
  - Installing wpackagist-theme/rusty-grunge (1.3): Extracting archive
  - Installing wpackagist-theme/seedlet (1.1.13): Extracting archive
  - Installing wpackagist-theme/simplex (2.0.1.3): Extracting archive
  - Installing wpackagist-theme/twentyeleven (4.5): Extracting archive
  - Installing wpackagist-theme/twentyfifteen (3.6): Extracting archive
  - Installing wpackagist-theme/twentyfourteen (3.8): Extracting archive
  - Installing wpackagist-theme/twentynineteen (2.7): Extracting archive
  - Installing wpackagist-theme/twentyseventeen (3.4): Extracting archive
  - Installing wpackagist-theme/twentysixteen (3.1): Extracting archive
  - Installing wpackagist-theme/twentyten (4.0): Extracting archive
  - Installing wpackagist-theme/twentythirteen (4.0): Extracting archive
  - Installing wpackagist-theme/twentytwelve (4.1): Extracting archive
  - Installing wpackagist-theme/twentytwenty (2.4): Extracting archive
  - Installing wpackagist-theme/twentytwentyone (2.0): Extracting archive
  - Installing wpackagist-theme/wp-andreas01 (2.0): Extracting archive
    Moving dropin files...

  - Applying patches for johnpbloch/wordpress-core
    patches/core/anonymize-update.php.patch (Anonymize requests to api.wordpress.org for updates)
    patches/core/0103-Remove-pingback-trackback.patch (Do not perform pingbacks and trackbacks when we update via cron)
    patches/core/0155-Removing-reference-to-googleapis-from-wp-includes-up.patch (Load JS library locally instead than from Googleapis)
    patches/core/0165-remove-google-fonts.patch (Remove Google Fonts API calls)

      - Undefined array key "sl"
      - No translations found for ai-authenticate-rest-api-plugin
      - No translations found for ai-global-activity-plugin
    Moving dropin files...

      - No translations found for eu-compliance
    Moving dropin files...

      - No translations found for nospam
    Moving dropin files...

      - No translations found for remove-gravatar
    Moving dropin files...

    Moving dropin files...

      - No translations found for wp-mat
      - Undefined array key "cy"
      - Undefined array key "ar"
      - Undefined array key "ar"
      - Undefined array key "fi"
      - No translations found for creative-commons
      - Undefined array key "ar"
      - Undefined array key "ar"
    Moving dropin files...

      - Undefined array key "ar"
    Moving dropin files...

  - Applying patches for wpackagist-plugin/disable-wordpress-updates
    patches/plugins/disable-wordpress-updates.patch (Run update checks during cron)

      - No translations found for disable-wordpress-updates
    Moving dropin files...

      - Undefined array key "ar"
      - Undefined array key "ar"
      - No translations found for footnotation
      - Undefined array key "ar"
      - Undefined array key "ar"
      - Undefined array key "ar"
      - Undefined array key "ar"
  - Applying patches for wpackagist-plugin/more-privacy-options
    patches/plugins/more-privacy-options.patch (Do send mail on privacy setting change)

      - No translations found for more-privacy-options
      - Undefined array key "ar"
      - Undefined array key "ar"
      - No translations found for rss-license
      - Undefined array key "ar"
  - Applying patches for wpackagist-plugin/simply-exclude
    patches/plugins/0117-simplyexclude.patch (Small workaround to fix simplyexclude plugin broken with wordpress 4)

      - Undefined array key "ar"
      - No translations found for soundcloud-shortcode
      - No translations found for squat-radar-calendar-integration
      - Undefined array key "cy"
      - Undefined array key "ar"
      - Undefined array key "ar"
      - No translations found for video-sidebar-widgets
      - Undefined array key "sl"
  - Applying patches for wpackagist-plugin/wp-piwik
    patches/plugins/wp-piwik.patch (Disable Piwik global updates)

      - Undefined array key "ar"
      - Undefined array key "ar"
    Moving dropin files...

      - Undefined array key "ar"
      - Undefined array key "ar"
  - Applying patches for wpackagist-theme/azul
    patches/themes/0056-Patch-theme-azul.patch (Teme footer)

      - No translations found for azul
      - No translations found for big-scene
  - Applying patches for wpackagist-theme/bliss
    patches/themes/0223-bliss-footer.patch (Footer credits)

      - No translations found for bliss
  - Applying patches for wpackagist-theme/classic
    patches/themes/0058-Patch-theme-classic.patch (Theme footer)

      - No translations found for classic
      - No translations found for digitally
      - Undefined array key "ar"
      - No translations found for ff-multipurpose
  - Applying patches for wpackagist-theme/fresh-editorial
    patches/themes/0067-Patch-theme-fresh-editorial.patch (Theme footer)

      - No translations found for fresh-editorial
  - Applying patches for wpackagist-theme/gone-fishing
    patches/themes/0069-Patch-theme-gone-fishing.patch (Theme footer)

      - No translations found for gone-fishing
      - No translations found for lalita
      - No translations found for launchpad
      - Undefined array key "ar"
  - Applying patches for wpackagist-theme/mnml
    patches/themes/0073-Patch-theme-mnml.patch (Theme footer)

      - No translations found for mnml
      - Undefined array key "ar"
  - Applying patches for wpackagist-theme/ocular-professor
    patches/themes/0077-Patch-theme-ocular-professor.patch (Theme footer)

      - No translations found for ocular-professor
  - Applying patches for wpackagist-theme/rusty-grunge
    patches/themes/0080-Patch-theme-rusty-grunge.patch (Theme footer)

      - No translations found for rusty-grunge
      - Undefined array key "ar"
  - Applying patches for wpackagist-theme/simplex
    patches/themes/0083-Patch-theme-simplex.patch (Theme footer)

      - No translations found for simplex
  - Applying patches for wpackagist-theme/twentyeleven
    patches/themes/0165-twentyeleven-footer.patch (Footer credits)

      - Undefined array key "el"
  - Applying patches for wpackagist-theme/twentyfifteen
    patches/themes/0187-twentyfifteen.patch (Footer credits)

      - Undefined array key "sl"
  - Applying patches for wpackagist-theme/twentyfourteen
    patches/themes/0187-twentyfourteen.patch (Footer credits)

      - Undefined array key "sl"
      - Undefined array key "da_DK"
      - Undefined array key "sl"
  - Applying patches for wpackagist-theme/twentysixteen
    patches/themes/0223-twentysixteen-footer.patch (Footer credits)

      - Undefined array key "sl"
  - Applying patches for wpackagist-theme/twentyten
    patches/themes/0187-twentyten.patch (Footer credits)

      - Undefined array key "sl"
  - Applying patches for wpackagist-theme/twentythirteen
    patches/themes/0165-twentythirteen-footer.patch (Footer credits)

      - Undefined array key "sl"
  - Applying patches for wpackagist-theme/twentytwelve
    patches/themes/0165-twentytwelve-footer.patch (Footer credits)

      - Undefined array key "sl"
      - Undefined array key "nn_NO"
  - Applying patches for wpackagist-theme/twentytwentyone
    patches/themes/twentytwentyone-footer.patch (Footer credits)

      - Undefined array key "nn_NO"
  - Applying patches for wpackagist-theme/wp-andreas01
    patches/themes/0090-Patch-theme-wp-andreas01.patch (Theme footer)

      - No translations found for wp-andreas01
Generating autoload files
1 package you are using is looking for funding.
Use the `composer fund` command to find out more!
--> a25d1f666f9c
[2/3] STEP 1/1: FROM registry.git.autistici.org/ai3/tools/modsec-logger:master AS modseclogger
Trying to pull registry.git.autistici.org/ai3/tools/modsec-logger:master...
Getting image source signatures
Copying blob sha256:d5ce0feffda36d6b47377a69fa3e05b2a839adc1f9cbf3845cc2a67b9f2069dd
Copying config sha256:e12ec8307997eea73d1938b4ed0d12f4d6affe3648d28ba04919b05f15d48ecb
Writing manifest to image destination
--> e42327b6d841
[3/3] STEP 1/16: FROM registry.git.autistici.org/ai3/docker/apache2-php-base:bookworm
Trying to pull registry.git.autistici.org/ai3/docker/apache2-php-base:bookworm...
Getting image source signatures
Copying blob sha256:561e32349137b3e0858a02c74aec05233230541244439f792ccb4232ca9bf995
Copying blob sha256:5d8971585d611ec1b9441496a8350b9f98be42d2cacd0fede86acd471f4c1eb0
Copying blob sha256:9391e7e5850effa3ab81004f942b165abbbcd47b4605224b085d3fb69e22839e
Copying blob sha256:3c0be3e1d0ebcc876dcbd578d9484ee37aa20895f415891447a508f5ba6237ba
Copying blob sha256:f8603e230982564d703e55ae9d7d78d00b6e459246f6e70f67e4df4af947ac75
Copying blob sha256:9bdde4223079a8b26ce4332da043c71e21b3304a704979efdf439ced7dd953b9
Copying blob sha256:93e29833048b641190e17daf39d259a54813c22a2952eef8a726e9f46345d242
Copying blob sha256:980e592bf968cefbaa5c20750cc6f50f06a5d08bc45ea8b4584b67a918147ae9
Copying blob sha256:dd9033a933b0379f2ccb6b9c7d5fc19ddd8f7a8e5ded337b5cd083b6f629d9d6
Copying blob sha256:2fd058428cb0f9b3c95e60e464a266cbec724c29ce176d8b7f230dc6362fc7ee
Copying blob sha256:8813b316410dbabd82d9249bb4e5607ff5bfb01ee3a87fa45812e073c6695a4f
Copying blob sha256:611bdc6ffc1729acb673e8806f422e562f041f9bfb8f119fbcc1aa51390e8a94
Copying blob sha256:1c6dacb8f5d8b7da42fa72f296166b12d9628698f30a3c1f4ec90f564351cee1
Copying config sha256:642c1f8785721ac371916d310e20698b2db6bb206e904b79f6973cf8774372f6
Writing manifest to image destination
[3/3] STEP 2/16: COPY --from=build /build/app/ /opt/noblogs/www
--> da707c571907
[3/3] STEP 3/16: COPY docker/htaccess /opt/noblogs/www/.htaccess
--> b78be1b5f3f2
[3/3] STEP 4/16: COPY docker/htaccess-noindex /opt/noblogs/www/wp-admin/.htaccess
--> fa693a9df95d
[3/3] STEP 5/16: COPY docker/htaccess-noindex /opt/noblogs/www/wp-includes/.htaccess
--> 1b4ab21a01aa
[3/3] STEP 6/16: COPY docker/wp-config.php /opt/noblogs/www/wp-config.php
--> c814575f9a1b
[3/3] STEP 7/16: COPY docker/wp-cache-config.php /opt/noblogs/www/wp-content/wp-cache-config.php
--> b7b9eb207d30
[3/3] STEP 8/16: COPY docker/conf /tmp/conf
--> bd484310fcd3
[3/3] STEP 9/16: COPY docker/build.sh /tmp/build.sh
--> 725ef362602f
[3/3] STEP 10/16: COPY --from=modseclogger /modsec-logger /usr/local/bin/modsec-logger
--> ccdd9b1a9b17
[3/3] STEP 11/16: ADD https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar /usr/local/bin/wp-cli.phar
--> 103181cbfc8a
[3/3] STEP 12/16: COPY docker/wp /usr/local/bin/wp
--> efd3b3401232
[3/3] STEP 13/16: RUN chmod 0755 /usr/local/bin/wp /usr/local/bin/wp-cli.phar
time="2023-11-17T18:32:10Z" level=warning msg="Path \"/run/secrets/etc-pki-entitlement\" from \"/etc/containers/mounts.conf\" doesn't exist, skipping"
time="2023-11-17T18:32:10Z" level=warning msg="Path \"/run/secrets/rhsm\" from \"/etc/containers/mounts.conf\" doesn't exist, skipping"
--> 4e58495586b9
[3/3] STEP 14/16: RUN /tmp/build.sh && rm /tmp/build.sh
time="2023-11-17T18:32:14Z" level=warning msg="Path \"/run/secrets/etc-pki-entitlement\" from \"/etc/containers/mounts.conf\" doesn't exist, skipping"
time="2023-11-17T18:32:14Z" level=warning msg="Path \"/run/secrets/rhsm\" from \"/etc/containers/mounts.conf\" doesn't exist, skipping"
Get:1 http://deb.autistici.org/urepo float/bookworm/ InRelease [1133 B]
Get:2 http://deb.debian.org/debian bookworm InRelease [151 kB]
Get:3 http://deb.debian.org/debian bookworm-updates InRelease [52.1 kB]
Get:4 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
Get:5 http://deb.autistici.org/urepo float/bookworm/ Packages [24.5 kB]
Get:6 http://deb.debian.org/debian bookworm/main amd64 Packages [8780 kB]
Get:7 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6668 B]
Get:8 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [101 kB]
Fetched 9165 kB in 1s (8945 kB/s)
Reading package lists...
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package libgomp1:amd64.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 10334 files and directories currently installed.)
Preparing to unpack .../00-libgomp1_12.2.0-14_amd64.deb ...
Unpacking libgomp1:amd64 (12.2.0-14) ...
Selecting previously unselected package libfftw3-double3:amd64.
Preparing to unpack .../01-libfftw3-double3_3.3.10-1_amd64.deb ...
Unpacking libfftw3-double3:amd64 (3.3.10-1) ...
Selecting previously unselected package liblcms2-2:amd64.
Preparing to unpack .../02-liblcms2-2_2.14-2_amd64.deb ...
Unpacking liblcms2-2:amd64 (2.14-2) ...
Selecting previously unselected package libglib2.0-0:amd64.
Preparing to unpack .../03-libglib2.0-0_2.74.6-2_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.74.6-2) ...
Selecting previously unselected package liblqr-1-0:amd64.
Preparing to unpack .../04-liblqr-1-0_0.4.2-2.1_amd64.deb ...
Unpacking liblqr-1-0:amd64 (0.4.2-2.1) ...
Selecting previously unselected package libltdl7:amd64.
Preparing to unpack .../05-libltdl7_2.4.7-5_amd64.deb ...
Unpacking libltdl7:amd64 (2.4.7-5) ...
Selecting previously unselected package libopenjp2-7:amd64.
Preparing to unpack .../06-libopenjp2-7_2.5.0-2_amd64.deb ...
Unpacking libopenjp2-7:amd64 (2.5.0-2) ...
Preparing to unpack .../07-libwebp7_1.2.4-0.2+deb12u1_amd64.deb ...
Unpacking libwebp7:amd64 (1.2.4-0.2+deb12u1) over (1.2.4-0.2) ...
Selecting previously unselected package libwebpdemux2:amd64.
Preparing to unpack .../08-libwebpdemux2_1.2.4-0.2+deb12u1_amd64.deb ...
Unpacking libwebpdemux2:amd64 (1.2.4-0.2+deb12u1) ...
Selecting previously unselected package libwebpmux3:amd64.
Preparing to unpack .../09-libwebpmux3_1.2.4-0.2+deb12u1_amd64.deb ...
Unpacking libwebpmux3:amd64 (1.2.4-0.2+deb12u1) ...
Selecting previously unselected package libxext6:amd64.
Preparing to unpack .../10-libxext6_2%3a1.3.4-1+b1_amd64.deb ...
Unpacking libxext6:amd64 (2:1.3.4-1+b1) ...
Selecting previously unselected package imagemagick-6-common.
Preparing to unpack .../11-imagemagick-6-common_8%3a6.9.11.60+dfsg-1.6_all.deb ...
Unpacking imagemagick-6-common (8:6.9.11.60+dfsg-1.6) ...
Selecting previously unselected package libmagickcore-6.q16-6:amd64.
Preparing to unpack .../12-libmagickcore-6.q16-6_8%3a6.9.11.60+dfsg-1.6_amd64.deb ...
Unpacking libmagickcore-6.q16-6:amd64 (8:6.9.11.60+dfsg-1.6) ...
Selecting previously unselected package libmagickwand-6.q16-6:amd64.
Preparing to unpack .../13-libmagickwand-6.q16-6_8%3a6.9.11.60+dfsg-1.6_amd64.deb ...
Unpacking libmagickwand-6.q16-6:amd64 (8:6.9.11.60+dfsg-1.6) ...
Selecting previously unselected package php8.2-imagick.
Preparing to unpack .../14-php8.2-imagick_3.7.0-4_amd64.deb ...
Unpacking php8.2-imagick (3.7.0-4) ...
Selecting previously unselected package php-imagick.
Preparing to unpack .../15-php-imagick_3.7.0-4_amd64.deb ...
Unpacking php-imagick (3.7.0-4) ...
Selecting previously unselected package php8.2-memcache.
Preparing to unpack .../16-php8.2-memcache_8.0+4.0.5.2+3.0.9~20170802.e702b5f9+-8_amd64.deb ...
Unpacking php8.2-memcache (8.0+4.0.5.2+3.0.9~20170802.e702b5f9+-8) ...
Selecting previously unselected package php-memcache.
Preparing to unpack .../17-php-memcache_8.0+4.0.5.2+3.0.9~20170802.e702b5f9+-8_amd64.deb ...
Unpacking php-memcache (8.0+4.0.5.2+3.0.9~20170802.e702b5f9+-8) ...
Selecting previously unselected package php8.2-igbinary.
Preparing to unpack .../18-php8.2-igbinary_3.2.13-1_amd64.deb ...
Unpacking php8.2-igbinary (3.2.13-1) ...
Selecting previously unselected package php8.2-msgpack.
Preparing to unpack .../19-php8.2-msgpack_1%3a2.2.0~rc2-3_amd64.deb ...
Unpacking php8.2-msgpack (1:2.2.0~rc2-3) ...
Preparing to unpack .../20-libssl3_3.0.11-1~deb12u2_amd64.deb ...
Unpacking libssl3:amd64 (3.0.11-1~deb12u2) over (3.0.9-1) ...
Selecting previously unselected package libhashkit2:amd64.
Preparing to unpack .../21-libhashkit2_1.1.4-1_amd64.deb ...
Unpacking libhashkit2:amd64 (1.1.4-1) ...
Selecting previously unselected package libmemcached11:amd64.
Preparing to unpack .../22-libmemcached11_1.1.4-1_amd64.deb ...
Unpacking libmemcached11:amd64 (1.1.4-1) ...
Selecting previously unselected package php8.2-memcached.
Preparing to unpack .../23-php8.2-memcached_3.2.0+2.2.0-4_amd64.deb ...
Unpacking php8.2-memcached (3.2.0+2.2.0-4) ...
Selecting previously unselected package php-memcached.
Preparing to unpack .../24-php-memcached_3.2.0+2.2.0-4_amd64.deb ...
Unpacking php-memcached (3.2.0+2.2.0-4) ...
Selecting previously unselected package libpopt0:amd64.
Preparing to unpack .../25-libpopt0_1.19+dfsg-1_amd64.deb ...
Unpacking libpopt0:amd64 (1.19+dfsg-1) ...
Selecting previously unselected package rsync.
Preparing to unpack .../26-rsync_3.2.7-1_amd64.deb ...
Unpacking rsync (3.2.7-1) ...
Preparing to unpack .../27-curl_7.88.1-10+deb12u4_amd64.deb ...
Unpacking curl (7.88.1-10+deb12u4) over (7.88.1-10+deb12u1) ...
Preparing to unpack .../28-libcurl4_7.88.1-10+deb12u4_amd64.deb ...
Unpacking libcurl4:amd64 (7.88.1-10+deb12u4) over (7.88.1-10+deb12u1) ...
Selecting previously unselected package libcurl3-gnutls:amd64.
Preparing to unpack .../29-libcurl3-gnutls_7.88.1-10+deb12u4_amd64.deb ...
Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u4) ...
Selecting previously unselected package liblua5.1-0:amd64.
Preparing to unpack .../30-liblua5.1-0_5.1.5-9_amd64.deb ...
Unpacking liblua5.1-0:amd64 (5.1.5-9) ...
Selecting previously unselected package libyajl2:amd64.
Preparing to unpack .../31-libyajl2_2.1.0-3+deb12u2_amd64.deb ...
Unpacking libyajl2:amd64 (2.1.0-3+deb12u2) ...
Selecting previously unselected package libapache2-mod-security2.
Preparing to unpack .../32-libapache2-mod-security2_2.9.7-1+b1_amd64.deb ...
Unpacking libapache2-mod-security2 (2.9.7-1+b1) ...
Selecting previously unselected package libapache2-mod-xsendfile.
Preparing to unpack .../33-libapache2-mod-xsendfile_0.12-2+b1_amd64.deb ...
Unpacking libapache2-mod-xsendfile (0.12-2+b1) ...
Selecting previously unselected package libxslt1.1:amd64.
Preparing to unpack .../34-libxslt1.1_1.1.35-1_amd64.deb ...
Unpacking libxslt1.1:amd64 (1.1.35-1) ...
Selecting previously unselected package libzip4:amd64.
Preparing to unpack .../35-libzip4_1.7.3-1+b1_amd64.deb ...
Unpacking libzip4:amd64 (1.7.3-1+b1) ...
Selecting previously unselected package modsecurity-crs.
Preparing to unpack .../36-modsecurity-crs_3.3.4-1_all.deb ...
Unpacking modsecurity-crs (3.3.4-1) ...
Selecting previously unselected package noblogs-cli.
Preparing to unpack .../37-noblogs-cli_0.2+0~20231031093421~1.cee984d8_all.deb ...
Unpacking noblogs-cli (0.2+0~20231031093421~1.cee984d8) ...
Selecting previously unselected package openssl.
Preparing to unpack .../38-openssl_3.0.11-1~deb12u2_amd64.deb ...
Unpacking openssl (3.0.11-1~deb12u2) ...
Selecting previously unselected package php8.2-intl.
Preparing to unpack .../39-php8.2-intl_8.2.7-1~deb12u1_amd64.deb ...
Unpacking php8.2-intl (8.2.7-1~deb12u1) ...
Selecting previously unselected package php-intl.
Preparing to unpack .../40-php-intl_2%3a8.2+93_all.deb ...
Unpacking php-intl (2:8.2+93) ...
Selecting previously unselected package php8.2-xml.
Preparing to unpack .../41-php8.2-xml_8.2.7-1~deb12u1_amd64.deb ...
Unpacking php8.2-xml (8.2.7-1~deb12u1) ...
Selecting previously unselected package php-xml.
Preparing to unpack .../42-php-xml_2%3a8.2+93_all.deb ...
Unpacking php-xml (2:8.2+93) ...
Selecting previously unselected package php8.2-zip.
Preparing to unpack .../43-php8.2-zip_8.2.7-1~deb12u1_amd64.deb ...
Unpacking php8.2-zip (8.2.7-1~deb12u1) ...
Selecting previously unselected package php-zip.
Preparing to unpack .../44-php-zip_2%3a8.2+93_all.deb ...
Unpacking php-zip (2:8.2+93) ...
Setting up liblcms2-2:amd64 (2.14-2) ...
Setting up imagemagick-6-common (8:6.9.11.60+dfsg-1.6) ...
Setting up php8.2-memcache (8.0+4.0.5.2+3.0.9~20170802.e702b5f9+-8) ...
Setting up php-memcache (8.0+4.0.5.2+3.0.9~20170802.e702b5f9+-8) ...
Setting up libglib2.0-0:amd64 (2.74.6-2) ...
No schema files found: doing nothing.
Setting up libyajl2:amd64 (2.1.0-3+deb12u2) ...
Setting up libssl3:amd64 (3.0.11-1~deb12u2) ...
Setting up libxext6:amd64 (2:1.3.4-1+b1) ...
Setting up noblogs-cli (0.2+0~20231031093421~1.cee984d8) ...
Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u4) ...
Setting up libgomp1:amd64 (12.2.0-14) ...
Setting up modsecurity-crs (3.3.4-1) ...
Setting up php8.2-intl (8.2.7-1~deb12u1) ...

Creating config file /etc/php/8.2/mods-available/intl.ini with new version
Setting up libapache2-mod-xsendfile (0.12-2+b1) ...
apache2_invoke: Enable module xsendfile
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up libhashkit2:amd64 (1.1.4-1) ...
Setting up php8.2-igbinary (3.2.13-1) ...
Setting up php-intl (2:8.2+93) ...
Setting up libltdl7:amd64 (2.4.7-5) ...
Setting up libfftw3-double3:amd64 (3.3.10-1) ...
Setting up libwebp7:amd64 (1.2.4-0.2+deb12u1) ...
Setting up liblqr-1-0:amd64 (0.4.2-2.1) ...
Setting up libmemcached11:amd64 (1.1.4-1) ...
Setting up php8.2-msgpack (1:2.2.0~rc2-3) ...
Setting up liblua5.1-0:amd64 (5.1.5-9) ...
Setting up libxslt1.1:amd64 (1.1.35-1) ...
Setting up libcurl4:amd64 (7.88.1-10+deb12u4) ...
Setting up libopenjp2-7:amd64 (2.5.0-2) ...
Setting up curl (7.88.1-10+deb12u4) ...
Setting up openssl (3.0.11-1~deb12u2) ...
Setting up libwebpmux3:amd64 (1.2.4-0.2+deb12u1) ...
Setting up libpopt0:amd64 (1.19+dfsg-1) ...
Setting up libzip4:amd64 (1.7.3-1+b1) ...
Setting up libwebpdemux2:amd64 (1.2.4-0.2+deb12u1) ...
Setting up libapache2-mod-security2 (2.9.7-1+b1) ...
apache2_invoke: Enable module security2
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
Setting up libmagickcore-6.q16-6:amd64 (8:6.9.11.60+dfsg-1.6) ...
Setting up php8.2-memcached (3.2.0+2.2.0-4) ...
Setting up php8.2-xml (8.2.7-1~deb12u1) ...

Creating config file /etc/php/8.2/mods-available/dom.ini with new version

Creating config file /etc/php/8.2/mods-available/simplexml.ini with new version

Creating config file /etc/php/8.2/mods-available/xml.ini with new version

Creating config file /etc/php/8.2/mods-available/xmlreader.ini with new version

Creating config file /etc/php/8.2/mods-available/xmlwriter.ini with new version

Creating config file /etc/php/8.2/mods-available/xsl.ini with new version
Setting up libmagickwand-6.q16-6:amd64 (8:6.9.11.60+dfsg-1.6) ...
Setting up php-memcached (3.2.0+2.2.0-4) ...
Setting up rsync (3.2.7-1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up php-xml (2:8.2+93) ...
Setting up php8.2-zip (8.2.7-1~deb12u1) ...

Creating config file /etc/php/8.2/mods-available/zip.ini with new version
Setting up php8.2-imagick (3.7.0-4) ...
Setting up php-zip (2:8.2+93) ...
Setting up php-imagick (3.7.0-4) ...
Processing triggers for php8.2-fpm (8.2.7-1~deb12u1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of restart.
NOTICE: Not enabling PHP 8.2 FPM by default.
NOTICE: To enable PHP 8.2 FPM in Apache2 do:
NOTICE: a2enmod proxy_fcgi setenvif
NOTICE: a2enconf php8.2-fpm
NOTICE: You are seeing this message because you have apache2 package installed.
Processing triggers for libc-bin (2.36-9+deb12u1) ...
Processing triggers for php8.2-cli (8.2.7-1~deb12u1) ...
Enabling module expires.
Enabling module rewrite.
Enabling conf modsecurity-custom.
Enabling site noblogs.org.
Enabling site noblogs.ai-cdn.net.
To activate the new configuration, you need to run:
  service apache2 reload
Reading package lists...
Building dependency tree...
Reading state information...
The following package was automatically installed and is no longer required:
  libpopt0
Use 'apt autoremove' to remove it.
The following packages will be REMOVED:
  rsync*
0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
After this operation, 795 kB disk space will be freed.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11451 files and directories currently installed.)
Removing rsync (3.2.7-1) ...
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of stop.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11419 files and directories currently installed.)
Purging configuration files for rsync (3.2.7-1) ...
Reading package lists...
Building dependency tree...
Reading state information...
The following packages will be REMOVED:
  libpopt0
0 upgraded, 0 newly installed, 1 to remove and 20 not upgraded.
After this operation, 251 kB disk space will be freed.
(Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 11417 files and directories currently installed.)
Removing libpopt0:amd64 (1.19+dfsg-1) ...
Processing triggers for libc-bin (2.36-9+deb12u1) ...
--> 43801a5e28d6
[3/3] STEP 15/16: EXPOSE 8080/tcp
--> 93f22427aba7
[3/3] STEP 16/16: LABEL "org.opencontainers.image.title"="noblogs-composer" "org.opencontainers.image.url"="https://git.autistici.org/noblogs/noblogs-composer" "org.opencontainers.image.created"="2023-11-17T18:28:12Z" "org.opencontainers.image.revision"="ba6207c28dfe70ce2b3b260365407da1fa6e4dd3" "org.opencontainers.image.version"="master"
[3/3] COMMIT registry.git.autistici.org/noblogs/noblogs-composer:master
--> 967b5bfbd8cf
[Warning] one or more build args were not consumed: [ci_commit_sha ci_token]
Successfully tagged registry.git.autistici.org/noblogs/noblogs-composer:master
967b5bfbd8cf86b1e5c10260e10ea265731c7c3cae81b494788ff8887cc49894
$ podman push $IMAGE_TAG
Getting image source signatures
Copying blob sha256:a35757bf6aaf8e47e6041cf5276207b3c6eca8bcf2c9f5f30b4f3b29b29844b6
Copying blob sha256:2257c65aff036e66b5a7c745474828ed27f99ec4631c80329ae64a026aa3b25b
Copying blob sha256:bd3ef7c24d8837183c5227b3b6fc5106e98005223d99e8edf52cfd598d5bd145
Copying blob sha256:94475ca192a0aa28fcc741237c9d5a7209bc1d632096b1d8543f28077e4037d2
Copying blob sha256:cc6e62170cf526473d3df59354812433de2d4246685c9b381dc8d53a367aa6db
Copying blob sha256:511780f88f80081112aea1bfdca6c800e1983e401b338e20b2c6e97f384e4299
Copying blob sha256:5b725532640e3f8dd9e5ca1e935bc43af4b61386befa666fdcd246c6a008e871
Copying blob sha256:13b807edad63d42115ff5a1419c8b33de02321c010bab513e870b3b7fa6042ce
Copying blob sha256:9cde608995dfff7b335463169d92365af9deb780d94aab0f8c6fb921febc62ec
Copying blob sha256:f24965de72864147879ecadffbdbff96bb3838351a0f3f9a5691065335a19d57
Copying blob sha256:0bbb80135e4b9627e5565f87d1fb0b3e2cedfad7aeb49c76ed5efbc33f6f8383
Copying blob sha256:ede7dbb286e8a9eb743ea223d1baba656fbffbbb034f61934a42f9dd9d58ef56
Copying blob sha256:9d3db58aa8be1a07dd775ef9ae9879c0ce03f596765676c7f3a092763cf864f7
Copying blob sha256:30d19953e3c0272cf09304196311bfc7e6b5e607f84bf003ededc68a561dcf68
Copying blob sha256:07d0cc0c31999d5dec154e1c644855e0df3605168599ceaae8b7f181542efd0a
Copying blob sha256:aedd5dc91cd396a5773bca253a9d8a51ac11968f59c5c539edd277a6ab5ef01e
Copying blob sha256:5ab904839ec96031975be3e18892589459bee2469685689668973418e9be8a09
Copying blob sha256:fdfe205e1a2adb3358ccd48c6a05a61c7a1b308828fd443bc3c7dacd446d5741
Copying blob sha256:27420cbc500db6570b61ea8306469568479ee48baab7af7653d1b49520b7f4d7
Copying blob sha256:7ab3d19fda52fb609302a2043336013840597febdd459502a815b114f2ab5049
Copying blob sha256:c45bc27771acdcf43a0f6d23f54c6077e0792ef85e82191bbd7bd50c3f118c88
Copying blob sha256:222f8c49daa30bf07c921041930524ec012b8c7ce46191b07e5229e48028a359
Copying blob sha256:0795dd3465c7eb66325c4413529a1e160b1629e3b5c3681c42565686cd977272
Copying blob sha256:9cd15533195aa0fdf9986230ce68bf9c3bc1fa8a888334e38ebf60ee5886ffc1
Copying blob sha256:fce5f9a29b69f38e43c5427bcd30de22c99c92ab3d4107d6c352751f3ef5bd66
Copying blob sha256:49277017cd8b3f7988bdcfa0b47dc88b49c8d630d11b232c6099360c27bad341
Copying config sha256:967b5bfbd8cf86b1e5c10260e10ea265731c7c3cae81b494788ff8887cc49894
Writing manifest to image destination
section_end:1700245954:step_script
section_start:1700245954:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1700245954:cleanup_file_variables
Job succeeded