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

section_end:1654722814:prepare_script
section_start:1654722814: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 e88d2fbc as main...

Skipping Git submodules setup

section_end:1654722814:get_sources
section_start:1654722814: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/daemon --dockerfile $CI_PROJECT_DIR/daemon/Dockerfile --destination $CI_REGISTRY_IMAGE:daemon-${CI_COMMIT_TAG:-$CI_COMMIT_SHORT_SHA} --destination $CI_REGISTRY_IMAGE:daemon
INFO[0000] Resolved base name alpine:3.15 to builder    
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] 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] Built cross stage deps: map[0:[/build/usr/bin/rtorrent /build/usr/lib/libtorrent.so*]] 
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:f57f607eefe1f18ed32c953cf5d092518e55b9594749f97a1545744a8aeba2b9... 
INFO[0001] Using caching version of cmd: RUN apk add --no-cache     alpine-sdk     autoconf     automake     curl-dev     libsigc++-dev     libtool     linux-headers     ncurses-dev     openssl-dev     xmlrpc-c-dev     zlib-dev 
INFO[0001] Checking for cached layer k8r.eu/justjanne/rtorrent-docker/cache:39ac34afb2e60b7a050e17696c52fc7f97092284236b77655a286118c62393c0... 
INFO[0001] Using caching version of cmd: RUN git clone --branch v${RTORRENT_VERSION} --single-branch https://github.com/rakshasa/rtorrent.git /rtorrent 
INFO[0001] Checking for cached layer k8r.eu/justjanne/rtorrent-docker/cache:2bd33878512b3d04b2c46b193a4ae91300d7dc55f68b75025b9ba3d9b5d3eaa9... 
INFO[0001] Using caching version of cmd: RUN git clone --branch v${LIBTORRENT_VERSION} --single-branch https://github.com/rakshasa/libtorrent.git /libtorrent 
INFO[0001] Checking for cached layer k8r.eu/justjanne/rtorrent-docker/cache:f4ca749583eeb6b07977bd1223592700fb11285ff5b267bfe98bd346d433d41d... 
INFO[0002] Using caching version of cmd: RUN ./autogen.sh &&     ./configure         --prefix=/usr         --disable-debug         --disable-instrumentation &&     make -j$(nproc) &&     mkdir -p /build &&     DESTDIR=/build make install &&     make install 
INFO[0002] Checking for cached layer k8r.eu/justjanne/rtorrent-docker/cache:3c7f8f06b7e5c51c055f94ee6a051a3b26aa64836af610e0bc544030131870cf... 
INFO[0002] Using caching version of cmd: RUN ./autogen.sh &&     ./configure         --prefix=/usr         --disable-debug         --with-xmlrpc-c &&     make -j$(nproc) &&     mkdir -p /build &&     DESTDIR=/build make install 
INFO[0002] ARG RTORRENT_VERSION=0.9.8                   
INFO[0002] No files changed in this command, skipping snapshotting. 
INFO[0002] ARG LIBTORRENT_VERSION=0.13.8                
INFO[0002] No files changed in this command, skipping snapshotting. 
INFO[0002] RUN apk add --no-cache     alpine-sdk     autoconf     automake     curl-dev     libsigc++-dev     libtool     linux-headers     ncurses-dev     openssl-dev     xmlrpc-c-dev     zlib-dev 
INFO[0002] Found cached layer, extracting to filesystem 
INFO[0006] RUN git clone --branch v${RTORRENT_VERSION} --single-branch https://github.com/rakshasa/rtorrent.git /rtorrent 
INFO[0006] Found cached layer, extracting to filesystem 
INFO[0006] RUN git clone --branch v${LIBTORRENT_VERSION} --single-branch https://github.com/rakshasa/libtorrent.git /libtorrent 
INFO[0006] Found cached layer, extracting to filesystem 
INFO[0006] WORKDIR /libtorrent                          
INFO[0006] cmd: workdir                                 
INFO[0006] Changed working directory to /libtorrent     
INFO[0006] No files changed in this command, skipping snapshotting. 
INFO[0006] RUN ./autogen.sh &&     ./configure         --prefix=/usr         --disable-debug         --disable-instrumentation &&     make -j$(nproc) &&     mkdir -p /build &&     DESTDIR=/build make install &&     make install 
INFO[0006] Found cached layer, extracting to filesystem 
INFO[0008] WORKDIR /rtorrent                            
INFO[0008] cmd: workdir                                 
INFO[0008] Changed working directory to /rtorrent       
INFO[0008] No files changed in this command, skipping snapshotting. 
INFO[0008] RUN ./autogen.sh &&     ./configure         --prefix=/usr         --disable-debug         --with-xmlrpc-c &&     make -j$(nproc) &&     mkdir -p /build &&     DESTDIR=/build make install 
INFO[0008] Found cached layer, extracting to filesystem 
INFO[0010] Saving file build/usr/bin/rtorrent for later use 
INFO[0010] Saving file build/usr/lib/libtorrent.so.21.0.0 for later use 
INFO[0010] Saving file build/usr/lib/libtorrent.so for later use 
INFO[0010] Saving file build/usr/lib/libtorrent.so.21 for later use 
INFO[0010] Deleting filesystem...                       
INFO[0010] Retrieving image manifest alpine:3.15        
INFO[0010] Returning cached image manifest              
INFO[0010] Retrieving image manifest alpine:3.15        
INFO[0010] Returning cached image manifest              
INFO[0010] Executing 0 build triggers                   
INFO[0010] Checking for cached layer k8r.eu/justjanne/rtorrent-docker/cache:7043aa9248162d6d2cf04fdc3a22301c8bd22550e28600dcf2ab996026a298b1... 
INFO[0011] Using caching version of cmd: RUN apk add --no-cache     curl     libgcc     libstdc++     musl     ncurses-libs     xmlrpc-c 
INFO[0011] Checking for cached layer k8r.eu/justjanne/rtorrent-docker/cache:7d3614f3cf8b10d7a230156df07e9aad2b5242dd4f7bf11732ad75937b48752b... 
INFO[0011] Using caching version of cmd: RUN adduser -u 1000 -D rtorrent &&     addgroup rtorrent rtorrent &&     mkdir -p /data && chown rtorrent /data &&     mkdir -p /private && chown rtorrent /private 
INFO[0011] cmd: USER                                    
INFO[0011] cmd: VOLUME                                  
INFO[0011] adding volume /data to ignorelist            
INFO[0011] Creating directory /data                     
INFO[0011] cmd: VOLUME                                  
INFO[0011] adding volume /tmp to ignorelist             
INFO[0011] Unpacking rootfs as cmd COPY --from=builder /build/usr/bin/rtorrent /usr/bin/rtorrent requires it. 
INFO[0011] RUN apk add --no-cache     curl     libgcc     libstdc++     musl     ncurses-libs     xmlrpc-c 
INFO[0011] Found cached layer, extracting to filesystem 
INFO[0011] COPY --from=builder /build/usr/bin/rtorrent /usr/bin/rtorrent 
INFO[0011] Taking snapshot of files...                  
INFO[0012] COPY --from=builder /build/usr/lib/libtorrent.so* /usr/lib/ 
INFO[0012] Resolving srcs [/build/usr/lib/libtorrent.so*]... 
INFO[0012] Taking snapshot of files...                  
INFO[0013] RUN adduser -u 1000 -D rtorrent &&     addgroup rtorrent rtorrent &&     mkdir -p /data && chown rtorrent /data &&     mkdir -p /private && chown rtorrent /private 
INFO[0013] Found cached layer, extracting to filesystem 
INFO[0013] USER rtorrent                                
INFO[0013] cmd: USER                                    
INFO[0013] No files changed in this command, skipping snapshotting. 
INFO[0013] COPY src/rtorrent.rc /rtorrent.rc            
INFO[0013] Taking snapshot of files...                  
INFO[0013] COPY entrypoint.sh /entrypoint.sh            
INFO[0013] Taking snapshot of files...                  
INFO[0013] ENV RT_TRACKER_UDP="yes"                     
INFO[0013] No files changed in this command, skipping snapshotting. 
INFO[0013] ENV RT_PROTO_PEX="no"                        
INFO[0013] No files changed in this command, skipping snapshotting. 
INFO[0013] ENV RT_MAX_UP=100                            
INFO[0013] No files changed in this command, skipping snapshotting. 
INFO[0013] ENV RT_MAX_UP_GLOBAL=250                     
INFO[0013] No files changed in this command, skipping snapshotting. 
INFO[0013] ENV RT_MIN_PEERS=20                          
INFO[0013] No files changed in this command, skipping snapshotting. 
INFO[0013] ENV RT_MAX_PEERS=60                          
INFO[0013] No files changed in this command, skipping snapshotting. 
INFO[0013] ENV RT_MIN_PEERS_SEED=30                     
INFO[0013] No files changed in this command, skipping snapshotting. 
INFO[0013] ENV RT_MAX_PEERS_SEED=80                     
INFO[0013] No files changed in this command, skipping snapshotting. 
INFO[0013] ENV RT_TRACKERS_WANT=80                      
INFO[0013] No files changed in this command, skipping snapshotting. 
INFO[0013] ENV RT_MEMORY_MAX="1800M"                    
INFO[0013] No files changed in this command, skipping snapshotting. 
INFO[0013] ENV RT_LOGLEVEL="info"                       
INFO[0013] No files changed in this command, skipping snapshotting. 
INFO[0013] VOLUME ["/data"]                             
INFO[0013] cmd: VOLUME                                  
INFO[0013] adding volume /data to ignorelist            
INFO[0013] Taking snapshot of files...                  
INFO[0013] VOLUME ["/tmp"]                              
INFO[0013] cmd: VOLUME                                  
INFO[0013] adding volume /tmp to ignorelist             
INFO[0013] Taking snapshot of files...                  
INFO[0013] ENTRYPOINT ["/entrypoint.sh"]                
INFO[0013] Taking snapshot of files...                  
INFO[0013] Pushing image to k8r.eu/justjanne/rtorrent-docker:daemon-e88d2fbc 
INFO[0015] Pushed k8r.eu/justjanne/rtorrent-docker@sha256:8e0514a30777c62a546fe69476e65f392754b81e2446a38574f8b8e572251e71 
INFO[0015] Pushing image to k8r.eu/justjanne/rtorrent-docker:daemon 
INFO[0015] Pushed k8r.eu/justjanne/rtorrent-docker@sha256:8e0514a30777c62a546fe69476e65f392754b81e2446a38574f8b8e572251e71 

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

section_end:1654722831:cleanup_file_variables
Job succeeded