Running with gitlab-runner 15.5.0 (0d4137b8)
  on public-gitlab-runner xVEkZAo3
section_start:1682876075:prepare_executor
Preparing the "docker" executor
Using Docker executor with image gitlab.cs.pub.ro:5050/so2/2-uart ...
WARNING: Container based cache volumes creation is disabled. Will not create volume for "/cache"
Starting service docker:19.03.12-dind ...
Pulling docker image docker:19.03.12-dind ...
Using docker image sha256:66dc2d45749a48592f4348fb3d567bdd65c9dbd5402a413b6d169619e32f6bd2 for docker:19.03.12-dind with digest docker@sha256:674f1f40ff7c8ac14f5d8b6b28d8fb1f182647ff75304d018003f1e21a0d8771 ...
Waiting for services to be up and running (timeout 30 seconds)...

*** WARNING: Service runner-xvekzao3-project-5987-concurrent-0-0124b570e592145a-docker-0 probably didn't start properly.

Health check error:
start service container: Error response from daemon: Cannot link to a non running container: /runner-xvekzao3-project-5987-concurrent-0-0124b570e592145a-docker-0 AS /runner-xvekzao3-project-5987-concurrent-0-0124b570e592145a-docker-0-wait-for-service/service (docker.go:1183:0s)

Service container logs:
2023-04-30T17:34:39.518683241Z mount: permission denied (are you root?)
2023-04-30T17:34:39.518746442Z Could not mount /sys/kernel/security.
2023-04-30T17:34:39.518762042Z AppArmor detection and --privileged mode might break.
2023-04-30T17:34:39.522443958Z mount: permission denied (are you root?)

*********

Authenticating with credentials from job payload (GitLab Registry)
Pulling docker image gitlab.cs.pub.ro:5050/so2/2-uart ...
Using docker image sha256:6741ccc0dc9c441255955bcc5eee56371efc8db1b94616e82b4cc3738e6fc51b for gitlab.cs.pub.ro:5050/so2/2-uart with digest gitlab.cs.pub.ro:5050/so2/2-uart@sha256:2302bae1a341b6f1675a15e1929732b020b2c953fc681adc95e034874c7eba73 ...
section_end:1682876080:prepare_executor
section_start:1682876080:prepare_script
Preparing environment
Running on runner-xvekzao3-project-5987-concurrent-0 via sw-gitlab-runner.grid.pub.ro...
section_end:1682876082:prepare_script
section_start:1682876082:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/so2/2-uart/.git/
Created fresh repository.
Checking out ada57b9a as master...

Skipping Git submodules setup
section_end:1682876084:get_sources
section_start:1682876084:step_script
Executing "step_script" stage of the job script
Using docker image sha256:6741ccc0dc9c441255955bcc5eee56371efc8db1b94616e82b4cc3738e6fc51b for gitlab.cs.pub.ro:5050/so2/2-uart with digest gitlab.cs.pub.ro:5050/so2/2-uart@sha256:2302bae1a341b6f1675a15e1929732b020b2c953fc681adc95e034874c7eba73 ...
$ ./checker/checker.sh $ASSIGNMENT
Copying the contents of src/ into /linux/tools/labs/skels/assignments/2-uart
Copying the contents of checker/2-uart-checker into /linux/tools/labs/skels/assignments/2-uart-checker
Checking if uart16550.ko exists before build
Cleaning /linux/tools/labs/skels/assignments/2-uart => Will remove: *.o *.mod *.mod.c .*.cmd *.ko modules.order
Overwrite from /linux/tools/labs/templates/assignments/2-uart/uart16550.h
Building...
echo "# autogenerated, do not edit " > skels/Kbuild
echo "ccflags-y += -Wno-unused-function -Wno-unused-label -Wno-unused-variable " >> skels/Kbuild
for i in ; do echo "obj-m += $i/" >> skels/Kbuild; done
make -C /linux M=/linux/tools/labs/skels ARCH=x86 modules
make[1]: Entering directory '/linux'
  MODPOST /linux/tools/labs/skels/Module.symvers
make[1]: Leaving directory '/linux'
for i in skels/assignments/2-uart-checker; do make -C $i; done
make[1]: Entering directory '/linux/tools/labs/skels/assignments/2-uart-checker'
cc -Wall -g -static -m32   -c -o _test/test.o _test/test.c
cc -Wall -g -static -m32 -o test _test/test.o
ln -s _test/solution.ko solution.ko
make[1]: Leaving directory '/linux/tools/labs/skels/assignments/2-uart-checker'
<VMCK_NEXT_BEGIN>
Cannot find uart16550.ko
	-Make sure you have the sources directly in the root of the archive.
	-Make sure you have not changed the header that comes with the code skeleton.
	-Make sure the assignment compiles in a similar environment as vmchecker-next by running './local.sh checker <assignment-name>'.
After you have solved the problems, resubmit the assignment on moodle until the score appears as feedback, otherwise, the assignment will not be graded.
<VMCK_NEXT_END>
section_end:1682876089:step_script
section_start:1682876089:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1682876090:cleanup_file_variables
Job succeeded