Pull request #499 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1a5a41c82a7abf110261f9c06dcf8b4a8e095583+abac56bfbc2622a6e624e13e221273bb96021246 (aeec034f93d371a7aaac36c08820f0b228a4c0fc) 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-ssh11131450265614463242.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-ssh14333354239429376274.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-499/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-499/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh11462585327686730111.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-ssh9343694429288112048.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 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-499/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-499/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh12612815132605458316.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-5702 in /w/workspace/edgexfoundry_edgex-ui-go_PR-499 [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-499 # 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-499@tmp/jenkins-gitclient-ssh5434877147962526742.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-499@tmp/jenkins-gitclient-ssh2740865786847076198.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/499/head:refs/remotes/origin/PR-499 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit abac56bfbc2622a6e624e13e221273bb96021246 into PR head commit 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 Merge succeeded, producing 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 Checking out Revision 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 (PR-499) > git config core.sparsecheckout # timeout=10 > git checkout -f 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 # 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-499@tmp/jenkins-gitclient-ssh668297989267717850.key > git merge abac56bfbc2622a6e624e13e221273bb96021246 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 # timeout=10 Commit message: "Merge branch 'main' into dependabot/npm_and_yarn/web/url-parse-1.5.7" > git rev-list --no-walk 2bbe862e03589a0285ee130e4bb82b7fc91f67de # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-02-19T07:58:31.424Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-02-19T07:58:31.467Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-02-19T07:58:31.488Z] ========================================================= [2022-02-19T07:58:31.488Z] EdgeX Global Pipelines Version Info [2022-02-19T07:58:31.488Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-02-19T07:58:32.640Z] ------------------- [2022-02-19T07:58:32.640Z] stable info: [2022-02-19T07:58:32.640Z] ------------------- [2022-02-19T07:58:32.640Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-02-19T07:58:32.640Z] Commit SHA: efdbc04638cc485a1a2a98c60e49a0e43cac6f53 [2022-02-19T07:58:32.640Z] Message: update stable to v1.0.220 [2022-02-19T07:58:33.211Z] ------------------- [2022-02-19T07:58:33.211Z] experimental info: [2022-02-19T07:58:33.211Z] ------------------- [2022-02-19T07:58:33.211Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-02-19T07:58:33.211Z] Commit SHA: efdbc04638cc485a1a2a98c60e49a0e43cac6f53 [2022-02-19T07:58:33.211Z] Message: update experimental to v1.0.220 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-02-19T07:58:33.355Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-02-19T07:58:33.370Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-02-19T07:58:33.389Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-02-19T07:58:33.409Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-02-19T07:58:33.424Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-02-19T07:58:33.444Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-02-19T07:58:33.463Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-02-19T07:58:33.481Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-02-19T07:58:33.497Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-02-19T07:58:33.512Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-02-19T07:58:33.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-02-19T07:58:33.544Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-02-19T07:58:33.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-02-19T07:58:33.576Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-02-19T07:58:33.594Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-02-19T07:58:33.609Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-02-19T07:58:33.623Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-02-19T07:58:33.644Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-02-19T07:58:33.661Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-02-19T07:58:33.680Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-02-19T07:58:33.695Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-02-19T07:58:33.714Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-02-19T07:58:33.728Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-02-19T07:58:33.746Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-02-19T07:58:33.760Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-02-19T07:58:33.781Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-02-19T07:58:33.798Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-499 [Pipeline] echo [2022-02-19T07:58:33.817Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-499 [Pipeline] echo [2022-02-19T07:58:33.832Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-499 [Pipeline] echo [2022-02-19T07:58:33.845Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 [Pipeline] echo [2022-02-19T07:58:33.860Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1a5a41c [Pipeline] echo [2022-02-19T07:58:33.877Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-02-19T07:58:33.919Z] provisioning config files... [2022-02-19T07:58:33.930Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-499@tmp/config3579330968396625103tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-02-19T07:58:34.232Z] ---> docker-login.sh [2022-02-19T07:58:34.232Z] nexus3.edgexfoundry.org:10001 [2022-02-19T07:58:34.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-19T07:58:34.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-19T07:58:34.499Z] Configure a credential helper to remove this warning. See [2022-02-19T07:58:34.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-19T07:58:34.499Z] [2022-02-19T07:58:34.499Z] Login Succeeded [2022-02-19T07:58:34.499Z] nexus3.edgexfoundry.org:10002 [2022-02-19T07:58:34.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-19T07:58:34.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-19T07:58:34.499Z] Configure a credential helper to remove this warning. See [2022-02-19T07:58:34.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-19T07:58:34.499Z] [2022-02-19T07:58:34.499Z] Login Succeeded [2022-02-19T07:58:34.499Z] nexus3.edgexfoundry.org:10003 [2022-02-19T07:58:34.499Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-19T07:58:34.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-19T07:58:34.500Z] Configure a credential helper to remove this warning. See [2022-02-19T07:58:34.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-19T07:58:34.500Z] [2022-02-19T07:58:34.500Z] Login Succeeded [2022-02-19T07:58:34.500Z] nexus3.edgexfoundry.org:10004 [2022-02-19T07:58:34.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-19T07:58:34.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-19T07:58:34.762Z] Configure a credential helper to remove this warning. See [2022-02-19T07:58:34.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-19T07:58:34.762Z] [2022-02-19T07:58:34.762Z] Login Succeeded [2022-02-19T07:58:34.762Z] docker.io [2022-02-19T07:58:34.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-19T07:58:35.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-19T07:58:35.023Z] Configure a credential helper to remove this warning. See [2022-02-19T07:58:35.023Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-19T07:58:35.023Z] [2022-02-19T07:58:35.023Z] Login Succeeded [2022-02-19T07:58:35.023Z] ---> docker-login.sh ends [Pipeline] } [2022-02-19T07:58:35.035Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-02-19T07:58:35.408Z] + git rev-list -1 --merges 1a5a41c82a7abf110261f9c06dcf8b4a8e095583~1..1a5a41c82a7abf110261f9c06dcf8b4a8e095583 [Pipeline] echo [2022-02-19T07:58:35.434Z] -----------> git rev-list -1 --merges 1a5a41c82a7abf110261f9c06dcf8b4a8e095583~1..1a5a41c82a7abf110261f9c06dcf8b4a8e095583 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 [2022-02-19T07:58:35.434Z] 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 [false] [Pipeline] sh [2022-02-19T07:58:35.726Z] + git log --format=format:%s -1 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 [Pipeline] echo [2022-02-19T07:58:35.742Z] ========================================================= [2022-02-19T07:58:35.742Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-02-19T07:58:35.742Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-02-19T07:58:36.090Z] + git log --format=format:%s -1 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 [Pipeline] echo [2022-02-19T07:58:36.103Z] [semverPrep] GIT_COMMIT: 1a5a41c82a7abf110261f9c06dcf8b4a8e095583, Commit Message: Merge branch 'main' into dependabot/npm_and_yarn/web/url-parse-1.5.7 [Pipeline] echo [2022-02-19T07:58:36.116Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-02-19T07:58:36.497Z] + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts [2022-02-19T07:58:36.497Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-02-19T07:58:36.497Z] + '[' -e /tmp/ssh_known_hosts ']' [2022-02-19T07:58:36.497Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-02-19T07:58:36.497Z] + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' [2022-02-19T07:58:36.497Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-02-19T07:58:36.497Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-02-19T07:58:36.847Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-02-19T07:58:36.847Z] [2022-02-19T07:58:36.847Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-02-19T07:58:37.159Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-02-19T07:58:37.159Z] latest: Pulling from edgex-devops/git-semver [2022-02-19T07:58:37.159Z] a0d0a0d46f8b: Pulling fs layer [2022-02-19T07:58:37.159Z] 3e5f54012d9b: Pulling fs layer [2022-02-19T07:58:37.159Z] 4c7163046ea9: Pulling fs layer [2022-02-19T07:58:37.159Z] 0c2d73faf560: Pulling fs layer [2022-02-19T07:58:37.159Z] 0c2d73faf560: Waiting [2022-02-19T07:58:37.159Z] 3e5f54012d9b: Verifying Checksum [2022-02-19T07:58:37.159Z] 3e5f54012d9b: Download complete [2022-02-19T07:58:37.159Z] a0d0a0d46f8b: Verifying Checksum [2022-02-19T07:58:37.159Z] a0d0a0d46f8b: Download complete [2022-02-19T07:58:37.159Z] 0c2d73faf560: Verifying Checksum [2022-02-19T07:58:37.159Z] 0c2d73faf560: Download complete [2022-02-19T07:58:37.421Z] 4c7163046ea9: Verifying Checksum [2022-02-19T07:58:37.421Z] 4c7163046ea9: Download complete [2022-02-19T07:58:37.421Z] a0d0a0d46f8b: Pull complete [2022-02-19T07:58:37.421Z] 3e5f54012d9b: Pull complete [2022-02-19T07:58:37.691Z] 4c7163046ea9: Pull complete [2022-02-19T07:58:37.952Z] 0c2d73faf560: Pull complete [2022-02-19T07:58:37.952Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-02-19T07:58:37.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-02-19T07:58:37.952Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-02-19T07:58:38.019Z] prd-centos7-docker-4c-2g-5702 does not seem to be running inside a container [2022-02-19T07:58:37.979Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-499 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-499:/w/workspace/edgexfoundry_edgex-ui-go_PR-499:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-499@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-499@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-02-19T07:58:38.920Z] $ docker top 1e1ee3d742f47614c689cf44f1bfe9df3d6a67b7fabd3206fe5e2692bc46f487 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-02-19T07:58:39.019Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-02-19T07:58:39.019Z] [ssh-agent] Looking for ssh-agent implementation... [2022-02-19T07:58:39.125Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-02-19T07:58:39.127Z] $ docker exec 1e1ee3d742f47614c689cf44f1bfe9df3d6a67b7fabd3206fe5e2692bc46f487 ssh-agent [2022-02-19T07:58:39.225Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXKKEgMc/agent.15 [2022-02-19T07:58:39.225Z] SSH_AGENT_PID=21 [2022-02-19T07:58:39.236Z] Running ssh-add (command line suppressed) [2022-02-19T07:58:39.321Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-499@tmp/private_key_2933360495740956925.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-499@tmp/private_key_2933360495740956925.key) [2022-02-19T07:58:39.334Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-02-19T07:58:39.628Z] + git tag --points-at HEAD [Pipeline] } [2022-02-19T07:58:39.646Z] $ docker exec --env ******** --env ******** 1e1ee3d742f47614c689cf44f1bfe9df3d6a67b7fabd3206fe5e2692bc46f487 ssh-agent -k [2022-02-19T07:58:39.738Z] unset SSH_AUTH_SOCK; [2022-02-19T07:58:39.738Z] unset SSH_AGENT_PID; [2022-02-19T07:58:39.738Z] echo Agent pid 21 killed; [2022-02-19T07:58:39.752Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-02-19T07:58:39.775Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-02-19T07:58:39.775Z] [ssh-agent] Looking for ssh-agent implementation... [2022-02-19T07:58:39.884Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-02-19T07:58:39.886Z] $ docker exec 1e1ee3d742f47614c689cf44f1bfe9df3d6a67b7fabd3206fe5e2692bc46f487 ssh-agent [2022-02-19T07:58:40.008Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXHeAlGK/agent.55 [2022-02-19T07:58:40.008Z] SSH_AGENT_PID=61 [2022-02-19T07:58:40.013Z] Running ssh-add (command line suppressed) [2022-02-19T07:58:40.108Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-499@tmp/private_key_5722860680793668493.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-499@tmp/private_key_5722860680793668493.key) [2022-02-19T07:58:40.124Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-02-19T07:58:40.421Z] + git semver init [2022-02-19T07:58:40.421Z] # -> Open(): unable to determine branch for HEAD [2022-02-19T07:58:40.421Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-499/.git [2022-02-19T07:58:40.421Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-499 [2022-02-19T07:58:40.421Z] # $SEMVER_REMOTE_NAME = origin [2022-02-19T07:58:40.421Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-02-19T07:58:40.421Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-02-19T07:58:40.421Z] # $SEMVER_BRANCH = PR-499 [2022-02-19T07:58:40.421Z] # $SEMVER_TEMP = /tmp/semver-838066631 [2022-02-19T07:58:40.421Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2022-02-19T07:58:42.963Z] # '/tmp/semver-838066631' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-499/.semver' [2022-02-19T07:58:42.963Z] # -> Force: false [2022-02-19T07:58:42.963Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-499/.semver [Pipeline] } [2022-02-19T07:58:42.974Z] $ docker exec --env ******** --env ******** 1e1ee3d742f47614c689cf44f1bfe9df3d6a67b7fabd3206fe5e2692bc46f487 ssh-agent -k [2022-02-19T07:58:43.063Z] unset SSH_AUTH_SOCK; [2022-02-19T07:58:43.063Z] unset SSH_AGENT_PID; [2022-02-19T07:58:43.063Z] echo Agent pid 61 killed; [2022-02-19T07:58:43.076Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-02-19T07:58:43.397Z] + git semver [Pipeline] } [2022-02-19T07:58:43.410Z] $ docker stop --time=1 1e1ee3d742f47614c689cf44f1bfe9df3d6a67b7fabd3206fe5e2692bc46f487 [2022-02-19T07:58:44.814Z] $ docker rm -f 1e1ee3d742f47614c689cf44f1bfe9df3d6a67b7fabd3206fe5e2692bc46f487 [Pipeline] // withDockerContainer [Pipeline] sh [2022-02-19T07:58:45.166Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-02-19T07:58:45.403Z] Stashed 1 file(s) [Pipeline] echo [2022-02-19T07:58:45.407Z] [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-02-19T07:58:45.579Z] provisioning config files... [2022-02-19T07:58:45.591Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-499@tmp/config6945682185032017871tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-02-19T07:58:45.890Z] ---> docker-login.sh [2022-02-19T07:58:45.890Z] nexus3.edgexfoundry.org:10001 [2022-02-19T07:58:45.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-19T07:58:45.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-19T07:58:45.890Z] Configure a credential helper to remove this warning. See [2022-02-19T07:58:45.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-19T07:58:45.890Z] [2022-02-19T07:58:45.890Z] Login Succeeded [2022-02-19T07:58:45.890Z] nexus3.edgexfoundry.org:10002 [2022-02-19T07:58:45.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-19T07:58:45.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-19T07:58:45.890Z] Configure a credential helper to remove this warning. See [2022-02-19T07:58:45.890Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-19T07:58:45.890Z] [2022-02-19T07:58:45.890Z] Login Succeeded [2022-02-19T07:58:45.890Z] nexus3.edgexfoundry.org:10003 [2022-02-19T07:58:46.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-19T07:58:46.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-19T07:58:46.151Z] Configure a credential helper to remove this warning. See [2022-02-19T07:58:46.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-19T07:58:46.151Z] [2022-02-19T07:58:46.151Z] Login Succeeded [2022-02-19T07:58:46.151Z] nexus3.edgexfoundry.org:10004 [2022-02-19T07:58:46.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-19T07:58:46.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-19T07:58:46.151Z] Configure a credential helper to remove this warning. See [2022-02-19T07:58:46.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-19T07:58:46.151Z] [2022-02-19T07:58:46.151Z] Login Succeeded [2022-02-19T07:58:46.151Z] docker.io [2022-02-19T07:58:46.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-19T07:58:46.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-19T07:58:46.672Z] Configure a credential helper to remove this warning. See [2022-02-19T07:58:46.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-19T07:58:46.672Z] [2022-02-19T07:58:46.672Z] Login Succeeded [2022-02-19T07:58:46.672Z] ---> docker-login.sh ends [Pipeline] } [2022-02-19T07:58:46.681Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-02-19T07:58:46.753Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-02-19T07:58:46.768Z] ========================================================= [2022-02-19T07:58:46.768Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-02-19T07:58:46.768Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-02-19T07:58:47.077Z] + 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-02-19T07:58:47.340Z] Sending build context to Docker daemon 41.01MB [2022-02-19T07:58:47.340Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-02-19T07:58:47.340Z] Step 2/15 : FROM ${BASE} AS builder [2022-02-19T07:58:47.340Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-02-19T07:58:47.340Z] 59bf1c3509f3: Pulling fs layer [2022-02-19T07:58:47.340Z] 666ba61612fd: Pulling fs layer [2022-02-19T07:58:47.340Z] 8ed8ca486205: Pulling fs layer [2022-02-19T07:58:47.340Z] 4fe6c5a15a65: Pulling fs layer [2022-02-19T07:58:47.340Z] 22a0e8bec74d: Pulling fs layer [2022-02-19T07:58:47.340Z] 640e595b4fbd: Pulling fs layer [2022-02-19T07:58:47.340Z] 763cafe07f6e: Pulling fs layer [2022-02-19T07:58:47.340Z] 0c0b528cf693: Pulling fs layer [2022-02-19T07:58:47.340Z] 10935f4eaf8b: Pulling fs layer [2022-02-19T07:58:47.340Z] 4fe6c5a15a65: Waiting [2022-02-19T07:58:47.340Z] 22a0e8bec74d: Waiting [2022-02-19T07:58:47.340Z] 640e595b4fbd: Waiting [2022-02-19T07:58:47.340Z] 763cafe07f6e: Waiting [2022-02-19T07:58:47.340Z] 0c0b528cf693: Waiting [2022-02-19T07:58:47.340Z] 10935f4eaf8b: Waiting [2022-02-19T07:58:47.340Z] 8ed8ca486205: Verifying Checksum [2022-02-19T07:58:47.340Z] 8ed8ca486205: Download complete [2022-02-19T07:58:47.340Z] 666ba61612fd: Verifying Checksum [2022-02-19T07:58:47.340Z] 666ba61612fd: Download complete [2022-02-19T07:58:47.340Z] 22a0e8bec74d: Verifying Checksum [2022-02-19T07:58:47.340Z] 22a0e8bec74d: Download complete [2022-02-19T07:58:47.340Z] 640e595b4fbd: Verifying Checksum [2022-02-19T07:58:47.340Z] 640e595b4fbd: Download complete [2022-02-19T07:58:47.340Z] 59bf1c3509f3: Verifying Checksum [2022-02-19T07:58:47.340Z] 59bf1c3509f3: Download complete [2022-02-19T07:58:47.340Z] 763cafe07f6e: Verifying Checksum [2022-02-19T07:58:47.340Z] 763cafe07f6e: Download complete [2022-02-19T07:58:47.616Z] 0c0b528cf693: Verifying Checksum [2022-02-19T07:58:47.616Z] 0c0b528cf693: Download complete [2022-02-19T07:58:47.883Z] 10935f4eaf8b: Verifying Checksum [2022-02-19T07:58:47.883Z] 10935f4eaf8b: Download complete [2022-02-19T07:58:48.149Z] 4fe6c5a15a65: Verifying Checksum [2022-02-19T07:58:48.149Z] 4fe6c5a15a65: Download complete [2022-02-19T07:58:48.149Z] 59bf1c3509f3: Pull complete [2022-02-19T07:58:48.149Z] 666ba61612fd: Pull complete [2022-02-19T07:58:48.149Z] 8ed8ca486205: Pull complete [2022-02-19T07:58:52.378Z] 4fe6c5a15a65: Pull complete [2022-02-19T07:58:52.378Z] 22a0e8bec74d: Pull complete [2022-02-19T07:58:52.378Z] 640e595b4fbd: Pull complete [2022-02-19T07:58:52.378Z] 763cafe07f6e: Pull complete [2022-02-19T07:58:52.378Z] 0c0b528cf693: Pull complete [2022-02-19T07:58:54.961Z] 10935f4eaf8b: Pull complete [2022-02-19T07:58:54.961Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-02-19T07:58:54.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-02-19T07:58:54.961Z] ---> 99d49a6021b9 [2022-02-19T07:58:54.961Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-02-19T07:58:56.890Z] ---> Running in a08cf86bbd34 [2022-02-19T07:58:56.890Z] Removing intermediate container a08cf86bbd34 [2022-02-19T07:58:56.890Z] ---> 04fefaccf622 [2022-02-19T07:58:56.890Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-02-19T07:58:56.890Z] ---> Running in 67f10b65078e [2022-02-19T07:58:56.890Z] Removing intermediate container 67f10b65078e [2022-02-19T07:58:56.890Z] ---> c28b416466dd [2022-02-19T07:58:56.890Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-02-19T07:58:56.890Z] ---> Running in 83db57e5516c [2022-02-19T07:58:56.890Z] Removing intermediate container 83db57e5516c [2022-02-19T07:58:56.890Z] ---> 2ae4a7eca948 [2022-02-19T07:58:56.890Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-02-19T07:58:56.890Z] ---> Running in e7b2e04ef56e [2022-02-19T07:58:57.151Z] Removing intermediate container e7b2e04ef56e [2022-02-19T07:58:57.151Z] ---> b77fba006c9f [2022-02-19T07:58:57.151Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-02-19T07:58:57.151Z] ---> Running in a8fa9da2a339 [2022-02-19T07:58:57.151Z] Removing intermediate container a8fa9da2a339 [2022-02-19T07:58:57.151Z] ---> d18b414fa947 [2022-02-19T07:58:57.151Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-19T07:58:57.151Z] ---> Running in 8ec292acc549 [2022-02-19T07:58:57.723Z] Removing intermediate container 8ec292acc549 [2022-02-19T07:58:57.723Z] ---> da84d30043a8 [2022-02-19T07:58:57.723Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-02-19T07:58:57.723Z] ---> Running in 754d1083edc3 [2022-02-19T07:58:57.984Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-02-19T07:58:58.934Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-02-19T07:58:59.195Z] OK: 221 MiB in 52 packages [2022-02-19T07:58:59.458Z] Removing intermediate container 754d1083edc3 [2022-02-19T07:58:59.458Z] ---> 4d4c1c6c093e [2022-02-19T07:58:59.458Z] Step 10/15 : ENV GO111MODULE=on [2022-02-19T07:58:59.458Z] ---> Running in 7c6da4f8c92d [2022-02-19T07:58:59.458Z] Removing intermediate container 7c6da4f8c92d [2022-02-19T07:58:59.458Z] ---> c8caee041aa9 [2022-02-19T07:58:59.458Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-02-19T07:58:59.458Z] ---> Running in da6ae95556bb [2022-02-19T07:58:59.458Z] Removing intermediate container da6ae95556bb [2022-02-19T07:58:59.458Z] ---> 2d967c29a048 [2022-02-19T07:58:59.458Z] Step 12/15 : COPY go.mod vendor* ./ [2022-02-19T07:58:59.719Z] ---> 3581b00516e9 [2022-02-19T07:58:59.719Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-19T07:58:59.719Z] ---> Running in dc6c9ca2258c [2022-02-19T07:59:00.525Z] Still waiting to schedule task [2022-02-19T07:59:00.526Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-5701’ is offline [2022-02-19T07:59:46.446Z] Removing intermediate container dc6c9ca2258c [2022-02-19T07:59:46.446Z] ---> e3b3583b2fff [2022-02-19T07:59:46.446Z] Step 14/15 : COPY . . [2022-02-19T07:59:46.446Z] ---> a5398b6f51e5 [2022-02-19T07:59:46.446Z] Step 15/15 : RUN ${MAKE} [2022-02-19T07:59:46.446Z] ---> Running in cb17159b3da6 [2022-02-19T07:59:46.446Z] noop [2022-02-19T07:59:46.446Z] Removing intermediate container cb17159b3da6 [2022-02-19T07:59:46.446Z] ---> df7afad03fe8 [2022-02-19T07:59:46.446Z] Successfully built df7afad03fe8 [2022-02-19T07:59:46.446Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-02-19T07:59:46.752Z] + docker inspect -f . ci-base-image-x86_64 [2022-02-19T07:59:46.752Z] . [Pipeline] withDockerContainer [2022-02-19T07:59:46.823Z] prd-centos7-docker-4c-2g-5702 does not seem to be running inside a container [2022-02-19T07:59:46.857Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-499 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-499:/w/workspace/edgexfoundry_edgex-ui-go_PR-499:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-499@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-499@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-02-19T07:59:47.217Z] $ docker top 6d3dc61b788058196b03320302bc534e1b2d2030eb65dabb811d47de06f70b59 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-02-19T07:59:47.575Z] + go version [2022-02-19T07:59:47.576Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-02-19T07:59:47.586Z] $ docker stop --time=1 6d3dc61b788058196b03320302bc534e1b2d2030eb65dabb811d47de06f70b59 [2022-02-19T07:59:48.752Z] $ docker rm -f 6d3dc61b788058196b03320302bc534e1b2d2030eb65dabb811d47de06f70b59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-02-19T07:59:49.157Z] + docker inspect -f . ci-base-image-x86_64 [2022-02-19T07:59:49.157Z] . [Pipeline] withDockerContainer [2022-02-19T07:59:49.219Z] prd-centos7-docker-4c-2g-5702 does not seem to be running inside a container [2022-02-19T07:59:49.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-499 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-499:/w/workspace/edgexfoundry_edgex-ui-go_PR-499:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-499@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-499@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-02-19T07:59:49.600Z] $ docker top b3bbdaca14158b2bd6469203176b0d69a6202bff44ea04aee14da3f579fbc1c1 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-02-19T07:59:49.973Z] + make test [2022-02-19T07:59:49.973Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-02-19T07:59:50.238Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-02-19T08:00:02.637Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-02-19T08:00:02.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-02-19T08:00:02.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-02-19T08:00:02.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-02-19T08:00:02.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-02-19T08:00:02.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-02-19T08:00:02.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-02-19T08:00:02.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-02-19T08:00:02.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-02-19T08:00:02.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-02-19T08:00:02.637Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-02-19T08:00:02.637Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-02-19T08:00:02.637Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-02-19T08:00:05.246Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-02-19T08:00:05.246Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-02-19T08:00:05.261Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-02-19T08:00:05.274Z] $ docker stop --time=1 b3bbdaca14158b2bd6469203176b0d69a6202bff44ea04aee14da3f579fbc1c1 [2022-02-19T08:00:06.696Z] $ docker rm -f b3bbdaca14158b2bd6469203176b0d69a6202bff44ea04aee14da3f579fbc1c1 [Pipeline] // withDockerContainer [Pipeline] sh [2022-02-19T08:00:07.095Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-02-19T08:00:07.143Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-02-19T08:00:07.739Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-02-19T08:00:08.027Z] + ls -al . [2022-02-19T08:00:08.027Z] total 112 [2022-02-19T08:00:08.027Z] drwxrwxr-x. 13 jenkins jenkins 4096 Feb 19 07:59 . [2022-02-19T08:00:08.027Z] drwxrwxr-x. 4 jenkins jenkins 110 Feb 19 07:58 .. [2022-02-19T08:00:08.027Z] drwxrwxr-x. 3 jenkins jenkins 20 Feb 19 07:58 assets [2022-02-19T08:00:08.027Z] drwxrwxr-x. 2 jenkins jenkins 66 Feb 19 07:58 bin [2022-02-19T08:00:08.027Z] drwxrwxr-x. 3 jenkins jenkins 29 Feb 19 07:58 cmd [2022-02-19T08:00:08.027Z] -rw-rw-r--. 1 jenkins jenkins 3959 Feb 19 07:58 CONTRIBUTING.md [2022-02-19T08:00:08.027Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 19 07:59 coverage.out [2022-02-19T08:00:08.027Z] -rw-rw-r--. 1 jenkins jenkins 1549 Feb 19 07:58 Dockerfile [2022-02-19T08:00:08.027Z] drwxrwxr-x. 2 jenkins jenkins 23 Feb 19 07:58 docs [2022-02-19T08:00:08.027Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 19 07:58 .git [2022-02-19T08:00:08.027Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 19 07:58 .github [2022-02-19T08:00:08.027Z] -rw-rw-r--. 1 jenkins jenkins 155 Feb 19 07:58 .gitignore [2022-02-19T08:00:08.027Z] -rw-rw-r--. 1 jenkins jenkins 1944 Feb 19 07:58 go.mod [2022-02-19T08:00:08.027Z] -rw-rw-r--. 1 jenkins jenkins 48565 Feb 19 07:58 go.sum [2022-02-19T08:00:08.027Z] drwxrwxr-x. 9 jenkins jenkins 125 Feb 19 07:58 internal [2022-02-19T08:00:08.027Z] -rw-rw-r--. 1 jenkins jenkins 652 Feb 19 07:58 Jenkinsfile [2022-02-19T08:00:08.027Z] -rw-rw-r--. 1 jenkins jenkins 11357 Feb 19 07:58 LICENSE [2022-02-19T08:00:08.027Z] -rw-rw-r--. 1 jenkins jenkins 1212 Feb 19 07:58 Makefile [2022-02-19T08:00:08.027Z] drwxrwxr-x. 3 jenkins jenkins 19 Feb 19 07:58 pkg [2022-02-19T08:00:08.027Z] -rw-rw-r--. 1 jenkins jenkins 4450 Feb 19 07:58 README.md [2022-02-19T08:00:08.027Z] drwx------. 3 jenkins jenkins 56 Feb 19 07:58 .semver [2022-02-19T08:00:08.027Z] drwxrwxr-x. 4 jenkins jenkins 71 Feb 19 07:58 snap [2022-02-19T08:00:08.027Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 19 07:58 VERSION [2022-02-19T08:00:08.027Z] -rw-rw-r--. 1 jenkins jenkins 155 Feb 19 07:58 version.go [2022-02-19T08:00:08.027Z] drwxrwxr-x. 4 jenkins jenkins 4096 Feb 19 07:58 web [Pipeline] isUnix [Pipeline] sh [2022-02-19T08:00:08.328Z] + 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=1a5a41c82a7abf110261f9c06dcf8b4a8e095583 --label arch=amd64 --label version=0.0.0 . [2022-02-19T08:00:08.589Z] Sending build context to Docker daemon 41.01MB [2022-02-19T08:00:08.590Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-02-19T08:00:08.590Z] Step 2/23 : FROM ${BASE} AS builder [2022-02-19T08:00:08.590Z] ---> df7afad03fe8 [2022-02-19T08:00:08.590Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-02-19T08:00:08.850Z] ---> Running in 403dd1ab746a [2022-02-19T08:00:08.850Z] Removing intermediate container 403dd1ab746a [2022-02-19T08:00:08.850Z] ---> 005961628e98 [2022-02-19T08:00:08.850Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-02-19T08:00:08.850Z] ---> Running in 994ef2168317 [2022-02-19T08:00:09.117Z] Removing intermediate container 994ef2168317 [2022-02-19T08:00:09.117Z] ---> 508fc26ecae6 [2022-02-19T08:00:09.117Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-02-19T08:00:09.117Z] ---> Running in 24e66eed4394 [2022-02-19T08:00:09.117Z] Removing intermediate container 24e66eed4394 [2022-02-19T08:00:09.117Z] ---> db84ff76d713 [2022-02-19T08:00:09.117Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-02-19T08:00:09.117Z] ---> Running in b7db27a76f54 [2022-02-19T08:00:09.117Z] Removing intermediate container b7db27a76f54 [2022-02-19T08:00:09.117Z] ---> 4df3a7914cd8 [2022-02-19T08:00:09.117Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-02-19T08:00:09.117Z] ---> Running in 19ddd44b4a17 [2022-02-19T08:00:09.384Z] Removing intermediate container 19ddd44b4a17 [2022-02-19T08:00:09.384Z] ---> b2da7b39acbd [2022-02-19T08:00:09.384Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-19T08:00:09.384Z] ---> Running in c77c8a578902 [2022-02-19T08:00:09.959Z] Removing intermediate container c77c8a578902 [2022-02-19T08:00:09.959Z] ---> f631a50cf466 [2022-02-19T08:00:09.959Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-02-19T08:00:09.959Z] ---> Running in fcc3260e79c3 [2022-02-19T08:00:09.959Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-02-19T08:00:10.899Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-02-19T08:00:11.468Z] OK: 221 MiB in 52 packages [2022-02-19T08:00:11.468Z] Removing intermediate container fcc3260e79c3 [2022-02-19T08:00:11.468Z] ---> f44e2db4f55e [2022-02-19T08:00:11.468Z] Step 10/23 : ENV GO111MODULE=on [2022-02-19T08:00:11.733Z] ---> Running in b05a55973816 [2022-02-19T08:00:11.733Z] Removing intermediate container b05a55973816 [2022-02-19T08:00:11.733Z] ---> cba2efed9e76 [2022-02-19T08:00:11.733Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-02-19T08:00:11.733Z] ---> Running in 04b2bff86a0e [2022-02-19T08:00:11.733Z] Removing intermediate container 04b2bff86a0e [2022-02-19T08:00:11.733Z] ---> 0d0ad2751226 [2022-02-19T08:00:11.733Z] Step 12/23 : COPY go.mod vendor* ./ [2022-02-19T08:00:11.998Z] ---> 924cc6ecec95 [2022-02-19T08:00:11.998Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-19T08:00:11.998Z] ---> Running in c2cc883ff2a6 [2022-02-19T08:00:12.579Z] Removing intermediate container c2cc883ff2a6 [2022-02-19T08:00:12.579Z] ---> 2d078811ccb2 [2022-02-19T08:00:12.579Z] Step 14/23 : COPY . . [2022-02-19T08:00:13.531Z] ---> 45fab3260e8a [2022-02-19T08:00:13.531Z] Step 15/23 : RUN ${MAKE} [2022-02-19T08:00:13.531Z] ---> Running in 1d260a80b6cb [2022-02-19T08:00:13.791Z] 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-02-19T08:00:23.889Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-02-19T08:00:23.889Z] Removing intermediate container 1d260a80b6cb [2022-02-19T08:00:23.889Z] ---> 310f67331fe3 [2022-02-19T08:00:23.889Z] Step 16/23 : FROM alpine:3.14 [2022-02-19T08:00:24.458Z] 3.14: Pulling from library/alpine [2022-02-19T08:00:24.459Z] 97518928ae5f: Pulling fs layer [2022-02-19T08:00:24.723Z] 97518928ae5f: Verifying Checksum [2022-02-19T08:00:24.723Z] 97518928ae5f: Download complete [2022-02-19T08:00:24.723Z] 97518928ae5f: Pull complete [2022-02-19T08:00:24.723Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-02-19T08:00:24.723Z] Status: Downloaded newer image for alpine:3.14 [2022-02-19T08:00:24.723Z] ---> 0a97eee8041e [2022-02-19T08:00:24.723Z] Step 17/23 : EXPOSE 4000 [2022-02-19T08:00:24.985Z] ---> Running in c45aa4582424 [2022-02-19T08:00:24.985Z] Removing intermediate container c45aa4582424 [2022-02-19T08:00:24.985Z] ---> 1010fb8ed264 [2022-02-19T08:00:24.985Z] 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-02-19T08:00:25.559Z] ---> 4de3a63e1db5 [2022-02-19T08:00:25.559Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-02-19T08:00:25.559Z] ---> Running in 5c4d923a2386 [2022-02-19T08:00:25.559Z] Removing intermediate container 5c4d923a2386 [2022-02-19T08:00:25.559Z] ---> f8f70eb41be3 [2022-02-19T08:00:25.559Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-02-19T08:00:25.559Z] ---> Running in 6ed8ebc9dde3 [2022-02-19T08:00:25.827Z] Removing intermediate container 6ed8ebc9dde3 [2022-02-19T08:00:25.827Z] ---> 7f3daf9a649c [2022-02-19T08:00:25.827Z] Step 21/23 : LABEL arch=amd64 [2022-02-19T08:00:25.828Z] ---> Running in f40d96224dbe [2022-02-19T08:00:25.828Z] Removing intermediate container f40d96224dbe [2022-02-19T08:00:25.828Z] ---> 33dcae361ebb [2022-02-19T08:00:25.828Z] Step 22/23 : LABEL git_sha=1a5a41c82a7abf110261f9c06dcf8b4a8e095583 [2022-02-19T08:00:25.828Z] ---> Running in 32ebec52dd43 [2022-02-19T08:00:26.089Z] Removing intermediate container 32ebec52dd43 [2022-02-19T08:00:26.089Z] ---> 77d313192223 [2022-02-19T08:00:26.089Z] Step 23/23 : LABEL version=0.0.0 [2022-02-19T08:00:26.089Z] ---> Running in 587139700ff0 [2022-02-19T08:00:26.089Z] Removing intermediate container 587139700ff0 [2022-02-19T08:00:26.089Z] ---> f14f32f465d4 [2022-02-19T08:00:26.089Z] [Warning] One or more build-args [ARCH] were not consumed [2022-02-19T08:00:26.089Z] Successfully built f14f32f465d4 [2022-02-19T08:00:26.089Z] 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-02-19T08:00:26.492Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-02-19T08:00:26.492Z] [2022-02-19T08:00:26.492Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-02-19T08:00:26.798Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-02-19T08:00:26.798Z] latest: Pulling from edgex-lftools-log-publisher [2022-02-19T08:00:26.798Z] b4d181a07f80: Pulling fs layer [2022-02-19T08:00:26.798Z] a1111a8f2ec3: Pulling fs layer [2022-02-19T08:00:26.798Z] ed53099fbce6: Pulling fs layer [2022-02-19T08:00:26.798Z] dc539afda2c1: Pulling fs layer [2022-02-19T08:00:26.798Z] 77bc0d833cb6: Pulling fs layer [2022-02-19T08:00:26.798Z] 9065ff56babe: Pulling fs layer [2022-02-19T08:00:26.798Z] d287ab97295c: Pulling fs layer [2022-02-19T08:00:26.798Z] dc539afda2c1: Waiting [2022-02-19T08:00:26.798Z] 77bc0d833cb6: Waiting [2022-02-19T08:00:26.798Z] 9065ff56babe: Waiting [2022-02-19T08:00:26.798Z] d287ab97295c: Waiting [2022-02-19T08:00:26.798Z] a1111a8f2ec3: Verifying Checksum [2022-02-19T08:00:26.798Z] a1111a8f2ec3: Download complete [2022-02-19T08:00:26.798Z] dc539afda2c1: Verifying Checksum [2022-02-19T08:00:26.798Z] dc539afda2c1: Download complete [2022-02-19T08:00:26.798Z] ed53099fbce6: Verifying Checksum [2022-02-19T08:00:26.798Z] ed53099fbce6: Download complete [2022-02-19T08:00:26.798Z] 77bc0d833cb6: Verifying Checksum [2022-02-19T08:00:26.798Z] 77bc0d833cb6: Download complete [2022-02-19T08:00:27.065Z] 9065ff56babe: Verifying Checksum [2022-02-19T08:00:27.065Z] 9065ff56babe: Download complete [2022-02-19T08:00:27.065Z] b4d181a07f80: Verifying Checksum [2022-02-19T08:00:27.065Z] b4d181a07f80: Download complete [2022-02-19T08:00:27.656Z] d287ab97295c: Verifying Checksum [2022-02-19T08:00:27.656Z] d287ab97295c: Download complete [2022-02-19T08:00:28.245Z] b4d181a07f80: Pull complete [2022-02-19T08:00:28.506Z] a1111a8f2ec3: Pull complete [2022-02-19T08:00:29.083Z] ed53099fbce6: Pull complete [2022-02-19T08:00:29.083Z] dc539afda2c1: Pull complete [2022-02-19T08:00:29.347Z] 77bc0d833cb6: Pull complete [2022-02-19T08:00:29.610Z] 9065ff56babe: Pull complete [2022-02-19T08:00:34.945Z] d287ab97295c: Pull complete [2022-02-19T08:00:34.945Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2022-02-19T08:00:34.945Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-02-19T08:00:34.945Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-02-19T08:00:35.009Z] prd-centos7-docker-4c-2g-5702 does not seem to be running inside a container [2022-02-19T08:00:35.048Z] $ 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-499 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-499:/w/workspace/edgexfoundry_edgex-ui-go_PR-499:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-499@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-499@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-02-19T08:00:37.707Z] $ docker top 4847ddf698bea1eebbdaa15602f07a85bc3e47a0d7e10710bad9a2a8937761b7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-02-19T08:00:38.113Z] ---> job-cost.sh [2022-02-19T08:00:38.113Z] lf-activate-venv: SKIPPING [2022-02-19T08:00:38.113Z] INFO: No Stack... [2022-02-19T08:00:38.374Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-02-19T08:00:38.635Z] INFO: Archiving Costs [Pipeline] sh [2022-02-19T08:00:38.930Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-499/archives/cost.csv [2022-02-19T08:00:38.930Z] + cut -d, -f6 [Pipeline] lock [2022-02-19T08:00:38.944Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-499-2-stack-cost] [2022-02-19T08:00:38.950Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-499-2-stack-cost] did not exist. Created. [2022-02-19T08:00:38.950Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-499-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-02-19T08:00:39.259Z] + echo total: 0.05999999865889549 [Pipeline] stash [2022-02-19T08:00:39.301Z] Stashed 1 file(s) [Pipeline] } [2022-02-19T08:00:39.308Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-499-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-02-19T08:00:39.322Z] $ docker stop --time=1 4847ddf698bea1eebbdaa15602f07a85bc3e47a0d7e10710bad9a2a8937761b7 [2022-02-19T08:00:40.534Z] $ docker rm -f 4847ddf698bea1eebbdaa15602f07a85bc3e47a0d7e10710bad9a2a8937761b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-02-19T08:01:12.272Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5703 in /w/workspace/edgexfoundry_edgex-ui-go_PR-499 [Pipeline] { [Pipeline] ws [2022-02-19T08:01:12.291Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2022-02-19T08:01:12.489Z] The recommended git tool is: git [2022-02-19T08:01:17.437Z] using credential edgex-jenkins-ssh [2022-02-19T08:01:17.457Z] Cloning the remote Git repository [2022-02-19T08:01:17.483Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-02-19T08:01:17.559Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2022-02-19T08:01:17.644Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-02-19T08:01:17.645Z] > git --version # timeout=10 [2022-02-19T08:01:17.661Z] > git --version # 'git version 2.17.1' [2022-02-19T08:01:17.663Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-02-19T08:01:17.737Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-02-19T08:01:21.253Z] Merging remotes/origin/main commit abac56bfbc2622a6e624e13e221273bb96021246 into PR head commit 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 [2022-02-19T08:01:20.469Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-02-19T08:01:20.495Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-02-19T08:01:20.523Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-02-19T08:01:20.611Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-02-19T08:01:20.615Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-02-19T08:01:20.633Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/499/head:refs/remotes/origin/PR-499 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-02-19T08:01:21.249Z] > git config core.sparsecheckout # timeout=10 [2022-02-19T08:01:21.267Z] > git checkout -f 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 # timeout=10 [2022-02-19T08:01:21.713Z] Merge succeeded, producing 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 [2022-02-19T08:01:21.714Z] Checking out Revision 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 (PR-499) [2022-02-19T08:01:21.593Z] > git remote # timeout=10 [2022-02-19T08:01:21.611Z] > git config --get remote.origin.url # timeout=10 [2022-02-19T08:01:21.633Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-02-19T08:01:21.644Z] > git merge abac56bfbc2622a6e624e13e221273bb96021246 # timeout=10 [2022-02-19T08:01:21.667Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-02-19T08:01:21.698Z] > git config core.sparsecheckout # timeout=10 [2022-02-19T08:01:21.729Z] > git checkout -f 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 # timeout=10 [2022-02-19T08:01:26.262Z] Commit message: "Merge branch 'main' into dependabot/npm_and_yarn/web/url-parse-1.5.7" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-02-19T08:01:27.192Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-02-19T08:01:27.192Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-02-19T08:01:27.192Z] Dload Upload Total Spent Left Speed [2022-02-19T08:01:27.192Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 214k 0 --:--:-- --:--:-- --:--:-- 214k [Pipeline] sh [2022-02-19T08:01:27.698Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-02-19T08:01:28.032Z] + sudo tee /etc/docker/daemon.new [2022-02-19T08:01:28.032Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-02-19T08:01:28.032Z] { [2022-02-19T08:01:28.032Z] "registry-mirrors": [ [2022-02-19T08:01:28.032Z] "https://nexus3.edgexfoundry.org:10001" [2022-02-19T08:01:28.032Z] ], [2022-02-19T08:01:28.032Z] "bip": "10.250.0.254/24", [2022-02-19T08:01:28.032Z] "hosts": [ [2022-02-19T08:01:28.032Z] "tcp://0.0.0.0:5555", [2022-02-19T08:01:28.032Z] "unix:///var/run/docker.sock" [2022-02-19T08:01:28.032Z] ], [2022-02-19T08:01:28.032Z] "mtu": 1458, [2022-02-19T08:01:28.032Z] "selinux-enabled": true, [2022-02-19T08:01:28.032Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-02-19T08:01:28.032Z] } [Pipeline] sh [2022-02-19T08:01:28.458Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-02-19T08:01:28.806Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-02-19T08:01:47.139Z] provisioning config files... [2022-02-19T08:01:47.165Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4519464145816525097tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-02-19T08:01:47.524Z] ---> docker-login.sh [2022-02-19T08:01:47.525Z] nexus3.edgexfoundry.org:10001 [2022-02-19T08:01:48.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-19T08:01:48.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-19T08:01:48.401Z] Configure a credential helper to remove this warning. See [2022-02-19T08:01:48.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-19T08:01:48.401Z] [2022-02-19T08:01:48.401Z] Login Succeeded [2022-02-19T08:01:48.401Z] nexus3.edgexfoundry.org:10002 [2022-02-19T08:01:48.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-19T08:01:48.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-19T08:01:48.674Z] Configure a credential helper to remove this warning. See [2022-02-19T08:01:48.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-19T08:01:48.674Z] [2022-02-19T08:01:48.674Z] Login Succeeded [2022-02-19T08:01:48.954Z] nexus3.edgexfoundry.org:10003 [2022-02-19T08:01:49.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-19T08:01:49.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-19T08:01:49.229Z] Configure a credential helper to remove this warning. See [2022-02-19T08:01:49.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-19T08:01:49.229Z] [2022-02-19T08:01:49.229Z] Login Succeeded [2022-02-19T08:01:49.229Z] nexus3.edgexfoundry.org:10004 [2022-02-19T08:01:49.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-19T08:01:49.779Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-19T08:01:49.779Z] Configure a credential helper to remove this warning. See [2022-02-19T08:01:49.779Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-19T08:01:49.779Z] [2022-02-19T08:01:49.779Z] Login Succeeded [2022-02-19T08:01:49.779Z] docker.io [2022-02-19T08:01:50.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-19T08:01:50.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-19T08:01:50.324Z] Configure a credential helper to remove this warning. See [2022-02-19T08:01:50.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-19T08:01:50.324Z] [2022-02-19T08:01:50.324Z] Login Succeeded [2022-02-19T08:01:50.324Z] ---> docker-login.sh ends [Pipeline] } [2022-02-19T08:01:50.345Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-02-19T08:01:50.829Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-02-19T08:01:50.841Z] ========================================================= [2022-02-19T08:01:50.841Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-02-19T08:01:50.841Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-02-19T08:01:51.190Z] + 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-02-19T08:01:52.185Z] Sending build context to Docker daemon 25.78MB [2022-02-19T08:01:52.185Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-02-19T08:01:52.185Z] Step 2/15 : FROM ${BASE} AS builder [2022-02-19T08:01:52.185Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-02-19T08:01:52.185Z] 9b3977197b4f: Pulling fs layer [2022-02-19T08:01:52.185Z] 1a89e8eeedd5: Pulling fs layer [2022-02-19T08:01:52.185Z] 94645a83ff95: Pulling fs layer [2022-02-19T08:01:52.185Z] 3f3a8bcf1eab: Pulling fs layer [2022-02-19T08:01:52.185Z] 0c92f367c5e7: Pulling fs layer [2022-02-19T08:01:52.185Z] f7c0051592d6: Pulling fs layer [2022-02-19T08:01:52.185Z] a227ed2f7395: Pulling fs layer [2022-02-19T08:01:52.185Z] 7b1c46037f91: Pulling fs layer [2022-02-19T08:01:52.185Z] 3f3a8bcf1eab: Waiting [2022-02-19T08:01:52.185Z] 0c92f367c5e7: Waiting [2022-02-19T08:01:52.185Z] f7c0051592d6: Waiting [2022-02-19T08:01:52.185Z] a227ed2f7395: Waiting [2022-02-19T08:01:52.185Z] 7b1c46037f91: Waiting [2022-02-19T08:01:52.185Z] 94645a83ff95: Verifying Checksum [2022-02-19T08:01:52.185Z] 94645a83ff95: Download complete [2022-02-19T08:01:52.185Z] 1a89e8eeedd5: Verifying Checksum [2022-02-19T08:01:52.185Z] 1a89e8eeedd5: Download complete [2022-02-19T08:01:52.462Z] 0c92f367c5e7: Verifying Checksum [2022-02-19T08:01:52.462Z] 0c92f367c5e7: Download complete [2022-02-19T08:01:52.462Z] f7c0051592d6: Verifying Checksum [2022-02-19T08:01:52.462Z] f7c0051592d6: Download complete [2022-02-19T08:01:52.462Z] 9b3977197b4f: Verifying Checksum [2022-02-19T08:01:52.462Z] 9b3977197b4f: Download complete [2022-02-19T08:01:52.462Z] a227ed2f7395: Verifying Checksum [2022-02-19T08:01:52.462Z] a227ed2f7395: Download complete [2022-02-19T08:01:53.067Z] 9b3977197b4f: Pull complete [2022-02-19T08:01:53.669Z] 1a89e8eeedd5: Pull complete [2022-02-19T08:01:53.951Z] 94645a83ff95: Pull complete [2022-02-19T08:01:54.223Z] 7b1c46037f91: Verifying Checksum [2022-02-19T08:01:54.223Z] 7b1c46037f91: Download complete [2022-02-19T08:01:54.827Z] 3f3a8bcf1eab: Verifying Checksum [2022-02-19T08:01:54.827Z] 3f3a8bcf1eab: Download complete [2022-02-19T08:02:07.212Z] 3f3a8bcf1eab: Pull complete [2022-02-19T08:02:07.212Z] 0c92f367c5e7: Pull complete [2022-02-19T08:02:07.212Z] f7c0051592d6: Pull complete [2022-02-19T08:02:07.212Z] a227ed2f7395: Pull complete [2022-02-19T08:02:12.617Z] 7b1c46037f91: Pull complete [2022-02-19T08:02:12.617Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-02-19T08:02:12.617Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-02-19T08:02:12.617Z] ---> f79e39bc4007 [2022-02-19T08:02:12.617Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-02-19T08:02:14.582Z] ---> Running in 4c9af62b1115 [2022-02-19T08:02:14.582Z] Removing intermediate container 4c9af62b1115 [2022-02-19T08:02:14.582Z] ---> 2ca60e9d5b26 [2022-02-19T08:02:14.582Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-02-19T08:02:14.852Z] ---> Running in 27fe74a85359 [2022-02-19T08:02:15.122Z] Removing intermediate container 27fe74a85359 [2022-02-19T08:02:15.122Z] ---> b377fe8d0842 [2022-02-19T08:02:15.122Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-02-19T08:02:15.122Z] ---> Running in eb591c74557c [2022-02-19T08:02:15.392Z] Removing intermediate container eb591c74557c [2022-02-19T08:02:15.392Z] ---> 17604a9cdaf7 [2022-02-19T08:02:15.392Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-02-19T08:02:15.662Z] ---> Running in ff5528e087d5 [2022-02-19T08:02:15.932Z] Removing intermediate container ff5528e087d5 [2022-02-19T08:02:15.932Z] ---> d2e919cb54f2 [2022-02-19T08:02:15.932Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-02-19T08:02:16.217Z] ---> Running in aff2d6cec127 [2022-02-19T08:02:16.486Z] Removing intermediate container aff2d6cec127 [2022-02-19T08:02:16.486Z] ---> 73b7f88804e5 [2022-02-19T08:02:16.486Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-19T08:02:16.486Z] ---> Running in f93f755fdbb0 [2022-02-19T08:02:18.444Z] Removing intermediate container f93f755fdbb0 [2022-02-19T08:02:18.444Z] ---> b0f394ad57ce [2022-02-19T08:02:18.444Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-02-19T08:02:18.444Z] ---> Running in e3f6c4f8c8c7 [2022-02-19T08:02:19.411Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-02-19T08:02:19.997Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-02-19T08:02:20.978Z] OK: 220 MiB in 52 packages [2022-02-19T08:02:21.570Z] Removing intermediate container e3f6c4f8c8c7 [2022-02-19T08:02:21.570Z] ---> 71883749a0e1 [2022-02-19T08:02:21.570Z] Step 10/15 : ENV GO111MODULE=on [2022-02-19T08:02:21.839Z] ---> Running in 319fe446b30e [2022-02-19T08:02:22.111Z] Removing intermediate container 319fe446b30e [2022-02-19T08:02:22.111Z] ---> 8f3a70d539fc [2022-02-19T08:02:22.111Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-02-19T08:02:22.111Z] ---> Running in 4d28f9d51022 [2022-02-19T08:02:22.704Z] Removing intermediate container 4d28f9d51022 [2022-02-19T08:02:22.704Z] ---> 543f7c53fd32 [2022-02-19T08:02:22.704Z] Step 12/15 : COPY go.mod vendor* ./ [2022-02-19T08:02:23.300Z] ---> 92442fd74dc3 [2022-02-19T08:02:23.300Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-19T08:02:23.300Z] ---> Running in 46dfa3994c53 [2022-02-19T08:03:45.074Z] Removing intermediate container 46dfa3994c53 [2022-02-19T08:03:45.074Z] ---> 9524e69e5b4c [2022-02-19T08:03:45.074Z] Step 14/15 : COPY . . [2022-02-19T08:03:45.074Z] ---> e31dbdbaeae1 [2022-02-19T08:03:45.074Z] Step 15/15 : RUN ${MAKE} [2022-02-19T08:03:45.074Z] ---> Running in 78da3f99bceb [2022-02-19T08:03:45.074Z] noop [2022-02-19T08:03:45.074Z] Removing intermediate container 78da3f99bceb [2022-02-19T08:03:45.074Z] ---> 47f4f5dc234e [2022-02-19T08:03:45.074Z] Successfully built 47f4f5dc234e [2022-02-19T08:03:45.074Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-02-19T08:03:45.408Z] + docker inspect -f . ci-base-image-arm64 [2022-02-19T08:03:45.408Z] . [Pipeline] withDockerContainer [2022-02-19T08:03:45.608Z] prd-ubuntu18.04-docker-arm64-4c-16g-5703 does not seem to be running inside a container [2022-02-19T08:03:45.667Z] $ 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 ******** ci-base-image-arm64 cat [2022-02-19T08:03:46.944Z] $ docker top f153c6147505707b208c842e0ac90005d075aca66b4c7bb261b90aa2d67ff024 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-02-19T08:03:47.850Z] + go version [2022-02-19T08:03:47.850Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-02-19T08:03:47.851Z] $ docker stop --time=1 f153c6147505707b208c842e0ac90005d075aca66b4c7bb261b90aa2d67ff024 [2022-02-19T08:03:49.450Z] $ docker rm -f f153c6147505707b208c842e0ac90005d075aca66b4c7bb261b90aa2d67ff024 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-02-19T08:03:50.108Z] + docker inspect -f . ci-base-image-arm64 [2022-02-19T08:03:50.108Z] . [Pipeline] withDockerContainer [2022-02-19T08:03:50.342Z] prd-ubuntu18.04-docker-arm64-4c-16g-5703 does not seem to be running inside a container [2022-02-19T08:03:50.405Z] $ 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 ******** ci-base-image-arm64 cat [2022-02-19T08:03:51.747Z] $ docker top b4ac4213ac57356a645742f23e31f3ad0352b819b31b8e430d2014b698d9849f -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-02-19T08:03:52.708Z] + make test [2022-02-19T08:03:52.708Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-02-19T08:03:53.693Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-02-19T08:04:32.743Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-02-19T08:04:32.743Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-02-19T08:04:32.743Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-02-19T08:04:32.743Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-02-19T08:04:32.743Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-02-19T08:04:32.743Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-02-19T08:04:32.743Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-02-19T08:04:32.743Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-02-19T08:04:32.743Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-02-19T08:04:32.743Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-02-19T08:04:32.743Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-02-19T08:04:32.743Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-02-19T08:04:32.743Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-02-19T08:04:45.138Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-02-19T08:04:45.138Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-02-19T08:04:45.160Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-02-19T08:04:45.141Z] $ docker stop --time=1 b4ac4213ac57356a645742f23e31f3ad0352b819b31b8e430d2014b698d9849f [2022-02-19T08:04:46.846Z] $ docker rm -f b4ac4213ac57356a645742f23e31f3ad0352b819b31b8e430d2014b698d9849f [Pipeline] // withDockerContainer [Pipeline] sh [2022-02-19T08:04:47.580Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-02-19T08:04:47.601Z] Warning: overwriting stash ‘coverage-report’ [2022-02-19T08:04:48.106Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-02-19T08:04:48.542Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-02-19T08:04:48.904Z] + ls -al . [2022-02-19T08:04:48.904Z] total 152 [2022-02-19T08:04:48.904Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 19 08:03 . [2022-02-19T08:04:48.904Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 08:01 .. [2022-02-19T08:04:48.904Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 19 08:01 .git [2022-02-19T08:04:48.904Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 19 08:01 .github [2022-02-19T08:04:48.904Z] -rw-rw-r-- 1 jenkins jenkins 155 Feb 19 08:01 .gitignore [2022-02-19T08:04:48.904Z] -rw-rw-r-- 1 jenkins jenkins 3959 Feb 19 08:01 CONTRIBUTING.md [2022-02-19T08:04:48.904Z] -rw-rw-r-- 1 jenkins jenkins 1549 Feb 19 08:01 Dockerfile [2022-02-19T08:04:48.904Z] -rw-rw-r-- 1 jenkins jenkins 652 Feb 19 08:01 Jenkinsfile [2022-02-19T08:04:48.904Z] -rw-rw-r-- 1 jenkins jenkins 11357 Feb 19 08:01 LICENSE [2022-02-19T08:04:48.904Z] -rw-rw-r-- 1 jenkins jenkins 1212 Feb 19 08:01 Makefile [2022-02-19T08:04:48.904Z] -rw-rw-r-- 1 jenkins jenkins 4450 Feb 19 08:01 README.md [2022-02-19T08:04:48.904Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 19 07:58 VERSION [2022-02-19T08:04:48.904Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 19 08:01 assets [2022-02-19T08:04:48.904Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 19 08:01 bin [2022-02-19T08:04:48.904Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 19 08:01 cmd [2022-02-19T08:04:48.904Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 19 08:03 coverage.out [2022-02-19T08:04:48.904Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 19 08:01 docs [2022-02-19T08:04:48.904Z] -rw-rw-r-- 1 jenkins jenkins 1944 Feb 19 08:01 go.mod [2022-02-19T08:04:48.904Z] -rw-rw-r-- 1 jenkins jenkins 48565 Feb 19 08:01 go.sum [2022-02-19T08:04:48.904Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 19 08:01 internal [2022-02-19T08:04:48.904Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 19 08:01 pkg [2022-02-19T08:04:48.904Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 08:01 snap [2022-02-19T08:04:48.904Z] -rw-rw-r-- 1 jenkins jenkins 155 Feb 19 08:01 version.go [2022-02-19T08:04:48.904Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 08:01 web [Pipeline] isUnix [Pipeline] sh [2022-02-19T08:04:49.297Z] + 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=1a5a41c82a7abf110261f9c06dcf8b4a8e095583 --label arch=arm64 --label version=0.0.0 . [2022-02-19T08:04:50.338Z] Sending build context to Docker daemon 25.78MB [2022-02-19T08:04:50.339Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-02-19T08:04:50.339Z] Step 2/23 : FROM ${BASE} AS builder [2022-02-19T08:04:50.339Z] ---> 47f4f5dc234e [2022-02-19T08:04:50.339Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-02-19T08:04:50.620Z] ---> Running in 7f46a8010c75 [2022-02-19T08:04:50.892Z] Removing intermediate container 7f46a8010c75 [2022-02-19T08:04:50.892Z] ---> ba9249cd670c [2022-02-19T08:04:50.892Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-02-19T08:04:50.892Z] ---> Running in 685e6dd4e7ce [2022-02-19T08:04:51.485Z] Removing intermediate container 685e6dd4e7ce [2022-02-19T08:04:51.485Z] ---> 033302d59a02 [2022-02-19T08:04:51.485Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-02-19T08:04:51.485Z] ---> Running in 7ce222bf4bd1 [2022-02-19T08:04:51.761Z] Removing intermediate container 7ce222bf4bd1 [2022-02-19T08:04:51.761Z] ---> 4c98466e586a [2022-02-19T08:04:51.761Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-02-19T08:04:51.761Z] ---> Running in b57e15060b30 [2022-02-19T08:04:52.367Z] Removing intermediate container b57e15060b30 [2022-02-19T08:04:52.367Z] ---> c8a63a188343 [2022-02-19T08:04:52.367Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-02-19T08:04:52.367Z] ---> Running in c15c0c7685cc [2022-02-19T08:04:52.650Z] Removing intermediate container c15c0c7685cc [2022-02-19T08:04:52.650Z] ---> 31b0c404b346 [2022-02-19T08:04:52.650Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-19T08:04:52.650Z] ---> Running in dc4814e9919b [2022-02-19T08:04:54.623Z] Removing intermediate container dc4814e9919b [2022-02-19T08:04:54.623Z] ---> 5a64af6af0b3 [2022-02-19T08:04:54.623Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-02-19T08:04:54.623Z] ---> Running in 5a7296507944 [2022-02-19T08:04:55.599Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-02-19T08:04:56.193Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-02-19T08:04:57.168Z] OK: 220 MiB in 52 packages [2022-02-19T08:04:58.144Z] Removing intermediate container 5a7296507944 [2022-02-19T08:04:58.144Z] ---> 1ec368569ceb [2022-02-19T08:04:58.144Z] Step 10/23 : ENV GO111MODULE=on [2022-02-19T08:04:58.144Z] ---> Running in 22d27b6a0d26 [2022-02-19T08:04:58.420Z] Removing intermediate container 22d27b6a0d26 [2022-02-19T08:04:58.420Z] ---> a1121174e937 [2022-02-19T08:04:58.420Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-02-19T08:04:58.420Z] ---> Running in 58049af4f934 [2022-02-19T08:04:58.692Z] Removing intermediate container 58049af4f934 [2022-02-19T08:04:58.692Z] ---> 3bf703c4c151 [2022-02-19T08:04:58.692Z] Step 12/23 : COPY go.mod vendor* ./ [2022-02-19T08:04:59.296Z] ---> 02e2076bbc71 [2022-02-19T08:04:59.296Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-19T08:04:59.571Z] ---> Running in fb16a64e7b6d [2022-02-19T08:05:01.543Z] Removing intermediate container fb16a64e7b6d [2022-02-19T08:05:01.543Z] ---> 8929e3ffb328 [2022-02-19T08:05:01.543Z] Step 14/23 : COPY . . [2022-02-19T08:05:04.160Z] ---> 6c7cb7f9c2f5 [2022-02-19T08:05:04.160Z] Step 15/23 : RUN ${MAKE} [2022-02-19T08:05:04.432Z] ---> Running in 1f329ad8189b [2022-02-19T08:05:05.409Z] 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-02-19T08:05:37.733Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-02-19T08:05:39.161Z] Removing intermediate container 1f329ad8189b [2022-02-19T08:05:39.161Z] ---> 51cbdc77f132 [2022-02-19T08:05:39.161Z] Step 16/23 : FROM alpine:3.14 [2022-02-19T08:05:39.751Z] 3.14: Pulling from library/alpine [2022-02-19T08:05:40.029Z] be307f383ecc: Pulling fs layer [2022-02-19T08:05:40.301Z] be307f383ecc: Download complete [2022-02-19T08:05:40.896Z] be307f383ecc: Pull complete [2022-02-19T08:05:40.896Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-02-19T08:05:40.896Z] Status: Downloaded newer image for alpine:3.14 [2022-02-19T08:05:40.896Z] ---> 5b8b7b635229 [2022-02-19T08:05:40.896Z] Step 17/23 : EXPOSE 4000 [2022-02-19T08:05:40.896Z] ---> Running in 62ca28530720 [2022-02-19T08:05:41.169Z] Removing intermediate container 62ca28530720 [2022-02-19T08:05:41.169Z] ---> 019fb22de5dd [2022-02-19T08:05:41.169Z] 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-02-19T08:05:42.600Z] ---> d362250c69e6 [2022-02-19T08:05:42.600Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-02-19T08:05:42.600Z] ---> Running in fb7106bee36a [2022-02-19T08:05:42.874Z] Removing intermediate container fb7106bee36a [2022-02-19T08:05:42.874Z] ---> 7e585002938c [2022-02-19T08:05:42.874Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-02-19T08:05:43.146Z] ---> Running in 6d275107d2d1 [2022-02-19T08:05:43.417Z] Removing intermediate container 6d275107d2d1 [2022-02-19T08:05:43.417Z] ---> 942da205337c [2022-02-19T08:05:43.417Z] Step 21/23 : LABEL arch=arm64 [2022-02-19T08:05:43.417Z] ---> Running in a30c6aa154bb [2022-02-19T08:05:43.688Z] Removing intermediate container a30c6aa154bb [2022-02-19T08:05:43.688Z] ---> ed41259d9fb6 [2022-02-19T08:05:43.688Z] Step 22/23 : LABEL git_sha=1a5a41c82a7abf110261f9c06dcf8b4a8e095583 [2022-02-19T08:05:43.959Z] ---> Running in ed6831590df1 [2022-02-19T08:05:44.234Z] Removing intermediate container ed6831590df1 [2022-02-19T08:05:44.234Z] ---> 80756979e02f [2022-02-19T08:05:44.234Z] Step 23/23 : LABEL version=0.0.0 [2022-02-19T08:05:44.234Z] ---> Running in b5f370f558d1 [2022-02-19T08:05:44.826Z] Removing intermediate container b5f370f558d1 [2022-02-19T08:05:44.826Z] ---> fa721c1a1796 [2022-02-19T08:05:44.826Z] [Warning] One or more build-args [ARCH] were not consumed [2022-02-19T08:05:44.826Z] Successfully built fa721c1a1796 [2022-02-19T08:05:44.826Z] 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-02-19T08:05:45.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-02-19T08:05:45.259Z] [2022-02-19T08:05:45.259Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-02-19T08:05:45.601Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-02-19T08:05:45.601Z] arm64: Pulling from edgex-lftools-log-publisher [2022-02-19T08:05:45.601Z] 448f6bf000e3: Pulling fs layer [2022-02-19T08:05:45.601Z] f757da607395: Pulling fs layer [2022-02-19T08:05:45.601Z] 05883995daec: Pulling fs layer [2022-02-19T08:05:45.601Z] 8603b9c90790: Pulling fs layer [2022-02-19T08:05:45.601Z] 1560dd03e051: Pulling fs layer [2022-02-19T08:05:45.601Z] 27f5ce0e4adf: Pulling fs layer [2022-02-19T08:05:45.601Z] c2d8d7efcc4b: Pulling fs layer [2022-02-19T08:05:45.601Z] 27f5ce0e4adf: Waiting [2022-02-19T08:05:45.601Z] c2d8d7efcc4b: Waiting [2022-02-19T08:05:45.601Z] 8603b9c90790: Waiting [2022-02-19T08:05:45.601Z] 1560dd03e051: Waiting [2022-02-19T08:05:45.881Z] f757da607395: Verifying Checksum [2022-02-19T08:05:45.881Z] f757da607395: Download complete [2022-02-19T08:05:45.881Z] 8603b9c90790: Verifying Checksum [2022-02-19T08:05:45.881Z] 8603b9c90790: Download complete [2022-02-19T08:05:45.881Z] 1560dd03e051: Verifying Checksum [2022-02-19T08:05:45.881Z] 1560dd03e051: Download complete [2022-02-19T08:05:45.881Z] 27f5ce0e4adf: Verifying Checksum [2022-02-19T08:05:45.881Z] 27f5ce0e4adf: Download complete [2022-02-19T08:05:45.881Z] 05883995daec: Verifying Checksum [2022-02-19T08:05:45.881Z] 05883995daec: Download complete [2022-02-19T08:05:46.474Z] 448f6bf000e3: Verifying Checksum [2022-02-19T08:05:46.474Z] 448f6bf000e3: Download complete [2022-02-19T08:05:49.098Z] c2d8d7efcc4b: Verifying Checksum [2022-02-19T08:05:49.098Z] c2d8d7efcc4b: Download complete [2022-02-19T08:05:50.077Z] 448f6bf000e3: Pull complete [2022-02-19T08:05:50.350Z] f757da607395: Pull complete [2022-02-19T08:05:51.786Z] 05883995daec: Pull complete [2022-02-19T08:05:52.061Z] 8603b9c90790: Pull complete [2022-02-19T08:05:53.035Z] 1560dd03e051: Pull complete [2022-02-19T08:05:53.306Z] 27f5ce0e4adf: Pull complete [2022-02-19T08:06:08.366Z] c2d8d7efcc4b: Pull complete [2022-02-19T08:06:08.366Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2022-02-19T08:06:08.366Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-02-19T08:06:08.366Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-02-19T08:06:08.564Z] prd-ubuntu18.04-docker-arm64-4c-16g-5703 does not seem to be running inside a container [2022-02-19T08:06:08.601Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-02-19T08:06:11.146Z] $ docker top 6dee6f54c916cd4a3c467beaf45669451ea480bff326e4c09519ce6a9c0e6064 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-02-19T08:06:12.055Z] ---> job-cost.sh [2022-02-19T08:06:12.055Z] lf-activate-venv: SKIPPING [2022-02-19T08:06:12.055Z] INFO: No Stack... [2022-02-19T08:06:12.325Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-02-19T08:06:12.594Z] INFO: Archiving Costs [Pipeline] sh [2022-02-19T08:06:13.250Z] + cut -d, -f6 [2022-02-19T08:06:13.250Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock [2022-02-19T08:06:13.315Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-499-2-stack-cost] [2022-02-19T08:06:13.327Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-499-2-stack-cost] did not exist. Created. [2022-02-19T08:06:13.328Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-499-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-02-19T08:06:13.999Z] /w/workspace/edgex-ui-go/2@tmp/durable-3ba4331f/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-3ba4331f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2022-02-19T08:06:14.663Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-02-19T08:06:14.680Z] Warning: overwriting stash ‘stack-cost’ [2022-02-19T08:06:14.860Z] Stashed 1 file(s) [Pipeline] } [2022-02-19T08:06:14.867Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-499-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-02-19T08:06:14.846Z] $ docker stop --time=1 6dee6f54c916cd4a3c467beaf45669451ea480bff326e4c09519ce6a9c0e6064 [2022-02-19T08:06:16.363Z] $ docker rm -f 6dee6f54c916cd4a3c467beaf45669451ea480bff326e4c09519ce6a9c0e6064 [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-02-19T08:06:16.891Z] provisioning config files... [2022-02-19T08:06:16.948Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-499@tmp/config3523734811441564208tmp [Pipeline] { [Pipeline] sh [2022-02-19T08:06:17.275Z] + set +x [2022-02-19T08:06:17.275Z] + curl -s https://codecov.io/bash [2022-02-19T08:06:17.275Z] + bash -s -- [2022-02-19T08:06:17.275Z] [2022-02-19T08:06:17.275Z] _____ _ [2022-02-19T08:06:17.275Z] / ____| | | [2022-02-19T08:06:17.275Z] | | ___ __| | ___ ___ _____ __ [2022-02-19T08:06:17.275Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-02-19T08:06:17.275Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-02-19T08:06:17.275Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-02-19T08:06:17.275Z] Bash-1.0.6 [2022-02-19T08:06:17.275Z] [2022-02-19T08:06:17.275Z] [2022-02-19T08:06:17.275Z] ==> git version 2.24.4 found [2022-02-19T08:06:17.275Z] ==> 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-02-19T08:06:17.275Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2022-02-19T08:06:17.275Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2022-02-19T08:06:17.275Z] ==> Jenkins CI detected. [2022-02-19T08:06:17.275Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-499 [2022-02-19T08:06:17.275Z] project root: . [2022-02-19T08:06:17.275Z] --> token set from env [2022-02-19T08:06:17.275Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-02-19T08:06:17.275Z] ==> Running gcov in . (disable via -X gcov) [2022-02-19T08:06:17.275Z] ==> Python coveragepy not found [2022-02-19T08:06:17.275Z] ==> Searching for coverage reports in: [2022-02-19T08:06:17.275Z] + . [2022-02-19T08:06:17.275Z] -> Found 1 reports [2022-02-19T08:06:17.275Z] ==> Detecting git/mercurial file structure [2022-02-19T08:06:17.535Z] ==> Reading reports [2022-02-19T08:06:17.535Z] + ./coverage.out bytes=10 [2022-02-19T08:06:17.535Z] ==> Appending adjustments [2022-02-19T08:06:17.535Z] https://docs.codecov.io/docs/fixing-reports [2022-02-19T08:06:17.535Z] + Found adjustments [2022-02-19T08:06:17.535Z] ==> Gzipping contents [2022-02-19T08:06:17.535Z] 4.0K /tmp/codecov.ptMhkd.gz [2022-02-19T08:06:17.535Z] ==> Uploading reports [2022-02-19T08:06:17.535Z] url: https://codecov.io [2022-02-19T08:06:17.535Z] query: branch=PR-499&commit=1a5a41c82a7abf110261f9c06dcf8b4a8e095583&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-499%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=499&job=&cmd_args= [2022-02-19T08:06:17.535Z] -> Pinging Codecov [2022-02-19T08:06:17.535Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-499&commit=1a5a41c82a7abf110261f9c06dcf8b4a8e095583&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-499%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=499&job=&cmd_args= [2022-02-19T08:06:17.797Z] -> Uploading to [2022-02-19T08:06:17.797Z] https://storage.googleapis.com/codecov/v4/raw/2022-02-19/FB506323287CE973F263BFD2A0EB1F37/1a5a41c82a7abf110261f9c06dcf8b4a8e095583/81bfaf69-b048-4bb8-9e91-6a93fc6a9696.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220219%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220219T080617Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=258e83e590f0ec58e6736947415233eab6e375dbbb181b95e764875245615b87 [2022-02-19T08:06:17.797Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-02-19T08:06:17.797Z] Dload Upload Total Spent Left Speed [2022-02-19T08:06:18.368Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3730 0 0 100 3730 0 12005 --:--:-- --:--:-- --:--:-- 12032 [2022-02-19T08:06:18.369Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/1a5a41c82a7abf110261f9c06dcf8b4a8e095583 [Pipeline] } [2022-02-19T08:06:18.378Z] 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-02-19T08:06:19.101Z] + '[' -d /w/workspace/edgexfoundry_edgex-ui-go_PR-499/archives ']' [2022-02-19T08:06:19.101Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-499/archives [2022-02-19T08:06:19.101Z] total 8 [2022-02-19T08:06:19.101Z] drwxr-xr-x. 3 root root 34 Feb 19 08:00 . [2022-02-19T08:06:19.101Z] drwxrwxr-x. 14 jenkins jenkins 4096 Feb 19 08:00 .. [2022-02-19T08:06:19.101Z] drwxr-xr-x. 2 root root 6 Feb 19 08:00 cost [2022-02-19T08:06:19.102Z] -rw-r--r--. 1 root root 82 Feb 19 08:00 cost.csv [2022-02-19T08:06:19.102Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-499/archives [2022-02-19T08:06:19.102Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-499/archives [2022-02-19T08:06:19.102Z] total 8 [2022-02-19T08:06:19.102Z] drwxr-xr-x. 3 jenkins jenkins 34 Feb 19 08:00 . [2022-02-19T08:06:19.102Z] drwxrwxr-x. 14 jenkins jenkins 4096 Feb 19 08:00 .. [2022-02-19T08:06:19.102Z] drwxr-xr-x. 2 jenkins jenkins 6 Feb 19 08:00 cost [2022-02-19T08:06:19.102Z] -rw-r--r--. 1 jenkins jenkins 82 Feb 19 08:00 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-02-19T08:06:19.405Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-02-19T08:06:19.961Z] ---> package-listing.sh [2022-02-19T08:06:19.962Z] ++ facter osfamily [2022-02-19T08:06:19.962Z] ++ tr '[:upper:]' '[:lower:]' [2022-02-19T08:06:20.223Z] + OS_FAMILY=redhat [2022-02-19T08:06:20.223Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-499 [2022-02-19T08:06:20.223Z] + START_PACKAGES=/tmp/packages_start.txt [2022-02-19T08:06:20.223Z] + END_PACKAGES=/tmp/packages_end.txt [2022-02-19T08:06:20.223Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-02-19T08:06:20.223Z] + PACKAGES=/tmp/packages_start.txt [2022-02-19T08:06:20.223Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-499 ']' [2022-02-19T08:06:20.223Z] + PACKAGES=/tmp/packages_end.txt [2022-02-19T08:06:20.223Z] + case "${OS_FAMILY}" in [2022-02-19T08:06:20.223Z] + sort [2022-02-19T08:06:20.223Z] + rpm -qa [2022-02-19T08:06:20.793Z] + '[' -f /tmp/packages_start.txt ']' [2022-02-19T08:06:20.793Z] + '[' -f /tmp/packages_end.txt ']' [2022-02-19T08:06:20.793Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-02-19T08:06:20.793Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-499 ']' [2022-02-19T08:06:20.793Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-499/archives/ [2022-02-19T08:06:20.793Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-499/archives/ [Pipeline] echo [2022-02-19T08:06:20.806Z] 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-499/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-02-19T08:06:21.086Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-02-19T08:06:21.646Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-02-19T08:06:21.646Z] . [Pipeline] withDockerContainer [2022-02-19T08:06:21.714Z] prd-centos7-docker-4c-2g-5702 does not seem to be running inside a container [2022-02-19T08:06:21.747Z] $ 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-499/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-499 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-499:/w/workspace/edgexfoundry_edgex-ui-go_PR-499:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-499@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-499@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-02-19T08:06:21.954Z] $ docker top e0ec5f729cd0814a7a6d548189f7c157e94615b3b2443c17bb9050ec81b009f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-02-19T08:06:22.325Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-02-19T08:06:22.616Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-02-19T08:06:22.908Z] + ls /var/log/sa-host [2022-02-19T08:06:22.908Z] + sadf -c /var/log/sa-host/sa17 [2022-02-19T08:06:22.908Z] file_magic: OK [2022-02-19T08:06:22.908Z] HZ: Using current value: 100 [2022-02-19T08:06:22.908Z] file_header: OK [2022-02-19T08:06:22.908Z] 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-02-19T08:06:22.908Z] Statistics: [2022-02-19T08:06:22.908Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-02-19T08:06:22.908Z] File successfully converted to sysstat format version 12.0.3 [2022-02-19T08:06:22.908Z] + sadf -c /var/log/sa-host/sa19 [2022-02-19T08:06:22.908Z] file_magic: OK [2022-02-19T08:06:22.908Z] HZ: Using current value: 100 [2022-02-19T08:06:22.908Z] file_header: OK [2022-02-19T08:06:22.908Z] 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-02-19T08:06:22.908Z] Statistics: [2022-02-19T08:06:22.908Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-02-19T08:06:22.908Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-02-19T08:06:22.991Z] provisioning config files... [2022-02-19T08:06:23.000Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-499@tmp/config8392188934895187704tmp [Pipeline] { [Pipeline] echo [2022-02-19T08:06:23.019Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-02-19T08:06:23.316Z] ---> create-netrc.sh [Pipeline] } [2022-02-19T08:06:23.324Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-02-19T08:06:23.672Z] ---> python-tools-install.sh [Pipeline] echo [2022-02-19T08:06:23.684Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-02-19T08:06:23.974Z] ---> sudo-logs.sh [2022-02-19T08:06:23.974Z] Archiving 'sudo' log.. [2022-02-19T08:06:23.974Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-5702.novalocal: Name or service not known [2022-02-19T08:06:23.974Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-5702.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2022-02-19T08:06:24.002Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-02-19T08:06:24.293Z] ---> job-cost.sh [2022-02-19T08:06:24.293Z] lf-activate-venv: SKIPPING [2022-02-19T08:06:24.293Z] DEBUG: total: 0.05999999865889549 [2022-02-19T08:06:24.293Z] INFO: Retrieving Stack Cost... [2022-02-19T08:06:24.553Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-02-19T08:06:24.814Z] INFO: Archiving Costs [Pipeline] echo [2022-02-19T08:06:24.830Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-02-19T08:06:25.123Z] ---> logs-deploy.sh [2022-02-19T08:06:25.123Z] lf-activate-venv: SKIPPING [2022-02-19T08:06:25.123Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-499/2 [2022-02-19T08:06:25.123Z] INFO: archiving workspace using pattern(s): [2022-02-19T08:06:25.697Z] Archives upload complete. [2022-02-19T08:06:25.697Z] INFO: archiving logs to Nexus [2022-02-19T08:06:26.272Z] ---> uname -a: [2022-02-19T08:06:26.272Z] Linux prd-centos7-docker-4c-2g-5702.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-02-19T08:06:26.272Z] [2022-02-19T08:06:26.272Z] [2022-02-19T08:06:26.272Z] ---> lscpu: [2022-02-19T08:06:26.272Z] Architecture: x86_64 [2022-02-19T08:06:26.272Z] CPU op-mode(s): 32-bit, 64-bit [2022-02-19T08:06:26.272Z] Byte Order: Little Endian [2022-02-19T08:06:26.272Z] Address sizes: 40 bits physical, 48 bits virtual [2022-02-19T08:06:26.272Z] CPU(s): 2 [2022-02-19T08:06:26.272Z] On-line CPU(s) list: 0,1 [2022-02-19T08:06:26.272Z] Thread(s) per core: 1 [2022-02-19T08:06:26.272Z] Core(s) per socket: 1 [2022-02-19T08:06:26.272Z] Socket(s): 2 [2022-02-19T08:06:26.272Z] NUMA node(s): 1 [2022-02-19T08:06:26.272Z] Vendor ID: AuthenticAMD [2022-02-19T08:06:26.272Z] CPU family: 23 [2022-02-19T08:06:26.272Z] Model: 49 [2022-02-19T08:06:26.272Z] Model name: AMD EPYC-Rome Processor [2022-02-19T08:06:26.272Z] Stepping: 0 [2022-02-19T08:06:26.272Z] CPU MHz: 2799.998 [2022-02-19T08:06:26.272Z] BogoMIPS: 5599.99 [2022-02-19T08:06:26.272Z] Virtualization: AMD-V [2022-02-19T08:06:26.272Z] Hypervisor vendor: KVM [2022-02-19T08:06:26.272Z] Virtualization type: full [2022-02-19T08:06:26.272Z] L1d cache: 32K [2022-02-19T08:06:26.272Z] L1i cache: 32K [2022-02-19T08:06:26.272Z] L2 cache: 512K [2022-02-19T08:06:26.272Z] L3 cache: 16384K [2022-02-19T08:06:26.272Z] NUMA node0 CPU(s): 0,1 [2022-02-19T08:06:26.272Z] 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-02-19T08:06:26.272Z] [2022-02-19T08:06:26.272Z] [2022-02-19T08:06:26.272Z] ---> nproc: [2022-02-19T08:06:26.272Z] 2 [2022-02-19T08:06:26.272Z] [2022-02-19T08:06:26.272Z] [2022-02-19T08:06:26.272Z] ---> df -h: [2022-02-19T08:06:26.272Z] Filesystem Size Used Avail Use% Mounted on [2022-02-19T08:06:26.272Z] overlay 40G 9.2G 31G 23% / [2022-02-19T08:06:26.272Z] tmpfs 64M 0 64M 0% /dev [2022-02-19T08:06:26.273Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2022-02-19T08:06:26.273Z] shm 64M 0 64M 0% /dev/shm [2022-02-19T08:06:26.273Z] /dev/vda1 40G 9.2G 31G 23% /facter-os [2022-02-19T08:06:26.273Z] [2022-02-19T08:06:26.273Z] [2022-02-19T08:06:26.273Z] ---> sar -b -r -n DEV: [2022-02-19T08:06:26.273Z] Linux 3.10.0-1160.45.1.el7.x86_64 (centos-7-docker-61956895-6fad-6945-99d6-2040f50c295e.novalocal) 02/19/22 _x86_64_ (2 CPU) [2022-02-19T08:06:26.273Z] [2022-02-19T08:06:26.273Z] 07:57:58 LINUX RESTART (2 CPU) [2022-02-19T08:06:26.273Z] [2022-02-19T08:06:26.273Z] 07:59:01 tps rtps wtps bread/s bwrtn/s [2022-02-19T08:06:26.273Z] 08:00:01 251.47 0.07 251.41 1.60 59987.34 [2022-02-19T08:06:26.273Z] 08:01:01 134.94 0.02 134.92 0.13 29479.20 [2022-02-19T08:06:26.273Z] 08:02:01 1.30 0.08 1.22 1.60 20.90 [2022-02-19T08:06:26.273Z] 08:03:01 0.22 0.00 0.22 0.00 2.70 [2022-02-19T08:06:26.273Z] 08:04:01 0.25 0.00 0.25 0.00 3.45 [2022-02-19T08:06:26.273Z] 08:05:01 0.18 0.00 0.18 0.00 2.32 [2022-02-19T08:06:26.273Z] 08:06:01 0.37 0.00 0.37 0.00 5.58 [2022-02-19T08:06:26.273Z] Average: 55.54 0.02 55.52 0.48 12788.66 [2022-02-19T08:06:26.273Z] [2022-02-19T08:06:26.273Z] 07:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-02-19T08:06:26.273Z] 08:00:01 3882464 0 958816 11.97 2620 3165040 1530656 16.90 886532 2774892 45204 [2022-02-19T08:06:26.273Z] 08:01:01 3217592 0 1059200 13.23 2620 3729528 1355972 14.97 1021280 3229240 24 [2022-02-19T08:06:26.273Z] 08:02:01 3211632 0 1065040 13.30 2620 3729648 1374820 15.18 1029364 3229304 8 [2022-02-19T08:06:26.273Z] 08:03:01 3234032 0 1042632 13.02 2620 3729656 1282656 14.16 1010424 3229304 8 [2022-02-19T08:06:26.273Z] 08:04:01 3229140 0 1047520 13.08 2620 3729660 1311896 14.48 1014560 3229304 20 [2022-02-19T08:06:26.273Z] 08:05:01 3239116 0 1037540 12.95 2620 3729664 1282656 14.16 1005864 3229304 20 [2022-02-19T08:06:26.273Z] 08:06:01 3239188 0 1037464 12.95 2620 3729668 1282656 14.16 1005800 3229304 16 [2022-02-19T08:06:26.273Z] Average: 3321881 0 1035459 12.93 2620 3648981 1345902 14.86 996261 3164379 6471 [2022-02-19T08:06:26.273Z] [2022-02-19T08:06:26.273Z] 07:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-02-19T08:06:26.273Z] 08:00:01 eth0 283.98 216.62 2059.73 27.61 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:00:01 veth628efaf 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:00:01 docker0 199.83 250.37 15.95 2027.92 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:01:01 eth0 135.67 91.61 2704.43 38.80 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:01:01 docker0 7.14 9.03 0.40 38.10 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:02:01 eth0 3.48 3.38 0.69 26.37 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:03:01 eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:04:01 eth0 3.22 2.70 0.58 13.13 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:05:01 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:06:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] Average: eth0 60.97 44.94 680.92 15.14 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] Average: docker0 29.57 37.07 2.34 295.21 0.00 0.00 0.00 0.00 [2022-02-19T08:06:26.273Z] [2022-02-19T08:06:26.273Z] [2022-02-19T08:06:26.273Z] ---> sar -P ALL: [2022-02-19T08:06:26.273Z] Linux 3.10.0-1160.45.1.el7.x86_64 (centos-7-docker-61956895-6fad-6945-99d6-2040f50c295e.novalocal) 02/19/22 _x86_64_ (2 CPU) [2022-02-19T08:06:26.273Z] [2022-02-19T08:06:26.273Z] 07:57:58 LINUX RESTART (2 CPU) [2022-02-19T08:06:26.273Z] [2022-02-19T08:06:26.273Z] 07:59:01 CPU %user %nice %system %iowait %steal %idle [2022-02-19T08:06:26.273Z] 08:00:01 all 30.81 0.00 9.70 2.05 0.09 57.35 [2022-02-19T08:06:26.273Z] 08:00:01 0 30.88 0.00 10.04 2.09 0.09 56.90 [2022-02-19T08:06:26.273Z] 08:00:01 1 30.74 0.00 9.35 2.02 0.09 57.80 [2022-02-19T08:06:26.273Z] 08:01:01 all 27.15 0.00 6.83 2.71 0.07 63.24 [2022-02-19T08:06:26.273Z] 08:01:01 0 27.19 0.00 7.09 2.29 0.07 63.35 [2022-02-19T08:06:26.273Z] 08:01:01 1 27.11 0.00 6.57 3.13 0.07 63.12 [2022-02-19T08:06:26.273Z] 08:02:01 all 0.13 0.00 0.10 0.00 0.03 99.75 [2022-02-19T08:06:26.273Z] 08:02:01 0 0.13 0.00 0.08 0.00 0.02 99.77 [2022-02-19T08:06:26.273Z] 08:02:01 1 0.12 0.00 0.12 0.00 0.03 99.73 [2022-02-19T08:06:26.273Z] 08:03:01 all 0.05 0.00 0.04 0.00 0.02 99.89 [2022-02-19T08:06:26.273Z] 08:03:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2022-02-19T08:06:26.273Z] 08:03:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2022-02-19T08:06:26.273Z] 08:04:01 all 0.12 0.00 0.06 0.00 0.02 99.81 [2022-02-19T08:06:26.273Z] 08:04:01 0 0.13 0.00 0.05 0.00 0.02 99.80 [2022-02-19T08:06:26.273Z] 08:04:01 1 0.10 0.00 0.07 0.00 0.02 99.82 [2022-02-19T08:06:26.273Z] 08:05:01 all 0.06 0.00 0.03 0.00 0.02 99.90 [2022-02-19T08:06:26.273Z] 08:05:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2022-02-19T08:06:26.273Z] 08:05:01 1 0.08 0.00 0.03 0.00 0.03 99.85 [2022-02-19T08:06:26.273Z] 08:06:01 all 0.02 0.00 0.03 0.00 0.02 99.94 [2022-02-19T08:06:26.273Z] 08:06:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2022-02-19T08:06:26.273Z] 08:06:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2022-02-19T08:06:26.273Z] Average: all 8.02 0.00 2.31 0.66 0.04 88.98 [2022-02-19T08:06:26.273Z] Average: 0 8.04 0.00 2.39 0.60 0.03 88.94 [2022-02-19T08:06:26.273Z] Average: 1 8.00 0.00 2.23 0.71 0.04 89.02 [2022-02-19T08:06:26.273Z] [2022-02-19T08:06:26.273Z] [2022-02-19T08:06:26.273Z]