Running with gitlab-runner hpd-0.6.0rc4 (3eef00068c3c)
  on developpers uSEJWwwi
section_start:1707239742:prepare_executor
Preparing the "docker" executor
Using Docker executor with image quay.orus.io/xcgd/confman ...
Using locally found image version due to "if-not-present" pull policy
Using docker image sha256:c71be01339f37994b0e9d696d90124b0c4253a2ba36d5457005e9d2a7662a1ec for quay.orus.io/cc/heptapod-runner-helper:x86_64-3eef00068c3c with digest quay.orus.io/cc/heptapod-runner-helper@sha256:a16d6fe07015da1bb79109ccd7098eb1180cc80651dccf0d6258e1af74c525f1 ...
Using docker image sha256:c71be01339f37994b0e9d696d90124b0c4253a2ba36d5457005e9d2a7662a1ec for quay.orus.io/cc/heptapod-runner-helper:x86_64-3eef00068c3c with digest quay.orus.io/cc/heptapod-runner-helper@sha256:a16d6fe07015da1bb79109ccd7098eb1180cc80651dccf0d6258e1af74c525f1 ...
Using locally found image version due to "if-not-present" pull policy
Using docker image sha256:b6cf2522700abbb27d8d3402b312963a8ed991579edfa228abd4518cc2b07374 for quay.orus.io/xcgd/confman with digest quay.orus.io/xcgd/confman@sha256:816c3a40f05f8b301eb945dbfe4230637940a00628269e7ff79c6511b4788697 ...
section_end:1707239744:prepare_executor
section_start:1707239744:prepare_script
Preparing environment
Using docker image sha256:c71be01339f37994b0e9d696d90124b0c4253a2ba36d5457005e9d2a7662a1ec for quay.orus.io/cc/heptapod-runner-helper:x86_64-3eef00068c3c with digest quay.orus.io/cc/heptapod-runner-helper@sha256:a16d6fe07015da1bb79109ccd7098eb1180cc80651dccf0d6258e1af74c525f1 ...
Running on runner-usejwwwi-project-1903-concurrent-0 via 03f201a97752...
section_end:1707239744:prepare_script
section_start:1707239744:get_sources
Getting source from version control
Using docker image sha256:c71be01339f37994b0e9d696d90124b0c4253a2ba36d5457005e9d2a7662a1ec for quay.orus.io/cc/heptapod-runner-helper:x86_64-3eef00068c3c with digest quay.orus.io/cc/heptapod-runner-helper@sha256:a16d6fe07015da1bb79109ccd7098eb1180cc80651dccf0d6258e1af74c525f1 ...
Creating Mercurial repository
requesting all changes
adding changesets
adding manifests
adding file changes
added 4 changesets with 20 changes to 19 files (+1 heads)
new changesets 6d6da068f34c:c9556e31a21b (1 drafts)

Changeset c9556e31a21bd102695fc8f1f0c4b985471a9dd2 is present
Updating to c9556e31a21bd
19 files updated, 0 files merged, 0 files removed, 0 files unresolved
section_end:1707239747:get_sources
section_start:1707239747:restore_cache
Restoring cache
Using docker image sha256:c71be01339f37994b0e9d696d90124b0c4253a2ba36d5457005e9d2a7662a1ec for quay.orus.io/cc/heptapod-runner-helper:x86_64-3eef00068c3c with digest quay.orus.io/cc/heptapod-runner-helper@sha256:a16d6fe07015da1bb79109ccd7098eb1180cc80651dccf0d6258e1af74c525f1 ...
Checking cache for default-non_protected...
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 
Successfully extracted cache
section_end:1707239747:restore_cache
section_start:1707239747:step_script
Executing "step_script" stage of the job script
Using docker image sha256:b6cf2522700abbb27d8d3402b312963a8ed991579edfa228abd4518cc2b07374 for quay.orus.io/xcgd/confman with digest quay.orus.io/xcgd/confman@sha256:816c3a40f05f8b301eb945dbfe4230637940a00628269e7ff79c6511b4788697 ...
$ if [ "$IGNORE_DUPLICATE_DEPENDENCY_MODULES" = "true" ]; # collapsed multi-line command
$ hg version -v
Mercurial Distributed SCM (version 6.4.5)
(see https://mercurial-scm.org for more information)

Copyright (C) 2005-2023 Olivia Mackall and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Enabled extensions:

  confman  external  
  evolve   external  11.0.1
  topic    external  1.0.1
$ if [ "$HOME" = /nonexistent ]; then export HOME=$(mktemp -d); fi
$ echo -e "[auth]\norus.prefix=orus.io\norus.username=gitlab-ci-token\norus.password=${CI_JOB_TOKEN}\n" >> ~/.hgrc
$ echo -e "machine orus.io\n  login gitlab-ci-token\n password ${CI_JOB_TOKEN}\n\n" > ~/.netrc
$ esc=$(printf '\033')
$ hg cfensure 2>&1 | tee cfensure.log | sed -e "s/remote\|error \| error\|cannot\|fatal\|Errno\|returned non-zero exit status\|not in 'served' subset\|unknown revision\|HTTP Error/${esc}[41m${esc}[37m\0${esc}[0m/" -e "s/Warning/${esc}[33m\0${esc}[0m/" -e "s/\(\(C\|c\)loning\) \(.*\) \(from\) \(.*\) \(to\) \(.*\)/${esc}[34m\1${esc}[0m \3 ${esc}[34m\4${esc}[0m \5 ${esc}[34m\6 ${esc}[35m\7${esc}[0m/" -e "s/\(updating to \)\(.*\)/${esc}[36m\1${esc}[0m\2/" -e "s/\(updated to \)\(.*\) from \(.*\)/${esc}[36m\1${esc}[0m${esc}[32m\2 ${esc}[36mfrom${esc}[0m \3/" -e "s/\(Cloning into '\)\([^']*\)\('...\)/${esc}[34m\1${esc}[35m\2${esc}[34m\3${esc}[0m/" -e "s/adding\|added/${esc}[36m\0${esc}[0m/"
cloning document_attachment from https://orus.io/xcg/odoo-modules/document_attachment to /builds/xcg/odoo-modules/document_attachment_hr/dependency_modules-13.0/document_attachment
requesting all changes
adding changesets
adding manifests
adding file changes
added 119 changesets with 286 changes to 65 files (+3 heads)
148 new obsolescence markers
new changesets 1f93fcb95273:c73a28f5aca6 (2 drafts)
updating to branch 13.0
43 files updated, 0 files merged, 0 files removed, 0 files unresolved
document_attachment
$ hg cfsummary | tee cfsummary.log
document_attachment_hr
└→ document_attachment (13.0 public) 13.0.1.1.0  ✓
$ test $(grep "remote\|error \| error\|cannot\|fatal\|Errno\|returned non-zero exit status\|not in 'served' subset\|unknown revision\|HTTP Error" cfensure.log -m 1 -c) -eq 0 || exit 1
$ if [ $(grep " not found" cfsummary.log -m 1 -c) -ne 0 ]; # collapsed multi-line command
$ if [ "$IGNORE_DUPLICATE_DEPENDENCY_MODULES" != "true" ]; # collapsed multi-line command
document_attachment
Copying /builds/xcg/odoo-modules/document_attachment_hr/dependency_modules-13.0/document_attachment to /builds/xcg/odoo-modules/document_attachment_hr/cloned_projects/document_attachment
$ if [ -d modules ]; then mv modules cloned_modules ; fi
$ mkdir modules
$ echo -e "Copy all modules found in $CI_PROJECT_DIR/modules"
Copy all modules found in /builds/xcg/odoo-modules/document_attachment_hr/modules
$ if [ -z ${MODULES_SEARCH} ]; # collapsed multi-line command
$ find $MODULES_SEARCH -type f -name __manifest__.py -print0 | xargs -0 -n1 dirname | xargs -I {} zsh -c 'if [[ "{}" != "$CI_PROJECT_DIR" ]] && ! [[ "{}" =~ ^$CI_PROJECT_DIR/modules.*$ ]]; then module_name=$(basename "{}") ; if [ -e modules/$module_name ] ; then echo -e ERROR Module {} already copied ; if [[ "$IGNORE_DUPLICATE_DEPENDENCY_MODULES" == "true" ]]; then echo -e DEBUG Ignoring error; else exit 2 ; fi ; fi ; if [[ -d "{}/.hg" ]]; then pushd "{}" ; readlink -f . | xargs echo -e INFO  Mercurial archive for ; hg identify -v --debug ; readlink -f . | xargs basename | xargs -i__ hg archive -v $CI_PROJECT_DIR/modules/__ ; popd ; else if [[ -d "{}/.git" ]]; then pushd "{}" ; xargs echo -e INFO  git archive for ; git branch ; git rev-parse HEAD ; mkdir /tmp/git_archive_dir ; git archive HEAD | tar -x -C /tmp/git_archive_dir ; readlink -f . | xargs basename | xargs -i__ mv /tmp/git_archive_dir $CI_PROJECT_DIR/modules/__ ; popd ; else pushd "{}" ; readlink -f . | xargs echo -e INFO  Copying ; popd ; cp -ar "{}" modules/ ; fi ; fi ; fi'
INFO Mercurial archive for /builds/xcg/odoo-modules/document_attachment_hr/cloned_projects/document_attachment
549265bb407642eb5edf7f7c901a360c7d2ee621 (13.0) 13.0.1.1.0
section_end:1707239751:step_script
section_start:1707239751:archive_cache
Saving cache for successful job
Using docker image sha256:c71be01339f37994b0e9d696d90124b0c4253a2ba36d5457005e9d2a7662a1ec for quay.orus.io/cc/heptapod-runner-helper:x86_64-3eef00068c3c with digest quay.orus.io/cc/heptapod-runner-helper@sha256:a16d6fe07015da1bb79109ccd7098eb1180cc80651dccf0d6258e1af74c525f1 ...
Creating cache default-non_protected...
dependency_modules-13.0: found 177 matching files and directories 
No URL provided, cache will be not uploaded to shared cache server. Cache will be stored only locally. 
Created cache
section_end:1707239752:archive_cache
section_start:1707239752:upload_artifacts_on_success
Uploading artifacts for successful job
Using docker image sha256:c71be01339f37994b0e9d696d90124b0c4253a2ba36d5457005e9d2a7662a1ec for quay.orus.io/cc/heptapod-runner-helper:x86_64-3eef00068c3c with digest quay.orus.io/cc/heptapod-runner-helper@sha256:a16d6fe07015da1bb79109ccd7098eb1180cc80651dccf0d6258e1af74c525f1 ...
Uploading artifacts...
modules: found 57 matching files and directories   
Uploading artifacts as "archive" to coordinator... ok  id=626739 responseStatus=201 Created token=64_1WrAV
section_end:1707239753:upload_artifacts_on_success
section_start:1707239753:cleanup_file_variables
Cleaning up file based variables
Using docker image sha256:c71be01339f37994b0e9d696d90124b0c4253a2ba36d5457005e9d2a7662a1ec for quay.orus.io/cc/heptapod-runner-helper:x86_64-3eef00068c3c with digest quay.orus.io/cc/heptapod-runner-helper@sha256:a16d6fe07015da1bb79109ccd7098eb1180cc80651dccf0d6258e1af74c525f1 ...
section_end:1707239754:cleanup_file_variables
Job succeeded