links_checker
Passed Started
by
@thomasboni

Thomas Boni
1Running with gitlab-runner 16.11.0~pre.21.gaa21be2d (aa21be2d)2 on blue-5.saas-linux-small-amd64.runners-manager.gitlab.com/default -AzERasQ, system ID: s_4cb09cee29e23 feature flags: FF_USE_IMPROVED_URL_MASKING:true6Using Docker executor with image peterevans/liche:1.1.1 ...7Pulling docker image peterevans/liche:1.1.1 ...8Using docker image sha256:d38a55d650fd253c5afb88de4ffbbce281dad3b4da647dbb37a9453c5eabd0d7 for peterevans/liche:1.1.1 with digest peterevans/liche@sha256:7040bcaf95dac0909a552528b87eaf31e42417a350d96d941edc7536d5b60929 ...10Running on runner--azerasq-project-17084587-concurrent-0 via runner-azerasq-s-l-s-amd64-1713789012-9f33dce5...12Fetching changes with git depth set to 50...13Initialized empty Git repository in /builds/r2devops/hub/.git/14Created fresh repository.15Checking out a78c2579 as detached HEAD (ref is latest)...16Skipping Git submodules setup17$ git remote set-url origin "${CI_REPOSITORY_URL}"19Using docker image sha256:d38a55d650fd253c5afb88de4ffbbce281dad3b4da647dbb37a9453c5eabd0d7 for peterevans/liche:1.1.1 with digest peterevans/liche@sha256:7040bcaf95dac0909a552528b87eaf31e42417a350d96d941edc7536d5b60929 ...20$ mkdir /liche && cd /liche21$ apk add --update nodejs npm curl && npm install junit-report-builder24(1/8) Installing nghttp2-libs (1.40.0-r1)25(2/8) Installing libcurl (7.79.1-r0)26(3/8) Installing curl (7.79.1-r0)27(4/8) Installing c-ares (1.17.2-r0)28(5/8) Installing libgcc (9.3.0-r0)29(6/8) Installing libstdc++ (9.3.0-r0)30(7/8) Installing nodejs (12.22.6-r0)31(8/8) Installing npm (12.22.6-r0)32Executing busybox-1.31.1-r9.trigger33OK: 65 MiB in 23 packages34npm WARN saveError ENOENT: no such file or directory, open '/liche/package.json'35npm notice created a lockfile as package-lock.json. You should commit this file.36npm WARN enoent ENOENT: no such file or directory, open '/liche/package.json'37npm WARN liche No description38npm WARN liche No repository field.39npm WARN liche No README data40npm WARN liche No license field.41+ junit-report-builder@3.2.142added 6 packages from 7 contributors and audited 6 packages in 1.205s431 package is looking for funding44 run `npm fund` for details45found 0 vulnerabilities46$ add_option() { export LICHE_OPTIONS="${LICHE_OPTIONS} ${1}"; }47$ generate_report() { # collapsed multi-line command48$ if [ ! -d ${CI_PROJECT_DIR}/${LICHE_DIRECTORY} ]; then # collapsed multi-line command49$ if [ ! -z "${LICHE_FILES}" ]; then # collapsed multi-line command50$ if [ ! -z ${LICHE_EXCLUDE} ]; then add_option "-x ${LICHE_EXCLUDE}"; fi51$ if [ ${LICHE_PRINT_OK} = "true" ]; then add_option "-v"; fi52$ if [ ${LICHE_RECURSIVE} = "true" ]; then add_option "-r"; fi53$ if liche ${LICHE_OPTIONS} > ${CI_PROJECT_DIR}/linkchecker_logs 2>&1; then # collapsed multi-line command54No errors so far in in the checked files56Uploading artifacts...57/builds/r2devops/hub/junit-report.xml: found 1 matching artifact files and directories 58WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6685572944/artifacts?artifact_format=zip&artifact_type=archive new-url=https://gitlab.com59WARNING: Retrying... context=artifacts-uploader error=request redirected60Uploading artifacts as "archive" to coordinator... 201 Created id=6685572944 responseStatus=201 Created token=glcbt-6561Uploading artifacts...62/builds/r2devops/hub/junit-report.xml: found 1 matching artifact files and directories 63WARNING: Upload request redirected location=https://gitlab.com/api/v4/jobs/6685572944/artifacts?artifact_format=gzip&artifact_type=junit new-url=https://gitlab.com64WARNING: Retrying... context=artifacts-uploader error=request redirected65Uploading artifacts as "junit" to coordinator... 201 Created id=6685572944 responseStatus=201 Created token=glcbt-6567Job succeeded