[0KRunning with gitlab-runner 14.10.0 (c6bb62f6)[0;m [0K on gitlabrunnerjammy j4zs_2yz[0;m section_start:1682348248:prepare_executor [0K[0K[36;1mPreparing the "shell" executor[0;m[0;m [0KUsing Shell executor...[0;m section_end:1682348248:prepare_executor [0Ksection_start:1682348248:prepare_script [0K[0K[36;1mPreparing environment[0;m[0;m Running on gitlabrunnerjammy... section_end:1682348248:prepare_script [0Ksection_start:1682348248:get_sources [0K[0K[36;1mGetting source from Git repository[0;m[0;m [32;1mFetching changes with git depth set to 20...[0;m Reinitialized existing Git repository in /home/gitlab-runner/builds/j4zs_2yz/0/opensrc/software-testing/python3-testing/.git/ [32;1mChecking out e4df3384 as trunk...[0;m [32;1mSkipping Git submodules setup[0;m section_end:1682348250:get_sources [0Ksection_start:1682348250:step_script [0K[0K[36;1mExecuting "step_script" stage of the job script[0;m[0;m [32;1m$ ! docker build --build-arg BASE_TAG=ubuntu:22.04 --build-arg INSTALL_BIN=python3 .[0;m Sending build context to Docker daemon 64kB Step 1/11 : ARG BASE_TAG Step 2/11 : FROM ${BASE_TAG} ---> 08d22c0ceb15 Step 3/11 : ARG INSTALL_BIN ---> Using cache ---> 26df03cc9f9f Step 4/11 : USER root ---> Using cache ---> 87a87dbeb232 Step 5/11 : ENV DEBIAN_FRONTEND=noninteractive ---> Using cache ---> 4ca5925c6cff Step 6/11 : RUN (apt update && apt install git build-essential -y ) || yum groupinstall 'Development Tools' -y ---> Using cache ---> 7b8dc7f9e289 Step 7/11 : RUN mkdir /work && cd /work && git clone https://github.com/python/cpython.git && python_version=$(python3 --version 2>&1 |sed "s/Python //") && cd /work/cpython && git checkout v${python_version} && ./configure && make ---> Running in 1f567436368c [91mCloning into 'cpython'... [0m[91mUpdating files: 70% (3197/4566) [0m[91mUpdating files: 71% (3242/4566) [0m[91mUpdating files: 72% (3288/4566) [0m[91mUpdating files: 73% (3334/4566) [0m[91mUpdating files: 74% (3379/4566) [0m[91mUpdating files: 75% (3425/4566) [0m[91mUpdating files: 76% (3471/4566) [0m[91mUpdating files: 77% (3516/4566) [0m[91mUpdating files: 78% (3562/4566) [0m[91mUpdating files: 79% (3608/4566) [0m[91mUpdating files: 80% (3653/4566) [0m[91mUpdating files: 81% (3699/4566) [0m[91mUpdating files: 82% (3745/4566) [0m[91mUpdating files: 83% (3790/4566) [0m[91mUpdating files: 84% (3836/4566) [0m[91mUpdating files: 85% (3882/4566) [0m[91mUpdating files: 86% (3927/4566) [0m[91mUpdating files: 87% (3973/4566) [0m[91mUpdating files: 88% (4019/4566) [0m[91mUpdating files: 89% (4064/4566) [0m[91mUpdating files: 90% (4110/4566) [0m[91mUpdating files: 91% (4156/4566) [0m[91mUpdating files: 92% (4201/4566) [0m[91mUpdating files: 93% (4247/4566) [0m[91mUpdating files: 94% (4293/4566) [0m[91mUpdating files: 95% (4338/4566) [0m[91mUpdating files: 96% (4384/4566) [0m[91mUpdating files: 97% (4430/4566) [0m[91mUpdating files: 98% (4475/4566) [0m[91mUpdating files: 99% (4521/4566) [0m[91mUpdating files: 100% (4566/4566) Updating files: 100% (4566/4566), done. [0m[91merror: pathspec 'v/bin/sh:' did not match any file(s) known to git [0m[91merror: pathspec '1:' did not match any file(s) known to git error: pathspec 'python3:' did not match any file(s) known to git error: pathspec 'not' did not match any file(s) known to git error: pathspec 'found' did not match any file(s) known to git [0mThe command '/bin/sh -c mkdir /work && cd /work && git clone https://github.com/python/cpython.git && python_version=$(python3 --version 2>&1 |sed "s/Python //") && cd /work/cpython && git checkout v${python_version} && ./configure && make' returned a non-zero code: 1 section_end:1682348364:step_script [0Ksection_start:1682348364:cleanup_file_variables [0K[0K[36;1mCleaning up project directory and file based variables[0;m[0;m section_end:1682348364:cleanup_file_variables [0K[32;1mJob succeeded[0;m