Pull request #500 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8def1a5e2489aadf865c88d2d0804a5af73f5c68+3fc63fba6049dff8a787a297a0ba98bb3ed92f4b (25da7a6fdca3a80f20a537dbc2afd5b5b78f22db) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6532974023756628675.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision efdbc04638cc485a1a2a98c60e49a0e43cac6f53 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh247866632535528676.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision efdbc04638cc485a1a2a98c60e49a0e43cac6f53 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-500/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-500/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh17824531134135543646.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision efdbc04638cc485a1a2a98c60e49a0e43cac6f53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f efdbc04638cc485a1a2a98c60e49a0e43cac6f53 # timeout=10 Commit message: "Merge pull request #376 from ernestojeda/add-ireland-release-stream" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8622730485972938401.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-500/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-500/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh11217884011913554768.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-6747’ is offline Running on prd-centos7-docker-4c-2g-6749 in /w/workspace/edgexfoundry_edgex-ui-go_PR-500 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-500 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/jenkins-gitclient-ssh5326035517139903327.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/jenkins-gitclient-ssh7150538241485345042.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/500/head:refs/remotes/origin/PR-500 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 3fc63fba6049dff8a787a297a0ba98bb3ed92f4b into PR head commit 8def1a5e2489aadf865c88d2d0804a5af73f5c68 Merge succeeded, producing 8def1a5e2489aadf865c88d2d0804a5af73f5c68 Checking out Revision 8def1a5e2489aadf865c88d2d0804a5af73f5c68 (PR-500) > git config core.sparsecheckout # timeout=10 > git checkout -f 8def1a5e2489aadf865c88d2d0804a5af73f5c68 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/jenkins-gitclient-ssh2170513541776608466.key > git merge 3fc63fba6049dff8a787a297a0ba98bb3ed92f4b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8def1a5e2489aadf865c88d2d0804a5af73f5c68 # timeout=10 Commit message: "Merge branch 'main' into dependabot/npm_and_yarn/web/url-parse-1.5.10" > git rev-list --no-walk 0de41ae85d301678a1d2dc95cf1ddf004345dffa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-03-10T06:16:43.854Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-03-10T06:16:43.908Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-03-10T06:16:43.921Z] ========================================================= [2022-03-10T06:16:43.921Z] EdgeX Global Pipelines Version Info [2022-03-10T06:16:43.921Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-03-10T06:16:45.038Z] ------------------- [2022-03-10T06:16:45.038Z] stable info: [2022-03-10T06:16:45.038Z] ------------------- [2022-03-10T06:16:45.038Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-03-10T06:16:45.038Z] Commit SHA: efdbc04638cc485a1a2a98c60e49a0e43cac6f53 [2022-03-10T06:16:45.038Z] Message: update stable to v1.0.220 [2022-03-10T06:16:45.612Z] ------------------- [2022-03-10T06:16:45.612Z] experimental info: [2022-03-10T06:16:45.612Z] ------------------- [2022-03-10T06:16:45.612Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-03-10T06:16:45.612Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-10T06:16:45.612Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-03-10T06:16:45.741Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-03-10T06:16:45.757Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-03-10T06:16:45.773Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-03-10T06:16:45.790Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-03-10T06:16:45.802Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-03-10T06:16:45.815Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-03-10T06:16:45.828Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-03-10T06:16:45.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-03-10T06:16:45.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-03-10T06:16:45.871Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-03-10T06:16:45.890Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-03-10T06:16:45.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-03-10T06:16:45.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-03-10T06:16:45.936Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-03-10T06:16:45.949Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-03-10T06:16:45.965Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-03-10T06:16:45.978Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-03-10T06:16:45.989Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-03-10T06:16:46.009Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-03-10T06:16:46.028Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-03-10T06:16:46.047Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-03-10T06:16:46.065Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-03-10T06:16:46.082Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-03-10T06:16:46.099Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-03-10T06:16:46.109Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-03-10T06:16:46.122Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-03-10T06:16:46.134Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-500 [Pipeline] echo [2022-03-10T06:16:46.146Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-500 [Pipeline] echo [2022-03-10T06:16:46.161Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-500 [Pipeline] echo [2022-03-10T06:16:46.174Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8def1a5e2489aadf865c88d2d0804a5af73f5c68 [Pipeline] echo [2022-03-10T06:16:46.183Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8def1a5 [Pipeline] echo [2022-03-10T06:16:46.192Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-10T06:16:46.225Z] provisioning config files... [2022-03-10T06:16:46.238Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/config7059696523272203356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-10T06:16:46.554Z] ---> docker-login.sh [2022-03-10T06:16:46.554Z] nexus3.edgexfoundry.org:10001 [2022-03-10T06:16:46.554Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-10T06:16:46.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-10T06:16:46.815Z] Configure a credential helper to remove this warning. See [2022-03-10T06:16:46.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-10T06:16:46.815Z] [2022-03-10T06:16:46.815Z] Login Succeeded [2022-03-10T06:16:46.815Z] nexus3.edgexfoundry.org:10002 [2022-03-10T06:16:46.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-10T06:16:46.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-10T06:16:46.815Z] Configure a credential helper to remove this warning. See [2022-03-10T06:16:46.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-10T06:16:46.815Z] [2022-03-10T06:16:46.815Z] Login Succeeded [2022-03-10T06:16:46.815Z] nexus3.edgexfoundry.org:10003 [2022-03-10T06:16:46.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-10T06:16:47.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-10T06:16:47.076Z] Configure a credential helper to remove this warning. See [2022-03-10T06:16:47.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-10T06:16:47.076Z] [2022-03-10T06:16:47.076Z] Login Succeeded [2022-03-10T06:16:47.076Z] nexus3.edgexfoundry.org:10004 [2022-03-10T06:16:47.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-10T06:16:47.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-10T06:16:47.076Z] Configure a credential helper to remove this warning. See [2022-03-10T06:16:47.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-10T06:16:47.076Z] [2022-03-10T06:16:47.076Z] Login Succeeded [2022-03-10T06:16:47.076Z] docker.io [2022-03-10T06:16:47.076Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-10T06:16:47.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-10T06:16:47.343Z] Configure a credential helper to remove this warning. See [2022-03-10T06:16:47.343Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-10T06:16:47.343Z] [2022-03-10T06:16:47.343Z] Login Succeeded [2022-03-10T06:16:47.350Z] ---> docker-login.sh ends [Pipeline] } [2022-03-10T06:16:47.352Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-03-10T06:16:47.705Z] + git rev-list -1 --merges 8def1a5e2489aadf865c88d2d0804a5af73f5c68~1..8def1a5e2489aadf865c88d2d0804a5af73f5c68 [Pipeline] echo [2022-03-10T06:16:47.733Z] -----------> git rev-list -1 --merges 8def1a5e2489aadf865c88d2d0804a5af73f5c68~1..8def1a5e2489aadf865c88d2d0804a5af73f5c68 8def1a5e2489aadf865c88d2d0804a5af73f5c68 [2022-03-10T06:16:47.733Z] 8def1a5e2489aadf865c88d2d0804a5af73f5c68 [false] [Pipeline] sh [2022-03-10T06:16:48.031Z] + git log --format=format:%s -1 8def1a5e2489aadf865c88d2d0804a5af73f5c68 [Pipeline] echo [2022-03-10T06:16:48.046Z] ========================================================= [2022-03-10T06:16:48.046Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-03-10T06:16:48.046Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-10T06:16:48.388Z] + git log --format=format:%s -1 8def1a5e2489aadf865c88d2d0804a5af73f5c68 [Pipeline] echo [2022-03-10T06:16:48.399Z] [semverPrep] GIT_COMMIT: 8def1a5e2489aadf865c88d2d0804a5af73f5c68, Commit Message: Merge branch 'main' into dependabot/npm_and_yarn/web/url-parse-1.5.10 [Pipeline] echo [2022-03-10T06:16:48.410Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-03-10T06:16:48.793Z] + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts [2022-03-10T06:16:48.793Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-03-10T06:16:48.793Z] + '[' -e /tmp/ssh_known_hosts ']' [2022-03-10T06:16:48.793Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-03-10T06:16:48.793Z] + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' [2022-03-10T06:16:48.793Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-03-10T06:16:48.793Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-10T06:16:49.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-10T06:16:49.136Z] [2022-03-10T06:16:49.136Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-03-10T06:16:49.454Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-10T06:16:49.454Z] latest: Pulling from edgex-devops/git-semver [2022-03-10T06:16:49.454Z] a0d0a0d46f8b: Pulling fs layer [2022-03-10T06:16:49.454Z] 3e5f54012d9b: Pulling fs layer [2022-03-10T06:16:49.454Z] 4c7163046ea9: Pulling fs layer [2022-03-10T06:16:49.454Z] 0c2d73faf560: Pulling fs layer [2022-03-10T06:16:49.454Z] 0c2d73faf560: Waiting [2022-03-10T06:16:49.454Z] 3e5f54012d9b: Verifying Checksum [2022-03-10T06:16:49.454Z] 3e5f54012d9b: Download complete [2022-03-10T06:16:49.454Z] a0d0a0d46f8b: Download complete [2022-03-10T06:16:49.454Z] 0c2d73faf560: Verifying Checksum [2022-03-10T06:16:49.454Z] 0c2d73faf560: Download complete [2022-03-10T06:16:49.454Z] 4c7163046ea9: Verifying Checksum [2022-03-10T06:16:49.454Z] 4c7163046ea9: Download complete [2022-03-10T06:16:49.716Z] a0d0a0d46f8b: Pull complete [2022-03-10T06:16:49.716Z] 3e5f54012d9b: Pull complete [2022-03-10T06:16:49.980Z] 4c7163046ea9: Pull complete [2022-03-10T06:16:50.245Z] 0c2d73faf560: Pull complete [2022-03-10T06:16:50.245Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-03-10T06:16:50.245Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-10T06:16:50.245Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-03-10T06:16:50.315Z] prd-centos7-docker-4c-2g-6749 does not seem to be running inside a container [2022-03-10T06:16:50.360Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-10T06:16:50.973Z] $ docker top 624337e5d6e8ab1126c3f2ac37d6b39691a824ea925cbefb1c56c8eef34b4740 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-10T06:16:51.057Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-10T06:16:51.057Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-10T06:16:51.177Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-10T06:16:51.185Z] $ docker exec 624337e5d6e8ab1126c3f2ac37d6b39691a824ea925cbefb1c56c8eef34b4740 ssh-agent [2022-03-10T06:16:51.289Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXeMmOgj/agent.15 [2022-03-10T06:16:51.289Z] SSH_AGENT_PID=22 [2022-03-10T06:16:51.296Z] Running ssh-add (command line suppressed) [2022-03-10T06:16:51.395Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/private_key_5368486857399581081.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/private_key_5368486857399581081.key) [2022-03-10T06:16:51.406Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-10T06:16:51.703Z] + git tag --points-at HEAD [Pipeline] } [2022-03-10T06:16:51.727Z] $ docker exec --env ******** --env ******** 624337e5d6e8ab1126c3f2ac37d6b39691a824ea925cbefb1c56c8eef34b4740 ssh-agent -k [2022-03-10T06:16:51.803Z] unset SSH_AUTH_SOCK; [2022-03-10T06:16:51.803Z] unset SSH_AGENT_PID; [2022-03-10T06:16:51.803Z] echo Agent pid 22 killed; [2022-03-10T06:16:51.807Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-03-10T06:16:51.830Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-10T06:16:51.830Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-10T06:16:51.927Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-10T06:16:51.935Z] $ docker exec 624337e5d6e8ab1126c3f2ac37d6b39691a824ea925cbefb1c56c8eef34b4740 ssh-agent [2022-03-10T06:16:52.012Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPeHFNO/agent.57 [2022-03-10T06:16:52.012Z] SSH_AGENT_PID=64 [2022-03-10T06:16:52.016Z] Running ssh-add (command line suppressed) [2022-03-10T06:16:52.101Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/private_key_3079003852819302086.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/private_key_3079003852819302086.key) [2022-03-10T06:16:52.106Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-10T06:16:52.401Z] + git semver init [2022-03-10T06:16:52.401Z] # -> Open(): unable to determine branch for HEAD [2022-03-10T06:16:52.401Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-500/.git [2022-03-10T06:16:52.401Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-500 [2022-03-10T06:16:52.401Z] # $SEMVER_REMOTE_NAME = origin [2022-03-10T06:16:52.401Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-10T06:16:52.401Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-10T06:16:52.401Z] # $SEMVER_BRANCH = PR-500 [2022-03-10T06:16:52.401Z] # $SEMVER_TEMP = /tmp/semver-679646127 [2022-03-10T06:16:52.401Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2022-03-10T06:16:54.342Z] # '/tmp/semver-679646127' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-500/.semver' [2022-03-10T06:16:54.342Z] # -> Force: false [2022-03-10T06:16:54.342Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-500/.semver [Pipeline] } [2022-03-10T06:16:54.358Z] $ docker exec --env ******** --env ******** 624337e5d6e8ab1126c3f2ac37d6b39691a824ea925cbefb1c56c8eef34b4740 ssh-agent -k [2022-03-10T06:16:54.455Z] unset SSH_AUTH_SOCK; [2022-03-10T06:16:54.455Z] unset SSH_AGENT_PID; [2022-03-10T06:16:54.455Z] echo Agent pid 64 killed; [2022-03-10T06:16:54.459Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-10T06:16:54.773Z] + git semver [Pipeline] } [2022-03-10T06:16:54.791Z] $ docker stop --time=1 624337e5d6e8ab1126c3f2ac37d6b39691a824ea925cbefb1c56c8eef34b4740 [2022-03-10T06:16:56.159Z] $ docker rm -f 624337e5d6e8ab1126c3f2ac37d6b39691a824ea925cbefb1c56c8eef34b4740 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-10T06:16:56.502Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-03-10T06:16:56.737Z] Stashed 1 file(s) [Pipeline] echo [2022-03-10T06:16:56.740Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-10T06:16:56.894Z] provisioning config files... [2022-03-10T06:16:56.903Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/config2020824139721128397tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-10T06:16:57.202Z] ---> docker-login.sh [2022-03-10T06:16:57.202Z] nexus3.edgexfoundry.org:10001 [2022-03-10T06:16:57.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-10T06:16:57.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-10T06:16:57.202Z] Configure a credential helper to remove this warning. See [2022-03-10T06:16:57.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-10T06:16:57.202Z] [2022-03-10T06:16:57.202Z] Login Succeeded [2022-03-10T06:16:57.202Z] nexus3.edgexfoundry.org:10002 [2022-03-10T06:16:57.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-10T06:16:57.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-10T06:16:57.202Z] Configure a credential helper to remove this warning. See [2022-03-10T06:16:57.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-10T06:16:57.202Z] [2022-03-10T06:16:57.202Z] Login Succeeded [2022-03-10T06:16:57.202Z] nexus3.edgexfoundry.org:10003 [2022-03-10T06:16:57.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-10T06:16:57.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-10T06:16:57.462Z] Configure a credential helper to remove this warning. See [2022-03-10T06:16:57.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-10T06:16:57.462Z] [2022-03-10T06:16:57.462Z] Login Succeeded [2022-03-10T06:16:57.462Z] nexus3.edgexfoundry.org:10004 [2022-03-10T06:16:57.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-10T06:16:57.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-10T06:16:57.462Z] Configure a credential helper to remove this warning. See [2022-03-10T06:16:57.462Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-10T06:16:57.462Z] [2022-03-10T06:16:57.462Z] Login Succeeded [2022-03-10T06:16:57.462Z] docker.io [2022-03-10T06:16:57.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-10T06:16:57.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-10T06:16:57.982Z] Configure a credential helper to remove this warning. See [2022-03-10T06:16:57.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-10T06:16:57.982Z] [2022-03-10T06:16:57.982Z] Login Succeeded [2022-03-10T06:16:57.982Z] ---> docker-login.sh ends [Pipeline] } [2022-03-10T06:16:57.989Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-10T06:16:58.051Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-10T06:16:58.063Z] ========================================================= [2022-03-10T06:16:58.063Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-03-10T06:16:58.063Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-03-10T06:16:58.382Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg 'MAKE=echo noop' --target=builder . [2022-03-10T06:16:58.647Z] Sending build context to Docker daemon 42.16MB [2022-03-10T06:16:58.647Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-03-10T06:16:58.647Z] Step 2/15 : FROM ${BASE} AS builder [2022-03-10T06:16:58.647Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-03-10T06:16:58.647Z] 59bf1c3509f3: Pulling fs layer [2022-03-10T06:16:58.647Z] 666ba61612fd: Pulling fs layer [2022-03-10T06:16:58.647Z] 8ed8ca486205: Pulling fs layer [2022-03-10T06:16:58.647Z] 4fe6c5a15a65: Pulling fs layer [2022-03-10T06:16:58.647Z] 22a0e8bec74d: Pulling fs layer [2022-03-10T06:16:58.647Z] 640e595b4fbd: Pulling fs layer [2022-03-10T06:16:58.647Z] 763cafe07f6e: Pulling fs layer [2022-03-10T06:16:58.647Z] 0c0b528cf693: Pulling fs layer [2022-03-10T06:16:58.647Z] 10935f4eaf8b: Pulling fs layer [2022-03-10T06:16:58.647Z] 4fe6c5a15a65: Waiting [2022-03-10T06:16:58.647Z] 22a0e8bec74d: Waiting [2022-03-10T06:16:58.647Z] 640e595b4fbd: Waiting [2022-03-10T06:16:58.647Z] 763cafe07f6e: Waiting [2022-03-10T06:16:58.647Z] 0c0b528cf693: Waiting [2022-03-10T06:16:58.647Z] 10935f4eaf8b: Waiting [2022-03-10T06:16:58.647Z] 8ed8ca486205: Verifying Checksum [2022-03-10T06:16:58.647Z] 8ed8ca486205: Download complete [2022-03-10T06:16:58.647Z] 666ba61612fd: Verifying Checksum [2022-03-10T06:16:58.647Z] 666ba61612fd: Download complete [2022-03-10T06:16:58.647Z] 22a0e8bec74d: Verifying Checksum [2022-03-10T06:16:58.647Z] 22a0e8bec74d: Download complete [2022-03-10T06:16:58.647Z] 640e595b4fbd: Verifying Checksum [2022-03-10T06:16:58.647Z] 640e595b4fbd: Download complete [2022-03-10T06:16:58.647Z] 59bf1c3509f3: Verifying Checksum [2022-03-10T06:16:58.647Z] 59bf1c3509f3: Download complete [2022-03-10T06:16:58.647Z] 763cafe07f6e: Verifying Checksum [2022-03-10T06:16:58.647Z] 763cafe07f6e: Download complete [2022-03-10T06:16:58.912Z] 0c0b528cf693: Verifying Checksum [2022-03-10T06:16:58.912Z] 0c0b528cf693: Download complete [2022-03-10T06:16:59.176Z] 59bf1c3509f3: Pull complete [2022-03-10T06:16:59.437Z] 4fe6c5a15a65: Verifying Checksum [2022-03-10T06:16:59.437Z] 4fe6c5a15a65: Download complete [2022-03-10T06:16:59.437Z] 666ba61612fd: Pull complete [2022-03-10T06:16:59.437Z] 10935f4eaf8b: Verifying Checksum [2022-03-10T06:16:59.437Z] 10935f4eaf8b: Download complete [2022-03-10T06:16:59.437Z] 8ed8ca486205: Pull complete [2022-03-10T06:17:03.716Z] 4fe6c5a15a65: Pull complete [2022-03-10T06:17:03.716Z] 22a0e8bec74d: Pull complete [2022-03-10T06:17:03.716Z] 640e595b4fbd: Pull complete [2022-03-10T06:17:03.716Z] 763cafe07f6e: Pull complete [2022-03-10T06:17:03.716Z] 0c0b528cf693: Pull complete [2022-03-10T06:17:06.292Z] 10935f4eaf8b: Pull complete [2022-03-10T06:17:06.293Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-03-10T06:17:06.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-10T06:17:06.293Z] ---> 99d49a6021b9 [2022-03-10T06:17:06.293Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-03-10T06:17:07.679Z] ---> Running in 93b011ebf158 [2022-03-10T06:17:07.941Z] Removing intermediate container 93b011ebf158 [2022-03-10T06:17:07.941Z] ---> 111057a20fd2 [2022-03-10T06:17:07.941Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-03-10T06:17:07.941Z] ---> Running in b6bbeda9aac1 [2022-03-10T06:17:07.941Z] Removing intermediate container b6bbeda9aac1 [2022-03-10T06:17:07.941Z] ---> 34e7d1a1e0a7 [2022-03-10T06:17:07.941Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-03-10T06:17:07.941Z] ---> Running in ba829715262c [2022-03-10T06:17:08.202Z] Removing intermediate container ba829715262c [2022-03-10T06:17:08.202Z] ---> 7efb3460114f [2022-03-10T06:17:08.202Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-03-10T06:17:08.202Z] ---> Running in e98839433900 [2022-03-10T06:17:08.202Z] Removing intermediate container e98839433900 [2022-03-10T06:17:08.202Z] ---> de1531664233 [2022-03-10T06:17:08.202Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-03-10T06:17:08.202Z] ---> Running in f94945684d39 [2022-03-10T06:17:08.463Z] Removing intermediate container f94945684d39 [2022-03-10T06:17:08.463Z] ---> 85c5117224bd [2022-03-10T06:17:08.463Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-10T06:17:08.463Z] ---> Running in 279b393cee8c [2022-03-10T06:17:08.729Z] Removing intermediate container 279b393cee8c [2022-03-10T06:17:08.729Z] ---> 6fc14c7d13f3 [2022-03-10T06:17:08.729Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-10T06:17:08.729Z] ---> Running in 7bc9ea44101b [2022-03-10T06:17:09.301Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-10T06:17:09.876Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-10T06:17:10.448Z] OK: 221 MiB in 52 packages [2022-03-10T06:17:10.448Z] Removing intermediate container 7bc9ea44101b [2022-03-10T06:17:10.448Z] ---> 20cf05771350 [2022-03-10T06:17:10.448Z] Step 10/15 : ENV GO111MODULE=on [2022-03-10T06:17:10.718Z] ---> Running in 7be76ea32263 [2022-03-10T06:17:10.718Z] Removing intermediate container 7be76ea32263 [2022-03-10T06:17:10.718Z] ---> 287930ab0120 [2022-03-10T06:17:10.718Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-03-10T06:17:10.718Z] ---> Running in e6e7b426d503 [2022-03-10T06:17:10.718Z] Removing intermediate container e6e7b426d503 [2022-03-10T06:17:10.718Z] ---> 60c04ef92c4f [2022-03-10T06:17:10.718Z] Step 12/15 : COPY go.mod vendor* ./ [2022-03-10T06:17:10.992Z] ---> fd4a5fed3666 [2022-03-10T06:17:10.992Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-10T06:17:10.992Z] ---> Running in 7b23b3971da1 [2022-03-10T06:17:11.847Z] Still waiting to schedule task [2022-03-10T06:17:11.847Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-6750’ is offline [2022-03-10T06:17:43.146Z] Removing intermediate container 7b23b3971da1 [2022-03-10T06:17:43.146Z] ---> 9f131fdd46cb [2022-03-10T06:17:43.146Z] Step 14/15 : COPY . . [2022-03-10T06:17:43.146Z] ---> d45a2bbdcd2f [2022-03-10T06:17:43.146Z] Step 15/15 : RUN ${MAKE} [2022-03-10T06:17:43.146Z] ---> Running in 547f22aaf87a [2022-03-10T06:17:43.146Z] noop [2022-03-10T06:17:43.146Z] Removing intermediate container 547f22aaf87a [2022-03-10T06:17:43.146Z] ---> f4424d0a5ab3 [2022-03-10T06:17:43.146Z] Successfully built f4424d0a5ab3 [2022-03-10T06:17:43.146Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-10T06:17:43.450Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-10T06:17:43.450Z] . [Pipeline] withDockerContainer [2022-03-10T06:17:43.545Z] prd-centos7-docker-4c-2g-6749 does not seem to be running inside a container [2022-03-10T06:17:43.584Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-03-10T06:17:43.904Z] $ docker top 378243e3445b895a20fd04af153ac923c02c7adc69d6f0f08be992cafdf65fe7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-10T06:17:44.253Z] + go version [2022-03-10T06:17:44.253Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-03-10T06:17:44.269Z] $ docker stop --time=1 378243e3445b895a20fd04af153ac923c02c7adc69d6f0f08be992cafdf65fe7 [2022-03-10T06:17:45.441Z] $ docker rm -f 378243e3445b895a20fd04af153ac923c02c7adc69d6f0f08be992cafdf65fe7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-10T06:17:45.828Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-10T06:17:45.828Z] . [Pipeline] withDockerContainer [2022-03-10T06:17:45.890Z] prd-centos7-docker-4c-2g-6749 does not seem to be running inside a container [2022-03-10T06:17:45.938Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-03-10T06:17:46.290Z] $ docker top c45b4518a7ab304c2aaaf52439efd843012ea84b239bf7469cdcf7b1a606d152 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-03-10T06:17:46.662Z] + make test [2022-03-10T06:17:46.663Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-03-10T06:17:46.930Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-03-10T06:17:59.215Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-03-10T06:17:59.215Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-03-10T06:17:59.215Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-03-10T06:17:59.215Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-03-10T06:17:59.215Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-03-10T06:17:59.215Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-03-10T06:17:59.215Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-03-10T06:17:59.215Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-03-10T06:17:59.215Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-03-10T06:17:59.215Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-03-10T06:17:59.215Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-03-10T06:17:59.215Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-03-10T06:17:59.215Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-03-10T06:18:02.594Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-10T06:18:02.594Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-03-10T06:18:02.608Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-03-10T06:18:02.630Z] $ docker stop --time=1 c45b4518a7ab304c2aaaf52439efd843012ea84b239bf7469cdcf7b1a606d152 [2022-03-10T06:18:04.046Z] $ docker rm -f c45b4518a7ab304c2aaaf52439efd843012ea84b239bf7469cdcf7b1a606d152 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-10T06:18:04.418Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-03-10T06:18:04.472Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-03-10T06:18:05.062Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-03-10T06:18:05.352Z] + ls -al . [2022-03-10T06:18:05.352Z] total 112 [2022-03-10T06:18:05.352Z] drwxrwxr-x. 13 jenkins jenkins 4096 Mar 10 06:17 . [2022-03-10T06:18:05.352Z] drwxrwxr-x. 4 jenkins jenkins 110 Mar 10 06:16 .. [2022-03-10T06:18:05.352Z] drwxrwxr-x. 3 jenkins jenkins 20 Mar 10 06:16 assets [2022-03-10T06:18:05.352Z] drwxrwxr-x. 2 jenkins jenkins 66 Mar 10 06:16 bin [2022-03-10T06:18:05.352Z] drwxrwxr-x. 3 jenkins jenkins 29 Mar 10 06:16 cmd [2022-03-10T06:18:05.352Z] -rw-rw-r--. 1 jenkins jenkins 3959 Mar 10 06:16 CONTRIBUTING.md [2022-03-10T06:18:05.352Z] -rw-r--r--. 1 jenkins jenkins 10 Mar 10 06:17 coverage.out [2022-03-10T06:18:05.352Z] -rw-rw-r--. 1 jenkins jenkins 1549 Mar 10 06:16 Dockerfile [2022-03-10T06:18:05.352Z] drwxrwxr-x. 2 jenkins jenkins 23 Mar 10 06:16 docs [2022-03-10T06:18:05.352Z] drwxrwxr-x. 8 jenkins jenkins 179 Mar 10 06:16 .git [2022-03-10T06:18:05.352Z] drwxrwxr-x. 2 jenkins jenkins 103 Mar 10 06:16 .github [2022-03-10T06:18:05.352Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 10 06:16 .gitignore [2022-03-10T06:18:05.352Z] -rw-rw-r--. 1 jenkins jenkins 1944 Mar 10 06:16 go.mod [2022-03-10T06:18:05.352Z] -rw-rw-r--. 1 jenkins jenkins 48565 Mar 10 06:16 go.sum [2022-03-10T06:18:05.352Z] drwxrwxr-x. 9 jenkins jenkins 125 Mar 10 06:16 internal [2022-03-10T06:18:05.352Z] -rw-rw-r--. 1 jenkins jenkins 652 Mar 10 06:16 Jenkinsfile [2022-03-10T06:18:05.352Z] -rw-rw-r--. 1 jenkins jenkins 11357 Mar 10 06:16 LICENSE [2022-03-10T06:18:05.352Z] -rw-rw-r--. 1 jenkins jenkins 1212 Mar 10 06:16 Makefile [2022-03-10T06:18:05.352Z] drwxrwxr-x. 3 jenkins jenkins 19 Mar 10 06:16 pkg [2022-03-10T06:18:05.352Z] -rw-rw-r--. 1 jenkins jenkins 4450 Mar 10 06:16 README.md [2022-03-10T06:18:05.352Z] drwx------. 3 jenkins jenkins 56 Mar 10 06:16 .semver [2022-03-10T06:18:05.352Z] drwxrwxr-x. 4 jenkins jenkins 71 Mar 10 06:16 snap [2022-03-10T06:18:05.352Z] -rw-rw-r--. 1 jenkins jenkins 5 Mar 10 06:16 VERSION [2022-03-10T06:18:05.352Z] -rw-rw-r--. 1 jenkins jenkins 155 Mar 10 06:16 version.go [2022-03-10T06:18:05.352Z] drwxrwxr-x. 4 jenkins jenkins 4096 Mar 10 06:16 web [Pipeline] isUnix [Pipeline] sh [2022-03-10T06:18:05.645Z] + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=8def1a5e2489aadf865c88d2d0804a5af73f5c68 --label arch=amd64 --label version=0.0.0 . [2022-03-10T06:18:05.907Z] Sending build context to Docker daemon 42.17MB [2022-03-10T06:18:05.907Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-03-10T06:18:05.907Z] Step 2/23 : FROM ${BASE} AS builder [2022-03-10T06:18:05.907Z] ---> f4424d0a5ab3 [2022-03-10T06:18:05.907Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-03-10T06:18:06.172Z] ---> Running in 4255a2f59524 [2022-03-10T06:18:06.172Z] Removing intermediate container 4255a2f59524 [2022-03-10T06:18:06.172Z] ---> dec77aaf3a7c [2022-03-10T06:18:06.172Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-03-10T06:18:06.172Z] ---> Running in 41b287939cc2 [2022-03-10T06:18:06.434Z] Removing intermediate container 41b287939cc2 [2022-03-10T06:18:06.434Z] ---> d106d5563ed9 [2022-03-10T06:18:06.434Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-03-10T06:18:06.434Z] ---> Running in 22c1f872d5e2 [2022-03-10T06:18:06.434Z] Removing intermediate container 22c1f872d5e2 [2022-03-10T06:18:06.434Z] ---> 00950cd0d2b9 [2022-03-10T06:18:06.434Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-03-10T06:18:06.434Z] ---> Running in 7b116bb0f7d1 [2022-03-10T06:18:06.434Z] Removing intermediate container 7b116bb0f7d1 [2022-03-10T06:18:06.434Z] ---> ddb37c433da3 [2022-03-10T06:18:06.434Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-03-10T06:18:06.434Z] ---> Running in 68fb17ef1a80 [2022-03-10T06:18:06.699Z] Removing intermediate container 68fb17ef1a80 [2022-03-10T06:18:06.699Z] ---> c378d4bee94a [2022-03-10T06:18:06.699Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-10T06:18:06.699Z] ---> Running in f23be2b1e2c5 [2022-03-10T06:18:06.960Z] Removing intermediate container f23be2b1e2c5 [2022-03-10T06:18:06.960Z] ---> c882d52d6f32 [2022-03-10T06:18:06.960Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-10T06:18:07.220Z] ---> Running in 9336c8a67ecd [2022-03-10T06:18:07.220Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-10T06:18:08.157Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-10T06:18:08.417Z] OK: 221 MiB in 52 packages [2022-03-10T06:18:08.678Z] Removing intermediate container 9336c8a67ecd [2022-03-10T06:18:08.678Z] ---> 1aa2428b907f [2022-03-10T06:18:08.678Z] Step 10/23 : ENV GO111MODULE=on [2022-03-10T06:18:08.678Z] ---> Running in 961d2dac45ec [2022-03-10T06:18:08.940Z] Removing intermediate container 961d2dac45ec [2022-03-10T06:18:08.940Z] ---> 0f619c387849 [2022-03-10T06:18:08.940Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-03-10T06:18:08.940Z] ---> Running in 6b92b5cde424 [2022-03-10T06:18:08.940Z] Removing intermediate container 6b92b5cde424 [2022-03-10T06:18:08.940Z] ---> fac1a35d14b2 [2022-03-10T06:18:08.940Z] Step 12/23 : COPY go.mod vendor* ./ [2022-03-10T06:18:09.200Z] ---> 34214dc193aa [2022-03-10T06:18:09.200Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-10T06:18:09.200Z] ---> Running in 4dd3284b883d [2022-03-10T06:18:09.783Z] Removing intermediate container 4dd3284b883d [2022-03-10T06:18:09.783Z] ---> ea2f6b3c345e [2022-03-10T06:18:09.783Z] Step 14/23 : COPY . . [2022-03-10T06:18:10.735Z] ---> 349d19b0f5fe [2022-03-10T06:18:10.735Z] Step 15/23 : RUN ${MAKE} [2022-03-10T06:18:10.735Z] ---> Running in d2d6298c5977 [2022-03-10T06:18:11.005Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-03-10T06:18:21.106Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-03-10T06:18:21.106Z] Removing intermediate container d2d6298c5977 [2022-03-10T06:18:21.106Z] ---> e01a887d0fc2 [2022-03-10T06:18:21.106Z] Step 16/23 : FROM alpine:3.14 [2022-03-10T06:18:21.680Z] 3.14: Pulling from library/alpine [2022-03-10T06:18:21.941Z] 97518928ae5f: Pulling fs layer [2022-03-10T06:18:21.941Z] 97518928ae5f: Verifying Checksum [2022-03-10T06:18:21.941Z] 97518928ae5f: Download complete [2022-03-10T06:18:22.201Z] 97518928ae5f: Pull complete [2022-03-10T06:18:22.201Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-03-10T06:18:22.201Z] Status: Downloaded newer image for alpine:3.14 [2022-03-10T06:18:22.201Z] ---> 0a97eee8041e [2022-03-10T06:18:22.201Z] Step 17/23 : EXPOSE 4000 [2022-03-10T06:18:22.201Z] ---> Running in a3a9d23dfb48 [2022-03-10T06:18:22.464Z] Removing intermediate container a3a9d23dfb48 [2022-03-10T06:18:22.464Z] ---> 8708dda4b335 [2022-03-10T06:18:22.464Z] Step 18/23 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-03-10T06:18:22.732Z] ---> 79b95c81b06c [2022-03-10T06:18:22.732Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-03-10T06:18:22.732Z] ---> Running in b35fdf7b0576 [2022-03-10T06:18:22.995Z] Removing intermediate container b35fdf7b0576 [2022-03-10T06:18:22.995Z] ---> 9b1d47c985e9 [2022-03-10T06:18:22.995Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-03-10T06:18:22.995Z] ---> Running in b0102967a48e [2022-03-10T06:18:22.995Z] Removing intermediate container b0102967a48e [2022-03-10T06:18:22.995Z] ---> b6e0fa2cb544 [2022-03-10T06:18:22.995Z] Step 21/23 : LABEL arch=amd64 [2022-03-10T06:18:22.995Z] ---> Running in 9e47f71709ae [2022-03-10T06:18:23.255Z] Removing intermediate container 9e47f71709ae [2022-03-10T06:18:23.255Z] ---> 174d4c0464fd [2022-03-10T06:18:23.255Z] Step 22/23 : LABEL git_sha=8def1a5e2489aadf865c88d2d0804a5af73f5c68 [2022-03-10T06:18:23.255Z] ---> Running in d8e1767f702b [2022-03-10T06:18:23.255Z] Removing intermediate container d8e1767f702b [2022-03-10T06:18:23.255Z] ---> 48790d7bd0f0 [2022-03-10T06:18:23.255Z] Step 23/23 : LABEL version=0.0.0 [2022-03-10T06:18:23.255Z] ---> Running in ffef5820a953 [2022-03-10T06:18:23.517Z] Removing intermediate container ffef5820a953 [2022-03-10T06:18:23.517Z] ---> eba9ca0bef3d [2022-03-10T06:18:23.517Z] [Warning] One or more build-args [ARCH] were not consumed [2022-03-10T06:18:23.517Z] Successfully built eba9ca0bef3d [2022-03-10T06:18:23.517Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-10T06:18:23.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-10T06:18:23.944Z] [2022-03-10T06:18:23.944Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-03-10T06:18:24.262Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-10T06:18:24.262Z] latest: Pulling from edgex-lftools-log-publisher [2022-03-10T06:18:24.262Z] 5eb5b503b376: Pulling fs layer [2022-03-10T06:18:24.262Z] 5c69ac0246d0: Pulling fs layer [2022-03-10T06:18:24.262Z] ec43610c2a17: Pulling fs layer [2022-03-10T06:18:24.262Z] 3a2ae6a8a46f: Pulling fs layer [2022-03-10T06:18:24.262Z] 33b1e0a273af: Pulling fs layer [2022-03-10T06:18:24.262Z] 5d3b04190fa2: Pulling fs layer [2022-03-10T06:18:24.262Z] 2f39f015ded8: Pulling fs layer [2022-03-10T06:18:24.262Z] 3a2ae6a8a46f: Waiting [2022-03-10T06:18:24.262Z] 33b1e0a273af: Waiting [2022-03-10T06:18:24.262Z] 5d3b04190fa2: Waiting [2022-03-10T06:18:24.262Z] 2f39f015ded8: Waiting [2022-03-10T06:18:24.262Z] 5c69ac0246d0: Verifying Checksum [2022-03-10T06:18:24.262Z] 5c69ac0246d0: Download complete [2022-03-10T06:18:24.262Z] 3a2ae6a8a46f: Verifying Checksum [2022-03-10T06:18:24.262Z] 3a2ae6a8a46f: Download complete [2022-03-10T06:18:24.262Z] 33b1e0a273af: Verifying Checksum [2022-03-10T06:18:24.262Z] 33b1e0a273af: Download complete [2022-03-10T06:18:24.262Z] ec43610c2a17: Verifying Checksum [2022-03-10T06:18:24.262Z] ec43610c2a17: Download complete [2022-03-10T06:18:24.262Z] 5d3b04190fa2: Verifying Checksum [2022-03-10T06:18:24.262Z] 5d3b04190fa2: Download complete [2022-03-10T06:18:24.524Z] 5eb5b503b376: Verifying Checksum [2022-03-10T06:18:24.524Z] 5eb5b503b376: Download complete [2022-03-10T06:18:25.113Z] 2f39f015ded8: Verifying Checksum [2022-03-10T06:18:25.113Z] 2f39f015ded8: Download complete [2022-03-10T06:18:26.068Z] 5eb5b503b376: Pull complete [2022-03-10T06:18:26.068Z] 5c69ac0246d0: Pull complete [2022-03-10T06:18:26.642Z] ec43610c2a17: Pull complete [2022-03-10T06:18:26.642Z] 3a2ae6a8a46f: Pull complete [2022-03-10T06:18:26.903Z] 33b1e0a273af: Pull complete [2022-03-10T06:18:27.167Z] 5d3b04190fa2: Pull complete [2022-03-10T06:18:32.520Z] 2f39f015ded8: Pull complete [2022-03-10T06:18:32.520Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-03-10T06:18:32.520Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-10T06:18:32.520Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-03-10T06:18:32.581Z] prd-centos7-docker-4c-2g-6749 does not seem to be running inside a container [2022-03-10T06:18:32.620Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-03-10T06:18:35.222Z] $ docker top d7ec885fc4314083df700fe2c03581dbf2da04dc47d5ae53b7faba6011230f33 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-10T06:18:35.608Z] ---> job-cost.sh [2022-03-10T06:18:35.608Z] lf-activate-venv: SKIPPING [2022-03-10T06:18:35.608Z] INFO: No Stack... [2022-03-10T06:18:35.868Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-03-10T06:18:36.438Z] INFO: Archiving Costs [Pipeline] sh [2022-03-10T06:18:36.738Z] + cut -d, -f6 [2022-03-10T06:18:36.738Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives/cost.csv [Pipeline] lock [2022-03-10T06:18:36.757Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-500-2-stack-cost] [2022-03-10T06:18:36.763Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-500-2-stack-cost] did not exist. Created. [2022-03-10T06:18:36.763Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-500-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-10T06:18:37.075Z] + echo total: 0.05999999865889549 [Pipeline] stash [2022-03-10T06:18:37.176Z] Stashed 1 file(s) [Pipeline] } [2022-03-10T06:18:37.183Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-500-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-10T06:18:37.207Z] $ docker stop --time=1 d7ec885fc4314083df700fe2c03581dbf2da04dc47d5ae53b7faba6011230f33 [2022-03-10T06:18:38.398Z] $ docker rm -f d7ec885fc4314083df700fe2c03581dbf2da04dc47d5ae53b7faba6011230f33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-10T06:19:27.754Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6752 in /w/workspace/edgexfoundry_edgex-ui-go_PR-500 [Pipeline] { [Pipeline] ws [2022-03-10T06:19:27.765Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2022-03-10T06:19:27.976Z] The recommended git tool is: git [2022-03-10T06:19:33.185Z] using credential edgex-jenkins-ssh [2022-03-10T06:19:33.203Z] Cloning the remote Git repository [2022-03-10T06:19:33.259Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-03-10T06:19:33.338Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2022-03-10T06:19:33.448Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-03-10T06:19:33.449Z] > git --version # timeout=10 [2022-03-10T06:19:33.472Z] > git --version # 'git version 2.17.1' [2022-03-10T06:19:33.475Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-10T06:19:33.546Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-10T06:19:37.596Z] Merging remotes/origin/main commit 3fc63fba6049dff8a787a297a0ba98bb3ed92f4b into PR head commit 8def1a5e2489aadf865c88d2d0804a5af73f5c68 [2022-03-10T06:19:38.121Z] Merge succeeded, producing 8def1a5e2489aadf865c88d2d0804a5af73f5c68 [2022-03-10T06:19:38.122Z] Checking out Revision 8def1a5e2489aadf865c88d2d0804a5af73f5c68 (PR-500) [2022-03-10T06:19:36.870Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-03-10T06:19:36.890Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-10T06:19:36.922Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-03-10T06:19:36.966Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-03-10T06:19:36.967Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-10T06:19:36.986Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/500/head:refs/remotes/origin/PR-500 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-03-10T06:19:37.622Z] > git config core.sparsecheckout # timeout=10 [2022-03-10T06:19:37.644Z] > git checkout -f 8def1a5e2489aadf865c88d2d0804a5af73f5c68 # timeout=10 [2022-03-10T06:19:38.014Z] > git remote # timeout=10 [2022-03-10T06:19:38.042Z] > git config --get remote.origin.url # timeout=10 [2022-03-10T06:19:38.064Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-10T06:19:38.077Z] > git merge 3fc63fba6049dff8a787a297a0ba98bb3ed92f4b # timeout=10 [2022-03-10T06:19:38.104Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-10T06:19:38.132Z] > git config core.sparsecheckout # timeout=10 [2022-03-10T06:19:38.149Z] > git checkout -f 8def1a5e2489aadf865c88d2d0804a5af73f5c68 # timeout=10 [2022-03-10T06:19:42.884Z] Commit message: "Merge branch 'main' into dependabot/npm_and_yarn/web/url-parse-1.5.10" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-10T06:19:43.754Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-03-10T06:19:43.754Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-10T06:19:43.754Z] Dload Upload Total Spent Left Speed [2022-03-10T06:19:43.754Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 192k 0 --:--:-- --:--:-- --:--:-- 196k [Pipeline] sh [2022-03-10T06:19:44.286Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-03-10T06:19:44.631Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json [2022-03-10T06:19:44.631Z] sudo tee /etc/docker/daemon.new [2022-03-10T06:19:44.631Z] { [2022-03-10T06:19:44.631Z] "registry-mirrors": [ [2022-03-10T06:19:44.631Z] "https://nexus3.edgexfoundry.org:10001" [2022-03-10T06:19:44.631Z] ], [2022-03-10T06:19:44.631Z] "bip": "10.250.0.254/24", [2022-03-10T06:19:44.631Z] "hosts": [ [2022-03-10T06:19:44.631Z] "tcp://0.0.0.0:5555", [2022-03-10T06:19:44.631Z] "unix:///var/run/docker.sock" [2022-03-10T06:19:44.631Z] ], [2022-03-10T06:19:44.631Z] "mtu": 1458, [2022-03-10T06:19:44.631Z] "selinux-enabled": true, [2022-03-10T06:19:44.631Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-03-10T06:19:44.631Z] } [Pipeline] sh [2022-03-10T06:19:44.986Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-03-10T06:19:45.339Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-10T06:20:03.695Z] provisioning config files... [2022-03-10T06:20:03.722Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config6234359977513298489tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-10T06:20:04.203Z] ---> docker-login.sh [2022-03-10T06:20:04.203Z] nexus3.edgexfoundry.org:10001 [2022-03-10T06:20:04.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-10T06:20:05.083Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-10T06:20:05.083Z] Configure a credential helper to remove this warning. See [2022-03-10T06:20:05.083Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-10T06:20:05.083Z] [2022-03-10T06:20:05.083Z] Login Succeeded [2022-03-10T06:20:05.083Z] nexus3.edgexfoundry.org:10002 [2022-03-10T06:20:05.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-10T06:20:05.637Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-10T06:20:05.637Z] Configure a credential helper to remove this warning. See [2022-03-10T06:20:05.637Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-10T06:20:05.637Z] [2022-03-10T06:20:05.637Z] Login Succeeded [2022-03-10T06:20:05.637Z] nexus3.edgexfoundry.org:10003 [2022-03-10T06:20:05.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-10T06:20:06.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-10T06:20:06.194Z] Configure a credential helper to remove this warning. See [2022-03-10T06:20:06.194Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-10T06:20:06.194Z] [2022-03-10T06:20:06.194Z] Login Succeeded [2022-03-10T06:20:06.194Z] nexus3.edgexfoundry.org:10004 [2022-03-10T06:20:06.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-10T06:20:06.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-10T06:20:06.470Z] Configure a credential helper to remove this warning. See [2022-03-10T06:20:06.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-10T06:20:06.470Z] [2022-03-10T06:20:06.470Z] Login Succeeded [2022-03-10T06:20:06.470Z] docker.io [2022-03-10T06:20:07.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-10T06:20:07.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-10T06:20:07.341Z] Configure a credential helper to remove this warning. See [2022-03-10T06:20:07.341Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-10T06:20:07.341Z] [2022-03-10T06:20:07.341Z] Login Succeeded [2022-03-10T06:20:07.341Z] ---> docker-login.sh ends [Pipeline] } [2022-03-10T06:20:07.362Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-10T06:20:07.813Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-10T06:20:07.824Z] ========================================================= [2022-03-10T06:20:07.824Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-03-10T06:20:07.824Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-03-10T06:20:08.176Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-03-10T06:20:09.162Z] Sending build context to Docker daemon 26.92MB [2022-03-10T06:20:09.162Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-03-10T06:20:09.162Z] Step 2/15 : FROM ${BASE} AS builder [2022-03-10T06:20:09.437Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-03-10T06:20:09.437Z] 9b3977197b4f: Pulling fs layer [2022-03-10T06:20:09.437Z] 1a89e8eeedd5: Pulling fs layer [2022-03-10T06:20:09.437Z] 94645a83ff95: Pulling fs layer [2022-03-10T06:20:09.437Z] 3f3a8bcf1eab: Pulling fs layer [2022-03-10T06:20:09.437Z] 0c92f367c5e7: Pulling fs layer [2022-03-10T06:20:09.437Z] f7c0051592d6: Pulling fs layer [2022-03-10T06:20:09.437Z] a227ed2f7395: Pulling fs layer [2022-03-10T06:20:09.437Z] 7b1c46037f91: Pulling fs layer [2022-03-10T06:20:09.437Z] f7c0051592d6: Waiting [2022-03-10T06:20:09.437Z] a227ed2f7395: Waiting [2022-03-10T06:20:09.437Z] 7b1c46037f91: Waiting [2022-03-10T06:20:09.437Z] 3f3a8bcf1eab: Waiting [2022-03-10T06:20:09.437Z] 0c92f367c5e7: Waiting [2022-03-10T06:20:09.437Z] 94645a83ff95: Verifying Checksum [2022-03-10T06:20:09.437Z] 94645a83ff95: Download complete [2022-03-10T06:20:09.437Z] 1a89e8eeedd5: Verifying Checksum [2022-03-10T06:20:09.437Z] 1a89e8eeedd5: Download complete [2022-03-10T06:20:09.437Z] 0c92f367c5e7: Download complete [2022-03-10T06:20:09.437Z] f7c0051592d6: Verifying Checksum [2022-03-10T06:20:09.437Z] f7c0051592d6: Download complete [2022-03-10T06:20:09.437Z] 9b3977197b4f: Download complete [2022-03-10T06:20:09.437Z] a227ed2f7395: Verifying Checksum [2022-03-10T06:20:09.437Z] a227ed2f7395: Download complete [2022-03-10T06:20:10.432Z] 9b3977197b4f: Pull complete [2022-03-10T06:20:10.710Z] 1a89e8eeedd5: Pull complete [2022-03-10T06:20:11.322Z] 94645a83ff95: Pull complete [2022-03-10T06:20:11.596Z] 7b1c46037f91: Verifying Checksum [2022-03-10T06:20:11.596Z] 7b1c46037f91: Download complete [2022-03-10T06:20:12.194Z] 3f3a8bcf1eab: Verifying Checksum [2022-03-10T06:20:12.194Z] 3f3a8bcf1eab: Download complete [2022-03-10T06:20:24.625Z] 3f3a8bcf1eab: Pull complete [2022-03-10T06:20:24.625Z] 0c92f367c5e7: Pull complete [2022-03-10T06:20:24.625Z] f7c0051592d6: Pull complete [2022-03-10T06:20:24.625Z] a227ed2f7395: Pull complete [2022-03-10T06:20:31.373Z] 7b1c46037f91: Pull complete [2022-03-10T06:20:31.373Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-03-10T06:20:31.373Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-10T06:20:31.373Z] ---> f79e39bc4007 [2022-03-10T06:20:31.373Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-03-10T06:20:32.820Z] ---> Running in f7b3dbba0333 [2022-03-10T06:20:32.820Z] Removing intermediate container f7b3dbba0333 [2022-03-10T06:20:32.820Z] ---> add51d835dc3 [2022-03-10T06:20:32.820Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-03-10T06:20:33.107Z] ---> Running in 8ea42e9782d7 [2022-03-10T06:20:33.384Z] Removing intermediate container 8ea42e9782d7 [2022-03-10T06:20:33.384Z] ---> bc6ca26d333d [2022-03-10T06:20:33.384Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-03-10T06:20:33.660Z] ---> Running in 4efc44fb1952 [2022-03-10T06:20:33.937Z] Removing intermediate container 4efc44fb1952 [2022-03-10T06:20:33.938Z] ---> c5eed1064c9c [2022-03-10T06:20:33.938Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-03-10T06:20:34.216Z] ---> Running in a7661e3a1bec [2022-03-10T06:20:34.491Z] Removing intermediate container a7661e3a1bec [2022-03-10T06:20:34.491Z] ---> e093acf47cd9 [2022-03-10T06:20:34.491Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-03-10T06:20:34.764Z] ---> Running in b2b3e34ccd50 [2022-03-10T06:20:35.042Z] Removing intermediate container b2b3e34ccd50 [2022-03-10T06:20:35.042Z] ---> 42a6cd8989ab [2022-03-10T06:20:35.042Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-10T06:20:35.042Z] ---> Running in 15253ae36d7c [2022-03-10T06:20:37.037Z] Removing intermediate container 15253ae36d7c [2022-03-10T06:20:37.037Z] ---> bb3296048b44 [2022-03-10T06:20:37.037Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-10T06:20:37.312Z] ---> Running in 125ba8b2545e [2022-03-10T06:20:38.297Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-10T06:20:39.277Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-10T06:20:40.259Z] OK: 220 MiB in 52 packages [2022-03-10T06:20:41.254Z] Removing intermediate container 125ba8b2545e [2022-03-10T06:20:41.254Z] ---> ec148468ab08 [2022-03-10T06:20:41.254Z] Step 10/15 : ENV GO111MODULE=on [2022-03-10T06:20:41.254Z] ---> Running in 9df152ea40e8 [2022-03-10T06:20:41.530Z] Removing intermediate container 9df152ea40e8 [2022-03-10T06:20:41.530Z] ---> fb8abfdc4080 [2022-03-10T06:20:41.530Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-03-10T06:20:41.810Z] ---> Running in a03b7dc20dfd [2022-03-10T06:20:42.087Z] Removing intermediate container a03b7dc20dfd [2022-03-10T06:20:42.087Z] ---> ee94117aa2ea [2022-03-10T06:20:42.087Z] Step 12/15 : COPY go.mod vendor* ./ [2022-03-10T06:20:43.067Z] ---> 860b8c3e11dc [2022-03-10T06:20:43.067Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-10T06:20:43.067Z] ---> Running in 3ca58399c759 [2022-03-10T06:22:04.860Z] Removing intermediate container 3ca58399c759 [2022-03-10T06:22:04.860Z] ---> 13aab1ac06fa [2022-03-10T06:22:04.860Z] Step 14/15 : COPY . . [2022-03-10T06:22:04.860Z] ---> 645c2cc90036 [2022-03-10T06:22:04.860Z] Step 15/15 : RUN ${MAKE} [2022-03-10T06:22:04.860Z] ---> Running in e74e74f41172 [2022-03-10T06:22:04.860Z] noop [2022-03-10T06:22:04.860Z] Removing intermediate container e74e74f41172 [2022-03-10T06:22:04.860Z] ---> ad165e38e150 [2022-03-10T06:22:04.860Z] Successfully built ad165e38e150 [2022-03-10T06:22:04.860Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-10T06:22:05.209Z] + docker inspect -f . ci-base-image-arm64 [2022-03-10T06:22:05.209Z] . [Pipeline] withDockerContainer [2022-03-10T06:22:05.453Z] prd-ubuntu18.04-docker-arm64-4c-16g-6752 does not seem to be running inside a container [2022-03-10T06:22:05.564Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-03-10T06:22:07.014Z] $ docker top 38f828187ae40fbe578d7eb0d0942277b913dc3b967eb2363d50ea8ed179c725 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-10T06:22:07.926Z] + go version [2022-03-10T06:22:07.927Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-03-10T06:22:07.965Z] $ docker stop --time=1 38f828187ae40fbe578d7eb0d0942277b913dc3b967eb2363d50ea8ed179c725 [2022-03-10T06:22:09.672Z] $ docker rm -f 38f828187ae40fbe578d7eb0d0942277b913dc3b967eb2363d50ea8ed179c725 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-10T06:22:10.273Z] + docker inspect -f . ci-base-image-arm64 [2022-03-10T06:22:10.273Z] . [Pipeline] withDockerContainer [2022-03-10T06:22:10.514Z] prd-ubuntu18.04-docker-arm64-4c-16g-6752 does not seem to be running inside a container [2022-03-10T06:22:10.614Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-03-10T06:22:12.067Z] $ docker top 34f3fe5e0f045d2ba70ce4b96d4607ee17aa9e6fc32430456af764ff36028fee -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-03-10T06:22:12.989Z] + make test [2022-03-10T06:22:12.989Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-03-10T06:22:14.445Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-03-10T06:23:01.510Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-03-10T06:23:01.510Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-03-10T06:23:01.510Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-03-10T06:23:01.510Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-03-10T06:23:01.510Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-03-10T06:23:01.510Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-03-10T06:23:01.510Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-03-10T06:23:01.510Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-03-10T06:23:01.510Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-03-10T06:23:01.510Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-03-10T06:23:01.510Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-03-10T06:23:01.510Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-03-10T06:23:01.510Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-03-10T06:23:16.635Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-10T06:23:16.635Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-03-10T06:23:16.659Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-03-10T06:23:16.692Z] $ docker stop --time=1 34f3fe5e0f045d2ba70ce4b96d4607ee17aa9e6fc32430456af764ff36028fee [2022-03-10T06:23:18.479Z] $ docker rm -f 34f3fe5e0f045d2ba70ce4b96d4607ee17aa9e6fc32430456af764ff36028fee [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-10T06:23:19.243Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-03-10T06:23:19.271Z] Warning: overwriting stash ‘coverage-report’ [2022-03-10T06:23:19.903Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-10T06:23:20.306Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-03-10T06:23:20.639Z] + ls -al . [2022-03-10T06:23:20.639Z] total 152 [2022-03-10T06:23:20.639Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 10 06:22 . [2022-03-10T06:23:20.639Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 06:19 .. [2022-03-10T06:23:20.639Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 10 06:19 .git [2022-03-10T06:23:20.639Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 06:19 .github [2022-03-10T06:23:20.639Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 10 06:19 .gitignore [2022-03-10T06:23:20.639Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 10 06:19 CONTRIBUTING.md [2022-03-10T06:23:20.639Z] -rw-rw-r-- 1 jenkins jenkins 1549 Mar 10 06:19 Dockerfile [2022-03-10T06:23:20.639Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 10 06:19 Jenkinsfile [2022-03-10T06:23:20.639Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 10 06:19 LICENSE [2022-03-10T06:23:20.639Z] -rw-rw-r-- 1 jenkins jenkins 1212 Mar 10 06:19 Makefile [2022-03-10T06:23:20.639Z] -rw-rw-r-- 1 jenkins jenkins 4450 Mar 10 06:19 README.md [2022-03-10T06:23:20.639Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 10 06:16 VERSION [2022-03-10T06:23:20.639Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 10 06:19 assets [2022-03-10T06:23:20.639Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 06:19 bin [2022-03-10T06:23:20.639Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 10 06:19 cmd [2022-03-10T06:23:20.639Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 10 06:22 coverage.out [2022-03-10T06:23:20.639Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 06:19 docs [2022-03-10T06:23:20.639Z] -rw-rw-r-- 1 jenkins jenkins 1944 Mar 10 06:19 go.mod [2022-03-10T06:23:20.639Z] -rw-rw-r-- 1 jenkins jenkins 48565 Mar 10 06:19 go.sum [2022-03-10T06:23:20.639Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 10 06:19 internal [2022-03-10T06:23:20.639Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 10 06:19 pkg [2022-03-10T06:23:20.639Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 06:19 snap [2022-03-10T06:23:20.639Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 10 06:19 version.go [2022-03-10T06:23:20.639Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 06:19 web [Pipeline] isUnix [Pipeline] sh [2022-03-10T06:23:20.981Z] + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=8def1a5e2489aadf865c88d2d0804a5af73f5c68 --label arch=arm64 --label version=0.0.0 . [2022-03-10T06:23:21.956Z] Sending build context to Docker daemon 26.92MB [2022-03-10T06:23:21.956Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-03-10T06:23:21.956Z] Step 2/23 : FROM ${BASE} AS builder [2022-03-10T06:23:21.956Z] ---> ad165e38e150 [2022-03-10T06:23:21.956Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-03-10T06:23:22.227Z] ---> Running in 79c509107298 [2022-03-10T06:23:22.499Z] Removing intermediate container 79c509107298 [2022-03-10T06:23:22.499Z] ---> 5e092e4126ec [2022-03-10T06:23:22.499Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-03-10T06:23:22.499Z] ---> Running in 48f3a15147c2 [2022-03-10T06:23:23.092Z] Removing intermediate container 48f3a15147c2 [2022-03-10T06:23:23.092Z] ---> 72bfe8fbd6f6 [2022-03-10T06:23:23.092Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-03-10T06:23:23.092Z] ---> Running in b1ce8d4aa8fe [2022-03-10T06:23:23.369Z] Removing intermediate container b1ce8d4aa8fe [2022-03-10T06:23:23.369Z] ---> a814e73f49ef [2022-03-10T06:23:23.369Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-03-10T06:23:23.369Z] ---> Running in 2364520119c7 [2022-03-10T06:23:23.967Z] Removing intermediate container 2364520119c7 [2022-03-10T06:23:23.967Z] ---> e026a049fe34 [2022-03-10T06:23:23.967Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-03-10T06:23:23.967Z] ---> Running in aff0e1aad9b2 [2022-03-10T06:23:24.242Z] Removing intermediate container aff0e1aad9b2 [2022-03-10T06:23:24.242Z] ---> 566368554fe3 [2022-03-10T06:23:24.242Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-10T06:23:24.516Z] ---> Running in 68edf4b1542b [2022-03-10T06:23:25.952Z] Removing intermediate container 68edf4b1542b [2022-03-10T06:23:25.952Z] ---> f0a7b53c0301 [2022-03-10T06:23:25.952Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-10T06:23:26.232Z] ---> Running in 7b175b28002a [2022-03-10T06:23:27.274Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-10T06:23:28.310Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-10T06:23:29.302Z] OK: 220 MiB in 52 packages [2022-03-10T06:23:29.899Z] Removing intermediate container 7b175b28002a [2022-03-10T06:23:29.899Z] ---> 01989c78f3c0 [2022-03-10T06:23:29.899Z] Step 10/23 : ENV GO111MODULE=on [2022-03-10T06:23:30.172Z] ---> Running in fde0224b7cff [2022-03-10T06:23:30.447Z] Removing intermediate container fde0224b7cff [2022-03-10T06:23:30.447Z] ---> 69406da6a2fe [2022-03-10T06:23:30.447Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-03-10T06:23:30.447Z] ---> Running in 32fb8e1cf85f [2022-03-10T06:23:31.043Z] Removing intermediate container 32fb8e1cf85f [2022-03-10T06:23:31.043Z] ---> 59f9e70c9556 [2022-03-10T06:23:31.043Z] Step 12/23 : COPY go.mod vendor* ./ [2022-03-10T06:23:31.643Z] ---> 0a97ec1aaa48 [2022-03-10T06:23:31.643Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-10T06:23:31.643Z] ---> Running in 1ffd7b593c78 [2022-03-10T06:23:34.262Z] Removing intermediate container 1ffd7b593c78 [2022-03-10T06:23:34.262Z] ---> efaa6229adae [2022-03-10T06:23:34.262Z] Step 14/23 : COPY . . [2022-03-10T06:23:36.886Z] ---> 22aa4cd990e8 [2022-03-10T06:23:36.886Z] Step 15/23 : RUN ${MAKE} [2022-03-10T06:23:37.158Z] ---> Running in 182cc396c745 [2022-03-10T06:23:38.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-03-10T06:24:17.134Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-03-10T06:24:17.134Z] Removing intermediate container 182cc396c745 [2022-03-10T06:24:17.134Z] ---> 330be81e50d2 [2022-03-10T06:24:17.134Z] Step 16/23 : FROM alpine:3.14 [2022-03-10T06:24:18.108Z] 3.14: Pulling from library/alpine [2022-03-10T06:24:18.108Z] be307f383ecc: Pulling fs layer [2022-03-10T06:24:18.380Z] be307f383ecc: Verifying Checksum [2022-03-10T06:24:18.380Z] be307f383ecc: Download complete [2022-03-10T06:24:18.972Z] be307f383ecc: Pull complete [2022-03-10T06:24:18.972Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-03-10T06:24:18.972Z] Status: Downloaded newer image for alpine:3.14 [2022-03-10T06:24:18.972Z] ---> 5b8b7b635229 [2022-03-10T06:24:18.972Z] Step 17/23 : EXPOSE 4000 [2022-03-10T06:24:18.972Z] ---> Running in a015372e2fa5 [2022-03-10T06:24:19.576Z] Removing intermediate container a015372e2fa5 [2022-03-10T06:24:19.576Z] ---> f96c490defe6 [2022-03-10T06:24:19.576Z] Step 18/23 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-03-10T06:24:21.015Z] ---> ebfc2e7033a5 [2022-03-10T06:24:21.015Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-03-10T06:24:21.015Z] ---> Running in 7f3a3e247683 [2022-03-10T06:24:21.288Z] Removing intermediate container 7f3a3e247683 [2022-03-10T06:24:21.288Z] ---> 4dddf2282909 [2022-03-10T06:24:21.288Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-03-10T06:24:21.561Z] ---> Running in 4262a181a0d4 [2022-03-10T06:24:21.835Z] Removing intermediate container 4262a181a0d4 [2022-03-10T06:24:21.835Z] ---> e472b1426823 [2022-03-10T06:24:21.835Z] Step 21/23 : LABEL arch=arm64 [2022-03-10T06:24:21.835Z] ---> Running in d506c6fb58c3 [2022-03-10T06:24:22.428Z] Removing intermediate container d506c6fb58c3 [2022-03-10T06:24:22.428Z] ---> 866572151ea7 [2022-03-10T06:24:22.428Z] Step 22/23 : LABEL git_sha=8def1a5e2489aadf865c88d2d0804a5af73f5c68 [2022-03-10T06:24:22.428Z] ---> Running in a7e1692aaeaa [2022-03-10T06:24:22.699Z] Removing intermediate container a7e1692aaeaa [2022-03-10T06:24:22.699Z] ---> 978b1801d609 [2022-03-10T06:24:22.699Z] Step 23/23 : LABEL version=0.0.0 [2022-03-10T06:24:22.971Z] ---> Running in 072e47119f18 [2022-03-10T06:24:23.244Z] Removing intermediate container 072e47119f18 [2022-03-10T06:24:23.244Z] ---> f676e15f9fbc [2022-03-10T06:24:23.244Z] [Warning] One or more build-args [ARCH] were not consumed [2022-03-10T06:24:23.244Z] Successfully built f676e15f9fbc [2022-03-10T06:24:23.244Z] Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-10T06:24:23.952Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-10T06:24:23.952Z] [2022-03-10T06:24:23.952Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-03-10T06:24:24.300Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-10T06:24:24.574Z] arm64: Pulling from edgex-lftools-log-publisher [2022-03-10T06:24:24.574Z] 8998bd30e6a1: Pulling fs layer [2022-03-10T06:24:24.574Z] 04944245beec: Pulling fs layer [2022-03-10T06:24:24.574Z] 699f458cf7ca: Pulling fs layer [2022-03-10T06:24:24.574Z] 765212b225bb: Pulling fs layer [2022-03-10T06:24:24.574Z] f23df028b6ca: Pulling fs layer [2022-03-10T06:24:24.574Z] d65c8cfc05b1: Pulling fs layer [2022-03-10T06:24:24.574Z] 2437ff75d9bd: Pulling fs layer [2022-03-10T06:24:24.574Z] f23df028b6ca: Waiting [2022-03-10T06:24:24.574Z] d65c8cfc05b1: Waiting [2022-03-10T06:24:24.574Z] 2437ff75d9bd: Waiting [2022-03-10T06:24:24.574Z] 765212b225bb: Waiting [2022-03-10T06:24:24.574Z] 04944245beec: Verifying Checksum [2022-03-10T06:24:24.574Z] 04944245beec: Download complete [2022-03-10T06:24:24.574Z] 765212b225bb: Verifying Checksum [2022-03-10T06:24:24.574Z] 765212b225bb: Download complete [2022-03-10T06:24:24.574Z] f23df028b6ca: Download complete [2022-03-10T06:24:24.574Z] d65c8cfc05b1: Download complete [2022-03-10T06:24:24.859Z] 699f458cf7ca: Verifying Checksum [2022-03-10T06:24:24.859Z] 699f458cf7ca: Download complete [2022-03-10T06:24:25.133Z] 8998bd30e6a1: Verifying Checksum [2022-03-10T06:24:25.133Z] 8998bd30e6a1: Download complete [2022-03-10T06:24:27.755Z] 2437ff75d9bd: Verifying Checksum [2022-03-10T06:24:27.755Z] 2437ff75d9bd: Download complete [2022-03-10T06:24:29.197Z] 8998bd30e6a1: Pull complete [2022-03-10T06:24:29.795Z] 04944245beec: Pull complete [2022-03-10T06:24:31.235Z] 699f458cf7ca: Pull complete [2022-03-10T06:24:31.508Z] 765212b225bb: Pull complete [2022-03-10T06:24:32.489Z] f23df028b6ca: Pull complete [2022-03-10T06:24:32.761Z] d65c8cfc05b1: Pull complete [2022-03-10T06:24:47.835Z] 2437ff75d9bd: Pull complete [2022-03-10T06:24:47.835Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-03-10T06:24:47.835Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-10T06:24:47.835Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-03-10T06:24:48.051Z] prd-ubuntu18.04-docker-arm64-4c-16g-6752 does not seem to be running inside a container [2022-03-10T06:24:48.155Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-03-10T06:24:50.973Z] $ docker top fae70e27e0ebbef80012a78e10d8bbe434bd102d51d6f2cd665334813261da5b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-10T06:24:51.871Z] ---> job-cost.sh [2022-03-10T06:24:51.871Z] lf-activate-venv: SKIPPING [2022-03-10T06:24:51.871Z] INFO: No Stack... [2022-03-10T06:24:52.465Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-03-10T06:24:53.058Z] INFO: Archiving Costs [Pipeline] sh [2022-03-10T06:24:53.721Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2022-03-10T06:24:53.721Z] + cut -d, -f6 [Pipeline] lock [2022-03-10T06:24:53.792Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-500-2-stack-cost] [2022-03-10T06:24:53.797Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-500-2-stack-cost] did not exist. Created. [2022-03-10T06:24:53.797Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-500-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-10T06:24:54.471Z] /w/workspace/edgex-ui-go/2@tmp/durable-b9c7ef29/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-03-10T06:24:55.197Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-03-10T06:24:55.222Z] Warning: overwriting stash ‘stack-cost’ [2022-03-10T06:24:55.391Z] Stashed 1 file(s) [Pipeline] } [2022-03-10T06:24:55.400Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-500-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-10T06:24:55.444Z] $ docker stop --time=1 fae70e27e0ebbef80012a78e10d8bbe434bd102d51d6f2cd665334813261da5b [2022-03-10T06:24:56.983Z] $ docker rm -f fae70e27e0ebbef80012a78e10d8bbe434bd102d51d6f2cd665334813261da5b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-03-10T06:24:57.445Z] provisioning config files... [2022-03-10T06:24:57.453Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/config1844520001561497313tmp [Pipeline] { [Pipeline] sh [2022-03-10T06:24:57.756Z] + set +x [2022-03-10T06:24:57.756Z] + curl -s https://codecov.io/bash [2022-03-10T06:24:57.756Z] + bash -s -- [2022-03-10T06:24:57.756Z] [2022-03-10T06:24:57.756Z] _____ _ [2022-03-10T06:24:57.756Z] / ____| | | [2022-03-10T06:24:57.756Z] | | ___ __| | ___ ___ _____ __ [2022-03-10T06:24:57.756Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-03-10T06:24:57.756Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-03-10T06:24:57.756Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-03-10T06:24:57.756Z] Bash-1.0.6 [2022-03-10T06:24:57.756Z] [2022-03-10T06:24:57.756Z] [2022-03-10T06:24:57.756Z] ==> git version 2.24.4 found [2022-03-10T06:24:57.756Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2022-03-10T06:24:57.756Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2022-03-10T06:24:57.756Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2022-03-10T06:24:57.756Z] ==> Jenkins CI detected. [2022-03-10T06:24:57.756Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-500 [2022-03-10T06:24:57.756Z] project root: . [2022-03-10T06:24:57.756Z] --> token set from env [2022-03-10T06:24:57.756Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-03-10T06:24:57.756Z] ==> Running gcov in . (disable via -X gcov) [2022-03-10T06:24:57.756Z] ==> Python coveragepy not found [2022-03-10T06:24:57.756Z] ==> Searching for coverage reports in: [2022-03-10T06:24:57.756Z] + . [2022-03-10T06:24:57.756Z] -> Found 1 reports [2022-03-10T06:24:57.756Z] ==> Detecting git/mercurial file structure [2022-03-10T06:24:57.756Z] ==> Reading reports [2022-03-10T06:24:57.756Z] + ./coverage.out bytes=10 [2022-03-10T06:24:57.756Z] ==> Appending adjustments [2022-03-10T06:24:57.756Z] https://docs.codecov.io/docs/fixing-reports [2022-03-10T06:24:58.016Z] + Found adjustments [2022-03-10T06:24:58.016Z] ==> Gzipping contents [2022-03-10T06:24:58.016Z] 4.0K /tmp/codecov.SVtoi0.gz [2022-03-10T06:24:58.016Z] ==> Uploading reports [2022-03-10T06:24:58.016Z] url: https://codecov.io [2022-03-10T06:24:58.016Z] query: branch=PR-500&commit=8def1a5e2489aadf865c88d2d0804a5af73f5c68&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-500%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=500&job=&cmd_args= [2022-03-10T06:24:58.016Z] -> Pinging Codecov [2022-03-10T06:24:58.017Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-500&commit=8def1a5e2489aadf865c88d2d0804a5af73f5c68&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-500%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=500&job=&cmd_args= [2022-03-10T06:24:58.586Z] -> Uploading to [2022-03-10T06:24:58.586Z] https://storage.googleapis.com/codecov/v4/raw/2022-03-10/FB506323287CE973F263BFD2A0EB1F37/8def1a5e2489aadf865c88d2d0804a5af73f5c68/64b67b23-35da-4667-bc9a-12d1aa089cf4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220310T062458Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2dcc4ebd22dcf085aed821a6bc837435f207cfbbda13bab914a780437536035a [2022-03-10T06:24:58.586Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-10T06:24:58.586Z] Dload Upload Total Spent Left Speed [2022-03-10T06:24:58.847Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3960 0 0 100 3960 0 12814 --:--:-- --:--:-- --:--:-- 12815 [2022-03-10T06:24:58.847Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/8def1a5e2489aadf865c88d2d0804a5af73f5c68 [Pipeline] } [2022-03-10T06:24:58.854Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-03-10T06:24:59.504Z] + '[' -d /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives ']' [2022-03-10T06:24:59.504Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives [2022-03-10T06:24:59.504Z] total 8 [2022-03-10T06:24:59.504Z] drwxr-xr-x. 3 root root 34 Mar 10 06:18 . [2022-03-10T06:24:59.504Z] drwxrwxr-x. 14 jenkins jenkins 4096 Mar 10 06:18 .. [2022-03-10T06:24:59.504Z] drwxr-xr-x. 2 root root 6 Mar 10 06:18 cost [2022-03-10T06:24:59.504Z] -rw-r--r--. 1 root root 82 Mar 10 06:18 cost.csv [2022-03-10T06:24:59.504Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives [2022-03-10T06:24:59.504Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives [2022-03-10T06:24:59.504Z] total 8 [2022-03-10T06:24:59.504Z] drwxr-xr-x. 3 jenkins jenkins 34 Mar 10 06:18 . [2022-03-10T06:24:59.504Z] drwxrwxr-x. 14 jenkins jenkins 4096 Mar 10 06:18 .. [2022-03-10T06:24:59.504Z] drwxr-xr-x. 2 jenkins jenkins 6 Mar 10 06:18 cost [2022-03-10T06:24:59.504Z] -rw-r--r--. 1 jenkins jenkins 82 Mar 10 06:18 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-03-10T06:24:59.796Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-10T06:25:00.349Z] ---> package-listing.sh [2022-03-10T06:25:00.349Z] ++ facter osfamily [2022-03-10T06:25:00.349Z] ++ tr '[:upper:]' '[:lower:]' [2022-03-10T06:25:00.610Z] + OS_FAMILY=redhat [2022-03-10T06:25:00.610Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-500 [2022-03-10T06:25:00.610Z] + START_PACKAGES=/tmp/packages_start.txt [2022-03-10T06:25:00.610Z] + END_PACKAGES=/tmp/packages_end.txt [2022-03-10T06:25:00.610Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-03-10T06:25:00.610Z] + PACKAGES=/tmp/packages_start.txt [2022-03-10T06:25:00.610Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-500 ']' [2022-03-10T06:25:00.610Z] + PACKAGES=/tmp/packages_end.txt [2022-03-10T06:25:00.610Z] + case "${OS_FAMILY}" in [2022-03-10T06:25:00.610Z] + rpm -qa [2022-03-10T06:25:00.610Z] + sort [2022-03-10T06:25:01.180Z] + '[' -f /tmp/packages_start.txt ']' [2022-03-10T06:25:01.180Z] + '[' -f /tmp/packages_end.txt ']' [2022-03-10T06:25:01.180Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-03-10T06:25:01.180Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-500 ']' [2022-03-10T06:25:01.180Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives/ [2022-03-10T06:25:01.180Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives/ [Pipeline] echo [2022-03-10T06:25:01.192Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-03-10T06:25:01.475Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-03-10T06:25:02.044Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-10T06:25:02.044Z] . [Pipeline] withDockerContainer [2022-03-10T06:25:02.106Z] prd-centos7-docker-4c-2g-6749 does not seem to be running inside a container [2022-03-10T06:25:02.139Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-03-10T06:25:02.391Z] $ docker top 911561cf8ee98e26b89ec31b635081499181614a29630e850e89350be19c4b66 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-10T06:25:02.742Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-03-10T06:25:03.031Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-03-10T06:25:03.317Z] + ls /var/log/sa-host [2022-03-10T06:25:03.317Z] + sadf -c /var/log/sa-host/sa10 [2022-03-10T06:25:03.317Z] file_magic: OK [2022-03-10T06:25:03.317Z] HZ: Using current value: 100 [2022-03-10T06:25:03.317Z] file_header: OK [2022-03-10T06:25:03.317Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2022-03-10T06:25:03.317Z] Statistics: [2022-03-10T06:25:03.317Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-03-10T06:25:03.317Z] File successfully converted to sysstat format version 12.5.2 [2022-03-10T06:25:03.317Z] + sadf -c /var/log/sa-host/sa17 [2022-03-10T06:25:03.317Z] file_magic: OK [2022-03-10T06:25:03.317Z] HZ: Using current value: 100 [2022-03-10T06:25:03.317Z] file_header: OK [2022-03-10T06:25:03.317Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2022-03-10T06:25:03.317Z] Statistics: [2022-03-10T06:25:03.317Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-03-10T06:25:03.317Z] File successfully converted to sysstat format version 12.5.2 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-10T06:25:03.396Z] provisioning config files... [2022-03-10T06:25:03.404Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/config8799408678614622171tmp [Pipeline] { [Pipeline] echo [2022-03-10T06:25:03.418Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-10T06:25:03.703Z] ---> create-netrc.sh [Pipeline] } [2022-03-10T06:25:03.710Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-03-10T06:25:04.048Z] ---> python-tools-install.sh [Pipeline] echo [2022-03-10T06:25:04.057Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-10T06:25:04.350Z] ---> sudo-logs.sh [2022-03-10T06:25:04.350Z] Archiving 'sudo' log.. [2022-03-10T06:25:04.350Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6749.novalocal: Name or service not known [2022-03-10T06:25:04.350Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6749.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2022-03-10T06:25:04.374Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-10T06:25:04.673Z] ---> job-cost.sh [2022-03-10T06:25:04.673Z] lf-activate-venv: SKIPPING [2022-03-10T06:25:04.673Z] DEBUG: total: 0.05999999865889549 [2022-03-10T06:25:04.673Z] INFO: Retrieving Stack Cost... [2022-03-10T06:25:04.933Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-03-10T06:25:05.193Z] INFO: Archiving Costs [Pipeline] echo [2022-03-10T06:25:05.206Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-10T06:25:05.491Z] ---> logs-deploy.sh [2022-03-10T06:25:05.491Z] lf-activate-venv: SKIPPING [2022-03-10T06:25:05.491Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-500/2 [2022-03-10T06:25:05.491Z] INFO: archiving workspace using pattern(s): [2022-03-10T06:25:06.429Z] Archives upload complete. [2022-03-10T06:25:06.429Z] INFO: archiving logs to Nexus [2022-03-10T06:25:06.998Z] ---> uname -a: [2022-03-10T06:25:06.998Z] Linux prd-centos7-docker-4c-2g-6749.novalocal 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 GNU/Linux [2022-03-10T06:25:06.998Z] [2022-03-10T06:25:06.998Z] [2022-03-10T06:25:06.998Z] ---> lscpu: [2022-03-10T06:25:06.998Z] Architecture: x86_64 [2022-03-10T06:25:06.999Z] CPU op-mode(s): 32-bit, 64-bit [2022-03-10T06:25:06.999Z] Byte Order: Little Endian [2022-03-10T06:25:06.999Z] Address sizes: 40 bits physical, 48 bits virtual [2022-03-10T06:25:06.999Z] CPU(s): 2 [2022-03-10T06:25:06.999Z] On-line CPU(s) list: 0,1 [2022-03-10T06:25:06.999Z] Thread(s) per core: 1 [2022-03-10T06:25:06.999Z] Core(s) per socket: 1 [2022-03-10T06:25:06.999Z] Socket(s): 2 [2022-03-10T06:25:06.999Z] NUMA node(s): 1 [2022-03-10T06:25:06.999Z] Vendor ID: AuthenticAMD [2022-03-10T06:25:06.999Z] CPU family: 23 [2022-03-10T06:25:06.999Z] Model: 49 [2022-03-10T06:25:06.999Z] Model name: AMD EPYC-Rome Processor [2022-03-10T06:25:06.999Z] Stepping: 0 [2022-03-10T06:25:06.999Z] CPU MHz: 2800.000 [2022-03-10T06:25:06.999Z] BogoMIPS: 5600.00 [2022-03-10T06:25:06.999Z] Virtualization: AMD-V [2022-03-10T06:25:06.999Z] Hypervisor vendor: KVM [2022-03-10T06:25:06.999Z] Virtualization type: full [2022-03-10T06:25:06.999Z] L1d cache: 64 KiB [2022-03-10T06:25:06.999Z] L1i cache: 64 KiB [2022-03-10T06:25:06.999Z] L2 cache: 1 MiB [2022-03-10T06:25:06.999Z] L3 cache: 32 MiB [2022-03-10T06:25:06.999Z] NUMA node0 CPU(s): 0,1 [2022-03-10T06:25:06.999Z] Vulnerability Itlb multihit: Not affected [2022-03-10T06:25:06.999Z] Vulnerability L1tf: Not affected [2022-03-10T06:25:06.999Z] Vulnerability Mds: Not affected [2022-03-10T06:25:06.999Z] Vulnerability Meltdown: Not affected [2022-03-10T06:25:06.999Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-03-10T06:25:06.999Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2022-03-10T06:25:06.999Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2022-03-10T06:25:06.999Z] Vulnerability Srbds: Not affected [2022-03-10T06:25:06.999Z] Vulnerability Tsx async abort: Not affected [2022-03-10T06:25:06.999Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities [2022-03-10T06:25:06.999Z] [2022-03-10T06:25:06.999Z] [2022-03-10T06:25:06.999Z] ---> nproc: [2022-03-10T06:25:06.999Z] 2 [2022-03-10T06:25:06.999Z] [2022-03-10T06:25:06.999Z] [2022-03-10T06:25:06.999Z] ---> df -h: [2022-03-10T06:25:06.999Z] Filesystem Size Used Avail Use% Mounted on [2022-03-10T06:25:06.999Z] overlay 40G 9.2G 31G 23% / [2022-03-10T06:25:06.999Z] tmpfs 64M 0 64M 0% /dev [2022-03-10T06:25:06.999Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2022-03-10T06:25:06.999Z] shm 64M 0 64M 0% /dev/shm [2022-03-10T06:25:06.999Z] /dev/vda1 40G 9.2G 31G 23% /facter-os [2022-03-10T06:25:06.999Z] [2022-03-10T06:25:06.999Z] [2022-03-10T06:25:06.999Z] ---> sar -b -r -n DEV: [2022-03-10T06:25:06.999Z] Linux 3.10.0-1160.45.1.el7.x86_64 (centos-7-docker-61956895-6fad-6945-99d6-2040f50c295e.novalocal) 03/10/22 _x86_64_ (2 CPU) [2022-03-10T06:25:06.999Z] [2022-03-10T06:25:06.999Z] 06:16:09 LINUX RESTART (2 CPU) [2022-03-10T06:25:06.999Z] [2022-03-10T06:25:06.999Z] 06:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-03-10T06:25:06.999Z] 06:18:01 360.34 0.07 360.27 0.00 1.60 84117.92 0.00 [2022-03-10T06:25:06.999Z] 06:19:01 135.90 0.00 135.90 0.00 0.00 28442.78 0.00 [2022-03-10T06:25:06.999Z] 06:20:01 0.73 0.00 0.73 0.00 0.00 5.81 0.00 [2022-03-10T06:25:06.999Z] 06:21:01 0.25 0.00 0.25 0.00 0.00 3.60 0.00 [2022-03-10T06:25:06.999Z] 06:22:01 0.23 0.00 0.23 0.00 0.00 3.16 0.00 [2022-03-10T06:25:06.999Z] 06:23:01 0.33 0.00 0.33 0.00 0.00 4.68 0.00 [2022-03-10T06:25:06.999Z] 06:24:01 0.20 0.00 0.20 0.00 0.00 2.57 0.00 [2022-03-10T06:25:06.999Z] 06:25:01 0.37 0.13 0.23 0.00 13.73 3.50 0.00 [2022-03-10T06:25:06.999Z] Average: 62.34 0.02 62.32 0.00 1.92 14084.39 0.00 [2022-03-10T06:25:06.999Z] [2022-03-10T06:25:06.999Z] 06:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-03-10T06:25:06.999Z] 06:18:01 3863920 0 973044 12.15 2620 3169356 1554124 17.16 900332 2779816 46064 [2022-03-10T06:25:06.999Z] 06:19:01 3241176 0 1069812 13.36 2620 3695332 1441696 15.92 1028356 3199484 20 [2022-03-10T06:25:06.999Z] 06:20:01 3234416 0 1076572 13.44 2620 3695332 1441708 15.92 1036640 3199484 16 [2022-03-10T06:25:06.999Z] 06:21:01 3244932 0 1066048 13.31 2620 3695340 1413292 15.60 1027820 3199488 8 [2022-03-10T06:25:06.999Z] 06:22:01 3256924 0 1054052 13.16 2620 3695344 1300668 14.36 1018832 3199484 8 [2022-03-10T06:25:06.999Z] 06:23:01 3263868 0 1047108 13.07 2620 3695344 1279652 14.13 1012248 3199484 8 [2022-03-10T06:25:06.999Z] 06:24:01 3263916 0 1047052 13.07 2620 3695352 1279652 14.13 1012356 3199484 8 [2022-03-10T06:25:06.999Z] 06:25:01 3254672 0 1055712 13.18 2620 3695936 1318176 14.55 1131224 3087448 188 [2022-03-10T06:25:06.999Z] Average: 3327978 0 1048675 13.09 2620 3629667 1378621 15.22 1020976 3133022 5790 [2022-03-10T06:25:06.999Z] [2022-03-10T06:25:06.999Z] 06:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-03-10T06:25:06.999Z] 06:18:01 vethba4019e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:18:01 eth0 279.60 211.66 2110.96 31.38 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:18:01 docker0 190.25 240.04 15.69 2071.57 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:19:01 eth0 142.88 94.10 2625.80 70.27 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:19:01 docker0 7.46 8.99 0.42 38.10 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:20:01 eth0 1.87 1.57 0.45 12.95 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:21:01 eth0 0.82 0.63 0.28 5.98 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:22:01 eth0 2.13 2.22 0.21 7.20 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:23:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:24:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:25:01 eth0 13.23 8.75 12.31 13.53 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] Average: eth0 55.13 39.92 594.05 17.67 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] Average: docker0 24.74 31.16 2.02 263.98 0.00 0.00 0.00 0.00 [2022-03-10T06:25:06.999Z] [2022-03-10T06:25:06.999Z]