Pull request #500 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8def1a5e2489aadf865c88d2d0804a5af73f5c68+3fc63fba6049dff8a787a297a0ba98bb3ed92f4b (25da7a6fdca3a80f20a537dbc2afd5b5b78f22db) Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6532974023756628675.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision efdbc04638cc485a1a2a98c60e49a0e43cac6f53 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh247866632535528676.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision efdbc04638cc485a1a2a98c60e49a0e43cac6f53 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-500/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-500/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh17824531134135543646.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision efdbc04638cc485a1a2a98c60e49a0e43cac6f53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f efdbc04638cc485a1a2a98c60e49a0e43cac6f53 # timeout=10 Commit message: "Merge pull request #376 from ernestojeda/add-ireland-release-stream" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8622730485972938401.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-500/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-500/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh11217884011913554768.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-6747’ is offline Running on prd-centos7-docker-4c-2g-6749 in /w/workspace/edgexfoundry_edgex-ui-go_PR-500 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-500 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/jenkins-gitclient-ssh5326035517139903327.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/jenkins-gitclient-ssh7150538241485345042.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/500/head:refs/remotes/origin/PR-500 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 3fc63fba6049dff8a787a297a0ba98bb3ed92f4b into PR head commit 8def1a5e2489aadf865c88d2d0804a5af73f5c68 Merge succeeded, producing 8def1a5e2489aadf865c88d2d0804a5af73f5c68 Checking out Revision 8def1a5e2489aadf865c88d2d0804a5af73f5c68 (PR-500) > git config core.sparsecheckout # timeout=10 > git checkout -f 8def1a5e2489aadf865c88d2d0804a5af73f5c68 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/jenkins-gitclient-ssh2170513541776608466.key > git merge 3fc63fba6049dff8a787a297a0ba98bb3ed92f4b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8def1a5e2489aadf865c88d2d0804a5af73f5c68 # timeout=10 Commit message: "Merge branch 'main' into dependabot/npm_and_yarn/web/url-parse-1.5.10" > git rev-list --no-walk 0de41ae85d301678a1d2dc95cf1ddf004345dffa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:16:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:16:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:16:43 ========================================================= 06:16:43 EdgeX Global Pipelines Version Info 06:16:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:16:45 ------------------- 06:16:45 stable info: 06:16:45 ------------------- 06:16:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:16:45 Commit SHA: efdbc04638cc485a1a2a98c60e49a0e43cac6f53 06:16:45 Message: update stable to v1.0.220 06:16:45 ------------------- 06:16:45 experimental info: 06:16:45 ------------------- 06:16:45 Commited By: **** collab-it+edgex@linuxfoundation.org 06:16:45 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 06:16:45 Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:16:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 06:16:45 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 06:16:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:16:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:16:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:16:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 06:16:45 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:16:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:16:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:16:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:16:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:16:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 06:16:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:16:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:16:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:16:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:16:45 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:16:45 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:16:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:16:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:16:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:16:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:16:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:16:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:16:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:16:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:16:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-500 [Pipeline] echo 06:16:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-500 [Pipeline] echo 06:16:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-500 [Pipeline] echo 06:16:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8def1a5e2489aadf865c88d2d0804a5af73f5c68 [Pipeline] echo 06:16:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8def1a5 [Pipeline] echo 06:16:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:16:46 provisioning config files... 06:16:46 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/config7059696523272203356tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:16:46 ---> docker-login.sh 06:16:46 nexus3.edgexfoundry.org:10001 06:16:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:16:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:16:46 Configure a credential helper to remove this warning. See 06:16:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:16:46 06:16:46 Login Succeeded 06:16:46 nexus3.edgexfoundry.org:10002 06:16:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:16:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:16:46 Configure a credential helper to remove this warning. See 06:16:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:16:46 06:16:46 Login Succeeded 06:16:46 nexus3.edgexfoundry.org:10003 06:16:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:16:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:16:47 Configure a credential helper to remove this warning. See 06:16:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:16:47 06:16:47 Login Succeeded 06:16:47 nexus3.edgexfoundry.org:10004 06:16:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:16:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:16:47 Configure a credential helper to remove this warning. See 06:16:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:16:47 06:16:47 Login Succeeded 06:16:47 docker.io 06:16:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:16:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:16:47 Configure a credential helper to remove this warning. See 06:16:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:16:47 06:16:47 Login Succeeded 06:16:47 ---> docker-login.sh ends [Pipeline] } 06:16:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:16:47 + git rev-list -1 --merges 8def1a5e2489aadf865c88d2d0804a5af73f5c68~1..8def1a5e2489aadf865c88d2d0804a5af73f5c68 [Pipeline] echo 06:16:47 -----------> git rev-list -1 --merges 8def1a5e2489aadf865c88d2d0804a5af73f5c68~1..8def1a5e2489aadf865c88d2d0804a5af73f5c68 8def1a5e2489aadf865c88d2d0804a5af73f5c68 06:16:47 8def1a5e2489aadf865c88d2d0804a5af73f5c68 [false] [Pipeline] sh 06:16:48 + git log --format=format:%s -1 8def1a5e2489aadf865c88d2d0804a5af73f5c68 [Pipeline] echo 06:16:48 ========================================================= 06:16:48 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:16:48 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:16:48 + git log --format=format:%s -1 8def1a5e2489aadf865c88d2d0804a5af73f5c68 [Pipeline] echo 06:16:48 [semverPrep] GIT_COMMIT: 8def1a5e2489aadf865c88d2d0804a5af73f5c68, Commit Message: Merge branch 'main' into dependabot/npm_and_yarn/web/url-parse-1.5.10 [Pipeline] echo 06:16:48 [semverPrep] This is not a build commit. [Pipeline] sh 06:16:48 + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts 06:16:48 + grep -v github /etc/ssh/ssh_known_hosts 06:16:48 + '[' -e /tmp/ssh_known_hosts ']' 06:16:48 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:16:48 + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' 06:16:48 + sudo tee -a /etc/ssh/ssh_known_hosts 06:16:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 06:16:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:16:49 06:16:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:16:49 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:16:49 latest: Pulling from edgex-devops/git-semver 06:16:49 a0d0a0d46f8b: Pulling fs layer 06:16:49 3e5f54012d9b: Pulling fs layer 06:16:49 4c7163046ea9: Pulling fs layer 06:16:49 0c2d73faf560: Pulling fs layer 06:16:49 0c2d73faf560: Waiting 06:16:49 3e5f54012d9b: Verifying Checksum 06:16:49 3e5f54012d9b: Download complete 06:16:49 a0d0a0d46f8b: Download complete 06:16:49 0c2d73faf560: Verifying Checksum 06:16:49 0c2d73faf560: Download complete 06:16:49 4c7163046ea9: Verifying Checksum 06:16:49 4c7163046ea9: Download complete 06:16:49 a0d0a0d46f8b: Pull complete 06:16:49 3e5f54012d9b: Pull complete 06:16:49 4c7163046ea9: Pull complete 06:16:50 0c2d73faf560: Pull complete 06:16:50 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 06:16:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:16:50 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:16:50 prd-centos7-docker-4c-2g-6749 does not seem to be running inside a container 06:16:50 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:16:50 $ docker top 624337e5d6e8ab1126c3f2ac37d6b39691a824ea925cbefb1c56c8eef34b4740 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:16:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:16:51 [ssh-agent] Looking for ssh-agent implementation... 06:16:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:16:51 $ docker exec 624337e5d6e8ab1126c3f2ac37d6b39691a824ea925cbefb1c56c8eef34b4740 ssh-agent 06:16:51 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXeMmOgj/agent.15 06:16:51 SSH_AGENT_PID=22 06:16:51 Running ssh-add (command line suppressed) 06:16:51 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/private_key_5368486857399581081.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/private_key_5368486857399581081.key) 06:16:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:16:51 + git tag --points-at HEAD [Pipeline] } 06:16:51 $ docker exec --env ******** --env ******** 624337e5d6e8ab1126c3f2ac37d6b39691a824ea925cbefb1c56c8eef34b4740 ssh-agent -k 06:16:51 unset SSH_AUTH_SOCK; 06:16:51 unset SSH_AGENT_PID; 06:16:51 echo Agent pid 22 killed; 06:16:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:16:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:16:51 [ssh-agent] Looking for ssh-agent implementation... 06:16:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:16:51 $ docker exec 624337e5d6e8ab1126c3f2ac37d6b39691a824ea925cbefb1c56c8eef34b4740 ssh-agent 06:16:52 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPeHFNO/agent.57 06:16:52 SSH_AGENT_PID=64 06:16:52 Running ssh-add (command line suppressed) 06:16:52 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/private_key_3079003852819302086.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/private_key_3079003852819302086.key) 06:16:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:16:52 + git semver init 06:16:52 # -> Open(): unable to determine branch for HEAD 06:16:52 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-500/.git 06:16:52 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-500 06:16:52 # $SEMVER_REMOTE_NAME = origin 06:16:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:16:52 # $SEMVER_USER_NAME = edgex-jenkins 06:16:52 # $SEMVER_BRANCH = PR-500 06:16:52 # $SEMVER_TEMP = /tmp/semver-679646127 06:16:52 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 06:16:54 # '/tmp/semver-679646127' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-500/.semver' 06:16:54 # -> Force: false 06:16:54 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-500/.semver [Pipeline] } 06:16:54 $ docker exec --env ******** --env ******** 624337e5d6e8ab1126c3f2ac37d6b39691a824ea925cbefb1c56c8eef34b4740 ssh-agent -k 06:16:54 unset SSH_AUTH_SOCK; 06:16:54 unset SSH_AGENT_PID; 06:16:54 echo Agent pid 64 killed; 06:16:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:16:54 + git semver [Pipeline] } 06:16:54 $ docker stop --time=1 624337e5d6e8ab1126c3f2ac37d6b39691a824ea925cbefb1c56c8eef34b4740 06:16:56 $ docker rm -f 624337e5d6e8ab1126c3f2ac37d6b39691a824ea925cbefb1c56c8eef34b4740 [Pipeline] // withDockerContainer [Pipeline] sh 06:16:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:16:56 Stashed 1 file(s) [Pipeline] echo 06:16:56 [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 06:16:56 provisioning config files... 06:16:56 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/config2020824139721128397tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:16:57 ---> docker-login.sh 06:16:57 nexus3.edgexfoundry.org:10001 06:16:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:16:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:16:57 Configure a credential helper to remove this warning. See 06:16:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:16:57 06:16:57 Login Succeeded 06:16:57 nexus3.edgexfoundry.org:10002 06:16:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:16:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:16:57 Configure a credential helper to remove this warning. See 06:16:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:16:57 06:16:57 Login Succeeded 06:16:57 nexus3.edgexfoundry.org:10003 06:16:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:16:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:16:57 Configure a credential helper to remove this warning. See 06:16:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:16:57 06:16:57 Login Succeeded 06:16:57 nexus3.edgexfoundry.org:10004 06:16:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:16:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:16:57 Configure a credential helper to remove this warning. See 06:16:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:16:57 06:16:57 Login Succeeded 06:16:57 docker.io 06:16:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:16:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:16:57 Configure a credential helper to remove this warning. See 06:16:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:16:57 06:16:57 Login Succeeded 06:16:57 ---> docker-login.sh ends [Pipeline] } 06:16:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:16:58 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:16:58 ========================================================= 06:16:58 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 06:16:58 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 06:16:58 + 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 . 06:16:58 Sending build context to Docker daemon 42.16MB 06:16:58 Step 1/15 : ARG BASE=golang:1.17-alpine3.15 06:16:58 Step 2/15 : FROM ${BASE} AS builder 06:16:58 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 06:16:58 59bf1c3509f3: Pulling fs layer 06:16:58 666ba61612fd: Pulling fs layer 06:16:58 8ed8ca486205: Pulling fs layer 06:16:58 4fe6c5a15a65: Pulling fs layer 06:16:58 22a0e8bec74d: Pulling fs layer 06:16:58 640e595b4fbd: Pulling fs layer 06:16:58 763cafe07f6e: Pulling fs layer 06:16:58 0c0b528cf693: Pulling fs layer 06:16:58 10935f4eaf8b: Pulling fs layer 06:16:58 4fe6c5a15a65: Waiting 06:16:58 22a0e8bec74d: Waiting 06:16:58 640e595b4fbd: Waiting 06:16:58 763cafe07f6e: Waiting 06:16:58 0c0b528cf693: Waiting 06:16:58 10935f4eaf8b: Waiting 06:16:58 8ed8ca486205: Verifying Checksum 06:16:58 8ed8ca486205: Download complete 06:16:58 666ba61612fd: Verifying Checksum 06:16:58 666ba61612fd: Download complete 06:16:58 22a0e8bec74d: Verifying Checksum 06:16:58 22a0e8bec74d: Download complete 06:16:58 640e595b4fbd: Verifying Checksum 06:16:58 640e595b4fbd: Download complete 06:16:58 59bf1c3509f3: Verifying Checksum 06:16:58 59bf1c3509f3: Download complete 06:16:58 763cafe07f6e: Verifying Checksum 06:16:58 763cafe07f6e: Download complete 06:16:58 0c0b528cf693: Verifying Checksum 06:16:58 0c0b528cf693: Download complete 06:16:59 59bf1c3509f3: Pull complete 06:16:59 4fe6c5a15a65: Verifying Checksum 06:16:59 4fe6c5a15a65: Download complete 06:16:59 666ba61612fd: Pull complete 06:16:59 10935f4eaf8b: Verifying Checksum 06:16:59 10935f4eaf8b: Download complete 06:16:59 8ed8ca486205: Pull complete 06:17:03 4fe6c5a15a65: Pull complete 06:17:03 22a0e8bec74d: Pull complete 06:17:03 640e595b4fbd: Pull complete 06:17:03 763cafe07f6e: Pull complete 06:17:03 0c0b528cf693: Pull complete 06:17:06 10935f4eaf8b: Pull complete 06:17:06 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 06:17:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 06:17:06 ---> 99d49a6021b9 06:17:06 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:17:07 ---> Running in 93b011ebf158 06:17:07 Removing intermediate container 93b011ebf158 06:17:07 ---> 111057a20fd2 06:17:07 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 06:17:07 ---> Running in b6bbeda9aac1 06:17:07 Removing intermediate container b6bbeda9aac1 06:17:07 ---> 34e7d1a1e0a7 06:17:07 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 06:17:07 ---> Running in ba829715262c 06:17:08 Removing intermediate container ba829715262c 06:17:08 ---> 7efb3460114f 06:17:08 Step 6/15 : LABEL Name=edgex-ui-go 06:17:08 ---> Running in e98839433900 06:17:08 Removing intermediate container e98839433900 06:17:08 ---> de1531664233 06:17:08 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:17:08 ---> Running in f94945684d39 06:17:08 Removing intermediate container f94945684d39 06:17:08 ---> 85c5117224bd 06:17:08 Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:17:08 ---> Running in 279b393cee8c 06:17:08 Removing intermediate container 279b393cee8c 06:17:08 ---> 6fc14c7d13f3 06:17:08 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:17:08 ---> Running in 7bc9ea44101b 06:17:09 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:17:09 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:17:10 OK: 221 MiB in 52 packages 06:17:10 Removing intermediate container 7bc9ea44101b 06:17:10 ---> 20cf05771350 06:17:10 Step 10/15 : ENV GO111MODULE=on 06:17:10 ---> Running in 7be76ea32263 06:17:10 Removing intermediate container 7be76ea32263 06:17:10 ---> 287930ab0120 06:17:10 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:17:10 ---> Running in e6e7b426d503 06:17:10 Removing intermediate container e6e7b426d503 06:17:10 ---> 60c04ef92c4f 06:17:10 Step 12/15 : COPY go.mod vendor* ./ 06:17:10 ---> fd4a5fed3666 06:17:10 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:17:10 ---> Running in 7b23b3971da1 06:17:11 Still waiting to schedule task 06:17:11 ‘prd-ubuntu18.04-docker-arm64-4c-16g-6750’ is offline 06:17:43 Removing intermediate container 7b23b3971da1 06:17:43 ---> 9f131fdd46cb 06:17:43 Step 14/15 : COPY . . 06:17:43 ---> d45a2bbdcd2f 06:17:43 Step 15/15 : RUN ${MAKE} 06:17:43 ---> Running in 547f22aaf87a 06:17:43 noop 06:17:43 Removing intermediate container 547f22aaf87a 06:17:43 ---> f4424d0a5ab3 06:17:43 Successfully built f4424d0a5ab3 06:17:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:17:43 + docker inspect -f . ci-base-image-x86_64 06:17:43 . [Pipeline] withDockerContainer 06:17:43 prd-centos7-docker-4c-2g-6749 does not seem to be running inside a container 06:17:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:17:43 $ docker top 378243e3445b895a20fd04af153ac923c02c7adc69d6f0f08be992cafdf65fe7 -eo pid,comm [Pipeline] { [Pipeline] sh 06:17:44 + go version 06:17:44 go version go1.17.6 linux/amd64 [Pipeline] } 06:17:44 $ docker stop --time=1 378243e3445b895a20fd04af153ac923c02c7adc69d6f0f08be992cafdf65fe7 06:17:45 $ docker rm -f 378243e3445b895a20fd04af153ac923c02c7adc69d6f0f08be992cafdf65fe7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:17:45 + docker inspect -f . ci-base-image-x86_64 06:17:45 . [Pipeline] withDockerContainer 06:17:45 prd-centos7-docker-4c-2g-6749 does not seem to be running inside a container 06:17:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:17:46 $ docker top c45b4518a7ab304c2aaaf52439efd843012ea84b239bf7469cdcf7b1a606d152 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 06:17:46 + make test 06:17:46 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:17:46 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:17:59 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:17:59 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:17:59 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 06:17:59 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:17:59 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:17:59 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:17:59 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:17:59 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:17:59 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:17:59 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:17:59 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:17:59 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 06:17:59 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:18:02 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:18:02 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 06:18:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 06:18:02 $ docker stop --time=1 c45b4518a7ab304c2aaaf52439efd843012ea84b239bf7469cdcf7b1a606d152 06:18:04 $ docker rm -f c45b4518a7ab304c2aaaf52439efd843012ea84b239bf7469cdcf7b1a606d152 [Pipeline] // withDockerContainer [Pipeline] sh 06:18:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:18:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:18:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:18:05 + ls -al . 06:18:05 total 112 06:18:05 drwxrwxr-x. 13 jenkins jenkins 4096 Mar 10 06:17 . 06:18:05 drwxrwxr-x. 4 jenkins jenkins 110 Mar 10 06:16 .. 06:18:05 drwxrwxr-x. 3 jenkins jenkins 20 Mar 10 06:16 assets 06:18:05 drwxrwxr-x. 2 jenkins jenkins 66 Mar 10 06:16 bin 06:18:05 drwxrwxr-x. 3 jenkins jenkins 29 Mar 10 06:16 cmd 06:18:05 -rw-rw-r--. 1 jenkins jenkins 3959 Mar 10 06:16 CONTRIBUTING.md 06:18:05 -rw-r--r--. 1 jenkins jenkins 10 Mar 10 06:17 coverage.out 06:18:05 -rw-rw-r--. 1 jenkins jenkins 1549 Mar 10 06:16 Dockerfile 06:18:05 drwxrwxr-x. 2 jenkins jenkins 23 Mar 10 06:16 docs 06:18:05 drwxrwxr-x. 8 jenkins jenkins 179 Mar 10 06:16 .git 06:18:05 drwxrwxr-x. 2 jenkins jenkins 103 Mar 10 06:16 .github 06:18:05 -rw-rw-r--. 1 jenkins jenkins 155 Mar 10 06:16 .gitignore 06:18:05 -rw-rw-r--. 1 jenkins jenkins 1944 Mar 10 06:16 go.mod 06:18:05 -rw-rw-r--. 1 jenkins jenkins 48565 Mar 10 06:16 go.sum 06:18:05 drwxrwxr-x. 9 jenkins jenkins 125 Mar 10 06:16 internal 06:18:05 -rw-rw-r--. 1 jenkins jenkins 652 Mar 10 06:16 Jenkinsfile 06:18:05 -rw-rw-r--. 1 jenkins jenkins 11357 Mar 10 06:16 LICENSE 06:18:05 -rw-rw-r--. 1 jenkins jenkins 1212 Mar 10 06:16 Makefile 06:18:05 drwxrwxr-x. 3 jenkins jenkins 19 Mar 10 06:16 pkg 06:18:05 -rw-rw-r--. 1 jenkins jenkins 4450 Mar 10 06:16 README.md 06:18:05 drwx------. 3 jenkins jenkins 56 Mar 10 06:16 .semver 06:18:05 drwxrwxr-x. 4 jenkins jenkins 71 Mar 10 06:16 snap 06:18:05 -rw-rw-r--. 1 jenkins jenkins 5 Mar 10 06:16 VERSION 06:18:05 -rw-rw-r--. 1 jenkins jenkins 155 Mar 10 06:16 version.go 06:18:05 drwxrwxr-x. 4 jenkins jenkins 4096 Mar 10 06:16 web [Pipeline] isUnix [Pipeline] sh 06:18:05 + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=8def1a5e2489aadf865c88d2d0804a5af73f5c68 --label arch=amd64 --label version=0.0.0 . 06:18:05 Sending build context to Docker daemon 42.17MB 06:18:05 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 06:18:05 Step 2/23 : FROM ${BASE} AS builder 06:18:05 ---> f4424d0a5ab3 06:18:05 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:18:06 ---> Running in 4255a2f59524 06:18:06 Removing intermediate container 4255a2f59524 06:18:06 ---> dec77aaf3a7c 06:18:06 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 06:18:06 ---> Running in 41b287939cc2 06:18:06 Removing intermediate container 41b287939cc2 06:18:06 ---> d106d5563ed9 06:18:06 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 06:18:06 ---> Running in 22c1f872d5e2 06:18:06 Removing intermediate container 22c1f872d5e2 06:18:06 ---> 00950cd0d2b9 06:18:06 Step 6/23 : LABEL Name=edgex-ui-go 06:18:06 ---> Running in 7b116bb0f7d1 06:18:06 Removing intermediate container 7b116bb0f7d1 06:18:06 ---> ddb37c433da3 06:18:06 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:18:06 ---> Running in 68fb17ef1a80 06:18:06 Removing intermediate container 68fb17ef1a80 06:18:06 ---> c378d4bee94a 06:18:06 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:18:06 ---> Running in f23be2b1e2c5 06:18:06 Removing intermediate container f23be2b1e2c5 06:18:06 ---> c882d52d6f32 06:18:06 Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:18:07 ---> Running in 9336c8a67ecd 06:18:07 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 06:18:08 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 06:18:08 OK: 221 MiB in 52 packages 06:18:08 Removing intermediate container 9336c8a67ecd 06:18:08 ---> 1aa2428b907f 06:18:08 Step 10/23 : ENV GO111MODULE=on 06:18:08 ---> Running in 961d2dac45ec 06:18:08 Removing intermediate container 961d2dac45ec 06:18:08 ---> 0f619c387849 06:18:08 Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:18:08 ---> Running in 6b92b5cde424 06:18:08 Removing intermediate container 6b92b5cde424 06:18:08 ---> fac1a35d14b2 06:18:08 Step 12/23 : COPY go.mod vendor* ./ 06:18:09 ---> 34214dc193aa 06:18:09 Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:18:09 ---> Running in 4dd3284b883d 06:18:09 Removing intermediate container 4dd3284b883d 06:18:09 ---> ea2f6b3c345e 06:18:09 Step 14/23 : COPY . . 06:18:10 ---> 349d19b0f5fe 06:18:10 Step 15/23 : RUN ${MAKE} 06:18:10 ---> Running in d2d6298c5977 06:18:11 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 06:18:21 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:18:21 Removing intermediate container d2d6298c5977 06:18:21 ---> e01a887d0fc2 06:18:21 Step 16/23 : FROM alpine:3.14 06:18:21 3.14: Pulling from library/alpine 06:18:21 97518928ae5f: Pulling fs layer 06:18:21 97518928ae5f: Verifying Checksum 06:18:21 97518928ae5f: Download complete 06:18:22 97518928ae5f: Pull complete 06:18:22 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 06:18:22 Status: Downloaded newer image for alpine:3.14 06:18:22 ---> 0a97eee8041e 06:18:22 Step 17/23 : EXPOSE 4000 06:18:22 ---> Running in a3a9d23dfb48 06:18:22 Removing intermediate container a3a9d23dfb48 06:18:22 ---> 8708dda4b335 06:18:22 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 06:18:22 ---> 79b95c81b06c 06:18:22 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:18:22 ---> Running in b35fdf7b0576 06:18:22 Removing intermediate container b35fdf7b0576 06:18:22 ---> 9b1d47c985e9 06:18:22 Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:18:22 ---> Running in b0102967a48e 06:18:22 Removing intermediate container b0102967a48e 06:18:22 ---> b6e0fa2cb544 06:18:22 Step 21/23 : LABEL arch=amd64 06:18:22 ---> Running in 9e47f71709ae 06:18:23 Removing intermediate container 9e47f71709ae 06:18:23 ---> 174d4c0464fd 06:18:23 Step 22/23 : LABEL git_sha=8def1a5e2489aadf865c88d2d0804a5af73f5c68 06:18:23 ---> Running in d8e1767f702b 06:18:23 Removing intermediate container d8e1767f702b 06:18:23 ---> 48790d7bd0f0 06:18:23 Step 23/23 : LABEL version=0.0.0 06:18:23 ---> Running in ffef5820a953 06:18:23 Removing intermediate container ffef5820a953 06:18:23 ---> eba9ca0bef3d 06:18:23 [Warning] One or more build-args [ARCH] were not consumed 06:18:23 Successfully built eba9ca0bef3d 06:18:23 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 06:18:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:18:23 06:18:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 06:18:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:18:24 latest: Pulling from edgex-lftools-log-publisher 06:18:24 5eb5b503b376: Pulling fs layer 06:18:24 5c69ac0246d0: Pulling fs layer 06:18:24 ec43610c2a17: Pulling fs layer 06:18:24 3a2ae6a8a46f: Pulling fs layer 06:18:24 33b1e0a273af: Pulling fs layer 06:18:24 5d3b04190fa2: Pulling fs layer 06:18:24 2f39f015ded8: Pulling fs layer 06:18:24 3a2ae6a8a46f: Waiting 06:18:24 33b1e0a273af: Waiting 06:18:24 5d3b04190fa2: Waiting 06:18:24 2f39f015ded8: Waiting 06:18:24 5c69ac0246d0: Verifying Checksum 06:18:24 5c69ac0246d0: Download complete 06:18:24 3a2ae6a8a46f: Verifying Checksum 06:18:24 3a2ae6a8a46f: Download complete 06:18:24 33b1e0a273af: Verifying Checksum 06:18:24 33b1e0a273af: Download complete 06:18:24 ec43610c2a17: Verifying Checksum 06:18:24 ec43610c2a17: Download complete 06:18:24 5d3b04190fa2: Verifying Checksum 06:18:24 5d3b04190fa2: Download complete 06:18:24 5eb5b503b376: Verifying Checksum 06:18:24 5eb5b503b376: Download complete 06:18:25 2f39f015ded8: Verifying Checksum 06:18:25 2f39f015ded8: Download complete 06:18:26 5eb5b503b376: Pull complete 06:18:26 5c69ac0246d0: Pull complete 06:18:26 ec43610c2a17: Pull complete 06:18:26 3a2ae6a8a46f: Pull complete 06:18:26 33b1e0a273af: Pull complete 06:18:27 5d3b04190fa2: Pull complete 06:18:32 2f39f015ded8: Pull complete 06:18:32 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:18:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:18:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 06:18:32 prd-centos7-docker-4c-2g-6749 does not seem to be running inside a container 06:18:32 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:18:35 $ docker top d7ec885fc4314083df700fe2c03581dbf2da04dc47d5ae53b7faba6011230f33 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:18:35 ---> job-cost.sh 06:18:35 lf-activate-venv: SKIPPING 06:18:35 INFO: No Stack... 06:18:35 INFO: Retrieving Pricing Info for: v3-standard-2 06:18:36 INFO: Archiving Costs [Pipeline] sh 06:18:36 + cut -d, -f6 06:18:36 + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives/cost.csv [Pipeline] lock 06:18:36 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-500-2-stack-cost] 06:18:36 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-500-2-stack-cost] did not exist. Created. 06:18:36 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-500-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:18:37 + echo total: 0.05999999865889549 [Pipeline] stash 06:18:37 Stashed 1 file(s) [Pipeline] } 06:18:37 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-500-2-stack-cost] [Pipeline] // lock [Pipeline] } 06:18:37 $ docker stop --time=1 d7ec885fc4314083df700fe2c03581dbf2da04dc47d5ae53b7faba6011230f33 06:18:38 $ docker rm -f d7ec885fc4314083df700fe2c03581dbf2da04dc47d5ae53b7faba6011230f33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:19:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6752 in /w/workspace/edgexfoundry_edgex-ui-go_PR-500 [Pipeline] { [Pipeline] ws 06:19:27 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 06:19:27 The recommended git tool is: git 06:19:33 using credential edgex-jenkins-ssh 06:19:33 Cloning the remote Git repository 06:19:33 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 06:19:33 > git init /w/workspace/edgex-ui-go/2 # timeout=10 06:19:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:19:33 > git --version # timeout=10 06:19:33 > git --version # 'git version 2.17.1' 06:19:33 using GIT_SSH to set credentials SSH Credentials for GitHub 06:19:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:19:37 Merging remotes/origin/main commit 3fc63fba6049dff8a787a297a0ba98bb3ed92f4b into PR head commit 8def1a5e2489aadf865c88d2d0804a5af73f5c68 06:19:38 Merge succeeded, producing 8def1a5e2489aadf865c88d2d0804a5af73f5c68 06:19:38 Checking out Revision 8def1a5e2489aadf865c88d2d0804a5af73f5c68 (PR-500) 06:19:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:19:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:19:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 06:19:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 06:19:36 using GIT_SSH to set credentials SSH Credentials for GitHub 06:19:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/500/head:refs/remotes/origin/PR-500 +refs/heads/main:refs/remotes/origin/main # timeout=10 06:19:37 > git config core.sparsecheckout # timeout=10 06:19:37 > git checkout -f 8def1a5e2489aadf865c88d2d0804a5af73f5c68 # timeout=10 06:19:38 > git remote # timeout=10 06:19:38 > git config --get remote.origin.url # timeout=10 06:19:38 using GIT_SSH to set credentials SSH Credentials for GitHub 06:19:38 > git merge 3fc63fba6049dff8a787a297a0ba98bb3ed92f4b # timeout=10 06:19:38 > git rev-parse HEAD^{commit} # timeout=10 06:19:38 > git config core.sparsecheckout # timeout=10 06:19:38 > git checkout -f 8def1a5e2489aadf865c88d2d0804a5af73f5c68 # timeout=10 06:19:42 Commit message: "Merge branch 'main' into dependabot/npm_and_yarn/web/url-parse-1.5.10" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:19:43 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:19:43 % Total % Received % Xferd Average Speed Time Time Time Current 06:19:43 Dload Upload Total Spent Left Speed 06:19:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 192k 0 --:--:-- --:--:-- --:--:-- 196k [Pipeline] sh 06:19:44 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:19:44 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.json 06:19:44 sudo tee /etc/docker/daemon.new 06:19:44 { 06:19:44 "registry-mirrors": [ 06:19:44 "https://nexus3.edgexfoundry.org:10001" 06:19:44 ], 06:19:44 "bip": "10.250.0.254/24", 06:19:44 "hosts": [ 06:19:44 "tcp://0.0.0.0:5555", 06:19:44 "unix:///var/run/docker.sock" 06:19:44 ], 06:19:44 "mtu": 1458, 06:19:44 "selinux-enabled": true, 06:19:44 "seccomp-profile": "/etc/docker/seccomp.json" 06:19:44 } [Pipeline] sh 06:19:44 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:19:45 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:20:03 provisioning config files... 06:20:03 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config6234359977513298489tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:20:04 ---> docker-login.sh 06:20:04 nexus3.edgexfoundry.org:10001 06:20:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:20:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:20:05 Configure a credential helper to remove this warning. See 06:20:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:20:05 06:20:05 Login Succeeded 06:20:05 nexus3.edgexfoundry.org:10002 06:20:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:20:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:20:05 Configure a credential helper to remove this warning. See 06:20:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:20:05 06:20:05 Login Succeeded 06:20:05 nexus3.edgexfoundry.org:10003 06:20:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:20:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:20:06 Configure a credential helper to remove this warning. See 06:20:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:20:06 06:20:06 Login Succeeded 06:20:06 nexus3.edgexfoundry.org:10004 06:20:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:20:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:20:06 Configure a credential helper to remove this warning. See 06:20:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:20:06 06:20:06 Login Succeeded 06:20:06 docker.io 06:20:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:20:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:20:07 Configure a credential helper to remove this warning. See 06:20:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:20:07 06:20:07 Login Succeeded 06:20:07 ---> docker-login.sh ends [Pipeline] } 06:20:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:20:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 06:20:07 ========================================================= 06:20:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 06:20:07 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 06:20:08 + 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 . 06:20:09 Sending build context to Docker daemon 26.92MB 06:20:09 Step 1/15 : ARG BASE=golang:1.17-alpine3.15 06:20:09 Step 2/15 : FROM ${BASE} AS builder 06:20:09 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:20:09 9b3977197b4f: Pulling fs layer 06:20:09 1a89e8eeedd5: Pulling fs layer 06:20:09 94645a83ff95: Pulling fs layer 06:20:09 3f3a8bcf1eab: Pulling fs layer 06:20:09 0c92f367c5e7: Pulling fs layer 06:20:09 f7c0051592d6: Pulling fs layer 06:20:09 a227ed2f7395: Pulling fs layer 06:20:09 7b1c46037f91: Pulling fs layer 06:20:09 f7c0051592d6: Waiting 06:20:09 a227ed2f7395: Waiting 06:20:09 7b1c46037f91: Waiting 06:20:09 3f3a8bcf1eab: Waiting 06:20:09 0c92f367c5e7: Waiting 06:20:09 94645a83ff95: Verifying Checksum 06:20:09 94645a83ff95: Download complete 06:20:09 1a89e8eeedd5: Verifying Checksum 06:20:09 1a89e8eeedd5: Download complete 06:20:09 0c92f367c5e7: Download complete 06:20:09 f7c0051592d6: Verifying Checksum 06:20:09 f7c0051592d6: Download complete 06:20:09 9b3977197b4f: Download complete 06:20:09 a227ed2f7395: Verifying Checksum 06:20:09 a227ed2f7395: Download complete 06:20:10 9b3977197b4f: Pull complete 06:20:10 1a89e8eeedd5: Pull complete 06:20:11 94645a83ff95: Pull complete 06:20:11 7b1c46037f91: Verifying Checksum 06:20:11 7b1c46037f91: Download complete 06:20:12 3f3a8bcf1eab: Verifying Checksum 06:20:12 3f3a8bcf1eab: Download complete 06:20:24 3f3a8bcf1eab: Pull complete 06:20:24 0c92f367c5e7: Pull complete 06:20:24 f7c0051592d6: Pull complete 06:20:24 a227ed2f7395: Pull complete 06:20:31 7b1c46037f91: Pull complete 06:20:31 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 06:20:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 06:20:31 ---> f79e39bc4007 06:20:31 Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:20:32 ---> Running in f7b3dbba0333 06:20:32 Removing intermediate container f7b3dbba0333 06:20:32 ---> add51d835dc3 06:20:32 Step 4/15 : ARG ALPINE_PKG_BASE="make git" 06:20:33 ---> Running in 8ea42e9782d7 06:20:33 Removing intermediate container 8ea42e9782d7 06:20:33 ---> bc6ca26d333d 06:20:33 Step 5/15 : ARG ALPINE_PKG_EXTRA="" 06:20:33 ---> Running in 4efc44fb1952 06:20:33 Removing intermediate container 4efc44fb1952 06:20:33 ---> c5eed1064c9c 06:20:33 Step 6/15 : LABEL Name=edgex-ui-go 06:20:34 ---> Running in a7661e3a1bec 06:20:34 Removing intermediate container a7661e3a1bec 06:20:34 ---> e093acf47cd9 06:20:34 Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:20:34 ---> Running in b2b3e34ccd50 06:20:35 Removing intermediate container b2b3e34ccd50 06:20:35 ---> 42a6cd8989ab 06:20:35 Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:20:35 ---> Running in 15253ae36d7c 06:20:37 Removing intermediate container 15253ae36d7c 06:20:37 ---> bb3296048b44 06:20:37 Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:20:37 ---> Running in 125ba8b2545e 06:20:38 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:20:39 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:20:40 OK: 220 MiB in 52 packages 06:20:41 Removing intermediate container 125ba8b2545e 06:20:41 ---> ec148468ab08 06:20:41 Step 10/15 : ENV GO111MODULE=on 06:20:41 ---> Running in 9df152ea40e8 06:20:41 Removing intermediate container 9df152ea40e8 06:20:41 ---> fb8abfdc4080 06:20:41 Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:20:41 ---> Running in a03b7dc20dfd 06:20:42 Removing intermediate container a03b7dc20dfd 06:20:42 ---> ee94117aa2ea 06:20:42 Step 12/15 : COPY go.mod vendor* ./ 06:20:43 ---> 860b8c3e11dc 06:20:43 Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:20:43 ---> Running in 3ca58399c759 06:22:04 Removing intermediate container 3ca58399c759 06:22:04 ---> 13aab1ac06fa 06:22:04 Step 14/15 : COPY . . 06:22:04 ---> 645c2cc90036 06:22:04 Step 15/15 : RUN ${MAKE} 06:22:04 ---> Running in e74e74f41172 06:22:04 noop 06:22:04 Removing intermediate container e74e74f41172 06:22:04 ---> ad165e38e150 06:22:04 Successfully built ad165e38e150 06:22:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:22:05 + docker inspect -f . ci-base-image-arm64 06:22:05 . [Pipeline] withDockerContainer 06:22:05 prd-ubuntu18.04-docker-arm64-4c-16g-6752 does not seem to be running inside a container 06:22:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:22:07 $ docker top 38f828187ae40fbe578d7eb0d0942277b913dc3b967eb2363d50ea8ed179c725 -eo pid,comm [Pipeline] { [Pipeline] sh 06:22:07 + go version 06:22:07 go version go1.17.6 linux/arm64 [Pipeline] } 06:22:07 $ docker stop --time=1 38f828187ae40fbe578d7eb0d0942277b913dc3b967eb2363d50ea8ed179c725 06:22:09 $ docker rm -f 38f828187ae40fbe578d7eb0d0942277b913dc3b967eb2363d50ea8ed179c725 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:22:10 + docker inspect -f . ci-base-image-arm64 06:22:10 . [Pipeline] withDockerContainer 06:22:10 prd-ubuntu18.04-docker-arm64-4c-16g-6752 does not seem to be running inside a container 06:22:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:22:12 $ docker top 34f3fe5e0f045d2ba70ce4b96d4607ee17aa9e6fc32430456af764ff36028fee -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 06:22:12 + make test 06:22:12 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:22:14 ? github.com/edgexfoundry/edgex-ui-go [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 06:23:01 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:23:16 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:23:16 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo 06:23:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 06:23:16 $ docker stop --time=1 34f3fe5e0f045d2ba70ce4b96d4607ee17aa9e6fc32430456af764ff36028fee 06:23:18 $ docker rm -f 34f3fe5e0f045d2ba70ce4b96d4607ee17aa9e6fc32430456af764ff36028fee [Pipeline] // withDockerContainer [Pipeline] sh 06:23:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:23:19 Warning: overwriting stash ‘coverage-report’ 06:23:19 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:23:20 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:23:20 + ls -al . 06:23:20 total 152 06:23:20 drwxrwxr-x 12 jenkins jenkins 4096 Mar 10 06:22 . 06:23:20 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 06:19 .. 06:23:20 drwxrwxr-x 8 jenkins jenkins 4096 Mar 10 06:19 .git 06:23:20 drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 06:19 .github 06:23:20 -rw-rw-r-- 1 jenkins jenkins 155 Mar 10 06:19 .gitignore 06:23:20 -rw-rw-r-- 1 jenkins jenkins 3959 Mar 10 06:19 CONTRIBUTING.md 06:23:20 -rw-rw-r-- 1 jenkins jenkins 1549 Mar 10 06:19 Dockerfile 06:23:20 -rw-rw-r-- 1 jenkins jenkins 652 Mar 10 06:19 Jenkinsfile 06:23:20 -rw-rw-r-- 1 jenkins jenkins 11357 Mar 10 06:19 LICENSE 06:23:20 -rw-rw-r-- 1 jenkins jenkins 1212 Mar 10 06:19 Makefile 06:23:20 -rw-rw-r-- 1 jenkins jenkins 4450 Mar 10 06:19 README.md 06:23:20 -rw-rw-r-- 1 jenkins jenkins 5 Mar 10 06:16 VERSION 06:23:20 drwxrwxr-x 3 jenkins jenkins 4096 Mar 10 06:19 assets 06:23:20 drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 06:19 bin 06:23:20 drwxrwxr-x 3 jenkins jenkins 4096 Mar 10 06:19 cmd 06:23:20 -rw-r--r-- 1 jenkins jenkins 10 Mar 10 06:22 coverage.out 06:23:20 drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 06:19 docs 06:23:20 -rw-rw-r-- 1 jenkins jenkins 1944 Mar 10 06:19 go.mod 06:23:20 -rw-rw-r-- 1 jenkins jenkins 48565 Mar 10 06:19 go.sum 06:23:20 drwxrwxr-x 9 jenkins jenkins 4096 Mar 10 06:19 internal 06:23:20 drwxrwxr-x 3 jenkins jenkins 4096 Mar 10 06:19 pkg 06:23:20 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 06:19 snap 06:23:20 -rw-rw-r-- 1 jenkins jenkins 155 Mar 10 06:19 version.go 06:23:20 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 06:19 web [Pipeline] isUnix [Pipeline] sh 06:23:20 + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=8def1a5e2489aadf865c88d2d0804a5af73f5c68 --label arch=arm64 --label version=0.0.0 . 06:23:21 Sending build context to Docker daemon 26.92MB 06:23:21 Step 1/23 : ARG BASE=golang:1.17-alpine3.15 06:23:21 Step 2/23 : FROM ${BASE} AS builder 06:23:21 ---> ad165e38e150 06:23:21 Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 06:23:22 ---> Running in 79c509107298 06:23:22 Removing intermediate container 79c509107298 06:23:22 ---> 5e092e4126ec 06:23:22 Step 4/23 : ARG ALPINE_PKG_BASE="make git" 06:23:22 ---> Running in 48f3a15147c2 06:23:23 Removing intermediate container 48f3a15147c2 06:23:23 ---> 72bfe8fbd6f6 06:23:23 Step 5/23 : ARG ALPINE_PKG_EXTRA="" 06:23:23 ---> Running in b1ce8d4aa8fe 06:23:23 Removing intermediate container b1ce8d4aa8fe 06:23:23 ---> a814e73f49ef 06:23:23 Step 6/23 : LABEL Name=edgex-ui-go 06:23:23 ---> Running in 2364520119c7 06:23:23 Removing intermediate container 2364520119c7 06:23:23 ---> e026a049fe34 06:23:23 Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 06:23:23 ---> Running in aff0e1aad9b2 06:23:24 Removing intermediate container aff0e1aad9b2 06:23:24 ---> 566368554fe3 06:23:24 Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:23:24 ---> Running in 68edf4b1542b 06:23:25 Removing intermediate container 68edf4b1542b 06:23:25 ---> f0a7b53c0301 06:23:25 Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:23:26 ---> Running in 7b175b28002a 06:23:27 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 06:23:28 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 06:23:29 OK: 220 MiB in 52 packages 06:23:29 Removing intermediate container 7b175b28002a 06:23:29 ---> 01989c78f3c0 06:23:29 Step 10/23 : ENV GO111MODULE=on 06:23:30 ---> Running in fde0224b7cff 06:23:30 Removing intermediate container fde0224b7cff 06:23:30 ---> 69406da6a2fe 06:23:30 Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 06:23:30 ---> Running in 32fb8e1cf85f 06:23:31 Removing intermediate container 32fb8e1cf85f 06:23:31 ---> 59f9e70c9556 06:23:31 Step 12/23 : COPY go.mod vendor* ./ 06:23:31 ---> 0a97ec1aaa48 06:23:31 Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:23:31 ---> Running in 1ffd7b593c78 06:23:34 Removing intermediate container 1ffd7b593c78 06:23:34 ---> efaa6229adae 06:23:34 Step 14/23 : COPY . . 06:23:36 ---> 22aa4cd990e8 06:23:36 Step 15/23 : RUN ${MAKE} 06:23:37 ---> Running in 182cc396c745 06:23:38 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 06:24:17 CGO_ENABLED=0 GO111MODULE=on go build ./... 06:24:17 Removing intermediate container 182cc396c745 06:24:17 ---> 330be81e50d2 06:24:17 Step 16/23 : FROM alpine:3.14 06:24:18 3.14: Pulling from library/alpine 06:24:18 be307f383ecc: Pulling fs layer 06:24:18 be307f383ecc: Verifying Checksum 06:24:18 be307f383ecc: Download complete 06:24:18 be307f383ecc: Pull complete 06:24:18 Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 06:24:18 Status: Downloaded newer image for alpine:3.14 06:24:18 ---> 5b8b7b635229 06:24:18 Step 17/23 : EXPOSE 4000 06:24:18 ---> Running in a015372e2fa5 06:24:19 Removing intermediate container a015372e2fa5 06:24:19 ---> f96c490defe6 06:24:19 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 06:24:21 ---> ebfc2e7033a5 06:24:21 Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 06:24:21 ---> Running in 7f3a3e247683 06:24:21 Removing intermediate container 7f3a3e247683 06:24:21 ---> 4dddf2282909 06:24:21 Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 06:24:21 ---> Running in 4262a181a0d4 06:24:21 Removing intermediate container 4262a181a0d4 06:24:21 ---> e472b1426823 06:24:21 Step 21/23 : LABEL arch=arm64 06:24:21 ---> Running in d506c6fb58c3 06:24:22 Removing intermediate container d506c6fb58c3 06:24:22 ---> 866572151ea7 06:24:22 Step 22/23 : LABEL git_sha=8def1a5e2489aadf865c88d2d0804a5af73f5c68 06:24:22 ---> Running in a7e1692aaeaa 06:24:22 Removing intermediate container a7e1692aaeaa 06:24:22 ---> 978b1801d609 06:24:22 Step 23/23 : LABEL version=0.0.0 06:24:22 ---> Running in 072e47119f18 06:24:23 Removing intermediate container 072e47119f18 06:24:23 ---> f676e15f9fbc 06:24:23 [Warning] One or more build-args [ARCH] were not consumed 06:24:23 Successfully built f676e15f9fbc 06:24:23 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 06:24:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:24:23 06:24:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 06:24:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:24:24 arm64: Pulling from edgex-lftools-log-publisher 06:24:24 8998bd30e6a1: Pulling fs layer 06:24:24 04944245beec: Pulling fs layer 06:24:24 699f458cf7ca: Pulling fs layer 06:24:24 765212b225bb: Pulling fs layer 06:24:24 f23df028b6ca: Pulling fs layer 06:24:24 d65c8cfc05b1: Pulling fs layer 06:24:24 2437ff75d9bd: Pulling fs layer 06:24:24 f23df028b6ca: Waiting 06:24:24 d65c8cfc05b1: Waiting 06:24:24 2437ff75d9bd: Waiting 06:24:24 765212b225bb: Waiting 06:24:24 04944245beec: Verifying Checksum 06:24:24 04944245beec: Download complete 06:24:24 765212b225bb: Verifying Checksum 06:24:24 765212b225bb: Download complete 06:24:24 f23df028b6ca: Download complete 06:24:24 d65c8cfc05b1: Download complete 06:24:24 699f458cf7ca: Verifying Checksum 06:24:24 699f458cf7ca: Download complete 06:24:25 8998bd30e6a1: Verifying Checksum 06:24:25 8998bd30e6a1: Download complete 06:24:27 2437ff75d9bd: Verifying Checksum 06:24:27 2437ff75d9bd: Download complete 06:24:29 8998bd30e6a1: Pull complete 06:24:29 04944245beec: Pull complete 06:24:31 699f458cf7ca: Pull complete 06:24:31 765212b225bb: Pull complete 06:24:32 f23df028b6ca: Pull complete 06:24:32 d65c8cfc05b1: Pull complete 06:24:47 2437ff75d9bd: Pull complete 06:24:47 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:24:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:24:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 06:24:48 prd-ubuntu18.04-docker-arm64-4c-16g-6752 does not seem to be running inside a container 06:24:48 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 06:24:50 $ docker top fae70e27e0ebbef80012a78e10d8bbe434bd102d51d6f2cd665334813261da5b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:24:51 ---> job-cost.sh 06:24:51 lf-activate-venv: SKIPPING 06:24:51 INFO: No Stack... 06:24:52 INFO: Retrieving Pricing Info for: v3-standard-4 06:24:53 INFO: Archiving Costs [Pipeline] sh 06:24:53 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 06:24:53 + cut -d, -f6 [Pipeline] lock 06:24:53 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-500-2-stack-cost] 06:24:53 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-500-2-stack-cost] did not exist. Created. 06:24:53 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-500-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:24:54 /w/workspace/edgex-ui-go/2@tmp/durable-b9c7ef29/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 06:24:55 + echo total: 0.10999999940395355 [Pipeline] stash 06:24:55 Warning: overwriting stash ‘stack-cost’ 06:24:55 Stashed 1 file(s) [Pipeline] } 06:24:55 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-500-2-stack-cost] [Pipeline] // lock [Pipeline] } 06:24:55 $ docker stop --time=1 fae70e27e0ebbef80012a78e10d8bbe434bd102d51d6f2cd665334813261da5b 06:24:56 $ docker rm -f fae70e27e0ebbef80012a78e10d8bbe434bd102d51d6f2cd665334813261da5b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 06:24:57 provisioning config files... 06:24:57 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/config1844520001561497313tmp [Pipeline] { [Pipeline] sh 06:24:57 + set +x 06:24:57 + curl -s https://codecov.io/bash 06:24:57 + bash -s -- 06:24:57 06:24:57 _____ _ 06:24:57 / ____| | | 06:24:57 | | ___ __| | ___ ___ _____ __ 06:24:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:24:57 | |___| (_) | (_| | __/ (_| (_) \ V / 06:24:57 \_____\___/ \__,_|\___|\___\___/ \_/ 06:24:57 Bash-1.0.6 06:24:57 06:24:57 06:24:57 ==> git version 2.24.4 found 06:24:57 ==> 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 06:24:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:24:57 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:24:57 ==> Jenkins CI detected. 06:24:57 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-500 06:24:57 project root: . 06:24:57 --> token set from env 06:24:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:24:57 ==> Running gcov in . (disable via -X gcov) 06:24:57 ==> Python coveragepy not found 06:24:57 ==> Searching for coverage reports in: 06:24:57 + . 06:24:57 -> Found 1 reports 06:24:57 ==> Detecting git/mercurial file structure 06:24:57 ==> Reading reports 06:24:57 + ./coverage.out bytes=10 06:24:57 ==> Appending adjustments 06:24:57 https://docs.codecov.io/docs/fixing-reports 06:24:58 + Found adjustments 06:24:58 ==> Gzipping contents 06:24:58 4.0K /tmp/codecov.SVtoi0.gz 06:24:58 ==> Uploading reports 06:24:58 url: https://codecov.io 06:24:58 query: branch=PR-500&commit=8def1a5e2489aadf865c88d2d0804a5af73f5c68&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-500%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=500&job=&cmd_args= 06:24:58 -> Pinging Codecov 06:24:58 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-500&commit=8def1a5e2489aadf865c88d2d0804a5af73f5c68&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-500%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=500&job=&cmd_args= 06:24:58 -> Uploading to 06:24:58 https://storage.googleapis.com/codecov/v4/raw/2022-03-10/FB506323287CE973F263BFD2A0EB1F37/8def1a5e2489aadf865c88d2d0804a5af73f5c68/64b67b23-35da-4667-bc9a-12d1aa089cf4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220310T062458Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2dcc4ebd22dcf085aed821a6bc837435f207cfbbda13bab914a780437536035a 06:24:58 % Total % Received % Xferd Average Speed Time Time Time Current 06:24:58 Dload Upload Total Spent Left Speed 06:24:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3960 0 0 100 3960 0 12814 --:--:-- --:--:-- --:--:-- 12815 06:24:58 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/8def1a5e2489aadf865c88d2d0804a5af73f5c68 [Pipeline] } 06:24:58 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 06:24:59 + '[' -d /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives ']' 06:24:59 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives 06:24:59 total 8 06:24:59 drwxr-xr-x. 3 root root 34 Mar 10 06:18 . 06:24:59 drwxrwxr-x. 14 jenkins jenkins 4096 Mar 10 06:18 .. 06:24:59 drwxr-xr-x. 2 root root 6 Mar 10 06:18 cost 06:24:59 -rw-r--r--. 1 root root 82 Mar 10 06:18 cost.csv 06:24:59 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives 06:24:59 + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives 06:24:59 total 8 06:24:59 drwxr-xr-x. 3 jenkins jenkins 34 Mar 10 06:18 . 06:24:59 drwxrwxr-x. 14 jenkins jenkins 4096 Mar 10 06:18 .. 06:24:59 drwxr-xr-x. 2 jenkins jenkins 6 Mar 10 06:18 cost 06:24:59 -rw-r--r--. 1 jenkins jenkins 82 Mar 10 06:18 cost.csv [Pipeline] libraryResource [Pipeline] sh 06:24:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:25:00 ---> package-listing.sh 06:25:00 ++ facter osfamily 06:25:00 ++ tr '[:upper:]' '[:lower:]' 06:25:00 + OS_FAMILY=redhat 06:25:00 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-500 06:25:00 + START_PACKAGES=/tmp/packages_start.txt 06:25:00 + END_PACKAGES=/tmp/packages_end.txt 06:25:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:25:00 + PACKAGES=/tmp/packages_start.txt 06:25:00 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-500 ']' 06:25:00 + PACKAGES=/tmp/packages_end.txt 06:25:00 + case "${OS_FAMILY}" in 06:25:00 + rpm -qa 06:25:00 + sort 06:25:01 + '[' -f /tmp/packages_start.txt ']' 06:25:01 + '[' -f /tmp/packages_end.txt ']' 06:25:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:25:01 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-500 ']' 06:25:01 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives/ 06:25:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives/ [Pipeline] echo 06:25:01 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:25:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:25:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:25:02 . [Pipeline] withDockerContainer 06:25:02 prd-centos7-docker-4c-2g-6749 does not seem to be running inside a container 06:25:02 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:25:02 $ docker top 911561cf8ee98e26b89ec31b635081499181614a29630e850e89350be19c4b66 -eo pid,comm [Pipeline] { [Pipeline] sh 06:25:02 + touch /tmp/pre-build-complete [Pipeline] sh 06:25:03 + mkdir -p /var/log/sysstat [Pipeline] sh 06:25:03 + ls /var/log/sa-host 06:25:03 + sadf -c /var/log/sa-host/sa10 06:25:03 file_magic: OK 06:25:03 HZ: Using current value: 100 06:25:03 file_header: OK 06:25:03 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 06:25:03 Statistics: 06:25:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:25:03 File successfully converted to sysstat format version 12.5.2 06:25:03 + sadf -c /var/log/sa-host/sa17 06:25:03 file_magic: OK 06:25:03 HZ: Using current value: 100 06:25:03 file_header: OK 06:25:03 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 06:25:03 Statistics: 06:25:03 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:25:03 File successfully converted to sysstat format version 12.5.2 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:25:03 provisioning config files... 06:25:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/config8799408678614622171tmp [Pipeline] { [Pipeline] echo 06:25:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:25:03 ---> create-netrc.sh [Pipeline] } 06:25:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:25:04 ---> python-tools-install.sh [Pipeline] echo 06:25:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:25:04 ---> sudo-logs.sh 06:25:04 Archiving 'sudo' log.. 06:25:04 sudo: unable to resolve host prd-centos7-docker-4c-2g-6749.novalocal: Name or service not known 06:25:04 sudo: unable to resolve host prd-centos7-docker-4c-2g-6749.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 06:25:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:25:04 ---> job-cost.sh 06:25:04 lf-activate-venv: SKIPPING 06:25:04 DEBUG: total: 0.05999999865889549 06:25:04 INFO: Retrieving Stack Cost... 06:25:04 INFO: Retrieving Pricing Info for: v3-standard-2 06:25:05 INFO: Archiving Costs [Pipeline] echo 06:25:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:25:05 ---> logs-deploy.sh 06:25:05 lf-activate-venv: SKIPPING 06:25:05 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-500/2 06:25:05 INFO: archiving workspace using pattern(s): 06:25:06 Archives upload complete. 06:25:06 INFO: archiving logs to Nexus 06:25:06 ---> uname -a: 06:25:06 Linux prd-centos7-docker-4c-2g-6749.novalocal 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64 GNU/Linux 06:25:06 06:25:06 06:25:06 ---> lscpu: 06:25:06 Architecture: x86_64 06:25:06 CPU op-mode(s): 32-bit, 64-bit 06:25:06 Byte Order: Little Endian 06:25:06 Address sizes: 40 bits physical, 48 bits virtual 06:25:06 CPU(s): 2 06:25:06 On-line CPU(s) list: 0,1 06:25:06 Thread(s) per core: 1 06:25:06 Core(s) per socket: 1 06:25:06 Socket(s): 2 06:25:06 NUMA node(s): 1 06:25:06 Vendor ID: AuthenticAMD 06:25:06 CPU family: 23 06:25:06 Model: 49 06:25:06 Model name: AMD EPYC-Rome Processor 06:25:06 Stepping: 0 06:25:06 CPU MHz: 2800.000 06:25:06 BogoMIPS: 5600.00 06:25:06 Virtualization: AMD-V 06:25:06 Hypervisor vendor: KVM 06:25:06 Virtualization type: full 06:25:06 L1d cache: 64 KiB 06:25:06 L1i cache: 64 KiB 06:25:06 L2 cache: 1 MiB 06:25:06 L3 cache: 32 MiB 06:25:06 NUMA node0 CPU(s): 0,1 06:25:06 Vulnerability Itlb multihit: Not affected 06:25:06 Vulnerability L1tf: Not affected 06:25:06 Vulnerability Mds: Not affected 06:25:06 Vulnerability Meltdown: Not affected 06:25:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:25:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:25:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:25:06 Vulnerability Srbds: Not affected 06:25:06 Vulnerability Tsx async abort: Not affected 06:25:06 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 06:25:06 06:25:06 06:25:06 ---> nproc: 06:25:06 2 06:25:06 06:25:06 06:25:06 ---> df -h: 06:25:06 Filesystem Size Used Avail Use% Mounted on 06:25:06 overlay 40G 9.2G 31G 23% / 06:25:06 tmpfs 64M 0 64M 0% /dev 06:25:06 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 06:25:06 shm 64M 0 64M 0% /dev/shm 06:25:06 /dev/vda1 40G 9.2G 31G 23% /facter-os 06:25:06 06:25:06 06:25:06 ---> sar -b -r -n DEV: 06:25:06 Linux 3.10.0-1160.45.1.el7.x86_64 (centos-7-docker-61956895-6fad-6945-99d6-2040f50c295e.novalocal) 03/10/22 _x86_64_ (2 CPU) 06:25:06 06:25:06 06:16:09 LINUX RESTART (2 CPU) 06:25:06 06:25:06 06:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:25:06 06:18:01 360.34 0.07 360.27 0.00 1.60 84117.92 0.00 06:25:06 06:19:01 135.90 0.00 135.90 0.00 0.00 28442.78 0.00 06:25:06 06:20:01 0.73 0.00 0.73 0.00 0.00 5.81 0.00 06:25:06 06:21:01 0.25 0.00 0.25 0.00 0.00 3.60 0.00 06:25:06 06:22:01 0.23 0.00 0.23 0.00 0.00 3.16 0.00 06:25:06 06:23:01 0.33 0.00 0.33 0.00 0.00 4.68 0.00 06:25:06 06:24:01 0.20 0.00 0.20 0.00 0.00 2.57 0.00 06:25:06 06:25:01 0.37 0.13 0.23 0.00 13.73 3.50 0.00 06:25:06 Average: 62.34 0.02 62.32 0.00 1.92 14084.39 0.00 06:25:06 06:25:06 06:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:25:06 06:18:01 3863920 0 973044 12.15 2620 3169356 1554124 17.16 900332 2779816 46064 06:25:06 06:19:01 3241176 0 1069812 13.36 2620 3695332 1441696 15.92 1028356 3199484 20 06:25:06 06:20:01 3234416 0 1076572 13.44 2620 3695332 1441708 15.92 1036640 3199484 16 06:25:06 06:21:01 3244932 0 1066048 13.31 2620 3695340 1413292 15.60 1027820 3199488 8 06:25:06 06:22:01 3256924 0 1054052 13.16 2620 3695344 1300668 14.36 1018832 3199484 8 06:25:06 06:23:01 3263868 0 1047108 13.07 2620 3695344 1279652 14.13 1012248 3199484 8 06:25:06 06:24:01 3263916 0 1047052 13.07 2620 3695352 1279652 14.13 1012356 3199484 8 06:25:06 06:25:01 3254672 0 1055712 13.18 2620 3695936 1318176 14.55 1131224 3087448 188 06:25:06 Average: 3327978 0 1048675 13.09 2620 3629667 1378621 15.22 1020976 3133022 5790 06:25:06 06:25:06 06:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:25:06 06:18:01 vethba4019e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:25:06 06:18:01 eth0 279.60 211.66 2110.96 31.38 0.00 0.00 0.00 0.00 06:25:06 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:06 06:18:01 docker0 190.25 240.04 15.69 2071.57 0.00 0.00 0.00 0.00 06:25:06 06:19:01 eth0 142.88 94.10 2625.80 70.27 0.00 0.00 0.00 0.00 06:25:06 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:06 06:19:01 docker0 7.46 8.99 0.42 38.10 0.00 0.00 0.00 0.00 06:25:06 06:20:01 eth0 1.87 1.57 0.45 12.95 0.00 0.00 0.00 0.00 06:25:06 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:06 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:06 06:21:01 eth0 0.82 0.63 0.28 5.98 0.00 0.00 0.00 0.00 06:25:06 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:06 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:06 06:22:01 eth0 2.13 2.22 0.21 7.20 0.00 0.00 0.00 0.00 06:25:06 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:06 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:06 06:23:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:25:06 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:06 06:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:06 06:24:01 eth0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 06:25:06 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:06 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:06 06:25:01 eth0 13.23 8.75 12.31 13.53 0.00 0.00 0.00 0.00 06:25:06 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:06 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:06 Average: eth0 55.13 39.92 594.05 17.67 0.00 0.00 0.00 0.00 06:25:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:25:06 Average: docker0 24.74 31.16 2.02 263.98 0.00 0.00 0.00 0.00 06:25:06 06:25:06