pages
Failed Started
by
1Running with gitlab-runner 15.0.0 (febb2a09)2 on Build2 for oneM2M AwCKxNFN4Using Shell executor...6Running on build2.forge.etsi.org...8Fetching changes with git depth set to 20...9Initialized empty Git repository in /home/gitlab-runner/builds/AwCKxNFN/0/specifications/tr-0051/.git/10Created fresh repository.11Checking out ac581015 as main...12Skipping Git submodules setup14$ curl "${CI_API_V4_URL}/projects/$TOOLS_SCRIPTS_PROJECT_ID/repository/files/publish_on_pages%2Esh/raw?ref=master" >> publish_on_pages.sh15 % Total % Received % Xferd Average Speed Time Time Time Current16 Dload Upload Total Spent Left Speed17100 1408 100 1408 0 0 22349 0 --:--:-- --:--:-- --:--:-- 2234918$ chmod +x publish_on_pages.sh19$ curl "${CI_API_V4_URL}/projects/$TOOLS_SCRIPTS_PROJECT_ID/repository/files/updateIndex%2Epy/raw?ref=master" >> updateIndex.py20 % Total % Received % Xferd Average Speed Time Time Time Current21 Dload Upload Total Spent Left Speed22100 4633 100 4633 0 0 72390 0 --:--:-- --:--:-- --:--:-- 7239023$ curl "${CI_API_V4_URL}/projects/$TOOLS_SCRIPTS_PROJECT_ID/repository/files/index%2Ehtml/raw?ref=master" >> index.html24 % Total % Received % Xferd Average Speed Time Time Time Current25 Dload Upload Total Spent Left Speed26100 7963 100 7963 0 0 131k 0 --:--:-- --:--:-- --:--:-- 131k27$ export SPEC_NAME=$(ls | grep *.md | cut -d'.' -f1)28$ sed -i 's/PROJECT/'${CI_PROJECT_NAME^^}'/g' index.html29$ echo 'Publishing on pages'30Publishing on pages31$ ./publish_on_pages.sh updateIndex.py $CI_PAGES_URL ${CI_PROJECT_NAME} $TAG_NAME index.html $CLEAN_WEB_PAGES $SPEC_NAME;32\n------ Checking for docker image --------333.9-slim-bullseye: Pulling from library/python34Digest: sha256:9874a82704a8920109d161deb1f8560666945787fa9ee046e00caf5505ae04f135Status: Image is up to date for python:3.9-slim-bullseye36docker.io/library/python:3.9-slim-bullseye37Pages URL: https://specifications.onem2m.org/tr-005138PROJECT NAME: tr-005139TAG NAME: upgrade40------ Get the previous GitLab Pages content --------41 % Total % Received % Xferd Average Speed Time Time Time Current42 Dload Upload Total Spent Left Speed43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 044curl: (22) The requested URL returned error: 404 Not Found45------ Add/update content --------46Upgrading index.html...47Collecting bs448 Downloading bs4-0.0.1.tar.gz (1.1 kB)49 Preparing metadata (setup.py): started50 Preparing metadata (setup.py): finished with status 'done'51Collecting beautifulsoup452 Downloading beautifulsoup4-4.12.2-py3-none-any.whl (142 kB)53 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.0/143.0 kB 2.1 MB/s eta 0:00:0054Collecting soupsieve>1.255 Downloading soupsieve-2.5-py3-none-any.whl (36 kB)56Building wheels for collected packages: bs457 Building wheel for bs4 (setup.py): started58 Building wheel for bs4 (setup.py): finished with status 'done'59 Created wheel for bs4: filename=bs4-0.0.1-py3-none-any.whl size=1272 sha256=55514d2f751bc9d4774f91b01e6d7c52bb5abc00d865625ea8c1b7e7c93b0ff860 Stored in directory: /root/.cache/pip/wheels/73/2b/cb/099980278a0c9a3e57ff1a89875ec07bfa0b6fcbebb9a8cad361Successfully built bs462Installing collected packages: soupsieve, beautifulsoup4, bs463Successfully installed beautifulsoup4-4.12.2 bs4-0.0.1 soupsieve-2.564WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv65[notice] A new release of pip is available: 23.0.1 -> 23.3.166[notice] To update, run: pip install --upgrade pip67'index.html' does not exist yet, Upgrade is not needed68------ Zip the content and publish the zip again ------69 zip warning: name not matched: public70zip error: Nothing to do! (try: zip -r content.zip . -i public)72ERROR: Job failed: exit status 1