Running with gitlab-runner 12.3.0 (a8a019e0)  on gitlab-ci-run0 W39m9p7E section_start:1571223514:prepare_executor Using Docker executor with image gcr.io/kaniko-project/executor:debug ... Pulling docker image gcr.io/kaniko-project/executor:debug ... Using docker image sha256:66a57edf3cd994b5e322eae30e400e4ac38dd95d5724c4a38a73c51e59b64853 for gcr.io/kaniko-project/executor:debug ... section_end:1571223525:prepare_executor section_start:1571223525:prepare_script Running on runner-W39m9p7E-project-216-concurrent-0 via gitlab-ci-run0... section_end:1571223527:prepare_script section_start:1571223527:get_sources Fetching changes with git depth set to 50... Initialized empty Git repository in /builds/imranh/django-docker-example/.git/ Created fresh repository. From https://projects.sucs.org/imranh/django-docker-example * [new branch] master -> origin/master Checking out 2efb5696 as master... Skipping Git submodules setup section_end:1571223529:get_sources section_start:1571223529:restore_cache section_end:1571223531:restore_cache section_start:1571223531:download_artifacts section_end:1571223532:download_artifacts section_start:1571223532:build_script $ echo "{\"auths\":{\"$CI_REGISTRY\":{\"username\":\"gitlab-ci-token\",\"password\":\"$CI_JOB_TOKEN\"}}}" > /kaniko/.docker/config.json $ /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA --destination $CI_REGISTRY_IMAGE:latest INFO[0000] Resolved base name python:3.8 to python:3.8 INFO[0000] Using dockerignore file: /builds/imranh/django-docker-example/.dockerignore INFO[0000] Resolved base name python:3.8 to python:3.8 INFO[0000] Downloading base image python:3.8 INFO[0002] Error while retrieving image from cache: getting file info: stat /cache/sha256:dcae8a0759da45d4ec674d743cea068d8eb1d2a07db406bef7a17df3761694a8: no such file or directory INFO[0002] Downloading base image python:3.8 INFO[0003] Built cross stage deps: map[] INFO[0003] Downloading base image python:3.8 INFO[0003] Error while retrieving image from cache: getting file info: stat /cache/sha256:dcae8a0759da45d4ec674d743cea068d8eb1d2a07db406bef7a17df3761694a8: no such file or directory INFO[0003] Downloading base image python:3.8 INFO[0004] Unpacking rootfs as cmd RUN pip install -r requirements.txt requires it. INFO[0095] Taking snapshot of full filesystem... INFO[0406] WORKDIR /usr/src/app INFO[0406] cmd: workdir INFO[0406] Changed working directory to /usr/src/app INFO[0406] Creating directory /usr/src/app INFO[0407] Taking snapshot of files... INFO[0407] Using files from context: [/builds/imranh/django-docker-example/requirements.txt] INFO[0407] COPY requirements.txt ./ INFO[0407] Taking snapshot of files... INFO[0407] RUN pip install -r requirements.txt INFO[0407] cmd: /bin/sh INFO[0407] args: [-c pip install -r requirements.txt] Collecting Django==2.2.6 Downloading https://files.pythonhosted.org/packages/b2/79/df0ffea7bf1e02c073c2633702c90f4384645c40a1dd09a308e02ef0c817/Django-2.2.6-py3-none-any.whl (7.5MB) Collecting gunicorn Downloading https://files.pythonhosted.org/packages/8c/da/b8dd8deb741bff556db53902d4706774c8e1e67265f69528c14c003644e6/gunicorn-19.9.0-py2.py3-none-any.whl (112kB) Collecting pytz Downloading https://files.pythonhosted.org/packages/e7/f9/f0b53f88060247251bf481fa6ea62cd0d25bf1b11a87888e53ce5b7c8ad2/pytz-2019.3-py2.py3-none-any.whl (509kB) Collecting sqlparse Downloading https://files.pythonhosted.org/packages/ef/53/900f7d2a54557c6a37886585a91336520e5539e3ae2423ff1102daf4f3a7/sqlparse-0.3.0-py2.py3-none-any.whl Installing collected packages: pytz, sqlparse, Django, gunicorn Successfully installed Django-2.2.6 gunicorn-19.9.0 pytz-2019.3 sqlparse-0.3.0 INFO[0425] Taking snapshot of full filesystem... INFO[0733] Using files from context: [/builds/imranh/django-docker-example] INFO[0734] COPY . . INFO[0734] Taking snapshot of files... INFO[0734] RUN python manage.py makemigrations INFO[0734] cmd: /bin/sh INFO[0734] args: [-c python manage.py makemigrations] No changes detected INFO[0735] Taking snapshot of full filesystem... INFO[1024] RUN python manage.py migrate INFO[1024] cmd: /bin/sh INFO[1024] args: [-c python manage.py migrate] Operations to perform: Apply all migrations: admin, auth, contenttypes, sessions Running migrations: Applying contenttypes.0001_initial... OK Applying auth.0001_initial... OK Applying admin.0001_initial... OK Applying admin.0002_logentry_remove_auto_add... OK Applying admin.0003_logentry_add_action_flag_choices... OK Applying contenttypes.0002_remove_content_type_name... OK Applying auth.0002_alter_permission_name_max_length... OK Applying auth.0003_alter_user_email_max_length... OK Applying auth.0004_alter_user_username_opts... OK Applying auth.0005_alter_user_last_login_null... OK Applying auth.0006_require_contenttypes_0002... OK Applying auth.0007_alter_validators_add_error_messages... OK Applying auth.0008_alter_user_username_max_length... OK Applying auth.0009_alter_user_last_name_max_length... OK Applying auth.0010_alter_group_name_max_length... OK Applying auth.0011_update_proxy_permissions... OK Applying sessions.0001_initial... OK INFO[1028] Taking snapshot of full filesystem... INFO[1368] EXPOSE 8000 INFO[1368] cmd: EXPOSE INFO[1368] Adding exposed port: 8000/tcp INFO[1368] CMD ["gunicorn", "helloworld.wsgi", "--bind", "0.0.0.0:8000"] section_end:1571224925:build_script section_start:1571224925:after_script section_end:1571224929:after_script section_start:1571224929:archive_cache section_end:1571224932:archive_cache section_start:1571224932:upload_artifacts_on_success section_end:1571224933:upload_artifacts_on_success Job succeeded