Pull request #477 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776+9c41ff8537e4dd517baadcffb42b15571707b4ab (b3576cddb5446b759758b420375ea13366475631) Running in Durability level: MAX_SURVIVABILITY 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-ssh7063052949760800334.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 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-ssh982991266910469802.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 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-477/workspace@libs/edgex-global-pipelines # timeout=10 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-477/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh352905425398902323.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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-477/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8841678007703004807.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 # timeout=10 Commit message: "Merge pull request #363 from ernestojeda/fix-lts-clone" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh6714819367705500717.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-477/workspace@libs/lf-pipelines # timeout=10 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-477/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh1584515510319304673.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 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.16 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-43’ is offline Running on prd-centos7-docker-4c-2g-45 in /w/workspace/edgexfoundry_edgex-ui-go_PR-477 [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-477 # 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-477@tmp/jenkins-gitclient-ssh4583851030930035255.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-477@tmp/jenkins-gitclient-ssh6467322727837108846.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/477/head:refs/remotes/origin/PR-477 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 9c41ff8537e4dd517baadcffb42b15571707b4ab into PR head commit 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 Merge succeeded, producing 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 Checking out Revision 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 (PR-477) > git config core.sparsecheckout # timeout=10 > git checkout -f 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 # 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-477@tmp/jenkins-gitclient-ssh7699854736788513906.key > git merge 9c41ff8537e4dd517baadcffb42b15571707b4ab # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 # timeout=10 Commit message: "chore(deps): Bump nth-check from 2.0.0 to 2.0.1 in /web" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:43:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:43:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:43:52 ========================================================= 07:43:52 EdgeX Global Pipelines Version Info 07:43:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:43:53 ------------------- 07:43:53 stable info: 07:43:53 ------------------- 07:43:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:43:53 Commit SHA: 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 07:43:53 Message: update stable to v1.0.212 07:43:53 ------------------- 07:43:53 experimental info: 07:43:53 ------------------- 07:43:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:43:53 Commit SHA: 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 07:43:53 Message: update experimental to v1.0.212 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:43:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:43:54 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:43:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-477 [Pipeline] echo 07:43:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-477 [Pipeline] echo 07:43:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-477 [Pipeline] echo 07:43:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 [Pipeline] echo 07:43:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2f8ae47 [Pipeline] echo 07:43:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:43:55 provisioning config files... 07:43:55 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-477@tmp/config2837850216266081979tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:43:55 ---> docker-login.sh 07:43:55 nexus3.edgexfoundry.org:10001 07:43:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:55 Configure a credential helper to remove this warning. See 07:43:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:55 07:43:55 Login Succeeded 07:43:55 nexus3.edgexfoundry.org:10002 07:43:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:55 Configure a credential helper to remove this warning. See 07:43:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:55 07:43:55 Login Succeeded 07:43:55 nexus3.edgexfoundry.org:10003 07:43:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:56 Configure a credential helper to remove this warning. See 07:43:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:56 07:43:56 Login Succeeded 07:43:56 nexus3.edgexfoundry.org:10004 07:43:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:56 Configure a credential helper to remove this warning. See 07:43:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:56 07:43:56 Login Succeeded 07:43:56 docker.io 07:43:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:43:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:43:56 Configure a credential helper to remove this warning. See 07:43:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:43:56 07:43:56 Login Succeeded 07:43:56 ---> docker-login.sh ends [Pipeline] } 07:43:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 07:43:57 + git rev-list -1 --merges 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776~1..2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 [Pipeline] echo 07:43:57 -----------> git rev-list -1 --merges 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776~1..2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 [false] [Pipeline] sh 07:43:57 + git log --format=format:%s -1 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 [Pipeline] echo 07:43:57 ========================================================= 07:43:57 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:43:57 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:43:58 + git log --format=format:%s -1 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 [Pipeline] echo 07:43:58 [semverPrep] GIT_COMMIT: 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776, Commit Message: chore(deps): Bump nth-check from 2.0.0 to 2.0.1 in /web [Pipeline] echo 07:43:58 [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:43:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:43:58 07:43:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:43:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:43:59 latest: Pulling from edgex-devops/git-semver 07:43:59 a0d0a0d46f8b: Pulling fs layer 07:43:59 3e5f54012d9b: Pulling fs layer 07:43:59 4c7163046ea9: Pulling fs layer 07:43:59 0c2d73faf560: Pulling fs layer 07:43:59 0c2d73faf560: Waiting 07:43:59 3e5f54012d9b: Verifying Checksum 07:43:59 3e5f54012d9b: Download complete 07:43:59 a0d0a0d46f8b: Verifying Checksum 07:43:59 a0d0a0d46f8b: Download complete 07:43:59 4c7163046ea9: Verifying Checksum 07:43:59 4c7163046ea9: Download complete 07:43:59 0c2d73faf560: Verifying Checksum 07:43:59 0c2d73faf560: Download complete 07:43:59 a0d0a0d46f8b: Pull complete 07:43:59 3e5f54012d9b: Pull complete 07:43:59 4c7163046ea9: Pull complete 07:43:59 0c2d73faf560: Pull complete 07:43:59 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 07:43:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:43:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:43:59 prd-centos7-docker-4c-2g-45 does not seem to be running inside a container 07:44:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-477 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-477:/w/workspace/edgexfoundry_edgex-ui-go_PR-477:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-477@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-477@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:44:00 $ docker top d62c53f1af92c3c3885f409803414546d4bbf05cef5ed6e808ed7b4a41c7217f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:44:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:44:00 [ssh-agent] Looking for ssh-agent implementation... 07:44:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:44:01 $ docker exec d62c53f1af92c3c3885f409803414546d4bbf05cef5ed6e808ed7b4a41c7217f ssh-agent 07:44:01 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXJEpKkH/agent.13 07:44:01 SSH_AGENT_PID=20 07:44:01 Running ssh-add (command line suppressed) 07:44:01 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-477@tmp/private_key_5784000466254626318.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-477@tmp/private_key_5784000466254626318.key) 07:44:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:44:01 + git tag --points-at HEAD [Pipeline] } 07:44:01 $ docker exec --env ******** --env ******** d62c53f1af92c3c3885f409803414546d4bbf05cef5ed6e808ed7b4a41c7217f ssh-agent -k 07:44:01 unset SSH_AUTH_SOCK; 07:44:01 unset SSH_AGENT_PID; 07:44:01 echo Agent pid 20 killed; 07:44:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:44:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:44:01 [ssh-agent] Looking for ssh-agent implementation... 07:44:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:44:01 $ docker exec d62c53f1af92c3c3885f409803414546d4bbf05cef5ed6e808ed7b4a41c7217f ssh-agent 07:44:02 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXcIhKpl/agent.54 07:44:02 SSH_AGENT_PID=60 07:44:02 Running ssh-add (command line suppressed) 07:44:02 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-477@tmp/private_key_8278931969180156668.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-477@tmp/private_key_8278931969180156668.key) 07:44:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:44:02 + git semver init 07:44:02 # -> Open(): unable to determine branch for HEAD 07:44:02 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-477/.git 07:44:02 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-477 07:44:02 # $SEMVER_REMOTE_NAME = origin 07:44:02 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:44:02 # $SEMVER_USER_NAME = edgex-jenkins 07:44:02 # $SEMVER_BRANCH = PR-477 07:44:02 # $SEMVER_TEMP = /tmp/semver-607612768 07:44:02 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 07:44:05 # '/tmp/semver-607612768' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-477/.semver' 07:44:05 # -> Force: false 07:44:05 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-477/.semver [Pipeline] } 07:44:05 $ docker exec --env ******** --env ******** d62c53f1af92c3c3885f409803414546d4bbf05cef5ed6e808ed7b4a41c7217f ssh-agent -k 07:44:05 unset SSH_AUTH_SOCK; 07:44:05 unset SSH_AGENT_PID; 07:44:05 echo Agent pid 60 killed; 07:44:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:44:05 + git semver [Pipeline] } 07:44:05 $ docker stop --time=1 d62c53f1af92c3c3885f409803414546d4bbf05cef5ed6e808ed7b4a41c7217f 07:44:06 $ docker rm -f d62c53f1af92c3c3885f409803414546d4bbf05cef5ed6e808ed7b4a41c7217f [Pipeline] // withDockerContainer [Pipeline] sh 07:44:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:44:07 Stashed 1 file(s) [Pipeline] echo 07:44:07 [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] node [Pipeline] node 07:44:22 Still waiting to schedule task 07:44:22 ‘prd-centos7-docker-4c-2g-46’ is offline 07:44:22 ‘prd-ubuntu18.04-docker-arm64-4c-16g-44’ doesn’t have label ‘centos7-docker-4c-2g’ 07:44:23 Still waiting to schedule task 07:44:23 ‘prd-ubuntu18.04-docker-arm64-4c-16g-44’ is offline 07:45:01 Running on prd-centos7-docker-4c-2g-47 in /w/workspace/edgexfoundry_edgex-ui-go_PR-477 [Pipeline] { [Pipeline] ws 07:45:01 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 07:45:01 The recommended git tool is: git 07:45:03 using credential edgex-jenkins-ssh 07:45:03 Cloning the remote Git repository 07:45:02 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:45:03 > git init /w/workspace/edgex-ui-go/1 # timeout=10 07:45:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:45:03 > git --version # timeout=10 07:45:03 > git --version # 'git version 2.24.4' 07:45:03 using GIT_SSH to set credentials SSH Credentials for GitHub 07:45:03 [INFO] Currently running in a labeled security context 07:45:03 [INFO] Currently SELinux is 'enforcing' on the host 07:45:03 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh8751480446420524969.key 07:45:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:45:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:45:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:45:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:45:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:45:04 using GIT_SSH to set credentials SSH Credentials for GitHub 07:45:04 [INFO] Currently running in a labeled security context 07:45:04 [INFO] Currently SELinux is 'enforcing' on the host 07:45:04 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh8499346998824236535.key 07:45:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/477/head:refs/remotes/origin/PR-477 +refs/heads/main:refs/remotes/origin/main # timeout=10 07:45:06 Merging remotes/origin/main commit 9c41ff8537e4dd517baadcffb42b15571707b4ab into PR head commit 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 07:45:06 Merge succeeded, producing 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 07:45:06 Checking out Revision 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 (PR-477) 07:45:05 > git config core.sparsecheckout # timeout=10 07:45:05 > git checkout -f 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 # timeout=10 07:45:05 > git remote # timeout=10 07:45:05 > git config --get remote.origin.url # timeout=10 07:45:05 using GIT_SSH to set credentials SSH Credentials for GitHub 07:45:05 [INFO] Currently running in a labeled security context 07:45:05 [INFO] Currently SELinux is 'enforcing' on the host 07:45:05 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh4614975967581895717.key 07:45:05 > git merge 9c41ff8537e4dd517baadcffb42b15571707b4ab # timeout=10 07:45:05 > git rev-parse HEAD^{commit} # timeout=10 07:45:05 > git config core.sparsecheckout # timeout=10 07:45:05 > git checkout -f 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 # timeout=10 07:45:09 Commit message: "chore(deps): Bump nth-check from 2.0.0 to 2.0.1 in /web" 07:45:09 > git --version # timeout=10 07:45:09 > git --version # 'git version 2.24.4' 07:45:09 fatal: bad object 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:45:10 provisioning config files... 07:45:10 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config7746442100475041607tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:45:11 ---> docker-login.sh 07:45:11 nexus3.edgexfoundry.org:10001 07:45:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:45:11 Configure a credential helper to remove this warning. See 07:45:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:45:11 07:45:11 Login Succeeded 07:45:11 nexus3.edgexfoundry.org:10002 07:45:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:45:11 Configure a credential helper to remove this warning. See 07:45:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:45:11 07:45:11 Login Succeeded 07:45:11 nexus3.edgexfoundry.org:10003 07:45:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:45:11 Configure a credential helper to remove this warning. See 07:45:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:45:11 07:45:11 Login Succeeded 07:45:11 nexus3.edgexfoundry.org:10004 07:45:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:45:11 Configure a credential helper to remove this warning. See 07:45:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:45:11 07:45:11 Login Succeeded 07:45:11 docker.io 07:45:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:45:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:45:11 Configure a credential helper to remove this warning. See 07:45:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:45:11 07:45:11 Login Succeeded 07:45:11 ---> docker-login.sh ends [Pipeline] } 07:45:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:45:12 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:45:12 ========================================================= 07:45:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 07:45:12 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 07:45:12 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . 07:45:12 Sending build context to Docker daemon 25.2MB 07:45:12 Step 1/14 : ARG BASE=golang:1.16-alpine3.14 07:45:12 Step 2/14 : FROM ${BASE} AS builder 07:45:12 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 07:45:12 a0d0a0d46f8b: Pulling fs layer 07:45:12 31adcdaf11c8: Pulling fs layer 07:45:12 b8b176561691: Pulling fs layer 07:45:12 4527c011a84f: Pulling fs layer 07:45:12 5d74067f8e1e: Pulling fs layer 07:45:12 e0aca202a116: Pulling fs layer 07:45:12 3a43be97a3b4: Pulling fs layer 07:45:12 34cad66bf833: Pulling fs layer 07:45:12 b4e3c513aaa6: Pulling fs layer 07:45:12 4527c011a84f: Waiting 07:45:12 e0aca202a116: Waiting 07:45:12 3a43be97a3b4: Waiting 07:45:12 5d74067f8e1e: Waiting 07:45:12 34cad66bf833: Waiting 07:45:12 b8b176561691: Verifying Checksum 07:45:12 b8b176561691: Download complete 07:45:12 31adcdaf11c8: Download complete 07:45:12 5d74067f8e1e: Verifying Checksum 07:45:12 5d74067f8e1e: Download complete 07:45:12 e0aca202a116: Verifying Checksum 07:45:12 e0aca202a116: Download complete 07:45:12 a0d0a0d46f8b: Verifying Checksum 07:45:12 a0d0a0d46f8b: Download complete 07:45:12 3a43be97a3b4: Verifying Checksum 07:45:12 3a43be97a3b4: Download complete 07:45:13 34cad66bf833: Verifying Checksum 07:45:13 34cad66bf833: Download complete 07:45:13 a0d0a0d46f8b: Pull complete 07:45:13 31adcdaf11c8: Pull complete 07:45:13 b8b176561691: Pull complete 07:45:13 4527c011a84f: Verifying Checksum 07:45:13 4527c011a84f: Download complete 07:45:13 b4e3c513aaa6: Verifying Checksum 07:45:13 b4e3c513aaa6: Download complete 07:45:17 4527c011a84f: Pull complete 07:45:17 5d74067f8e1e: Pull complete 07:45:17 e0aca202a116: Pull complete 07:45:17 3a43be97a3b4: Pull complete 07:45:17 34cad66bf833: Pull complete 07:45:19 b4e3c513aaa6: Pull complete 07:45:19 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 07:45:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 07:45:19 ---> 9f6097aaca64 07:45:19 Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:45:21 ---> Running in 293301fdaf82 07:45:21 Removing intermediate container 293301fdaf82 07:45:21 ---> 59aed52c8645 07:45:21 Step 4/14 : ARG ALPINE_PKG_BASE="make git" 07:45:22 ---> Running in 59429e3c28aa 07:45:22 Removing intermediate container 59429e3c28aa 07:45:22 ---> e2ffb50fa81d 07:45:22 Step 5/14 : ARG ALPINE_PKG_EXTRA="" 07:45:22 ---> Running in dd114d5651ce 07:45:22 Removing intermediate container dd114d5651ce 07:45:22 ---> 32a3a64a7735 07:45:22 Step 6/14 : LABEL Name=edgex-ui-go 07:45:22 ---> Running in dbdb87ed1942 07:45:22 Removing intermediate container dbdb87ed1942 07:45:22 ---> f55083bc25cd 07:45:22 Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:45:22 ---> Running in 826cf6f44288 07:45:22 Removing intermediate container 826cf6f44288 07:45:22 ---> e4dfbec293b5 07:45:22 Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:45:22 ---> Running in 6b11f64a8e66 07:45:22 Removing intermediate container 6b11f64a8e66 07:45:22 ---> 780c05439b02 07:45:22 Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:45:22 ---> Running in f0ee8e91a8e4 07:45:23 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 07:45:24 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 07:45:24 OK: 220 MiB in 52 packages 07:45:24 Removing intermediate container f0ee8e91a8e4 07:45:24 ---> 7564bcb2950f 07:45:24 Step 10/14 : ENV GO111MODULE=on 07:45:24 ---> Running in 4fc8dd44aa20 07:45:24 Removing intermediate container 4fc8dd44aa20 07:45:24 ---> 8b8526e7ce6f 07:45:24 Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:45:24 ---> Running in 4b1a80a0e03e 07:45:24 Removing intermediate container 4b1a80a0e03e 07:45:24 ---> 9fa28103764b 07:45:24 Step 12/14 : COPY . . 07:45:25 ---> 46703c554896 07:45:25 Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:45:25 ---> Running in 155978c040ef 07:45:35 Removing intermediate container 155978c040ef 07:45:35 ---> 6e3b6f4b0c04 07:45:35 Step 14/14 : RUN ${MAKE} 07:45:35 ---> Running in f295326a5dd9 07:45:35 noop 07:45:35 Removing intermediate container f295326a5dd9 07:45:35 ---> 2a49e2393ef8 07:45:35 Successfully built 2a49e2393ef8 07:45:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:45:36 + docker inspect -f . ci-base-image-x86_64 07:45:36 . [Pipeline] withDockerContainer 07:45:36 prd-centos7-docker-4c-2g-47 does not seem to be running inside a container 07:45:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-x86_64 cat 07:45:36 $ docker top ac93f41c48d87247e1cb1f50a393d07d354e562a2cee8475b70f14dd06541269 -eo pid,comm [Pipeline] { [Pipeline] sh 07:45:36 + go version 07:45:36 go version go1.16.8 linux/amd64 [Pipeline] } 07:45:36 $ docker stop --time=1 ac93f41c48d87247e1cb1f50a393d07d354e562a2cee8475b70f14dd06541269 07:45:38 $ docker rm -f ac93f41c48d87247e1cb1f50a393d07d354e562a2cee8475b70f14dd06541269 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:45:38 + docker inspect -f . ci-base-image-x86_64 07:45:38 . [Pipeline] withDockerContainer 07:45:38 prd-centos7-docker-4c-2g-47 does not seem to be running inside a container 07:45:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-x86_64 cat 07:45:39 $ docker top 1f607a77776cae9c6e579fa3e47132b3079db7b9f152978ccc80d5c80b509872 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 07:45:39 + make test 07:45:39 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:45:40 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:45:52 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:45:52 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:45:52 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 07:45:52 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:45:52 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:45:52 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:45:52 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:45:52 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:45:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:45:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:45:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:45:52 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 07:45:52 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:45:57 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:45:57 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] } 07:45:57 $ docker stop --time=1 1f607a77776cae9c6e579fa3e47132b3079db7b9f152978ccc80d5c80b509872 07:45:59 $ docker rm -f 1f607a77776cae9c6e579fa3e47132b3079db7b9f152978ccc80d5c80b509872 [Pipeline] // withDockerContainer [Pipeline] sh 07:45:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:45:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:46:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:46:00 + ls -al . 07:46:00 total 88 07:46:00 drwxrwxr-x. 12 jenkins jenkins 4096 Nov 11 07:45 . 07:46:00 drwxrwxr-x. 4 jenkins jenkins 28 Nov 11 07:45 .. 07:46:00 drwxrwxr-x. 3 jenkins jenkins 20 Nov 11 07:45 assets 07:46:00 drwxrwxr-x. 2 jenkins jenkins 66 Nov 11 07:45 bin 07:46:00 drwxrwxr-x. 3 jenkins jenkins 29 Nov 11 07:45 cmd 07:46:00 -rw-rw-r--. 1 jenkins jenkins 3959 Nov 11 07:45 CONTRIBUTING.md 07:46:00 -rw-r--r--. 1 jenkins jenkins 10 Nov 11 07:45 coverage.out 07:46:00 -rw-rw-r--. 1 jenkins jenkins 1526 Nov 11 07:45 Dockerfile 07:46:00 drwxrwxr-x. 2 jenkins jenkins 23 Nov 11 07:45 docs 07:46:00 drwxrwxr-x. 8 jenkins jenkins 179 Nov 11 07:45 .git 07:46:00 drwxrwxr-x. 2 jenkins jenkins 103 Nov 11 07:45 .github 07:46:00 -rw-rw-r--. 1 jenkins jenkins 155 Nov 11 07:45 .gitignore 07:46:00 -rw-rw-r--. 1 jenkins jenkins 881 Nov 11 07:45 go.mod 07:46:00 -rw-rw-r--. 1 jenkins jenkins 24178 Nov 11 07:45 go.sum 07:46:00 drwxrwxr-x. 9 jenkins jenkins 125 Nov 11 07:45 internal 07:46:00 -rw-rw-r--. 1 jenkins jenkins 652 Nov 11 07:45 Jenkinsfile 07:46:00 -rw-rw-r--. 1 jenkins jenkins 11357 Nov 11 07:45 LICENSE 07:46:00 -rw-rw-r--. 1 jenkins jenkins 1212 Nov 11 07:45 Makefile 07:46:00 drwxrwxr-x. 3 jenkins jenkins 19 Nov 11 07:45 pkg 07:46:00 -rw-rw-r--. 1 jenkins jenkins 4450 Nov 11 07:45 README.md 07:46:00 drwxrwxr-x. 4 jenkins jenkins 71 Nov 11 07:45 snap 07:46:00 -rw-rw-r--. 1 jenkins jenkins 5 Nov 11 07:44 VERSION 07:46:00 -rw-rw-r--. 1 jenkins jenkins 155 Nov 11 07:45 version.go 07:46:00 drwxrwxr-x. 4 jenkins jenkins 4096 Nov 11 07:45 web [Pipeline] isUnix [Pipeline] sh 07:46:01 + 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=2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 --label arch=amd64 --label version=0.0.0 . 07:46:01 Sending build context to Docker daemon 25.2MB 07:46:01 Step 1/22 : ARG BASE=golang:1.16-alpine3.14 07:46:01 Step 2/22 : FROM ${BASE} AS builder 07:46:01 ---> 2a49e2393ef8 07:46:01 Step 3/22 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:46:01 ---> Running in 2d69c031b290 07:46:01 Removing intermediate container 2d69c031b290 07:46:01 ---> 0a01f9f8833d 07:46:01 Step 4/22 : ARG ALPINE_PKG_BASE="make git" 07:46:01 ---> Running in 51a67e110b70 07:46:02 Removing intermediate container 51a67e110b70 07:46:02 ---> 74c4a2b7a130 07:46:02 Step 5/22 : ARG ALPINE_PKG_EXTRA="" 07:46:02 ---> Running in 9f1ef3ef44e3 07:46:02 Removing intermediate container 9f1ef3ef44e3 07:46:02 ---> 2066a4a00eab 07:46:02 Step 6/22 : LABEL Name=edgex-ui-go 07:46:02 ---> Running in ee213c24aa8e 07:46:02 Removing intermediate container ee213c24aa8e 07:46:02 ---> 9a4027f55819 07:46:02 Step 7/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:46:02 ---> Running in e6581ec22832 07:46:02 Removing intermediate container e6581ec22832 07:46:02 ---> c454dd0b37d0 07:46:02 Step 8/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:46:02 ---> Running in 1c9ebcb4f84c 07:46:02 Removing intermediate container 1c9ebcb4f84c 07:46:02 ---> 4d8bdea045b5 07:46:02 Step 9/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:46:02 ---> Running in e178f4da9c8b 07:46:03 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 07:46:04 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 07:46:04 OK: 220 MiB in 52 packages 07:46:04 Removing intermediate container e178f4da9c8b 07:46:04 ---> f9cc68c69bde 07:46:04 Step 10/22 : ENV GO111MODULE=on 07:46:04 ---> Running in dda961290c27 07:46:04 Removing intermediate container dda961290c27 07:46:04 ---> 94ce6aba89e4 07:46:04 Step 11/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:46:04 ---> Running in 84ebd7c3de1e 07:46:04 Removing intermediate container 84ebd7c3de1e 07:46:04 ---> f07cbd628c1f 07:46:04 Step 12/22 : COPY . . 07:46:05 ---> 917379b5251b 07:46:05 Step 13/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:46:05 ---> Running in b5325962552c 07:46:06 Removing intermediate container b5325962552c 07:46:06 ---> 289dd78da92c 07:46:06 Step 14/22 : RUN ${MAKE} 07:46:06 ---> Running in b2515153cee8 07:46:06 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 07:46:16 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:46:16 Removing intermediate container b2515153cee8 07:46:16 ---> 586b6a75aa45 07:46:16 Step 15/22 : FROM alpine:3.14 07:46:20 3.14: Pulling from library/alpine 07:46:20 a0d0a0d46f8b: Already exists 07:46:20 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 07:46:20 Status: Downloaded newer image for alpine:3.14 07:46:20 ---> 14119a10abf4 07:46:20 Step 16/22 : EXPOSE 4000 07:46:20 ---> Running in 9c11ebefaca4 07:46:20 Removing intermediate container 9c11ebefaca4 07:46:20 ---> 45d5b0467fb3 07:46:20 Step 17/22 : 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 07:46:21 ---> 1b30cad47d03 07:46:21 Step 18/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:46:21 ---> Running in 22ef8648b24c 07:46:21 Removing intermediate container 22ef8648b24c 07:46:21 ---> c86e0ff47705 07:46:21 Step 19/22 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:46:21 ---> Running in 4ced238d8d2d 07:46:21 Removing intermediate container 4ced238d8d2d 07:46:21 ---> f1c2db29f19d 07:46:21 Step 20/22 : LABEL arch=amd64 07:46:21 ---> Running in 2a9163385591 07:46:21 Removing intermediate container 2a9163385591 07:46:21 ---> 74df9ca3a8d0 07:46:21 Step 21/22 : LABEL git_sha=2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 07:46:21 ---> Running in cbc2f5e83850 07:46:21 Removing intermediate container cbc2f5e83850 07:46:21 ---> 4a43b3ca32eb 07:46:21 Step 22/22 : LABEL version=0.0.0 07:46:21 ---> Running in beec6b83b5da 07:46:21 Removing intermediate container beec6b83b5da 07:46:21 ---> 806a72ce42ff 07:46:21 [Warning] One or more build-args [ARCH] were not consumed 07:46:21 Successfully built 806a72ce42ff 07:46:21 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 07:46:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:46:22 07:46:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 07:46:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:46:22 latest: Pulling from edgex-lftools-log-publisher 07:46:22 b4d181a07f80: Pulling fs layer 07:46:22 a1111a8f2ec3: Pulling fs layer 07:46:22 ed53099fbce6: Pulling fs layer 07:46:22 dc539afda2c1: Pulling fs layer 07:46:22 77bc0d833cb6: Pulling fs layer 07:46:22 9065ff56babe: Pulling fs layer 07:46:22 d287ab97295c: Pulling fs layer 07:46:22 dc539afda2c1: Waiting 07:46:22 77bc0d833cb6: Waiting 07:46:22 9065ff56babe: Waiting 07:46:22 d287ab97295c: Waiting 07:46:22 a1111a8f2ec3: Verifying Checksum 07:46:22 a1111a8f2ec3: Download complete 07:46:22 dc539afda2c1: Verifying Checksum 07:46:22 dc539afda2c1: Download complete 07:46:22 ed53099fbce6: Verifying Checksum 07:46:22 ed53099fbce6: Download complete 07:46:22 77bc0d833cb6: Verifying Checksum 07:46:22 77bc0d833cb6: Download complete 07:46:22 9065ff56babe: Verifying Checksum 07:46:22 9065ff56babe: Download complete 07:46:22 b4d181a07f80: Verifying Checksum 07:46:22 b4d181a07f80: Download complete 07:46:23 d287ab97295c: Verifying Checksum 07:46:23 d287ab97295c: Download complete 07:46:24 b4d181a07f80: Pull complete 07:46:24 a1111a8f2ec3: Pull complete 07:46:24 ed53099fbce6: Pull complete 07:46:25 dc539afda2c1: Pull complete 07:46:25 77bc0d833cb6: Pull complete 07:46:25 9065ff56babe: Pull complete 07:46:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-48 in /w/workspace/edgexfoundry_edgex-ui-go_PR-477 [Pipeline] { [Pipeline] ws 07:46:29 Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout 07:46:29 The recommended git tool is: git 07:46:30 d287ab97295c: Pull complete 07:46:30 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 07:46:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:46:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 07:46:30 prd-centos7-docker-4c-2g-47 does not seem to be running inside a container 07:46:30 $ 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/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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:10003/edgex-lftools-log-publisher:latest cat 07:46:33 $ docker top e35f54c84bfcbdaa650758f7304e1838ce8281e7b007d3d244ac97e204dd3bce -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:46:33 ---> job-cost.sh 07:46:33 lf-activate-venv: SKIPPING 07:46:33 INFO: No Stack... 07:46:34 INFO: Retrieving Pricing Info for: v3-standard-2 07:46:34 INFO: Archiving Costs [Pipeline] sh 07:46:34 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 07:46:34 + cut -d, -f6 [Pipeline] lock 07:46:34 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-477-1-stack-cost] 07:46:34 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-477-1-stack-cost] did not exist. Created. 07:46:34 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-477-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:46:35 + echo total: 0.05999999865889549 [Pipeline] stash 07:46:35 Stashed 1 file(s) [Pipeline] } 07:46:35 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-477-1-stack-cost] [Pipeline] // lock [Pipeline] } 07:46:35 $ docker stop --time=1 e35f54c84bfcbdaa650758f7304e1838ce8281e7b007d3d244ac97e204dd3bce 07:46:35 using credential edgex-jenkins-ssh 07:46:35 Cloning the remote Git repository 07:46:35 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 07:46:35 > git init /w/workspace/edgex-ui-go/1 # timeout=10 07:46:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:46:35 > git --version # timeout=10 07:46:35 > git --version # 'git version 2.17.1' 07:46:35 using GIT_SSH to set credentials SSH Credentials for GitHub 07:46:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:46:36 $ docker rm -f e35f54c84bfcbdaa650758f7304e1838ce8281e7b007d3d244ac97e204dd3bce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:46:39 Merging remotes/origin/main commit 9c41ff8537e4dd517baadcffb42b15571707b4ab into PR head commit 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 07:46:39 Merge succeeded, producing 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 07:46:39 Checking out Revision 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 (PR-477) 07:46:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:46:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:46:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 07:46:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 07:46:38 using GIT_SSH to set credentials SSH Credentials for GitHub 07:46:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/477/head:refs/remotes/origin/PR-477 +refs/heads/main:refs/remotes/origin/main # timeout=10 07:46:39 > git config core.sparsecheckout # timeout=10 07:46:39 > git checkout -f 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 # timeout=10 07:46:39 > git remote # timeout=10 07:46:39 > git config --get remote.origin.url # timeout=10 07:46:39 using GIT_SSH to set credentials SSH Credentials for GitHub 07:46:39 > git merge 9c41ff8537e4dd517baadcffb42b15571707b4ab # timeout=10 07:46:39 > git rev-parse HEAD^{commit} # timeout=10 07:46:39 > git config core.sparsecheckout # timeout=10 07:46:39 > git checkout -f 2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 # timeout=10 07:46:44 Commit message: "chore(deps): Bump nth-check from 2.0.0 to 2.0.1 in /web" 07:46:44 > git --version # timeout=10 07:46:44 > git --version # 'git version 2.17.1' 07:46:44 fatal: bad object 1a66093135c01cdc1d6c9e07e402cdd5cbdad076 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:46:45 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:46:45 % Total % Received % Xferd Average Speed Time Time Time Current 07:46:45 Dload Upload Total Spent Left Speed 07:46:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 186k 0 --:--:-- --:--:-- --:--:-- 186k [Pipeline] sh 07:46:45 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:46:46 + sudo tee /etc/docker/daemon.new 07:46:46 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 07:46:46 { 07:46:46 "registry-mirrors": [ 07:46:46 "https://nexus3.edgexfoundry.org:10001" 07:46:46 ], 07:46:46 "bip": "10.250.0.254/24", 07:46:46 "hosts": [ 07:46:46 "tcp://0.0.0.0:5555", 07:46:46 "unix:///var/run/docker.sock" 07:46:46 ], 07:46:46 "mtu": 1458, 07:46:46 "selinux-enabled": true, 07:46:46 "seccomp-profile": "/etc/docker/seccomp.json" 07:46:46 } [Pipeline] sh 07:46:46 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:46:47 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:47:05 provisioning config files... 07:47:05 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config6085475583408930162tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:47:06 ---> docker-login.sh 07:47:06 nexus3.edgexfoundry.org:10001 07:47:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:47:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:47:07 Configure a credential helper to remove this warning. See 07:47:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:47:07 07:47:07 Login Succeeded 07:47:07 nexus3.edgexfoundry.org:10002 07:47:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:47:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:47:07 Configure a credential helper to remove this warning. See 07:47:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:47:07 07:47:07 Login Succeeded 07:47:07 nexus3.edgexfoundry.org:10003 07:47:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:47:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:47:08 Configure a credential helper to remove this warning. See 07:47:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:47:08 07:47:08 Login Succeeded 07:47:08 nexus3.edgexfoundry.org:10004 07:47:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:47:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:47:08 Configure a credential helper to remove this warning. See 07:47:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:47:08 07:47:08 Login Succeeded 07:47:08 docker.io 07:47:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:47:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:47:09 Configure a credential helper to remove this warning. See 07:47:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:47:09 07:47:09 Login Succeeded 07:47:09 ---> docker-login.sh ends [Pipeline] } 07:47:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:47:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 07:47:10 ========================================================= 07:47:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 07:47:10 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 07:47:11 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . 07:47:12 Sending build context to Docker daemon 25.2MB 07:47:12 Step 1/14 : ARG BASE=golang:1.16-alpine3.14 07:47:12 Step 2/14 : FROM ${BASE} AS builder 07:47:12 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:47:12 552d1f2373af: Pulling fs layer 07:47:12 ea3f2d53f512: Pulling fs layer 07:47:12 9e70ebbbe112: Pulling fs layer 07:47:12 7a9cfe048b4a: Pulling fs layer 07:47:12 72dc09318566: Pulling fs layer 07:47:12 f4f7b4309257: Pulling fs layer 07:47:12 0ac9a79272e3: Pulling fs layer 07:47:12 b78e95d17946: Pulling fs layer 07:47:12 7a9cfe048b4a: Waiting 07:47:12 72dc09318566: Waiting 07:47:12 f4f7b4309257: Waiting 07:47:12 0ac9a79272e3: Waiting 07:47:12 b78e95d17946: Waiting 07:47:12 9e70ebbbe112: Verifying Checksum 07:47:12 9e70ebbbe112: Download complete 07:47:12 ea3f2d53f512: Verifying Checksum 07:47:12 ea3f2d53f512: Download complete 07:47:12 72dc09318566: Verifying Checksum 07:47:12 72dc09318566: Download complete 07:47:12 f4f7b4309257: Verifying Checksum 07:47:12 f4f7b4309257: Download complete 07:47:12 552d1f2373af: Download complete 07:47:12 0ac9a79272e3: Download complete 07:47:13 552d1f2373af: Pull complete 07:47:13 ea3f2d53f512: Pull complete 07:47:14 b78e95d17946: Verifying Checksum 07:47:14 b78e95d17946: Download complete 07:47:14 9e70ebbbe112: Pull complete 07:47:14 7a9cfe048b4a: Verifying Checksum 07:47:14 7a9cfe048b4a: Download complete 07:47:24 7a9cfe048b4a: Pull complete 07:47:24 72dc09318566: Pull complete 07:47:24 f4f7b4309257: Pull complete 07:47:25 0ac9a79272e3: Pull complete 07:47:31 b78e95d17946: Pull complete 07:47:31 Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 07:47:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 07:47:31 ---> 8b459fc5aaf0 07:47:31 Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:47:32 ---> Running in c226878d1cf9 07:47:33 Removing intermediate container c226878d1cf9 07:47:33 ---> 33631de7c3e1 07:47:33 Step 4/14 : ARG ALPINE_PKG_BASE="make git" 07:47:33 ---> Running in f495173e4061 07:47:33 Removing intermediate container f495173e4061 07:47:33 ---> b6377b1b0c5b 07:47:33 Step 5/14 : ARG ALPINE_PKG_EXTRA="" 07:47:33 ---> Running in a698cdf648cb 07:47:34 Removing intermediate container a698cdf648cb 07:47:34 ---> 527cc0418f1f 07:47:34 Step 6/14 : LABEL Name=edgex-ui-go 07:47:34 ---> Running in b1fa235f426a 07:47:34 Removing intermediate container b1fa235f426a 07:47:34 ---> 2c4cc419e017 07:47:34 Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:47:34 ---> Running in 6f4a5598965d 07:47:35 Removing intermediate container 6f4a5598965d 07:47:35 ---> 6cd85b617d8f 07:47:35 Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:47:35 ---> Running in 501d4102fda5 07:47:37 Removing intermediate container 501d4102fda5 07:47:37 ---> 7b115db4d7fc 07:47:37 Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:47:37 ---> Running in 4a1562e218af 07:47:38 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 07:47:39 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 07:47:40 OK: 219 MiB in 52 packages 07:47:41 Removing intermediate container 4a1562e218af 07:47:41 ---> 4611e917eac9 07:47:41 Step 10/14 : ENV GO111MODULE=on 07:47:41 ---> Running in f39cb6e86aa6 07:47:41 Removing intermediate container f39cb6e86aa6 07:47:41 ---> 6677bed403d3 07:47:41 Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:47:42 ---> Running in 19185564337c 07:47:42 Removing intermediate container 19185564337c 07:47:42 ---> 8b854d875823 07:47:42 Step 12/14 : COPY . . 07:47:45 ---> 7a3b1277549b 07:47:45 Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:47:45 ---> Running in 0c2b8eac251a 07:48:12 Removing intermediate container 0c2b8eac251a 07:48:12 ---> 123fae3d365f 07:48:12 Step 14/14 : RUN ${MAKE} 07:48:12 ---> Running in 12585b9713e1 07:48:12 noop 07:48:12 Removing intermediate container 12585b9713e1 07:48:12 ---> 0f1d798aba92 07:48:12 Successfully built 0f1d798aba92 07:48:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:48:13 + docker inspect -f . ci-base-image-arm64 07:48:13 . [Pipeline] withDockerContainer 07:48:13 prd-ubuntu18.04-docker-arm64-4c-16g-48 does not seem to be running inside a container 07:48:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-arm64 cat 07:48:14 $ docker top e84461a9cfffa3801dfc0dc98b4be160e796b55e9aac1e56a73dfadc2fa28c36 -eo pid,comm [Pipeline] { [Pipeline] sh 07:48:15 + go version 07:48:15 go version go1.16.8 linux/arm64 [Pipeline] } 07:48:15 $ docker stop --time=1 e84461a9cfffa3801dfc0dc98b4be160e796b55e9aac1e56a73dfadc2fa28c36 07:48:17 $ docker rm -f e84461a9cfffa3801dfc0dc98b4be160e796b55e9aac1e56a73dfadc2fa28c36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:48:18 + docker inspect -f . ci-base-image-arm64 07:48:18 . [Pipeline] withDockerContainer 07:48:19 prd-ubuntu18.04-docker-arm64-4c-16g-48 does not seem to be running inside a container 07:48:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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 ******** ci-base-image-arm64 cat 07:48:20 $ docker top 121e12346571964173f4b7883f2712f899c3774ceb962e3e10eebfd6ea9023b4 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 07:48:21 + make test 07:48:21 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 07:48:22 ? github.com/edgexfoundry/edgex-ui-go [no test files] 07:49:09 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 07:49:09 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 07:49:09 ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] 07:49:09 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 07:49:09 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 07:49:09 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 07:49:09 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 07:49:09 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 07:49:09 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 07:49:09 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 07:49:09 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 07:49:09 ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] 07:49:09 CGO_ENABLED=0 GO111MODULE=on go vet ./... 07:49:28 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:49:28 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] } 07:49:28 $ docker stop --time=1 121e12346571964173f4b7883f2712f899c3774ceb962e3e10eebfd6ea9023b4 07:49:29 $ docker rm -f 121e12346571964173f4b7883f2712f899c3774ceb962e3e10eebfd6ea9023b4 [Pipeline] // withDockerContainer [Pipeline] sh 07:49:30 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:49:30 Warning: overwriting stash ‘coverage-report’ 07:49:31 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:49:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:49:32 + ls -al . 07:49:32 total 128 07:49:32 drwxrwxr-x 12 jenkins jenkins 4096 Nov 11 07:48 . 07:49:32 drwxrwxr-x 4 jenkins jenkins 4096 Nov 11 07:46 .. 07:49:32 drwxrwxr-x 8 jenkins jenkins 4096 Nov 11 07:46 .git 07:49:32 drwxrwxr-x 2 jenkins jenkins 4096 Nov 11 07:46 .github 07:49:32 -rw-rw-r-- 1 jenkins jenkins 155 Nov 11 07:46 .gitignore 07:49:32 -rw-rw-r-- 1 jenkins jenkins 3959 Nov 11 07:46 CONTRIBUTING.md 07:49:32 -rw-rw-r-- 1 jenkins jenkins 1526 Nov 11 07:46 Dockerfile 07:49:32 -rw-rw-r-- 1 jenkins jenkins 652 Nov 11 07:46 Jenkinsfile 07:49:32 -rw-rw-r-- 1 jenkins jenkins 11357 Nov 11 07:46 LICENSE 07:49:32 -rw-rw-r-- 1 jenkins jenkins 1212 Nov 11 07:46 Makefile 07:49:32 -rw-rw-r-- 1 jenkins jenkins 4450 Nov 11 07:46 README.md 07:49:32 -rw-rw-r-- 1 jenkins jenkins 5 Nov 11 07:44 VERSION 07:49:32 drwxrwxr-x 3 jenkins jenkins 4096 Nov 11 07:46 assets 07:49:32 drwxrwxr-x 2 jenkins jenkins 4096 Nov 11 07:46 bin 07:49:32 drwxrwxr-x 3 jenkins jenkins 4096 Nov 11 07:46 cmd 07:49:32 -rw-r--r-- 1 jenkins jenkins 10 Nov 11 07:48 coverage.out 07:49:32 drwxrwxr-x 2 jenkins jenkins 4096 Nov 11 07:46 docs 07:49:32 -rw-rw-r-- 1 jenkins jenkins 881 Nov 11 07:46 go.mod 07:49:32 -rw-rw-r-- 1 jenkins jenkins 24178 Nov 11 07:46 go.sum 07:49:32 drwxrwxr-x 9 jenkins jenkins 4096 Nov 11 07:46 internal 07:49:32 drwxrwxr-x 3 jenkins jenkins 4096 Nov 11 07:46 pkg 07:49:32 drwxrwxr-x 4 jenkins jenkins 4096 Nov 11 07:46 snap 07:49:32 -rw-rw-r-- 1 jenkins jenkins 155 Nov 11 07:46 version.go 07:49:32 drwxrwxr-x 4 jenkins jenkins 4096 Nov 11 07:46 web [Pipeline] isUnix [Pipeline] sh 07:49:32 + 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=2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 --label arch=arm64 --label version=0.0.0 . 07:49:33 Sending build context to Docker daemon 25.2MB 07:49:33 Step 1/22 : ARG BASE=golang:1.16-alpine3.14 07:49:33 Step 2/22 : FROM ${BASE} AS builder 07:49:33 ---> 0f1d798aba92 07:49:33 Step 3/22 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 07:49:33 ---> Running in 7583a04ec48c 07:49:34 Removing intermediate container 7583a04ec48c 07:49:34 ---> c31a08a3505d 07:49:34 Step 4/22 : ARG ALPINE_PKG_BASE="make git" 07:49:34 ---> Running in 7dd772a0069c 07:49:34 Removing intermediate container 7dd772a0069c 07:49:34 ---> e93b091c82da 07:49:34 Step 5/22 : ARG ALPINE_PKG_EXTRA="" 07:49:34 ---> Running in f02415227c38 07:49:34 Removing intermediate container f02415227c38 07:49:34 ---> 616ede1c2ff9 07:49:34 Step 6/22 : LABEL Name=edgex-ui-go 07:49:35 ---> Running in 04f2cee264d8 07:49:35 Removing intermediate container 04f2cee264d8 07:49:35 ---> b445cb033123 07:49:35 Step 7/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 07:49:35 ---> Running in f568e5e68bbc 07:49:36 Removing intermediate container f568e5e68bbc 07:49:36 ---> 20029c9cde68 07:49:36 Step 8/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:49:36 ---> Running in e9cd8add063b 07:49:38 Removing intermediate container e9cd8add063b 07:49:38 ---> b1b52f90e878 07:49:38 Step 9/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:49:38 ---> Running in d2090d067b9b 07:49:39 fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 07:49:40 fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 07:49:41 OK: 219 MiB in 52 packages 07:49:42 Removing intermediate container d2090d067b9b 07:49:42 ---> 463c511a263b 07:49:42 Step 10/22 : ENV GO111MODULE=on 07:49:42 ---> Running in d356a85123ee 07:49:42 Removing intermediate container d356a85123ee 07:49:42 ---> 62fcf01efef7 07:49:42 Step 11/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 07:49:42 ---> Running in d41f8f9d99f2 07:49:42 Removing intermediate container d41f8f9d99f2 07:49:42 ---> d6b226380071 07:49:42 Step 12/22 : COPY . . 07:49:45 ---> df380ac0f843 07:49:45 Step 13/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:49:45 ---> Running in 568c7ef3af74 07:49:47 Removing intermediate container 568c7ef3af74 07:49:47 ---> f138b50b86fd 07:49:47 Step 14/22 : RUN ${MAKE} 07:49:47 ---> Running in 95dff1234286 07:49:48 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 07:50:15 CGO_ENABLED=0 GO111MODULE=on go build ./... 07:50:19 Removing intermediate container 95dff1234286 07:50:19 ---> 15bab64aced1 07:50:19 Step 15/22 : FROM alpine:3.14 07:50:19 3.14: Pulling from library/alpine 07:50:19 552d1f2373af: Already exists 07:50:19 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 07:50:19 Status: Downloaded newer image for alpine:3.14 07:50:19 ---> bb3de5531c18 07:50:19 Step 16/22 : EXPOSE 4000 07:50:19 ---> Running in 89a68f0a1408 07:50:20 Removing intermediate container 89a68f0a1408 07:50:20 ---> 354a701d02c0 07:50:20 Step 17/22 : 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 07:50:21 ---> bf70a1b9e8df 07:50:21 Step 18/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 07:50:21 ---> Running in 341b99834826 07:50:22 Removing intermediate container 341b99834826 07:50:22 ---> a080e34b8739 07:50:22 Step 19/22 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 07:50:22 ---> Running in a570f169175e 07:50:22 Removing intermediate container a570f169175e 07:50:22 ---> 3a2e9b462184 07:50:22 Step 20/22 : LABEL arch=arm64 07:50:22 ---> Running in 27a9522bab12 07:50:23 Removing intermediate container 27a9522bab12 07:50:23 ---> cac70fe90208 07:50:23 Step 21/22 : LABEL git_sha=2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 07:50:23 ---> Running in 0ee145040bb4 07:50:23 Removing intermediate container 0ee145040bb4 07:50:23 ---> aea8e3817400 07:50:23 Step 22/22 : LABEL version=0.0.0 07:50:23 ---> Running in 4c4f7bf19928 07:50:24 Removing intermediate container 4c4f7bf19928 07:50:24 ---> 5d542f794370 07:50:24 [Warning] One or more build-args [ARCH] were not consumed 07:50:24 Successfully built 5d542f794370 07:50:24 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 07:50:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:50:25 07:50:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 07:50:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:50:25 arm64: Pulling from edgex-lftools-log-publisher 07:50:25 448f6bf000e3: Pulling fs layer 07:50:25 f757da607395: Pulling fs layer 07:50:25 05883995daec: Pulling fs layer 07:50:25 8603b9c90790: Pulling fs layer 07:50:25 1560dd03e051: Pulling fs layer 07:50:25 27f5ce0e4adf: Pulling fs layer 07:50:25 c2d8d7efcc4b: Pulling fs layer 07:50:25 8603b9c90790: Waiting 07:50:25 1560dd03e051: Waiting 07:50:25 c2d8d7efcc4b: Waiting 07:50:25 27f5ce0e4adf: Waiting 07:50:25 f757da607395: Verifying Checksum 07:50:25 f757da607395: Download complete 07:50:25 8603b9c90790: Verifying Checksum 07:50:25 8603b9c90790: Download complete 07:50:26 1560dd03e051: Verifying Checksum 07:50:26 1560dd03e051: Download complete 07:50:26 05883995daec: Verifying Checksum 07:50:26 05883995daec: Download complete 07:50:26 27f5ce0e4adf: Verifying Checksum 07:50:26 27f5ce0e4adf: Download complete 07:50:26 448f6bf000e3: Verifying Checksum 07:50:26 448f6bf000e3: Download complete 07:50:29 c2d8d7efcc4b: Verifying Checksum 07:50:29 c2d8d7efcc4b: Download complete 07:50:30 448f6bf000e3: Pull complete 07:50:30 f757da607395: Pull complete 07:50:32 05883995daec: Pull complete 07:50:32 8603b9c90790: Pull complete 07:50:33 1560dd03e051: Pull complete 07:50:33 27f5ce0e4adf: Pull complete 07:50:48 c2d8d7efcc4b: Pull complete 07:50:48 Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 07:50:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:50:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 07:50:48 prd-ubuntu18.04-docker-arm64-4c-16g-48 does not seem to be running inside a container 07:50:49 $ 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/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@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:10003/edgex-lftools-log-publisher:arm64 cat 07:50:51 $ docker top e97ea774a22b1906fc60363eebe0f0231164228eba13df90c2da5725823f8fe6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:50:52 ---> job-cost.sh 07:50:52 lf-activate-venv: SKIPPING 07:50:52 INFO: No Stack... 07:50:56 INFO: Retrieving Pricing Info for: v3-standard-4 07:50:56 INFO: Archiving Costs [Pipeline] sh 07:50:56 + cat /w/workspace/edgex-ui-go/1/archives/cost.csv 07:50:56 + cut -d, -f6 [Pipeline] lock 07:50:56 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-477-1-stack-cost] 07:50:56 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-477-1-stack-cost] did not exist. Created. 07:50:56 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-477-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:50:57 /w/workspace/edgex-ui-go/1@tmp/durable-665f3f68/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-665f3f68/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 07:50:58 + echo total: 0.10999999940395355 [Pipeline] stash 07:50:58 Warning: overwriting stash ‘stack-cost’ 07:50:58 Stashed 1 file(s) [Pipeline] } 07:50:58 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-477-1-stack-cost] [Pipeline] // lock [Pipeline] } 07:50:58 $ docker stop --time=1 e97ea774a22b1906fc60363eebe0f0231164228eba13df90c2da5725823f8fe6 07:51:00 $ docker rm -f e97ea774a22b1906fc60363eebe0f0231164228eba13df90c2da5725823f8fe6 [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 07:51:01 provisioning config files... 07:51:01 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-477@tmp/config5413186303866066063tmp [Pipeline] { [Pipeline] sh 07:51:01 + set +x 07:51:01 + curl -s https://codecov.io/bash 07:51:01 + bash -s -- 07:51:01 07:51:01 _____ _ 07:51:01 / ____| | | 07:51:01 | | ___ __| | ___ ___ _____ __ 07:51:01 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:51:01 | |___| (_) | (_| | __/ (_| (_) \ V / 07:51:01 \_____\___/ \__,_|\___|\___\___/ \_/ 07:51:01 Bash-1.0.6 07:51:01 07:51:01 07:51:01 ==> git version 2.24.4 found 07:51:01 ==> 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 07:51:01 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:51:01 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:51:01 ==> Jenkins CI detected. 07:51:01 current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-477 07:51:01 project root: . 07:51:01 --> token set from env 07:51:01 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:51:01 ==> Running gcov in . (disable via -X gcov) 07:51:01 ==> Python coveragepy not found 07:51:01 ==> Searching for coverage reports in: 07:51:01 + . 07:51:01 -> Found 1 reports 07:51:01 ==> Detecting git/mercurial file structure 07:51:01 ==> Reading reports 07:51:01 + ./coverage.out bytes=10 07:51:01 ==> Appending adjustments 07:51:01 https://docs.codecov.io/docs/fixing-reports 07:51:01 + Found adjustments 07:51:01 ==> Gzipping contents 07:51:01 4.0K /tmp/codecov.Be5naz.gz 07:51:01 ==> Uploading reports 07:51:01 url: https://codecov.io 07:51:01 query: branch=PR-477&commit=2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-477%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=477&job=&cmd_args= 07:51:01 -> Pinging Codecov 07:51:01 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-477&commit=2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-477%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=477&job=&cmd_args= 07:51:02 -> Uploading to 07:51:02 https://storage.googleapis.com/codecov/v4/raw/2021-11-11/FB506323287CE973F263BFD2A0EB1F37/2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776/6663f79d-e860-41b3-a8d7-149ee930a425.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211111T075102Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9c08f9f38300a550eddacf8bee33b770ccb7018a0f03f9fd5eb3b77fa18d6f64 07:51:02 % Total % Received % Xferd Average Speed Time Time Time Current 07:51:02 Dload Upload Total Spent Left Speed 07:51:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3662 0 0 100 3662 0 9901 --:--:-- --:--:-- --:--:-- 9897 07:51:02 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/2f8ae47d4b9d79523e7b08b12a4a1a3fc26c4776 [Pipeline] } 07:51:02 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 07:51:04 + '[' -d /w/workspace/edgexfoundry_edgex-ui-go_PR-477/archives ']' [Pipeline] libraryResource [Pipeline] sh 07:51:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:51:05 ---> package-listing.sh 07:51:05 ++ facter osfamily 07:51:05 ++ tr '[:upper:]' '[:lower:]' 07:51:06 + OS_FAMILY=redhat 07:51:06 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-477 07:51:06 + START_PACKAGES=/tmp/packages_start.txt 07:51:06 + END_PACKAGES=/tmp/packages_end.txt 07:51:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:51:06 + PACKAGES=/tmp/packages_start.txt 07:51:06 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-477 ']' 07:51:06 + PACKAGES=/tmp/packages_end.txt 07:51:06 + case "${OS_FAMILY}" in 07:51:06 + rpm -qa 07:51:06 + sort 07:51:06 + '[' -f /tmp/packages_start.txt ']' 07:51:06 + '[' -f /tmp/packages_end.txt ']' 07:51:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:51:06 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-477 ']' 07:51:06 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-477/archives/ 07:51:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-477/archives/ [Pipeline] echo 07:51:06 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-477/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:51:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:51:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:51:07 07:51:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 07:51:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:51:07 latest: Pulling from edgex-lftools-log-publisher 07:51:07 b4d181a07f80: Pulling fs layer 07:51:07 a1111a8f2ec3: Pulling fs layer 07:51:07 ed53099fbce6: Pulling fs layer 07:51:07 dc539afda2c1: Pulling fs layer 07:51:07 77bc0d833cb6: Pulling fs layer 07:51:07 9065ff56babe: Pulling fs layer 07:51:07 d287ab97295c: Pulling fs layer 07:51:07 77bc0d833cb6: Waiting 07:51:07 9065ff56babe: Waiting 07:51:07 d287ab97295c: Waiting 07:51:07 dc539afda2c1: Waiting 07:51:07 a1111a8f2ec3: Verifying Checksum 07:51:07 a1111a8f2ec3: Download complete 07:51:07 dc539afda2c1: Verifying Checksum 07:51:07 dc539afda2c1: Download complete 07:51:07 ed53099fbce6: Verifying Checksum 07:51:07 ed53099fbce6: Download complete 07:51:07 9065ff56babe: Verifying Checksum 07:51:07 9065ff56babe: Download complete 07:51:07 77bc0d833cb6: Verifying Checksum 07:51:07 77bc0d833cb6: Download complete 07:51:08 b4d181a07f80: Verifying Checksum 07:51:08 b4d181a07f80: Download complete 07:51:08 d287ab97295c: Verifying Checksum 07:51:08 d287ab97295c: Download complete 07:51:09 b4d181a07f80: Pull complete 07:51:09 a1111a8f2ec3: Pull complete 07:51:10 ed53099fbce6: Pull complete 07:51:10 dc539afda2c1: Pull complete 07:51:10 77bc0d833cb6: Pull complete 07:51:10 9065ff56babe: Pull complete 07:51:16 d287ab97295c: Pull complete 07:51:16 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 07:51:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:51:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 07:51:16 prd-centos7-docker-4c-2g-45 does not seem to be running inside a container 07:51:16 $ 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-477/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-477 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-477:/w/workspace/edgexfoundry_edgex-ui-go_PR-477:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-477@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-477@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:10003/edgex-lftools-log-publisher:latest cat 07:51:18 $ docker top 59bbd671e9c8933c003328fc261593aecd9e02cb733d0b95f016f5b194c44e0c -eo pid,comm [Pipeline] { [Pipeline] sh 07:51:18 + touch /tmp/pre-build-complete [Pipeline] sh 07:51:19 + mkdir -p /var/log/sysstat [Pipeline] sh 07:51:19 + ls /var/log/sa-host 07:51:19 + sadf -c /var/log/sa-host/sa11 07:51:19 file_magic: OK 07:51:19 HZ: Using current value: 100 07:51:19 file_header: OK 07:51:19 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 07:51:19 Statistics: 07:51:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:51:19 File successfully converted to sysstat format version 12.0.3 07:51:19 + sadf -c /var/log/sa-host/sa30 07:51:19 file_magic: OK 07:51:19 HZ: Using current value: 100 07:51:19 file_header: OK 07:51:19 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 07:51:19 Statistics: 07:51:19 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:51:19 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:51:19 provisioning config files... 07:51:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-477@tmp/config8315528452574865607tmp [Pipeline] { [Pipeline] echo 07:51:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:51:19 ---> create-netrc.sh [Pipeline] } 07:51:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:51:20 ---> python-tools-install.sh [Pipeline] echo 07:51:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:51:20 ---> sudo-logs.sh 07:51:20 Archiving 'sudo' log.. 07:51:20 sudo: unable to resolve host prd-centos7-docker-4c-2g-45.novalocal: Name or service not known 07:51:20 sudo: unable to resolve host prd-centos7-docker-4c-2g-45.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 07:51:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:51:21 ---> job-cost.sh 07:51:21 lf-activate-venv: SKIPPING 07:51:21 DEBUG: total: 0.10999999940395355 07:51:21 INFO: Retrieving Stack Cost... 07:51:21 INFO: Retrieving Pricing Info for: v3-standard-2 07:51:21 INFO: Archiving Costs [Pipeline] echo 07:51:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:51:21 ---> logs-deploy.sh 07:51:21 lf-activate-venv: SKIPPING 07:51:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-477/1 07:51:21 INFO: archiving workspace using pattern(s): 07:51:22 Archives upload complete. 07:51:22 INFO: archiving logs to Nexus