Running with gitlab-runner 14.6.0 (5316d4ac)
  on gitlab-runner-55c6bf5664-gnp5q yyS75QyW
section_start:1654719028: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:1654719028:prepare_executor
section_start:1654719028:prepare_script
Preparing environment
Waiting for pod ci/runner-yys75qyw-project-81-concurrent-1vstcp to be running, status is Pending
Running on runner-yys75qyw-project-81-concurrent-1vstcp via gitlab-runner-55c6bf5664-gnp5q...

section_end:1654719031:prepare_script
section_start:1654719031: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 d528ce58 as main...

Skipping Git submodules setup

section_end:1654719031:get_sources
section_start:1654719031: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] Checking for cached layer k8r.eu/justjanne/rtorrent-docker/cache:1fe98f3af6420bd8d439d7c6b5537cfeedf019e98ad0d607cb1f64122555880a... 
INFO[0001] Using caching version of cmd: RUN apk add --no-cache     nftables     ip6tables     wireguard-tools 
INFO[0001] Checking for cached layer k8r.eu/justjanne/rtorrent-docker/cache:a81ddcb659b87f7756943524ddc175e37e2ab4d60396186a979181b06efab264... 
INFO[0001] Using caching version of cmd: RUN rm /sbin/iptables /sbin/ip6tables 
INFO[0001] Checking for cached layer k8r.eu/justjanne/rtorrent-docker/cache:e800edc42c4ef1ae67bc6427b44a7f434dbac5a5e169f46e2dce5971d504c147... 
INFO[0001] Using caching version of cmd: RUN ln -s /sbin/ip6tables-nft /sbin/ip6tables 
INFO[0001] Checking for cached layer k8r.eu/justjanne/rtorrent-docker/cache:1d643e6efaed50a6fb20914afa1cad1a5e1566a77a0546ec0beffe862a22279a... 
INFO[0002] Using caching version of cmd: RUN ln -s /sbin/iptables-nft /sbin/iptables 
INFO[0002] Unpacking rootfs as cmd COPY entrypoint.sh /entrypoint.sh requires it. 
INFO[0002] RUN apk add --no-cache     nftables     ip6tables     wireguard-tools 
INFO[0002] Found cached layer, extracting to filesystem 
INFO[0002] RUN rm /sbin/iptables /sbin/ip6tables        
INFO[0002] Found cached layer, extracting to filesystem 
INFO[0002] RUN ln -s /sbin/ip6tables-nft /sbin/ip6tables 
INFO[0002] Found cached layer, extracting to filesystem 
INFO[0002] RUN ln -s /sbin/iptables-nft /sbin/iptables  
INFO[0002] Found cached layer, extracting to filesystem 
INFO[0002] ENV LOCAL_NETWORK=""                         
INFO[0002] No files changed in this command, skipping snapshotting. 
INFO[0002] COPY entrypoint.sh /entrypoint.sh            
INFO[0002] Taking snapshot of files...                  
INFO[0002] ENTRYPOINT ["/entrypoint.sh"]                
INFO[0002] No files changed in this command, skipping snapshotting. 
INFO[0002] Pushing image to k8r.eu/justjanne/rtorrent-docker:wireguard-d528ce58 
INFO[0003] Pushed k8r.eu/justjanne/rtorrent-docker@sha256:05880a57c61fb659c0eb4ea66f4f054d676c6db54a274bb8c27bf696c82a1084 
INFO[0003] Pushing image to k8r.eu/justjanne/rtorrent-docker:wireguard 
INFO[0004] Pushed k8r.eu/justjanne/rtorrent-docker@sha256:05880a57c61fb659c0eb4ea66f4f054d676c6db54a274bb8c27bf696c82a1084 

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

section_end:1654719036:cleanup_file_variables
Job succeeded