Running with gitlab-runner 16.3.0 (8ec04662)
  on runner01-sea xRyqFUx8, system ID: s_8011aa2e46c2
section_start:1693447813:prepare_executor
Preparing the "docker" executor
Using Docker executor with image gcr.io/kaniko-project/executor:v1.15.0-debug ...
Pulling docker image gcr.io/kaniko-project/executor:v1.15.0-debug ...
Using docker image sha256:fb56ac2b330e2adaefd71f89e5a7e09a415bb55929d6b14b7a0bca5096479ad1 for gcr.io/kaniko-project/executor:v1.15.0-debug with digest gcr.io/kaniko-project/executor@sha256:9a798741047d3761221100f586ea9fa8a3f09957176630faeb77923894b7355a ...
section_end:1693447816:prepare_executor
section_start:1693447816:prepare_script
Preparing environment
Running on runner-xryqfux8-project-3843-concurrent-0 via runner01-sea...
section_end:1693447817:prepare_script
section_start:1693447817:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/varac-projects/varac-home-assistant/.git/
Created fresh repository.
Checking out 2962e4a7 as detached HEAD (ref is renovate/gcr.io-kaniko-project-executor-1.x)...

Skipping Git submodules setup
section_end:1693447818:get_sources
section_start:1693447818:step_script
Executing "step_script" stage of the job script
Using docker image sha256:fb56ac2b330e2adaefd71f89e5a7e09a415bb55929d6b14b7a0bca5096479ad1 for gcr.io/kaniko-project/executor:v1.15.0-debug with digest gcr.io/kaniko-project/executor@sha256:9a798741047d3761221100f586ea9fa8a3f09957176630faeb77923894b7355a ...
$ mkdir -p /kaniko/.docker/
$ echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
$ export version=$(grep 'FROM' Dockerfile|cut -d':' -f2)
$ echo "Building image tag $version"
Building image tag 2023.8
$ /kaniko/executor --cache=true --context . --destination ${CI_REGISTRY_IMAGE}${IMAGENAME}:${version}
INFO[0000] Retrieving image manifest registry.hub.docker.com/homeassistant/home-assistant:2023.8 
INFO[0000] Retrieving image registry.hub.docker.com/homeassistant/home-assistant:2023.8 from registry registry.hub.docker.com 
INFO[0001] Retrieving image manifest registry.hub.docker.com/homeassistant/home-assistant:2023.8 
INFO[0001] Returning cached image manifest              
INFO[0001] Built cross stage deps: map[]                
INFO[0001] Retrieving image manifest registry.hub.docker.com/homeassistant/home-assistant:2023.8 
INFO[0001] Returning cached image manifest              
INFO[0001] Retrieving image manifest registry.hub.docker.com/homeassistant/home-assistant:2023.8 
INFO[0001] Returning cached image manifest              
INFO[0001] Executing 0 build triggers                   
INFO[0001] Building stage 'registry.hub.docker.com/homeassistant/home-assistant:2023.8' [idx: '0', base-idx: '-1'] 
INFO[0001] Using files from context: []                 
INFO[0001] Checking for cached layer registry.0xacab.org/varac-projects/varac-home-assistant/cache:7c719490799e07f1bb00f33be9372613a6eacec0d6030cf3a39df36f76646ab9... 
INFO[0001] No cached layer found for cmd RUN mkdir -p /tmp/custom_components/mass   && unzip /tmp/mass.zip -d /tmp/custom_components/mass   && ls -al /tmp/custom_components/mass   && rm /usr/local/bin/python   && apk add --no-cache --virtual .build-deps   gcc=$GCC_VERSION   g++=$GCC_VERSION   musl-dev=$MUSL_DEV_VERSION   zlib-dev=$ZLIB_DEV_VERSION   jpeg-dev=$JPEG_DEV_VERSION   python3-dev=${PYTHON3_DEV_VERSION}   poetry=${POETRY_VERSION} 
INFO[0001] Unpacking rootfs as cmd ADD https://github.com/music-assistant/hass-music-assistant/releases/download/${MUSIC_ASSISTANT_VERSION}/mass.zip /tmp requires it. 
INFO[0092] ENV GCC_VERSION="12.2.1_git20220924-r10"     
INFO[0092] No files changed in this command, skipping snapshotting. 
INFO[0092] ENV MUSL_DEV_VERSION="1.2.4-r1"              
INFO[0092] No files changed in this command, skipping snapshotting. 
INFO[0092] ENV ZLIB_DEV_VERSION="1.2.13-r1"             
INFO[0092] No files changed in this command, skipping snapshotting. 
INFO[0092] ENV JPEG_DEV_VERSION="9e-r1"                 
INFO[0092] No files changed in this command, skipping snapshotting. 
INFO[0092] ENV PYTHON3_DEV_VERSION="3.11.4-r0"          
INFO[0092] No files changed in this command, skipping snapshotting. 
INFO[0092] ENV POETRY_VERSION="1.4.2-r1"                
INFO[0092] No files changed in this command, skipping snapshotting. 
INFO[0092] ENV MUSIC_ASSISTANT_VERSION="2023.6.0b0"     
INFO[0092] No files changed in this command, skipping snapshotting. 
INFO[0092] WORKDIR /tmp                                 
INFO[0092] Cmd: workdir                                 
INFO[0092] Changed working directory to /tmp            
INFO[0092] No files changed in this command, skipping snapshotting. 
INFO[0092] Using files from context: []                 
INFO[0092] ADD https://github.com/music-assistant/hass-music-assistant/releases/download/${MUSIC_ASSISTANT_VERSION}/mass.zip /tmp 
INFO[0092] Adding remote URL https://github.com/music-assistant/hass-music-assistant/releases/download/2023.6.0b0/mass.zip to /tmp/mass.zip 
INFO[0092] Taking snapshot of files...                  
INFO[0092] COPY poetry.lock pyproject.toml ./           
INFO[0092] Taking snapshot of files...                  
INFO[0092] RUN mkdir -p /tmp/custom_components/mass   && unzip /tmp/mass.zip -d /tmp/custom_components/mass   && ls -al /tmp/custom_components/mass   && rm /usr/local/bin/python   && apk add --no-cache --virtual .build-deps   gcc=$GCC_VERSION   g++=$GCC_VERSION   musl-dev=$MUSL_DEV_VERSION   zlib-dev=$ZLIB_DEV_VERSION   jpeg-dev=$JPEG_DEV_VERSION   python3-dev=${PYTHON3_DEV_VERSION}   poetry=${POETRY_VERSION} 
INFO[0092] Initializing snapshotter ...                 
INFO[0092] Taking snapshot of full filesystem...        
INFO[0125] Cmd: /bin/ash                                
INFO[0125] Args: [-o pipefail -c mkdir -p /tmp/custom_components/mass   && unzip /tmp/mass.zip -d /tmp/custom_components/mass   && ls -al /tmp/custom_components/mass   && rm /usr/local/bin/python   && apk add --no-cache --virtual .build-deps   gcc=$GCC_VERSION   g++=$GCC_VERSION   musl-dev=$MUSL_DEV_VERSION   zlib-dev=$ZLIB_DEV_VERSION   jpeg-dev=$JPEG_DEV_VERSION   python3-dev=${PYTHON3_DEV_VERSION}   poetry=${POETRY_VERSION}] 
INFO[0125] Running: [/bin/ash -o pipefail -c mkdir -p /tmp/custom_components/mass   && unzip /tmp/mass.zip -d /tmp/custom_components/mass   && ls -al /tmp/custom_components/mass   && rm /usr/local/bin/python   && apk add --no-cache --virtual .build-deps   gcc=$GCC_VERSION   g++=$GCC_VERSION   musl-dev=$MUSL_DEV_VERSION   zlib-dev=$ZLIB_DEV_VERSION   jpeg-dev=$JPEG_DEV_VERSION   python3-dev=${PYTHON3_DEV_VERSION}   poetry=${POETRY_VERSION}] 
Archive:  /tmp/mass.zip
  inflating: helpers.py
  inflating: __MACOSX/._helpers.py
  inflating: __init__.py
  inflating: __MACOSX/.___init__.py
  inflating: addon.py
  inflating: __MACOSX/._addon.py
  inflating: config_flow.py
  inflating: __MACOSX/._config_flow.py
  inflating: const.py
  inflating: __MACOSX/._const.py
  inflating: entity.py
  inflating: __MACOSX/._entity.py
  inflating: manifest.json
  inflating: __MACOSX/._manifest.json
  inflating: media_browser.py
  inflating: __MACOSX/._media_browser.py
  inflating: media_player.py
  inflating: __MACOSX/._media_player.py
  inflating: services.py
  inflating: __MACOSX/._services.py
  inflating: services.yaml
  inflating: __MACOSX/._services.yaml
  inflating: strings.json
  inflating: __MACOSX/._strings.json
   creating: translations/
  inflating: __MACOSX/._translations
  inflating: translations/en.json
  inflating: __MACOSX/translations/._en.json
total 104
drwxr-xr-x    4 root     root          4096 Aug 31 02:12 .
drwxr-xr-x    3 root     root          4096 Aug 31 02:12 ..
drwxr-xr-x    3 root     root          4096 Aug 31 02:12 __MACOSX
-rw-r--r--    1 root     root          8899 Aug 31 02:12 __init__.py
-rw-r--r--    1 root     root           961 Aug 31 02:12 addon.py
-rw-r--r--    1 root     root         12286 Aug 31 02:12 config_flow.py
-rw-r--r--    1 root     root           773 Aug 31 02:12 const.py
-rw-r--r--    1 root     root          2850 Aug 31 02:12 entity.py
-rw-r--r--    1 root     root           916 Aug 31 02:12 helpers.py
-rw-r--r--    1 root     root           541 Aug 31 02:12 manifest.json
-rw-r--r--    1 root     root         11215 Aug 31 02:12 media_browser.py
-rw-r--r--    1 root     root         15234 Aug 31 02:12 media_player.py
-rw-r--r--    1 root     root          5530 Aug 31 02:12 services.py
-rw-r--r--    1 root     root          2238 Aug 31 02:12 services.yaml
-rw-r--r--    1 root     root          2774 Aug 31 02:12 strings.json
drwxr-xr-x    2 root     root          4096 Aug 31 02:12 translations
fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz
ERROR: unable to select packages:
  python3-dev-3.11.5-r0:
    breaks: .build-deps-20230831.021224[python3-dev=3.11.4-r0]
  .build-deps-20230831.021224:
    masked in: cache
    satisfies: world[.build-deps=20230831.021224]
error building image: error building stage: failed to execute command: waiting for process to exit: exit status 2
section_end:1693447946:step_script
section_start:1693447946:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1693447946:cleanup_file_variables
ERROR: Job failed: exit code 2