Running with gitlab-runner 16.6.1 (f5da3c5a)
  on Build2 docker python:latest ONEM2M q5sCxdHf, system ID: s_72dfdd1174ad
section_start:1743401908:prepare_executor
Preparing the "docker" executor
Using Docker executor with image python:3.9.18-slim-bullseye ...
Pulling docker image python:3.9.18-slim-bullseye ...
Using docker image sha256:d694778260c16966493dade9a0595a510312f9ec30e3a5ed6d370af5e35643e1 for python:3.9.18-slim-bullseye with digest python@sha256:9ac27d4ecadc3ef02f980a8e2b37c7e8cdbf24039c5eddd9f98aff00d23b9e03 ...
section_end:1743401910:prepare_executor
section_start:1743401910:prepare_script
Preparing environment
Running on runner-q5scxdhf-project-41-concurrent-0 via build2.forge.etsi.org...
section_end:1743401910:prepare_script
section_start:1743401910:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Initialized empty Git repository in /builds/specifications/ts/ts-0019/.git/
Created fresh repository.
Checking out 8db42191 as detached HEAD (ref is refs/merge-requests/38/head)...

Skipping Git submodules setup
section_end:1743401911:get_sources
section_start:1743401911:step_script
Executing "step_script" stage of the job script
Using docker image sha256:d694778260c16966493dade9a0595a510312f9ec30e3a5ed6d370af5e35643e1 for python:3.9.18-slim-bullseye with digest python@sha256:9ac27d4ecadc3ef02f980a8e2b37c7e8cdbf24039c5eddd9f98aff00d23b9e03 ...
$ apt-get update -qq && apt-get -qq install -y git curl jq > /dev/null
debconf: delaying package configuration, since apt-utils is not installed
$ curl "${CI_API_V4_URL}/projects/$TOOLS_SCRIPTS_PROJECT_ID/repository/files/checking_conflicts%2Esh/raw?ref=master" >> checking_conflicts.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  5262  100  5262    0     0  64962      0 --:--:-- --:--:-- --:--:-- 64962
$ chmod +x checking_conflicts.sh
$ git clone "https://$CI_SERVER_HOST/$CI_PROJECT_PATH.git" ${CI_PROJECT_NAME}
Cloning into 'ts-0019'...
$ echo 'Checking conflicts'
Checking conflicts
$ ./checking_conflicts.sh ${CI_API_V4_URL} ${CI_MERGE_REQUEST_PROJECT_ID} ${MERGE_REQUEST_MILESTONE} ${CI_MERGE_REQUEST_TARGET_BRANCH_NAME} ${CI_MERGE_REQUEST_IID} ${CI_MERGE_REQUEST_SOURCE_BRANCH_NAME} ${CI_PROJECT_NAME} "$GITLAB_USER_NAME" $GITLAB_USER_EMAIL $MIKE_ACCESS_TOKEN
CI_API_V4_URL: https://git.onem2m.org/api/v4
CI_MERGE_REQUEST_PROJECT_ID: 41
CI_MERGE_REQUEST_MILESTONE: v4.2.0
CI_MERGE_REQUEST_TARGET_BRANCH_NAME: R4
CI_MERGE_REQUEST_IID: 38
CI_MERGE_REQUEST_SOURCE_BRANCH_NAME: TDE-2024-0052-TS-0019-Demo-markdown
CI_PROJECT_NAME: ts-0019
GITLAB_USER_NAME: Miguel Angel Reina Ortega
GITLAB_USER_EMAIL: miguelangel.reinaortega@etsi.org
rm: cannot remove '**/*.txt': No such file or directory
------ Config git and checkout project actual merge request source branch --------
Checkout merge request source branch TDE-2024-0052-TS-0019-Demo-markdown ...
Switched to a new branch 'TDE-2024-0052-TS-0019-Demo-markdown'
Branch 'TDE-2024-0052-TS-0019-Demo-markdown' set up to track remote branch 'TDE-2024-0052-TS-0019-Demo-markdown' from 'origin'.
On branch TDE-2024-0052-TS-0019-Demo-markdown
Your branch is up to date with 'origin/TDE-2024-0052-TS-0019-Demo-markdown'.

nothing to commit, working tree clean
\n------ Getting all potential conflicting merge requests --------
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  2091  100  2091    0     0  17000      0 --:--:-- --:--:-- --:--:-- 17000
section_end:1743401922:step_script
section_start:1743401922:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1743401923:cleanup_file_variables
Job succeeded