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 07:58:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:58:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:58:31 ========================================================= 07:58:31 EdgeX Global Pipelines Version Info 07:58:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:58:32 ------------------- 07:58:32 stable info: 07:58:32 ------------------- 07:58:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:58:32 Commit SHA: efdbc04638cc485a1a2a98c60e49a0e43cac6f53 07:58:32 Message: update stable to v1.0.220 07:58:33 ------------------- 07:58:33 experimental info: 07:58:33 ------------------- 07:58:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:58:33 Commit SHA: efdbc04638cc485a1a2a98c60e49a0e43cac6f53 07:58:33 Message: update experimental to v1.0.220 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-499 [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-499 [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-499 [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1a5a41c [Pipeline] echo 07:58:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:58:33 provisioning config files... 07:58:33 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-499@tmp/config3579330968396625103tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:58:34 ---> docker-login.sh 07:58:34 nexus3.edgexfoundry.org:10001 07:58:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:34 Configure a credential helper to remove this warning. See 07:58:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:34 07:58:34 Login Succeeded 07:58:34 nexus3.edgexfoundry.org:10002 07:58:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:34 Configure a credential helper to remove this warning. See 07:58:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:34 07:58:34 Login Succeeded 07:58:34 nexus3.edgexfoundry.org:10003 07:58:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:34 Configure a credential helper to remove this warning. See 07:58:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:34 07:58:34 Login Succeeded 07:58:34 nexus3.edgexfoundry.org:10004 07:58:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:34 Configure a credential helper to remove this warning. See 07:58:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:34 07:58:34 Login Succeeded 07:58:34 docker.io 07:58:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:35 Configure a credential helper to remove this warning. See 07:58:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:35 07:58:35 Login Succeeded 07:58:35 ---> docker-login.sh ends [Pipeline] } 07:58:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 07:58:35 + git rev-list -1 --merges 1a5a41c82a7abf110261f9c06dcf8b4a8e095583~1..1a5a41c82a7abf110261f9c06dcf8b4a8e095583 [Pipeline] echo 07:58:35 -----------> git rev-list -1 --merges 1a5a41c82a7abf110261f9c06dcf8b4a8e095583~1..1a5a41c82a7abf110261f9c06dcf8b4a8e095583 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 07:58:35 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 [false] [Pipeline] sh 07:58:35 + git log --format=format:%s -1 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 [Pipeline] echo 07:58:35 ========================================================= 07:58:35 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:58:35 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:58:36 + git log --format=format:%s -1 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 [Pipeline] echo 07:58:36 [semverPrep] GIT_COMMIT: 1a5a41c82a7abf110261f9c06dcf8b4a8e095583, Commit Message: Merge branch 'main' into dependabot/npm_and_yarn/web/url-parse-1.5.7 [Pipeline] echo 07:58:36 [semverPrep] This is not a build commit. [Pipeline] sh 07:58:36 + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts 07:58:36 + grep -v github /etc/ssh/ssh_known_hosts 07:58:36 + '[' -e /tmp/ssh_known_hosts ']' 07:58:36 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:58:36 + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' 07:58:36 + sudo tee -a /etc/ssh/ssh_known_hosts 07:58:36 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 07:58:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:58:36 07:58:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:58:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:58:37 latest: Pulling from edgex-devops/git-semver 07:58:37 a0d0a0d46f8b: Pulling fs layer 07:58:37 3e5f54012d9b: Pulling fs layer 07:58:37 4c7163046ea9: Pulling fs layer 07:58:37 0c2d73faf560: Pulling fs layer 07:58:37 0c2d73faf560: Waiting 07:58:37 3e5f54012d9b: Verifying Checksum 07:58:37 3e5f54012d9b: Download complete 07:58:37 a0d0a0d46f8b: Verifying Checksum 07:58:37 a0d0a0d46f8b: Download complete 07:58:37 0c2d73faf560: Verifying Checksum 07:58:37 0c2d73faf560: Download complete 07:58:37 4c7163046ea9: Verifying Checksum 07:58:37 4c7163046ea9: Download complete 07:58:37 a0d0a0d46f8b: Pull complete 07:58:37 3e5f54012d9b: Pull complete 07:58:37 4c7163046ea9: Pull complete 07:58:37 0c2d73faf560: Pull complete 07:58:37 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 07:58:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:58:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:58:38 prd-centos7-docker-4c-2g-5702 does not seem to be running inside a container 07:58:37 $ 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 07:58:38 $ docker top 1e1ee3d742f47614c689cf44f1bfe9df3d6a67b7fabd3206fe5e2692bc46f487 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:58:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:58:39 [ssh-agent] Looking for ssh-agent implementation... 07:58:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:58:39 $ docker exec 1e1ee3d742f47614c689cf44f1bfe9df3d6a67b7fabd3206fe5e2692bc46f487 ssh-agent 07:58:39 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXKKEgMc/agent.15 07:58:39 SSH_AGENT_PID=21 07:58:39 Running ssh-add (command line suppressed) 07:58:39 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) 07:58:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:58:39 + git tag --points-at HEAD [Pipeline] } 07:58:39 $ docker exec --env ******** --env ******** 1e1ee3d742f47614c689cf44f1bfe9df3d6a67b7fabd3206fe5e2692bc46f487 ssh-agent -k 07:58:39 unset SSH_AUTH_SOCK; 07:58:39 unset SSH_AGENT_PID; 07:58:39 echo Agent pid 21 killed; 07:58:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:58:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:58:39 [ssh-agent] Looking for ssh-agent implementation... 07:58:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:58:39 $ docker exec 1e1ee3d742f47614c689cf44f1bfe9df3d6a67b7fabd3206fe5e2692bc46f487 ssh-agent 07:58:40 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXHeAlGK/agent.55 07:58:40 SSH_AGENT_PID=61 07:58:40 Running ssh-add (command line suppressed) 07:58:40 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) 07:58:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:58:40 + git semver init 07:58:40 # -> Open(): unable to determine branch for HEAD 07:58:40 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-499/.git 07:58:40 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-499 07:58:40 # $SEMVER_REMOTE_NAME = origin 07:58:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:58:40 # $SEMVER_USER_NAME = edgex-jenkins 07:58:40 # $SEMVER_BRANCH = PR-499 07:58:40 # $SEMVER_TEMP = /tmp/semver-838066631 07:58:40 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 07:58:42 # '/tmp/semver-838066631' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-499/.semver' 07:58:42 # -> Force: false 07:58:42 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-499/.semver [Pipeline] } 07:58:42 $ docker exec --env ******** --env ******** 1e1ee3d742f47614c689cf44f1bfe9df3d6a67b7fabd3206fe5e2692bc46f487 ssh-agent -k 07:58:43 unset SSH_AUTH_SOCK; 07:58:43 unset SSH_AGENT_PID; 07:58:43 echo Agent pid 61 killed; 07:58:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:58:43 + git semver [Pipeline] } 07:58:43 $ docker stop --time=1 1e1ee3d742f47614c689cf44f1bfe9df3d6a67b7fabd3206fe5e2692bc46f487 07:58:44 $ docker rm -f 1e1ee3d742f47614c689cf44f1bfe9df3d6a67b7fabd3206fe5e2692bc46f487 [Pipeline] // withDockerContainer [Pipeline] sh 07:58:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:58:45 Stashed 1 file(s) [Pipeline] echo 07:58:45 [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 07:58:45 provisioning config files... 07:58:45 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-499@tmp/config6945682185032017871tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:58:45 ---> docker-login.sh 07:58:45 nexus3.edgexfoundry.org:10001 07:58:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:45 Configure a credential helper to remove this warning. See 07:58:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:45 07:58:45 Login Succeeded 07:58:45 nexus3.edgexfoundry.org:10002 07:58:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:45 Configure a credential helper to remove this warning. See 07:58:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:45 07:58:45 Login Succeeded 07:58:45 nexus3.edgexfoundry.org:10003 07:58:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:46 Configure a credential helper to remove this warning. See 07:58:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:46 07:58:46 Login Succeeded 07:58:46 nexus3.edgexfoundry.org:10004 07:58:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:46 Configure a credential helper to remove this warning. See 07:58:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:46 07:58:46 Login Succeeded 07:58:46 docker.io 07:58:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:58:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:58:46 Configure a credential helper to remove this warning. See 07:58:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:58:46 07:58:46 Login Succeeded 07:58:46 ---> docker-login.sh ends [Pipeline] } 07:58:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:58:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:58:46 ========================================================= 07:58:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 07:58:46 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 07:58:47 + 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 . 07:58:47 Sending build context to Docker daemon 41.01MB 07:58:47 Step 1/15 : ARG BASE=golang:1.17-alpine3.15 07:58:47 Step 2/15 : FROM ${BASE} AS builder 07:58:47 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 07:58:47 59bf1c3509f3: Pulling fs layer 07:58:47 666ba61612fd: Pulling fs layer 07:58:47 8ed8ca486205: Pulling fs layer 07:58:47 4fe6c5a15a65: Pulling fs layer 07:58:47 22a0e8bec74d: Pulling fs layer 07:58:47 640e595b4fbd: Pulling fs layer 07:58:47 763cafe07f6e: Pulling fs layer 07:58:47 0c0b528cf693: Pulling fs layer 07:58:47 10935f4eaf8b: Pulling fs layer 07:58:47 4fe6c5a15a65: Waiting 07:58:47 22a0e8bec74d: Waiting 07:58:47 640e595b4fbd: Waiting 07:58:47 763cafe07f6e: Waiting 07:58:47 0c0b528cf693: Waiting 07:58:47 10935f4eaf8b: Waiting 07:58:47 8ed8ca486205: Verifying Checksum 07:58:47 8ed8ca486205: Download complete 07:58:47 666ba61612fd: Verifying Checksum 07:58:47 666ba61612fd: Download complete 07:58:47 22a0e8bec74d: Verifying Checksum 07:58:47 22a0e8bec74d: Download complete 07:58:47 640e595b4fbd: Verifying Checksum 07:58:47 640e595b4fbd: Download complete 07:58:47 59bf1c3509f3: Verifying Checksum 07:58:47 59bf1c3509f3: Download complete 07:58:47 763cafe07f6e: Verifying Checksum 07:58:47 763cafe07f6e: Download complete 07:58:47 0c0b528cf693: Verifying Checksum 07:58:47 0c0b528cf693: Download complete 07:58:47 10935f4eaf8b: Verifying Checksum 07:58:47 10935f4eaf8b: Download complete 07:58:48 4fe6c5a15a65: Verifying Checksum 07:58:48 4fe6c5a15a65: Download complete 07:58:48 59bf1c3509f3: Pull complete 07:58:48 666ba61612fd: Pull complete 07:58:48 8ed8ca486205: Pull complete 07:58:52 4fe6c5a15a65: Pull complete 07:58:52 22a0e8bec74d: Pull complete 07:58:52 640e595b4fbd: Pull complete 07:58:52 763cafe07f6e: Pull complete 07:58:52 0c0b528cf693: Pull complete 07:58:54 10935f4eaf8b: Pull complete 07:58:54 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 07:58:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 07:58:54 ---> 99d49a6021b9 07:58:54 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:58:56 ---> Running in a08cf86bbd34 07:58:56 Removing intermediate container a08cf86bbd34 07:58:56 ---> 04fefaccf622 07:58:56 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 07:58:56 ---> Running in 67f10b65078e 07:58:56 Removing intermediate container 67f10b65078e 07:58:56 ---> c28b416466dd 07:58:56 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 07:58:56 ---> Running in 83db57e5516c 07:58:56 Removing intermediate container 83db57e5516c 07:58:56 ---> 2ae4a7eca948 07:58:56 Step 6/15 : LABEL Name=edgex-ui-go 07:58:56 ---> Running in e7b2e04ef56e 07:58:57 Removing intermediate container e7b2e04ef56e 07:58:57 ---> b77fba006c9f 07:58:57 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:58:57 ---> Running in a8fa9da2a339 07:58:57 Removing intermediate container a8fa9da2a339 07:58:57 ---> d18b414fa947 07:58:57 Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:58:57 ---> Running in 8ec292acc549 07:58:57 Removing intermediate container 8ec292acc549 07:58:57 ---> da84d30043a8 07:58:57 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:58:57 ---> Running in 754d1083edc3 07:58:57 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 07:58:58 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 07:58:59 OK: 221 MiB in 52 packages 07:58:59 Removing intermediate container 754d1083edc3 07:58:59 ---> 4d4c1c6c093e 07:58:59 Step 10/15 : ENV GO111MODULE=on 07:58:59 ---> Running in 7c6da4f8c92d 07:58:59 Removing intermediate container 7c6da4f8c92d 07:58:59 ---> c8caee041aa9 07:58:59 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:58:59 ---> Running in da6ae95556bb 07:58:59 Removing intermediate container da6ae95556bb 07:58:59 ---> 2d967c29a048 07:58:59 Step 12/15 : COPY go.mod vendor* ./ 07:58:59 ---> 3581b00516e9 07:58:59 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:58:59 ---> Running in dc6c9ca2258c 07:59:00 Still waiting to schedule task 07:59:00 ‘prd-ubuntu18.04-docker-arm64-4c-16g-5701’ is offline 07:59:46 Removing intermediate container dc6c9ca2258c 07:59:46 ---> e3b3583b2fff 07:59:46 Step 14/15 : COPY . . 07:59:46 ---> a5398b6f51e5 07:59:46 Step 15/15 : RUN ${MAKE} 07:59:46 ---> Running in cb17159b3da6 07:59:46 noop 07:59:46 Removing intermediate container cb17159b3da6 07:59:46 ---> df7afad03fe8 07:59:46 Successfully built df7afad03fe8 07:59:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:59:46 + docker inspect -f . ci-base-image-x86_64 07:59:46 . [Pipeline] withDockerContainer 07:59:46 prd-centos7-docker-4c-2g-5702 does not seem to be running inside a container 07:59:46 $ 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 07:59:47 $ docker top 6d3dc61b788058196b03320302bc534e1b2d2030eb65dabb811d47de06f70b59 -eo pid,comm [Pipeline] { [Pipeline] sh 07:59:47 + go version 07:59:47 go version go1.17.6 linux/amd64 [Pipeline] } 07:59:47 $ docker stop --time=1 6d3dc61b788058196b03320302bc534e1b2d2030eb65dabb811d47de06f70b59 07:59:48 $ docker rm -f 6d3dc61b788058196b03320302bc534e1b2d2030eb65dabb811d47de06f70b59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:59:49 + docker inspect -f . ci-base-image-x86_64 07:59:49 . [Pipeline] withDockerContainer 07:59:49 prd-centos7-docker-4c-2g-5702 does not seem to be running inside a container 07:59:49 $ 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 07:59:49 $ docker top b3bbdaca14158b2bd6469203176b0d69a6202bff44ea04aee14da3f579fbc1c1 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 07:59:49 + make test 07:59:49 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:59:50 ? github.com/edgexfoundry/edgex-ui-go [no test files] 08:00:02 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 08:00:02 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 08:00:02 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 08:00:02 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 08:00:02 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 08:00:02 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 08:00:02 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 08:00:02 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 08:00:02 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 08:00:02 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 08:00:02 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 08:00:02 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 08:00:02 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:00:05 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:00:05 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 08:00:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 08:00:05 $ docker stop --time=1 b3bbdaca14158b2bd6469203176b0d69a6202bff44ea04aee14da3f579fbc1c1 08:00:06 $ docker rm -f b3bbdaca14158b2bd6469203176b0d69a6202bff44ea04aee14da3f579fbc1c1 [Pipeline] // withDockerContainer [Pipeline] sh 08:00:07 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:00:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:00:07 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:00:08 + ls -al . 08:00:08 total 112 08:00:08 drwxrwxr-x. 13 jenkins jenkins 4096 Feb 19 07:59 . 08:00:08 drwxrwxr-x. 4 jenkins jenkins 110 Feb 19 07:58 .. 08:00:08 drwxrwxr-x. 3 jenkins jenkins 20 Feb 19 07:58 assets 08:00:08 drwxrwxr-x. 2 jenkins jenkins 66 Feb 19 07:58 bin 08:00:08 drwxrwxr-x. 3 jenkins jenkins 29 Feb 19 07:58 cmd 08:00:08 -rw-rw-r--. 1 jenkins jenkins 3959 Feb 19 07:58 CONTRIBUTING.md 08:00:08 -rw-r--r--. 1 jenkins jenkins 10 Feb 19 07:59 coverage.out 08:00:08 -rw-rw-r--. 1 jenkins jenkins 1549 Feb 19 07:58 Dockerfile 08:00:08 drwxrwxr-x. 2 jenkins jenkins 23 Feb 19 07:58 docs 08:00:08 drwxrwxr-x. 8 jenkins jenkins 179 Feb 19 07:58 .git 08:00:08 drwxrwxr-x. 2 jenkins jenkins 103 Feb 19 07:58 .github 08:00:08 -rw-rw-r--. 1 jenkins jenkins 155 Feb 19 07:58 .gitignore 08:00:08 -rw-rw-r--. 1 jenkins jenkins 1944 Feb 19 07:58 go.mod 08:00:08 -rw-rw-r--. 1 jenkins jenkins 48565 Feb 19 07:58 go.sum 08:00:08 drwxrwxr-x. 9 jenkins jenkins 125 Feb 19 07:58 internal 08:00:08 -rw-rw-r--. 1 jenkins jenkins 652 Feb 19 07:58 Jenkinsfile 08:00:08 -rw-rw-r--. 1 jenkins jenkins 11357 Feb 19 07:58 LICENSE 08:00:08 -rw-rw-r--. 1 jenkins jenkins 1212 Feb 19 07:58 Makefile 08:00:08 drwxrwxr-x. 3 jenkins jenkins 19 Feb 19 07:58 pkg 08:00:08 -rw-rw-r--. 1 jenkins jenkins 4450 Feb 19 07:58 README.md 08:00:08 drwx------. 3 jenkins jenkins 56 Feb 19 07:58 .semver 08:00:08 drwxrwxr-x. 4 jenkins jenkins 71 Feb 19 07:58 snap 08:00:08 -rw-rw-r--. 1 jenkins jenkins 5 Feb 19 07:58 VERSION 08:00:08 -rw-rw-r--. 1 jenkins jenkins 155 Feb 19 07:58 version.go 08:00:08 drwxrwxr-x. 4 jenkins jenkins 4096 Feb 19 07:58 web [Pipeline] isUnix [Pipeline] sh 08:00:08 + 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 . 08:00:08 Sending build context to Docker daemon 41.01MB 08:00:08 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 08:00:08 Step 2/23 : FROM ${BASE} AS builder 08:00:08 ---> df7afad03fe8 08:00:08 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 08:00:08 ---> Running in 403dd1ab746a 08:00:08 Removing intermediate container 403dd1ab746a 08:00:08 ---> 005961628e98 08:00:08 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 08:00:08 ---> Running in 994ef2168317 08:00:09 Removing intermediate container 994ef2168317 08:00:09 ---> 508fc26ecae6 08:00:09 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 08:00:09 ---> Running in 24e66eed4394 08:00:09 Removing intermediate container 24e66eed4394 08:00:09 ---> db84ff76d713 08:00:09 Step 6/23 : LABEL Name=edgex-ui-go 08:00:09 ---> Running in b7db27a76f54 08:00:09 Removing intermediate container b7db27a76f54 08:00:09 ---> 4df3a7914cd8 08:00:09 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 08:00:09 ---> Running in 19ddd44b4a17 08:00:09 Removing intermediate container 19ddd44b4a17 08:00:09 ---> b2da7b39acbd 08:00:09 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:00:09 ---> Running in c77c8a578902 08:00:09 Removing intermediate container c77c8a578902 08:00:09 ---> f631a50cf466 08:00:09 Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:00:09 ---> Running in fcc3260e79c3 08:00:09 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 08:00:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 08:00:11 OK: 221 MiB in 52 packages 08:00:11 Removing intermediate container fcc3260e79c3 08:00:11 ---> f44e2db4f55e 08:00:11 Step 10/23 : ENV GO111MODULE=on 08:00:11 ---> Running in b05a55973816 08:00:11 Removing intermediate container b05a55973816 08:00:11 ---> cba2efed9e76 08:00:11 Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 08:00:11 ---> Running in 04b2bff86a0e 08:00:11 Removing intermediate container 04b2bff86a0e 08:00:11 ---> 0d0ad2751226 08:00:11 Step 12/23 : COPY go.mod vendor* ./ 08:00:11 ---> 924cc6ecec95 08:00:11 Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:00:11 ---> Running in c2cc883ff2a6 08:00:12 Removing intermediate container c2cc883ff2a6 08:00:12 ---> 2d078811ccb2 08:00:12 Step 14/23 : COPY . . 08:00:13 ---> 45fab3260e8a 08:00:13 Step 15/23 : RUN ${MAKE} 08:00:13 ---> Running in 1d260a80b6cb 08:00:13 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 08:00:23 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:00:23 Removing intermediate container 1d260a80b6cb 08:00:23 ---> 310f67331fe3 08:00:23 Step 16/23 : FROM alpine:3.14 08:00:24 3.14: Pulling from library/alpine 08:00:24 97518928ae5f: Pulling fs layer 08:00:24 97518928ae5f: Verifying Checksum 08:00:24 97518928ae5f: Download complete 08:00:24 97518928ae5f: Pull complete 08:00:24 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 08:00:24 Status: Downloaded newer image for alpine:3.14 08:00:24 ---> 0a97eee8041e 08:00:24 Step 17/23 : EXPOSE 4000 08:00:24 ---> Running in c45aa4582424 08:00:24 Removing intermediate container c45aa4582424 08:00:24 ---> 1010fb8ed264 08:00:24 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 08:00:25 ---> 4de3a63e1db5 08:00:25 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 08:00:25 ---> Running in 5c4d923a2386 08:00:25 Removing intermediate container 5c4d923a2386 08:00:25 ---> f8f70eb41be3 08:00:25 Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 08:00:25 ---> Running in 6ed8ebc9dde3 08:00:25 Removing intermediate container 6ed8ebc9dde3 08:00:25 ---> 7f3daf9a649c 08:00:25 Step 21/23 : LABEL arch=amd64 08:00:25 ---> Running in f40d96224dbe 08:00:25 Removing intermediate container f40d96224dbe 08:00:25 ---> 33dcae361ebb 08:00:25 Step 22/23 : LABEL git_sha=1a5a41c82a7abf110261f9c06dcf8b4a8e095583 08:00:25 ---> Running in 32ebec52dd43 08:00:26 Removing intermediate container 32ebec52dd43 08:00:26 ---> 77d313192223 08:00:26 Step 23/23 : LABEL version=0.0.0 08:00:26 ---> Running in 587139700ff0 08:00:26 Removing intermediate container 587139700ff0 08:00:26 ---> f14f32f465d4 08:00:26 [Warning] One or more build-args [ARCH] were not consumed 08:00:26 Successfully built f14f32f465d4 08:00:26 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 08:00:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:00:26 08:00:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 08:00:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:00:26 latest: Pulling from edgex-lftools-log-publisher 08:00:26 b4d181a07f80: Pulling fs layer 08:00:26 a1111a8f2ec3: Pulling fs layer 08:00:26 ed53099fbce6: Pulling fs layer 08:00:26 dc539afda2c1: Pulling fs layer 08:00:26 77bc0d833cb6: Pulling fs layer 08:00:26 9065ff56babe: Pulling fs layer 08:00:26 d287ab97295c: Pulling fs layer 08:00:26 dc539afda2c1: Waiting 08:00:26 77bc0d833cb6: Waiting 08:00:26 9065ff56babe: Waiting 08:00:26 d287ab97295c: Waiting 08:00:26 a1111a8f2ec3: Verifying Checksum 08:00:26 a1111a8f2ec3: Download complete 08:00:26 dc539afda2c1: Verifying Checksum 08:00:26 dc539afda2c1: Download complete 08:00:26 ed53099fbce6: Verifying Checksum 08:00:26 ed53099fbce6: Download complete 08:00:26 77bc0d833cb6: Verifying Checksum 08:00:26 77bc0d833cb6: Download complete 08:00:27 9065ff56babe: Verifying Checksum 08:00:27 9065ff56babe: Download complete 08:00:27 b4d181a07f80: Verifying Checksum 08:00:27 b4d181a07f80: Download complete 08:00:27 d287ab97295c: Verifying Checksum 08:00:27 d287ab97295c: Download complete 08:00:28 b4d181a07f80: Pull complete 08:00:28 a1111a8f2ec3: Pull complete 08:00:29 ed53099fbce6: Pull complete 08:00:29 dc539afda2c1: Pull complete 08:00:29 77bc0d833cb6: Pull complete 08:00:29 9065ff56babe: Pull complete 08:00:34 d287ab97295c: Pull complete 08:00:34 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 08:00:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:00:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 08:00:35 prd-centos7-docker-4c-2g-5702 does not seem to be running inside a container 08:00:35 $ 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 08:00:37 $ docker top 4847ddf698bea1eebbdaa15602f07a85bc3e47a0d7e10710bad9a2a8937761b7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:00:38 ---> job-cost.sh 08:00:38 lf-activate-venv: SKIPPING 08:00:38 INFO: No Stack... 08:00:38 INFO: Retrieving Pricing Info for: v3-standard-2 08:00:38 INFO: Archiving Costs [Pipeline] sh 08:00:38 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-499/archives/cost.csv 08:00:38 + cut -d, -f6 [Pipeline] lock 08:00:38 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-499-2-stack-cost] 08:00:38 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-499-2-stack-cost] did not exist. Created. 08:00:38 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-499-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:00:39 + echo total: 0.05999999865889549 [Pipeline] stash 08:00:39 Stashed 1 file(s) [Pipeline] } 08:00:39 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-499-2-stack-cost] [Pipeline] // lock [Pipeline] } 08:00:39 $ docker stop --time=1 4847ddf698bea1eebbdaa15602f07a85bc3e47a0d7e10710bad9a2a8937761b7 08:00:40 $ docker rm -f 4847ddf698bea1eebbdaa15602f07a85bc3e47a0d7e10710bad9a2a8937761b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:01:12 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5703 in /w/workspace/edgexfoundry_edgex-ui-go_PR-499 [Pipeline] { [Pipeline] ws 08:01:12 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 08:01:12 The recommended git tool is: git 08:01:17 using credential edgex-jenkins-ssh 08:01:17 Cloning the remote Git repository 08:01:17 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 08:01:17 > git init /w/workspace/edgex-ui-go/2 # timeout=10 08:01:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:01:17 > git --version # timeout=10 08:01:17 > git --version # 'git version 2.17.1' 08:01:17 using GIT_SSH to set credentials SSH Credentials for GitHub 08:01:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:01:21 Merging remotes/origin/main commit abac56bfbc2622a6e624e13e221273bb96021246 into PR head commit 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 08:01:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:01:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:01:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 08:01:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 08:01:20 using GIT_SSH to set credentials SSH Credentials for GitHub 08:01:20 > 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 08:01:21 > git config core.sparsecheckout # timeout=10 08:01:21 > git checkout -f 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 # timeout=10 08:01:21 Merge succeeded, producing 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 08:01:21 Checking out Revision 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 (PR-499) 08:01:21 > git remote # timeout=10 08:01:21 > git config --get remote.origin.url # timeout=10 08:01:21 using GIT_SSH to set credentials SSH Credentials for GitHub 08:01:21 > git merge abac56bfbc2622a6e624e13e221273bb96021246 # timeout=10 08:01:21 > git rev-parse HEAD^{commit} # timeout=10 08:01:21 > git config core.sparsecheckout # timeout=10 08:01:21 > git checkout -f 1a5a41c82a7abf110261f9c06dcf8b4a8e095583 # timeout=10 08:01:26 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 08:01:27 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 08:01:27 % Total % Received % Xferd Average Speed Time Time Time Current 08:01:27 Dload Upload Total Spent Left Speed 08:01:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 214k 0 --:--:-- --:--:-- --:--:-- 214k [Pipeline] sh 08:01:27 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 08:01:28 + sudo tee /etc/docker/daemon.new 08:01:28 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 08:01:28 { 08:01:28 "registry-mirrors": [ 08:01:28 "https://nexus3.edgexfoundry.org:10001" 08:01:28 ], 08:01:28 "bip": "10.250.0.254/24", 08:01:28 "hosts": [ 08:01:28 "tcp://0.0.0.0:5555", 08:01:28 "unix:///var/run/docker.sock" 08:01:28 ], 08:01:28 "mtu": 1458, 08:01:28 "selinux-enabled": true, 08:01:28 "seccomp-profile": "/etc/docker/seccomp.json" 08:01:28 } [Pipeline] sh 08:01:28 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 08:01:28 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:01:47 provisioning config files... 08:01:47 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4519464145816525097tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:01:47 ---> docker-login.sh 08:01:47 nexus3.edgexfoundry.org:10001 08:01:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:48 Configure a credential helper to remove this warning. See 08:01:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:48 08:01:48 Login Succeeded 08:01:48 nexus3.edgexfoundry.org:10002 08:01:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:48 Configure a credential helper to remove this warning. See 08:01:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:48 08:01:48 Login Succeeded 08:01:48 nexus3.edgexfoundry.org:10003 08:01:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:49 Configure a credential helper to remove this warning. See 08:01:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:49 08:01:49 Login Succeeded 08:01:49 nexus3.edgexfoundry.org:10004 08:01:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:49 Configure a credential helper to remove this warning. See 08:01:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:49 08:01:49 Login Succeeded 08:01:49 docker.io 08:01:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:01:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:01:50 Configure a credential helper to remove this warning. See 08:01:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:01:50 08:01:50 Login Succeeded 08:01:50 ---> docker-login.sh ends [Pipeline] } 08:01:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:01:50 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 08:01:50 ========================================================= 08:01:50 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 08:01:50 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 08:01:51 + 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 . 08:01:52 Sending build context to Docker daemon 25.78MB 08:01:52 Step 1/15 : ARG BASE=golang:1.17-alpine3.15 08:01:52 Step 2/15 : FROM ${BASE} AS builder 08:01:52 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:01:52 9b3977197b4f: Pulling fs layer 08:01:52 1a89e8eeedd5: Pulling fs layer 08:01:52 94645a83ff95: Pulling fs layer 08:01:52 3f3a8bcf1eab: Pulling fs layer 08:01:52 0c92f367c5e7: Pulling fs layer 08:01:52 f7c0051592d6: Pulling fs layer 08:01:52 a227ed2f7395: Pulling fs layer 08:01:52 7b1c46037f91: Pulling fs layer 08:01:52 3f3a8bcf1eab: Waiting 08:01:52 0c92f367c5e7: Waiting 08:01:52 f7c0051592d6: Waiting 08:01:52 a227ed2f7395: Waiting 08:01:52 7b1c46037f91: Waiting 08:01:52 94645a83ff95: Verifying Checksum 08:01:52 94645a83ff95: Download complete 08:01:52 1a89e8eeedd5: Verifying Checksum 08:01:52 1a89e8eeedd5: Download complete 08:01:52 0c92f367c5e7: Verifying Checksum 08:01:52 0c92f367c5e7: Download complete 08:01:52 f7c0051592d6: Verifying Checksum 08:01:52 f7c0051592d6: Download complete 08:01:52 9b3977197b4f: Verifying Checksum 08:01:52 9b3977197b4f: Download complete 08:01:52 a227ed2f7395: Verifying Checksum 08:01:52 a227ed2f7395: Download complete 08:01:53 9b3977197b4f: Pull complete 08:01:53 1a89e8eeedd5: Pull complete 08:01:53 94645a83ff95: Pull complete 08:01:54 7b1c46037f91: Verifying Checksum 08:01:54 7b1c46037f91: Download complete 08:01:54 3f3a8bcf1eab: Verifying Checksum 08:01:54 3f3a8bcf1eab: Download complete 08:02:07 3f3a8bcf1eab: Pull complete 08:02:07 0c92f367c5e7: Pull complete 08:02:07 f7c0051592d6: Pull complete 08:02:07 a227ed2f7395: Pull complete 08:02:12 7b1c46037f91: Pull complete 08:02:12 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 08:02:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 08:02:12 ---> f79e39bc4007 08:02:12 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 08:02:14 ---> Running in 4c9af62b1115 08:02:14 Removing intermediate container 4c9af62b1115 08:02:14 ---> 2ca60e9d5b26 08:02:14 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 08:02:14 ---> Running in 27fe74a85359 08:02:15 Removing intermediate container 27fe74a85359 08:02:15 ---> b377fe8d0842 08:02:15 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 08:02:15 ---> Running in eb591c74557c 08:02:15 Removing intermediate container eb591c74557c 08:02:15 ---> 17604a9cdaf7 08:02:15 Step 6/15 : LABEL Name=edgex-ui-go 08:02:15 ---> Running in ff5528e087d5 08:02:15 Removing intermediate container ff5528e087d5 08:02:15 ---> d2e919cb54f2 08:02:15 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 08:02:16 ---> Running in aff2d6cec127 08:02:16 Removing intermediate container aff2d6cec127 08:02:16 ---> 73b7f88804e5 08:02:16 Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:02:16 ---> Running in f93f755fdbb0 08:02:18 Removing intermediate container f93f755fdbb0 08:02:18 ---> b0f394ad57ce 08:02:18 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:02:18 ---> Running in e3f6c4f8c8c7 08:02:19 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 08:02:19 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 08:02:20 OK: 220 MiB in 52 packages 08:02:21 Removing intermediate container e3f6c4f8c8c7 08:02:21 ---> 71883749a0e1 08:02:21 Step 10/15 : ENV GO111MODULE=on 08:02:21 ---> Running in 319fe446b30e 08:02:22 Removing intermediate container 319fe446b30e 08:02:22 ---> 8f3a70d539fc 08:02:22 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 08:02:22 ---> Running in 4d28f9d51022 08:02:22 Removing intermediate container 4d28f9d51022 08:02:22 ---> 543f7c53fd32 08:02:22 Step 12/15 : COPY go.mod vendor* ./ 08:02:23 ---> 92442fd74dc3 08:02:23 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:02:23 ---> Running in 46dfa3994c53 08:03:45 Removing intermediate container 46dfa3994c53 08:03:45 ---> 9524e69e5b4c 08:03:45 Step 14/15 : COPY . . 08:03:45 ---> e31dbdbaeae1 08:03:45 Step 15/15 : RUN ${MAKE} 08:03:45 ---> Running in 78da3f99bceb 08:03:45 noop 08:03:45 Removing intermediate container 78da3f99bceb 08:03:45 ---> 47f4f5dc234e 08:03:45 Successfully built 47f4f5dc234e 08:03:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:03:45 + docker inspect -f . ci-base-image-arm64 08:03:45 . [Pipeline] withDockerContainer 08:03:45 prd-ubuntu18.04-docker-arm64-4c-16g-5703 does not seem to be running inside a container 08:03:45 $ 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 08:03:46 $ docker top f153c6147505707b208c842e0ac90005d075aca66b4c7bb261b90aa2d67ff024 -eo pid,comm [Pipeline] { [Pipeline] sh 08:03:47 + go version 08:03:47 go version go1.17.6 linux/arm64 [Pipeline] } 08:03:47 $ docker stop --time=1 f153c6147505707b208c842e0ac90005d075aca66b4c7bb261b90aa2d67ff024 08:03:49 $ docker rm -f f153c6147505707b208c842e0ac90005d075aca66b4c7bb261b90aa2d67ff024 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:03:50 + docker inspect -f . ci-base-image-arm64 08:03:50 . [Pipeline] withDockerContainer 08:03:50 prd-ubuntu18.04-docker-arm64-4c-16g-5703 does not seem to be running inside a container 08:03:50 $ 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 08:03:51 $ docker top b4ac4213ac57356a645742f23e31f3ad0352b819b31b8e430d2014b698d9849f -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 08:03:52 + make test 08:03:52 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 08:03:53 ? github.com/edgexfoundry/edgex-ui-go [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 08:04:32 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 08:04:32 CGO_ENABLED=0 GO111MODULE=on go vet ./... 08:04:45 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 08:04:45 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 08:04:45 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 08:04:45 $ docker stop --time=1 b4ac4213ac57356a645742f23e31f3ad0352b819b31b8e430d2014b698d9849f 08:04:46 $ docker rm -f b4ac4213ac57356a645742f23e31f3ad0352b819b31b8e430d2014b698d9849f [Pipeline] // withDockerContainer [Pipeline] sh 08:04:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:04:47 Warning: overwriting stash ‘coverage-report’ 08:04:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:04:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:04:48 + ls -al . 08:04:48 total 152 08:04:48 drwxrwxr-x 12 jenkins jenkins 4096 Feb 19 08:03 . 08:04:48 drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 08:01 .. 08:04:48 drwxrwxr-x 8 jenkins jenkins 4096 Feb 19 08:01 .git 08:04:48 drwxrwxr-x 2 jenkins jenkins 4096 Feb 19 08:01 .github 08:04:48 -rw-rw-r-- 1 jenkins jenkins 155 Feb 19 08:01 .gitignore 08:04:48 -rw-rw-r-- 1 jenkins jenkins 3959 Feb 19 08:01 CONTRIBUTING.md 08:04:48 -rw-rw-r-- 1 jenkins jenkins 1549 Feb 19 08:01 Dockerfile 08:04:48 -rw-rw-r-- 1 jenkins jenkins 652 Feb 19 08:01 Jenkinsfile 08:04:48 -rw-rw-r-- 1 jenkins jenkins 11357 Feb 19 08:01 LICENSE 08:04:48 -rw-rw-r-- 1 jenkins jenkins 1212 Feb 19 08:01 Makefile 08:04:48 -rw-rw-r-- 1 jenkins jenkins 4450 Feb 19 08:01 README.md 08:04:48 -rw-rw-r-- 1 jenkins jenkins 5 Feb 19 07:58 VERSION 08:04:48 drwxrwxr-x 3 jenkins jenkins 4096 Feb 19 08:01 assets 08:04:48 drwxrwxr-x 2 jenkins jenkins 4096 Feb 19 08:01 bin 08:04:48 drwxrwxr-x 3 jenkins jenkins 4096 Feb 19 08:01 cmd 08:04:48 -rw-r--r-- 1 jenkins jenkins 10 Feb 19 08:03 coverage.out 08:04:48 drwxrwxr-x 2 jenkins jenkins 4096 Feb 19 08:01 docs 08:04:48 -rw-rw-r-- 1 jenkins jenkins 1944 Feb 19 08:01 go.mod 08:04:48 -rw-rw-r-- 1 jenkins jenkins 48565 Feb 19 08:01 go.sum 08:04:48 drwxrwxr-x 9 jenkins jenkins 4096 Feb 19 08:01 internal 08:04:48 drwxrwxr-x 3 jenkins jenkins 4096 Feb 19 08:01 pkg 08:04:48 drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 08:01 snap 08:04:48 -rw-rw-r-- 1 jenkins jenkins 155 Feb 19 08:01 version.go 08:04:48 drwxrwxr-x 4 jenkins jenkins 4096 Feb 19 08:01 web [Pipeline] isUnix [Pipeline] sh 08:04:49 + 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 . 08:04:50 Sending build context to Docker daemon 25.78MB 08:04:50 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 08:04:50 Step 2/23 : FROM ${BASE} AS builder 08:04:50 ---> 47f4f5dc234e 08:04:50 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 08:04:50 ---> Running in 7f46a8010c75 08:04:50 Removing intermediate container 7f46a8010c75 08:04:50 ---> ba9249cd670c 08:04:50 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 08:04:50 ---> Running in 685e6dd4e7ce 08:04:51 Removing intermediate container 685e6dd4e7ce 08:04:51 ---> 033302d59a02 08:04:51 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 08:04:51 ---> Running in 7ce222bf4bd1 08:04:51 Removing intermediate container 7ce222bf4bd1 08:04:51 ---> 4c98466e586a 08:04:51 Step 6/23 : LABEL Name=edgex-ui-go 08:04:51 ---> Running in b57e15060b30 08:04:52 Removing intermediate container b57e15060b30 08:04:52 ---> c8a63a188343 08:04:52 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 08:04:52 ---> Running in c15c0c7685cc 08:04:52 Removing intermediate container c15c0c7685cc 08:04:52 ---> 31b0c404b346 08:04:52 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:04:52 ---> Running in dc4814e9919b 08:04:54 Removing intermediate container dc4814e9919b 08:04:54 ---> 5a64af6af0b3 08:04:54 Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 08:04:54 ---> Running in 5a7296507944 08:04:55 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 08:04:56 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 08:04:57 OK: 220 MiB in 52 packages 08:04:58 Removing intermediate container 5a7296507944 08:04:58 ---> 1ec368569ceb 08:04:58 Step 10/23 : ENV GO111MODULE=on 08:04:58 ---> Running in 22d27b6a0d26 08:04:58 Removing intermediate container 22d27b6a0d26 08:04:58 ---> a1121174e937 08:04:58 Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 08:04:58 ---> Running in 58049af4f934 08:04:58 Removing intermediate container 58049af4f934 08:04:58 ---> 3bf703c4c151 08:04:58 Step 12/23 : COPY go.mod vendor* ./ 08:04:59 ---> 02e2076bbc71 08:04:59 Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 08:04:59 ---> Running in fb16a64e7b6d 08:05:01 Removing intermediate container fb16a64e7b6d 08:05:01 ---> 8929e3ffb328 08:05:01 Step 14/23 : COPY . . 08:05:04 ---> 6c7cb7f9c2f5 08:05:04 Step 15/23 : RUN ${MAKE} 08:05:04 ---> Running in 1f329ad8189b 08:05:05 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 08:05:37 CGO_ENABLED=0 GO111MODULE=on go build ./... 08:05:39 Removing intermediate container 1f329ad8189b 08:05:39 ---> 51cbdc77f132 08:05:39 Step 16/23 : FROM alpine:3.14 08:05:39 3.14: Pulling from library/alpine 08:05:40 be307f383ecc: Pulling fs layer 08:05:40 be307f383ecc: Download complete 08:05:40 be307f383ecc: Pull complete 08:05:40 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 08:05:40 Status: Downloaded newer image for alpine:3.14 08:05:40 ---> 5b8b7b635229 08:05:40 Step 17/23 : EXPOSE 4000 08:05:40 ---> Running in 62ca28530720 08:05:41 Removing intermediate container 62ca28530720 08:05:41 ---> 019fb22de5dd 08:05:41 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 08:05:42 ---> d362250c69e6 08:05:42 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 08:05:42 ---> Running in fb7106bee36a 08:05:42 Removing intermediate container fb7106bee36a 08:05:42 ---> 7e585002938c 08:05:42 Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 08:05:43 ---> Running in 6d275107d2d1 08:05:43 Removing intermediate container 6d275107d2d1 08:05:43 ---> 942da205337c 08:05:43 Step 21/23 : LABEL arch=arm64 08:05:43 ---> Running in a30c6aa154bb 08:05:43 Removing intermediate container a30c6aa154bb 08:05:43 ---> ed41259d9fb6 08:05:43 Step 22/23 : LABEL git_sha=1a5a41c82a7abf110261f9c06dcf8b4a8e095583 08:05:43 ---> Running in ed6831590df1 08:05:44 Removing intermediate container ed6831590df1 08:05:44 ---> 80756979e02f 08:05:44 Step 23/23 : LABEL version=0.0.0 08:05:44 ---> Running in b5f370f558d1 08:05:44 Removing intermediate container b5f370f558d1 08:05:44 ---> fa721c1a1796 08:05:44 [Warning] One or more build-args [ARCH] were not consumed 08:05:44 Successfully built fa721c1a1796 08:05:44 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 08:05:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:05:45 08:05:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 08:05:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:05:45 arm64: Pulling from edgex-lftools-log-publisher 08:05:45 448f6bf000e3: Pulling fs layer 08:05:45 f757da607395: Pulling fs layer 08:05:45 05883995daec: Pulling fs layer 08:05:45 8603b9c90790: Pulling fs layer 08:05:45 1560dd03e051: Pulling fs layer 08:05:45 27f5ce0e4adf: Pulling fs layer 08:05:45 c2d8d7efcc4b: Pulling fs layer 08:05:45 27f5ce0e4adf: Waiting 08:05:45 c2d8d7efcc4b: Waiting 08:05:45 8603b9c90790: Waiting 08:05:45 1560dd03e051: Waiting 08:05:45 f757da607395: Verifying Checksum 08:05:45 f757da607395: Download complete 08:05:45 8603b9c90790: Verifying Checksum 08:05:45 8603b9c90790: Download complete 08:05:45 1560dd03e051: Verifying Checksum 08:05:45 1560dd03e051: Download complete 08:05:45 27f5ce0e4adf: Verifying Checksum 08:05:45 27f5ce0e4adf: Download complete 08:05:45 05883995daec: Verifying Checksum 08:05:45 05883995daec: Download complete 08:05:46 448f6bf000e3: Verifying Checksum 08:05:46 448f6bf000e3: Download complete 08:05:49 c2d8d7efcc4b: Verifying Checksum 08:05:49 c2d8d7efcc4b: Download complete 08:05:50 448f6bf000e3: Pull complete 08:05:50 f757da607395: Pull complete 08:05:51 05883995daec: Pull complete 08:05:52 8603b9c90790: Pull complete 08:05:53 1560dd03e051: Pull complete 08:05:53 27f5ce0e4adf: Pull complete 08:06:08 c2d8d7efcc4b: Pull complete 08:06:08 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 08:06:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 08:06:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 08:06:08 prd-ubuntu18.04-docker-arm64-4c-16g-5703 does not seem to be running inside a container 08:06:08 $ 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 08:06:11 $ docker top 6dee6f54c916cd4a3c467beaf45669451ea480bff326e4c09519ce6a9c0e6064 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:06:12 ---> job-cost.sh 08:06:12 lf-activate-venv: SKIPPING 08:06:12 INFO: No Stack... 08:06:12 INFO: Retrieving Pricing Info for: v3-standard-4 08:06:12 INFO: Archiving Costs [Pipeline] sh 08:06:13 + cut -d, -f6 08:06:13 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock 08:06:13 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-499-2-stack-cost] 08:06:13 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-499-2-stack-cost] did not exist. Created. 08:06:13 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-499-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:06:13 /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 08:06:14 + echo total: 0.10999999940395355 [Pipeline] stash 08:06:14 Warning: overwriting stash ‘stack-cost’ 08:06:14 Stashed 1 file(s) [Pipeline] } 08:06:14 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-499-2-stack-cost] [Pipeline] // lock [Pipeline] } 08:06:14 $ docker stop --time=1 6dee6f54c916cd4a3c467beaf45669451ea480bff326e4c09519ce6a9c0e6064 08:06:16 $ 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 08:06:16 provisioning config files... 08:06:16 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-499@tmp/config3523734811441564208tmp [Pipeline] { [Pipeline] sh 08:06:17 + set +x 08:06:17 + curl -s https://codecov.io/bash 08:06:17 + bash -s -- 08:06:17 08:06:17 _____ _ 08:06:17 / ____| | | 08:06:17 | | ___ __| | ___ ___ _____ __ 08:06:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:06:17 | |___| (_) | (_| | __/ (_| (_) \ V / 08:06:17 \_____\___/ \__,_|\___|\___\___/ \_/ 08:06:17 Bash-1.0.6 08:06:17 08:06:17 08:06:17 ==> git version 2.24.4 found 08:06:17 ==> 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 08:06:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:06:17 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:06:17 ==> Jenkins CI detected. 08:06:17 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-499 08:06:17 project root: . 08:06:17 --> token set from env 08:06:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:06:17 ==> Running gcov in . (disable via -X gcov) 08:06:17 ==> Python coveragepy not found 08:06:17 ==> Searching for coverage reports in: 08:06:17 + . 08:06:17 -> Found 1 reports 08:06:17 ==> Detecting git/mercurial file structure 08:06:17 ==> Reading reports 08:06:17 + ./coverage.out bytes=10 08:06:17 ==> Appending adjustments 08:06:17 https://docs.codecov.io/docs/fixing-reports 08:06:17 + Found adjustments 08:06:17 ==> Gzipping contents 08:06:17 4.0K /tmp/codecov.ptMhkd.gz 08:06:17 ==> Uploading reports 08:06:17 url: https://codecov.io 08:06:17 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= 08:06:17 -> Pinging Codecov 08:06:17 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= 08:06:17 -> Uploading to 08:06:17 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 08:06:17 % Total % Received % Xferd Average Speed Time Time Time Current 08:06:17 Dload Upload Total Spent Left Speed 08:06:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3730 0 0 100 3730 0 12005 --:--:-- --:--:-- --:--:-- 12032 08:06:18 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/1a5a41c82a7abf110261f9c06dcf8b4a8e095583 [Pipeline] } 08:06:18 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 08:06:19 + '[' -d /w/workspace/edgexfoundry_edgex-ui-go_PR-499/archives ']' 08:06:19 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-499/archives 08:06:19 total 8 08:06:19 drwxr-xr-x. 3 root root 34 Feb 19 08:00 . 08:06:19 drwxrwxr-x. 14 jenkins jenkins 4096 Feb 19 08:00 .. 08:06:19 drwxr-xr-x. 2 root root 6 Feb 19 08:00 cost 08:06:19 -rw-r--r--. 1 root root 82 Feb 19 08:00 cost.csv 08:06:19 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-499/archives 08:06:19 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-499/archives 08:06:19 total 8 08:06:19 drwxr-xr-x. 3 jenkins jenkins 34 Feb 19 08:00 . 08:06:19 drwxrwxr-x. 14 jenkins jenkins 4096 Feb 19 08:00 .. 08:06:19 drwxr-xr-x. 2 jenkins jenkins 6 Feb 19 08:00 cost 08:06:19 -rw-r--r--. 1 jenkins jenkins 82 Feb 19 08:00 cost.csv [Pipeline] libraryResource [Pipeline] sh 08:06:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:06:19 ---> package-listing.sh 08:06:19 ++ facter osfamily 08:06:19 ++ tr '[:upper:]' '[:lower:]' 08:06:20 + OS_FAMILY=redhat 08:06:20 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-499 08:06:20 + START_PACKAGES=/tmp/packages_start.txt 08:06:20 + END_PACKAGES=/tmp/packages_end.txt 08:06:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:06:20 + PACKAGES=/tmp/packages_start.txt 08:06:20 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-499 ']' 08:06:20 + PACKAGES=/tmp/packages_end.txt 08:06:20 + case "${OS_FAMILY}" in 08:06:20 + sort 08:06:20 + rpm -qa 08:06:20 + '[' -f /tmp/packages_start.txt ']' 08:06:20 + '[' -f /tmp/packages_end.txt ']' 08:06:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:06:20 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-499 ']' 08:06:20 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-499/archives/ 08:06:20 + 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 08:06:20 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 08:06:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:06:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 08:06:21 . [Pipeline] withDockerContainer 08:06:21 prd-centos7-docker-4c-2g-5702 does not seem to be running inside a container 08:06:21 $ 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 08:06:21 $ docker top e0ec5f729cd0814a7a6d548189f7c157e94615b3b2443c17bb9050ec81b009f5 -eo pid,comm [Pipeline] { [Pipeline] sh 08:06:22 + touch /tmp/pre-build-complete [Pipeline] sh 08:06:22 + mkdir -p /var/log/sysstat [Pipeline] sh 08:06:22 + ls /var/log/sa-host 08:06:22 + sadf -c /var/log/sa-host/sa17 08:06:22 file_magic: OK 08:06:22 HZ: Using current value: 100 08:06:22 file_header: OK 08:06:22 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 08:06:22 Statistics: 08:06:22 Hnuu...uuuununununu...Hnuu...uuuununununu... 08:06:22 File successfully converted to sysstat format version 12.0.3 08:06:22 + sadf -c /var/log/sa-host/sa19 08:06:22 file_magic: OK 08:06:22 HZ: Using current value: 100 08:06:22 file_header: OK 08:06:22 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 08:06:22 Statistics: 08:06:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:06:22 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:06:22 provisioning config files... 08:06:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-499@tmp/config8392188934895187704tmp [Pipeline] { [Pipeline] echo 08:06:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:06:23 ---> create-netrc.sh [Pipeline] } 08:06:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 08:06:23 ---> python-tools-install.sh [Pipeline] echo 08:06:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:06:23 ---> sudo-logs.sh 08:06:23 Archiving 'sudo' log.. 08:06:23 sudo: unable to resolve host prd-centos7-docker-4c-2g-5702.novalocal: Name or service not known 08:06:23 sudo: unable to resolve host prd-centos7-docker-4c-2g-5702.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 08:06:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:06:24 ---> job-cost.sh 08:06:24 lf-activate-venv: SKIPPING 08:06:24 DEBUG: total: 0.05999999865889549 08:06:24 INFO: Retrieving Stack Cost... 08:06:24 INFO: Retrieving Pricing Info for: v3-standard-2 08:06:24 INFO: Archiving Costs [Pipeline] echo 08:06:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:06:25 ---> logs-deploy.sh 08:06:25 lf-activate-venv: SKIPPING 08:06:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-499/2 08:06:25 INFO: archiving workspace using pattern(s): 08:06:25 Archives upload complete. 08:06:25 INFO: archiving logs to Nexus 08:06:26 ---> uname -a: 08:06:26 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 08:06:26 08:06:26 08:06:26 ---> lscpu: 08:06:26 Architecture: x86_64 08:06:26 CPU op-mode(s): 32-bit, 64-bit 08:06:26 Byte Order: Little Endian 08:06:26 Address sizes: 40 bits physical, 48 bits virtual 08:06:26 CPU(s): 2 08:06:26 On-line CPU(s) list: 0,1 08:06:26 Thread(s) per core: 1 08:06:26 Core(s) per socket: 1 08:06:26 Socket(s): 2 08:06:26 NUMA node(s): 1 08:06:26 Vendor ID: AuthenticAMD 08:06:26 CPU family: 23 08:06:26 Model: 49 08:06:26 Model name: AMD EPYC-Rome Processor 08:06:26 Stepping: 0 08:06:26 CPU MHz: 2799.998 08:06:26 BogoMIPS: 5599.99 08:06:26 Virtualization: AMD-V 08:06:26 Hypervisor vendor: KVM 08:06:26 Virtualization type: full 08:06:26 L1d cache: 32K 08:06:26 L1i cache: 32K 08:06:26 L2 cache: 512K 08:06:26 L3 cache: 16384K 08:06:26 NUMA node0 CPU(s): 0,1 08:06:26 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 08:06:26 08:06:26 08:06:26 ---> nproc: 08:06:26 2 08:06:26 08:06:26 08:06:26 ---> df -h: 08:06:26 Filesystem Size Used Avail Use% Mounted on 08:06:26 overlay 40G 9.2G 31G 23% / 08:06:26 tmpfs 64M 0 64M 0% /dev 08:06:26 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 08:06:26 shm 64M 0 64M 0% /dev/shm 08:06:26 /dev/vda1 40G 9.2G 31G 23% /facter-os 08:06:26 08:06:26 08:06:26 ---> sar -b -r -n DEV: 08:06:26 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) 08:06:26 08:06:26 07:57:58 LINUX RESTART (2 CPU) 08:06:26 08:06:26 07:59:01 tps rtps wtps bread/s bwrtn/s 08:06:26 08:00:01 251.47 0.07 251.41 1.60 59987.34 08:06:26 08:01:01 134.94 0.02 134.92 0.13 29479.20 08:06:26 08:02:01 1.30 0.08 1.22 1.60 20.90 08:06:26 08:03:01 0.22 0.00 0.22 0.00 2.70 08:06:26 08:04:01 0.25 0.00 0.25 0.00 3.45 08:06:26 08:05:01 0.18 0.00 0.18 0.00 2.32 08:06:26 08:06:01 0.37 0.00 0.37 0.00 5.58 08:06:26 Average: 55.54 0.02 55.52 0.48 12788.66 08:06:26 08:06:26 07:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:06:26 08:00:01 3882464 0 958816 11.97 2620 3165040 1530656 16.90 886532 2774892 45204 08:06:26 08:01:01 3217592 0 1059200 13.23 2620 3729528 1355972 14.97 1021280 3229240 24 08:06:26 08:02:01 3211632 0 1065040 13.30 2620 3729648 1374820 15.18 1029364 3229304 8 08:06:26 08:03:01 3234032 0 1042632 13.02 2620 3729656 1282656 14.16 1010424 3229304 8 08:06:26 08:04:01 3229140 0 1047520 13.08 2620 3729660 1311896 14.48 1014560 3229304 20 08:06:26 08:05:01 3239116 0 1037540 12.95 2620 3729664 1282656 14.16 1005864 3229304 20 08:06:26 08:06:01 3239188 0 1037464 12.95 2620 3729668 1282656 14.16 1005800 3229304 16 08:06:26 Average: 3321881 0 1035459 12.93 2620 3648981 1345902 14.86 996261 3164379 6471 08:06:26 08:06:26 07:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:06:26 08:00:01 eth0 283.98 216.62 2059.73 27.61 0.00 0.00 0.00 0.00 08:06:26 08:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:06:26 08:00:01 veth628efaf 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:06:26 08:00:01 docker0 199.83 250.37 15.95 2027.92 0.00 0.00 0.00 0.00 08:06:26 08:01:01 eth0 135.67 91.61 2704.43 38.80 0.00 0.00 0.00 0.00 08:06:26 08:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:06:26 08:01:01 docker0 7.14 9.03 0.40 38.10 0.00 0.00 0.00 0.00 08:06:26 08:02:01 eth0 3.48 3.38 0.69 26.37 0.00 0.00 0.00 0.00 08:06:26 08:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:06:26 08:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:06:26 08:03:01 eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:06:26 08:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:06:26 08:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:06:26 08:04:01 eth0 3.22 2.70 0.58 13.13 0.00 0.00 0.00 0.00 08:06:26 08:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:06:26 08:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:06:26 08:05:01 eth0 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:06:26 08:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:06:26 08:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:06:26 08:06:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 08:06:26 08:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:06:26 08:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:06:26 Average: eth0 60.97 44.94 680.92 15.14 0.00 0.00 0.00 0.00 08:06:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:06:26 Average: docker0 29.57 37.07 2.34 295.21 0.00 0.00 0.00 0.00 08:06:26 08:06:26 08:06:26 ---> sar -P ALL: 08:06:26 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) 08:06:26 08:06:26 07:57:58 LINUX RESTART (2 CPU) 08:06:26 08:06:26 07:59:01 CPU %user %nice %system %iowait %steal %idle 08:06:26 08:00:01 all 30.81 0.00 9.70 2.05 0.09 57.35 08:06:26 08:00:01 0 30.88 0.00 10.04 2.09 0.09 56.90 08:06:26 08:00:01 1 30.74 0.00 9.35 2.02 0.09 57.80 08:06:26 08:01:01 all 27.15 0.00 6.83 2.71 0.07 63.24 08:06:26 08:01:01 0 27.19 0.00 7.09 2.29 0.07 63.35 08:06:26 08:01:01 1 27.11 0.00 6.57 3.13 0.07 63.12 08:06:26 08:02:01 all 0.13 0.00 0.10 0.00 0.03 99.75 08:06:26 08:02:01 0 0.13 0.00 0.08 0.00 0.02 99.77 08:06:26 08:02:01 1 0.12 0.00 0.12 0.00 0.03 99.73 08:06:26 08:03:01 all 0.05 0.00 0.04 0.00 0.02 99.89 08:06:26 08:03:01 0 0.03 0.00 0.03 0.00 0.02 99.92 08:06:26 08:03:01 1 0.07 0.00 0.05 0.00 0.02 99.87 08:06:26 08:04:01 all 0.12 0.00 0.06 0.00 0.02 99.81 08:06:26 08:04:01 0 0.13 0.00 0.05 0.00 0.02 99.80 08:06:26 08:04:01 1 0.10 0.00 0.07 0.00 0.02 99.82 08:06:26 08:05:01 all 0.06 0.00 0.03 0.00 0.02 99.90 08:06:26 08:05:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:06:26 08:05:01 1 0.08 0.00 0.03 0.00 0.03 99.85 08:06:26 08:06:01 all 0.02 0.00 0.03 0.00 0.02 99.94 08:06:26 08:06:01 0 0.03 0.00 0.03 0.00 0.03 99.90 08:06:26 08:06:01 1 0.00 0.00 0.02 0.00 0.00 99.98 08:06:26 Average: all 8.02 0.00 2.31 0.66 0.04 88.98 08:06:26 Average: 0 8.04 0.00 2.39 0.60 0.03 88.94 08:06:26 Average: 1 8.00 0.00 2.23 0.71 0.04 89.02 08:06:26 08:06:26 08:06:26