Running with gitlab-runner 15.0.0 (febb2a09)
  on gitlab-runner-9958c79dc-x4xhq BV4fWUEj
section_start:1670879916:prepare_executor
Preparing the "kubernetes" executor
Using Kubernetes namespace: ci
Using Kubernetes executor with image gcr.io/kaniko-project/executor:debug ...
Using attach strategy to execute scripts...
section_end:1670879916:prepare_executor
section_start:1670879916:prepare_script
Preparing environment
Waiting for pod ci/runner-bv4fwuej-project-81-concurrent-1wm6bk to be running, status is Pending
Waiting for pod ci/runner-bv4fwuej-project-81-concurrent-1wm6bk to be running, status is Pending
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Running on runner-bv4fwuej-project-81-concurrent-1wm6bk via gitlab-runner-9958c79dc-x4xhq...

section_end:1670879923:prepare_script
section_start:1670879923:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/justJanne/rtorrent-docker/.git/
Created fresh repository.
Checking out baef934e as main...

Skipping Git submodules setup

section_end:1670879923:get_sources
section_start:1670879923:step_script
Executing "step_script" stage of the job script
$ mkdir -p /kaniko/.docker
$ echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"$CI_REGISTRY_USER\",\"password\":\"$CI_REGISTRY_PASSWORD\"}}}" > /kaniko/.docker/config.json
$ /kaniko/executor --cache=true --context $CI_PROJECT_DIR/wireguard --dockerfile $CI_PROJECT_DIR/wireguard/Dockerfile --destination $CI_REGISTRY_IMAGE:wireguard-${CI_COMMIT_TAG:-$CI_COMMIT_SHORT_SHA} --destination $CI_REGISTRY_IMAGE:wireguard
INFO[0000] Retrieving image manifest alpine:3.15        
INFO[0000] Retrieving image alpine:3.15 from registry index.docker.io 
INFO[0001] Retrieving image manifest alpine:3.15        
INFO[0001] Returning cached image manifest              
INFO[0001] Built cross stage deps: map[]                
INFO[0001] Retrieving image manifest alpine:3.15        
INFO[0001] Returning cached image manifest              
INFO[0001] Retrieving image manifest alpine:3.15        
INFO[0001] Returning cached image manifest              
INFO[0001] Executing 0 build triggers                   
INFO[0001] Building stage 'alpine:3.15' [idx: '0', base-idx: '-1'] 
INFO[0001] Checking for cached layer k8r.eu/justjanne/rtorrent-docker/cache:ffe1b829be3bce6c42dfd53cbadee796015a333d16063a2be45587be72e4216c... 
INFO[0001] No cached layer found for cmd RUN apk add --no-cache     nftables     ip6tables     wireguard-tools 
INFO[0001] Unpacking rootfs as cmd RUN apk add --no-cache     nftables     ip6tables     wireguard-tools requires it. 
INFO[0001] RUN apk add --no-cache     nftables     ip6tables     wireguard-tools 
INFO[0001] Initializing snapshotter ...                 
INFO[0001] Taking snapshot of full filesystem...        
INFO[0002] Cmd: /bin/sh                                 
INFO[0002] Args: [-c apk add --no-cache     nftables     ip6tables     wireguard-tools] 
INFO[0002] Running: [/bin/sh -c apk add --no-cache     nftables     ip6tables     wireguard-tools] 
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz
fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz
(1/23) Installing libmnl (1.0.4-r2)
(2/23) Installing libnftnl (1.2.1-r0)
(3/23) Installing iptables (1.8.7-r1)
(4/23) Installing ip6tables (1.8.7-r1)
(5/23) Installing gmp (6.2.1-r1)
(6/23) Installing jansson (2.14-r0)
(7/23) Installing ncurses-terminfo-base (6.3_p20211120-r1)
(8/23) Installing ncurses-libs (6.3_p20211120-r1)
(9/23) Installing readline (8.1.1-r0)
(10/23) Installing nftables (1.0.1-r0)
(11/23) Installing wireguard-tools-wg (1.0.20210914-r0)
(12/23) Installing iproute2 (5.15.0-r0)
Executing iproute2-5.15.0-r0.post-install
(13/23) Installing libbz2 (1.0.8-r1)
(14/23) Installing fts (1.2.7-r1)
(15/23) Installing xz-libs (5.2.5-r1)
(16/23) Installing libelf (0.185-r0)
(17/23) Installing iproute2-tc (5.15.0-r0)
(18/23) Installing iproute2-minimal (5.15.0-r0)
(19/23) Installing iproute2-ss (5.15.0-r0)
(20/23) Installing bash (5.1.16-r0)
Executing bash-5.1.16-r0.post-install
(21/23) Installing openresolv (3.12.0-r0)
(22/23) Installing wireguard-tools-wg-quick (1.0.20210914-r0)
(23/23) Installing wireguard-tools (1.0.20210914-r0)
Executing busybox-1.34.1-r7.trigger
OK: 15 MiB in 37 packages
INFO[0003] Taking snapshot of full filesystem...        
INFO[0003] Pushing layer k8r.eu/justjanne/rtorrent-docker/cache:ffe1b829be3bce6c42dfd53cbadee796015a333d16063a2be45587be72e4216c to cache now 
INFO[0003] Pushing image to k8r.eu/justjanne/rtorrent-docker/cache:ffe1b829be3bce6c42dfd53cbadee796015a333d16063a2be45587be72e4216c 
INFO[0003] RUN rm /sbin/iptables /sbin/ip6tables        
INFO[0003] Cmd: /bin/sh                                 
INFO[0003] Args: [-c rm /sbin/iptables /sbin/ip6tables] 
INFO[0003] Running: [/bin/sh -c rm /sbin/iptables /sbin/ip6tables] 
INFO[0003] Taking snapshot of full filesystem...        
INFO[0003] RUN ln -s /sbin/ip6tables-nft /sbin/ip6tables 
INFO[0003] Cmd: /bin/sh                                 
INFO[0003] Args: [-c ln -s /sbin/ip6tables-nft /sbin/ip6tables] 
INFO[0003] Running: [/bin/sh -c ln -s /sbin/ip6tables-nft /sbin/ip6tables] 
INFO[0003] Pushing layer k8r.eu/justjanne/rtorrent-docker/cache:203b7e7dad86d7875c8bd6ee37c1ef7abb313707127c98339006c02adf76a2d6 to cache now 
INFO[0003] Pushing image to k8r.eu/justjanne/rtorrent-docker/cache:203b7e7dad86d7875c8bd6ee37c1ef7abb313707127c98339006c02adf76a2d6 
INFO[0003] Taking snapshot of full filesystem...        
INFO[0004] RUN ln -s /sbin/iptables-nft /sbin/iptables  
INFO[0004] Pushing layer k8r.eu/justjanne/rtorrent-docker/cache:978a92568a563f7b8dc86055d7d58c01aa17ddf6d550c0e48ebe4c1d3401e4b2 to cache now 
INFO[0004] Cmd: /bin/sh                                 
INFO[0004] Args: [-c ln -s /sbin/iptables-nft /sbin/iptables] 
INFO[0004] Running: [/bin/sh -c ln -s /sbin/iptables-nft /sbin/iptables] 
INFO[0004] Pushing image to k8r.eu/justjanne/rtorrent-docker/cache:978a92568a563f7b8dc86055d7d58c01aa17ddf6d550c0e48ebe4c1d3401e4b2 
INFO[0004] Taking snapshot of full filesystem...        
INFO[0005] ENV LOCAL_NETWORKS=""                        
INFO[0005] No files changed in this command, skipping snapshotting. 
INFO[0005] COPY entrypoint.sh /entrypoint.sh            
INFO[0005] Taking snapshot of files...                  
INFO[0005] Pushing layer k8r.eu/justjanne/rtorrent-docker/cache:b1afb989d04e310fdfa15ccdd557749099fd7cde0c5e8ba3bdc362c2f0bf5ffc to cache now 
INFO[0005] Pushing image to k8r.eu/justjanne/rtorrent-docker/cache:b1afb989d04e310fdfa15ccdd557749099fd7cde0c5e8ba3bdc362c2f0bf5ffc 
INFO[0005] ENTRYPOINT ["/entrypoint.sh"]                
INFO[0005] No files changed in this command, skipping snapshotting. 
INFO[0007] Pushed k8r.eu/justjanne/rtorrent-docker/cache@sha256:be9ea844c334947291cc349ffe71607643b7e1605b2e16e4e4b000770c6dbf5c 
INFO[0007] Pushed k8r.eu/justjanne/rtorrent-docker/cache@sha256:26a9affa847f7ff3c8b91794821480d5894860b0696e7f04f026b26cd2c0f711 
INFO[0007] Pushed k8r.eu/justjanne/rtorrent-docker/cache@sha256:9761091f0d42e62ec8d6b5a81f91bcd26f35ffc6d63afa345760751702b44622 
INFO[0007] Pushed k8r.eu/justjanne/rtorrent-docker/cache@sha256:90b3d4f8a197cf2ddb33b48926170e6cd8050ed445e3165988d68df5dc5b69f0 
INFO[0007] Pushing image to k8r.eu/justjanne/rtorrent-docker:wireguard-baef934e 
INFO[0010] Pushed k8r.eu/justjanne/rtorrent-docker@sha256:d18afb6dd00468c028322b679be42188b865f6e56b4a3def5cb840f1a7dfbebf 
INFO[0010] Pushing image to k8r.eu/justjanne/rtorrent-docker:wireguard 
INFO[0011] Pushed k8r.eu/justjanne/rtorrent-docker@sha256:d18afb6dd00468c028322b679be42188b865f6e56b4a3def5cb840f1a7dfbebf 

section_end:1670879935:step_script
section_start:1670879935:cleanup_file_variables
Cleaning up project directory and file based variables

section_end:1670879935:cleanup_file_variables
Job succeeded