Running with gitlab-runner 15.4.0 (43b2dc3d)
  on labrunner 7syfngcj
section_start:1665503583:resolve_secrets
Resolving secrets
section_end:1665503583:resolve_secrets
section_start:1665503583:prepare_executor
Preparing the "docker" executor
Using Docker executor with image python:3.7 ...
Pulling docker image python:3.7 ...
Using docker image sha256:04a7d9cf267b2dfa9682c64bcf725fabaacc276222877e37efad32b002e898f6 for python:3.7 with digest python@sha256:854121da1afed32db6c9fba556897633ad0e35a39f7a18c39ef54bf0968c96ce ...
section_end:1665503660:prepare_executor
section_start:1665503660:prepare_script
Preparing environment
Running on runner-7syfngcj-project-1475-concurrent-0 via labrunner.compute.dtu.dk...
section_end:1665503675:prepare_script
section_start:1665503675:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Reinitialized existing Git repository in /builds/tuhe/unlearn/.git/
Checking out eca8f818 as main...
Removing src/geckodriver.log
Removing src/unlearn/__pycache__/tokenpage.cpython-310.pyc
Removing src/unlearn/client_id.txt
Removing src/unlearn/client_secret.txt
Removing src/unlearn/password.txt
Removing src/unlearn/username.txt

Skipping Git submodules setup
section_end:1665503678:get_sources
section_start:1665503678:step_script
Executing "step_script" stage of the job script
Using docker image sha256:04a7d9cf267b2dfa9682c64bcf725fabaacc276222877e37efad32b002e898f6 for python:3.7 with digest python@sha256:854121da1afed32db6c9fba556897633ad0e35a39f7a18c39ef54bf0968c96ce ...
$ TZ=America/Sao_Paulo
$ ln -snf /usr/share/zoneinfo/$TZ /etc/localtime
$ echo $TZ > /etc/timezone
$ apt update && apt -y upgrade

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8184 kB]
Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [189 kB]
Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [6344 B]
Fetched 8587 kB in 4s (2003 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
All packages are up to date.

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
Calculating upgrade...
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$ apt install -y python3-pip python3.10 python-is-python3

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package python3.10
E: Couldn't find any package by glob 'python3.10'
section_end:1665503687:step_script
section_start:1665503687:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1665503689:cleanup_file_variables
ERROR: Job failed: exit code 1