Running with gitlab-runner 14.6.0 (5316d4ac)
  on gitlab-runner-55c6bf5664-gnp5q yyS75QyW
section_start:1654721698: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:1654721698:prepare_executor
section_start:1654721698:prepare_script
Preparing environment
Waiting for pod ci/runner-yys75qyw-project-81-concurrent-19xz9m to be running, status is Pending
Waiting for pod ci/runner-yys75qyw-project-81-concurrent-19xz9m to be running, status is Pending
	ContainersNotReady: "containers with unready status: [build helper]"
	ContainersNotReady: "containers with unready status: [build helper]"
Running on runner-yys75qyw-project-81-concurrent-19xz9m via gitlab-runner-55c6bf5664-gnp5q...

section_end:1654721704:prepare_script
section_start:1654721704: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 3fd543e9 as main...

Skipping Git submodules setup

section_end:1654721704:get_sources
section_start:1654721704: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[0001] Using caching version of cmd: RUN ln -s /sbin/iptables-nft /sbin/iptables 
INFO[0001] 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_NETWORKS=""                        
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-3fd543e9 
INFO[0003] Pushed k8r.eu/justjanne/rtorrent-docker@sha256:2aee802a5833f0e9e2c4fe6eb890a15d27634d43bdd3f1f64f907df7594120dc 
INFO[0003] Pushing image to k8r.eu/justjanne/rtorrent-docker:wireguard 
INFO[0003] Pushed k8r.eu/justjanne/rtorrent-docker@sha256:2aee802a5833f0e9e2c4fe6eb890a15d27634d43bdd3f1f64f907df7594120dc 

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

section_end:1654721709:cleanup_file_variables
Job succeeded