Running with gitlab-runner 14.10.0 (c6bb62f6)
  on gitlabrunnerjammy j4zs_2yz
section_start:1682348248:prepare_executor
Preparing the "shell" executor
Using Shell executor...
section_end:1682348248:prepare_executor
section_start:1682348248:prepare_script
Preparing environment
Running on gitlabrunnerjammy...
section_end:1682348248:prepare_script
section_start:1682348248:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Reinitialized existing Git repository in /home/gitlab-runner/builds/j4zs_2yz/0/opensrc/software-testing/python3-testing/.git/
Checking out e4df3384 as trunk...
Skipping Git submodules setup
section_end:1682348250:get_sources
section_start:1682348250:step_script
Executing "step_script" stage of the job script
$ !  docker build --build-arg BASE_TAG=ubuntu:22.04 --build-arg INSTALL_BIN=python3 .
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
Cloning into 'cpython'...
Updating files:  70% (3197/4566)
Updating files:  71% (3242/4566)
Updating files:  72% (3288/4566)
Updating files:  73% (3334/4566)
Updating files:  74% (3379/4566)
Updating files:  75% (3425/4566)
Updating files:  76% (3471/4566)
Updating files:  77% (3516/4566)
Updating files:  78% (3562/4566)
Updating files:  79% (3608/4566)
Updating files:  80% (3653/4566)
Updating files:  81% (3699/4566)
Updating files:  82% (3745/4566)
Updating files:  83% (3790/4566)
Updating files:  84% (3836/4566)
Updating files:  85% (3882/4566)
Updating files:  86% (3927/4566)
Updating files:  87% (3973/4566)
Updating files:  88% (4019/4566)
Updating files:  89% (4064/4566)
Updating files:  90% (4110/4566)
Updating files:  91% (4156/4566)
Updating files:  92% (4201/4566)
Updating files:  93% (4247/4566)
Updating files:  94% (4293/4566)
Updating files:  95% (4338/4566)
Updating files:  96% (4384/4566)
Updating files:  97% (4430/4566)
Updating files:  98% (4475/4566)
Updating files:  99% (4521/4566)
Updating files: 100% (4566/4566)
Updating files: 100% (4566/4566), done.
error: pathspec 'v/bin/sh:' did not match any file(s) known to git
error: 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
The 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
section_start:1682348364:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1682348364:cleanup_file_variables
Job succeeded