Pull request #331 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of badboy-huaqiao for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from fcafc9e129a30e91db2366c027cd18030f76131e+f3d832780459d13231503a8fc399caf5bd23089c (b2202047728094897b24b4dc5bf495f0bdb28bed) Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-33685 in /w/workspace/edgexfoundry_edgex-ui-go_PR-331 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout 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-331 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f3d832780459d13231503a8fc399caf5bd23089c into PR head commit fcafc9e129a30e91db2366c027cd18030f76131e > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/331/head:refs/remotes/origin/PR-331 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fcafc9e129a30e91db2366c027cd18030f76131e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub Merge succeeded, producing fcafc9e129a30e91db2366c027cd18030f76131e Checking out Revision fcafc9e129a30e91db2366c027cd18030f76131e (PR-331) > git merge f3d832780459d13231503a8fc399caf5bd23089c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fcafc9e129a30e91db2366c027cd18030f76131e # timeout=10 Commit message: "Merge branch 'master' into issue-#275-11-scheduler" First time build. Skipping changelog. > git rev-list --no-walk a889987168bba87e5f56b713e23ac9a435e7923c # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:11:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:11:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:11:00 ========================================================= 14:11:00 EdgeX Global Pipelines Version Info 14:11:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:11:02 ------------------- 14:11:02 stable info: 14:11:02 ------------------- 14:11:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:11:02 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 14:11:02 Message: update stable to v1.0.186 14:11:03 ------------------- 14:11:03 experimental info: 14:11:03 ------------------- 14:11:03 Commited By: **** collab-it+edgex@linuxfoundation.org 14:11:03 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 14:11:03 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:11:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 14:11:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 14:11:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:11:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:11:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:11:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:11:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:11:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:11:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 14:11:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:11:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:11:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 14:11:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:11:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:11:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:11:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:11:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 14:11:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 14:11:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:11:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 14:11:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 14:11:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 14:11:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 14:11:06 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 14:11:06 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 14:11:06 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:11:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-331 [Pipeline] echo 14:11:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-331 [Pipeline] echo 14:11:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-331 [Pipeline] echo 14:11:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fcafc9e129a30e91db2366c027cd18030f76131e [Pipeline] echo 14:11:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fcafc9e [Pipeline] echo 14:11:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:11:06 provisioning config files... 14:11:06 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-331@tmp/config543495238045560399tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:11:07 ---> docker-login.sh 14:11:07 nexus3.edgexfoundry.org:10001 14:11:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:11:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:11:07 Configure a credential helper to remove this warning. See 14:11:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:11:07 14:11:07 Login Succeeded 14:11:07 nexus3.edgexfoundry.org:10002 14:11:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:11:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:11:07 Configure a credential helper to remove this warning. See 14:11:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:11:07 14:11:07 Login Succeeded 14:11:07 nexus3.edgexfoundry.org:10003 14:11:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:11:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:11:08 Configure a credential helper to remove this warning. See 14:11:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:11:08 14:11:08 Login Succeeded 14:11:08 nexus3.edgexfoundry.org:10004 14:11:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:11:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:11:08 Configure a credential helper to remove this warning. See 14:11:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:11:08 14:11:08 Login Succeeded 14:11:08 docker.io 14:11:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:11:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:11:08 Configure a credential helper to remove this warning. See 14:11:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:11:08 14:11:08 Login Succeeded 14:11:08 ---> docker-login.sh ends [Pipeline] } 14:11:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:11:09 + git log --format=format:%s -1 fcafc9e129a30e91db2366c027cd18030f76131e [Pipeline] echo 14:11:09 GIT_COMMIT: fcafc9e129a30e91db2366c027cd18030f76131e, Commit Message: Merge branch 'master' into issue-#275-11-scheduler [Pipeline] echo 14:11:09 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 14:11:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:11:10 14:11:10 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:11:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:11:10 latest: Pulling from edgex-devops/git-semver 14:11:10 31603596830f: Pulling fs layer 14:11:10 2a8b12db71e7: Pulling fs layer 14:11:10 6ca5941a6612: Pulling fs layer 14:11:10 ecc8261a40a4: Pulling fs layer 14:11:10 ecc8261a40a4: Waiting 14:11:10 2a8b12db71e7: Download complete 14:11:11 ecc8261a40a4: Verifying Checksum 14:11:11 ecc8261a40a4: Download complete 14:11:11 6ca5941a6612: Download complete 14:11:11 31603596830f: Verifying Checksum 14:11:11 31603596830f: Download complete 14:11:11 31603596830f: Pull complete 14:11:11 2a8b12db71e7: Pull complete 14:11:12 6ca5941a6612: Pull complete 14:11:12 ecc8261a40a4: Pull complete 14:11:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:11:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:11:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:11:12 prd-centos7-docker-4c-2g-33685 does not seem to be running inside a container 14:11:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-331 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-331:/w/workspace/edgexfoundry_edgex-ui-go_PR-331:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-331@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-331@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:11:14 $ docker top 7afca9b519e059ffa33c25416312900371bcf6baf020ca047a00b394e5c6bd89 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:11:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:11:15 [ssh-agent] Looking for ssh-agent implementation... 14:11:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:11:15 $ docker exec 7afca9b519e059ffa33c25416312900371bcf6baf020ca047a00b394e5c6bd89 ssh-agent 14:11:15 SSH_AUTH_SOCK=/tmp/ssh-FT8A2jQnWssS/agent.11 14:11:15 SSH_AGENT_PID=16 14:11:15 Running ssh-add (command line suppressed) 14:11:15 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-331@tmp/private_key_4508157955198837431.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-331@tmp/private_key_4508157955198837431.key) 14:11:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:11:16 + git tag --points-at HEAD [Pipeline] } 14:11:16 $ docker exec --env ******** --env ******** 7afca9b519e059ffa33c25416312900371bcf6baf020ca047a00b394e5c6bd89 ssh-agent -k 14:11:16 unset SSH_AUTH_SOCK; 14:11:16 unset SSH_AGENT_PID; 14:11:16 echo Agent pid 16 killed; 14:11:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:11:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:11:16 [ssh-agent] Looking for ssh-agent implementation... 14:11:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:11:16 $ docker exec 7afca9b519e059ffa33c25416312900371bcf6baf020ca047a00b394e5c6bd89 ssh-agent 14:11:16 SSH_AUTH_SOCK=/tmp/ssh-P9e093v5L7e8/agent.45 14:11:16 SSH_AGENT_PID=50 14:11:16 Running ssh-add (command line suppressed) 14:11:16 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-331@tmp/private_key_1563214643757895085.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-331@tmp/private_key_1563214643757895085.key) 14:11:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:11:17 + git semver init 14:11:17 # -> Open(): unable to determine branch for HEAD 14:11:17 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-331/.git 14:11:17 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-331 14:11:17 # $SEMVER_REMOTE_NAME = origin 14:11:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:11:17 # $SEMVER_USER_NAME = edgex-jenkins 14:11:17 # $SEMVER_BRANCH = PR-331 14:11:17 # $SEMVER_TEMP = /tmp/semver-586079804 14:11:17 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 14:11:18 # '/tmp/semver-586079804' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-331/.semver' 14:11:18 # -> Force: false 14:11:18 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-331/.semver [Pipeline] } 14:11:18 $ docker exec --env ******** --env ******** 7afca9b519e059ffa33c25416312900371bcf6baf020ca047a00b394e5c6bd89 ssh-agent -k 14:11:18 unset SSH_AUTH_SOCK; 14:11:18 unset SSH_AGENT_PID; 14:11:18 echo Agent pid 50 killed; 14:11:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:11:19 + git semver [Pipeline] } 14:11:19 $ docker stop --time=1 7afca9b519e059ffa33c25416312900371bcf6baf020ca047a00b394e5c6bd89 14:11:20 $ docker rm -f 7afca9b519e059ffa33c25416312900371bcf6baf020ca047a00b394e5c6bd89 [Pipeline] // withDockerContainer [Pipeline] sh 14:11:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:11:21 Stashed 1 file(s) [Pipeline] echo 14:11:21 [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 14:11:37 Still waiting to schedule task 14:11:37 Waiting for next available executor on ‘centos7-docker-4c-2g’ 14:11:37 Still waiting to schedule task 14:11:37 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 14:13:48 Running on prd-centos7-docker-4c-2g-33689 in /w/workspace/edgexfoundry_edgex-ui-go_PR-331 [Pipeline] { [Pipeline] ws 14:13:48 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 14:13:51 using credential edgex-jenkins-ssh 14:13:51 Cloning the remote Git repository 14:13:51 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 14:13:51 > git init /w/workspace/edgex-ui-go/2 # timeout=10 14:13:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:13:51 > git --version # timeout=10 14:13:51 > git --version # 'git version 2.24.3' 14:13:51 using GIT_SSH to set credentials SSH Credentials for GitHub 14:13:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:13:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:13:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:13:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:13:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:13:52 using GIT_SSH to set credentials SSH Credentials for GitHub 14:13:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/331/head:refs/remotes/origin/PR-331 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:13:53 Merging remotes/origin/master commit f3d832780459d13231503a8fc399caf5bd23089c into PR head commit fcafc9e129a30e91db2366c027cd18030f76131e 14:13:53 Merge succeeded, producing fcafc9e129a30e91db2366c027cd18030f76131e 14:13:53 Checking out Revision fcafc9e129a30e91db2366c027cd18030f76131e (PR-331) 14:13:53 > git config core.sparsecheckout # timeout=10 14:13:53 > git checkout -f fcafc9e129a30e91db2366c027cd18030f76131e # timeout=10 14:13:53 > git remote # timeout=10 14:13:53 > git config --get remote.origin.url # timeout=10 14:13:53 using GIT_SSH to set credentials SSH Credentials for GitHub 14:13:53 > git merge f3d832780459d13231503a8fc399caf5bd23089c # timeout=10 14:13:53 > git rev-parse HEAD^{commit} # timeout=10 14:13:53 > git config core.sparsecheckout # timeout=10 14:13:53 > git checkout -f fcafc9e129a30e91db2366c027cd18030f76131e # timeout=10 14:13:57 Commit message: "Merge branch 'master' into issue-#275-11-scheduler" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:13:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:13:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:13:58 + sudo service docker restart 14:13:58 + true 14:13:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:14:00 provisioning config files... 14:14:00 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config2980934553836556901tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:14:01 ---> docker-login.sh 14:14:01 nexus3.edgexfoundry.org:10001 14:14:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:01 Configure a credential helper to remove this warning. See 14:14:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:01 14:14:01 Login Succeeded 14:14:01 nexus3.edgexfoundry.org:10002 14:14:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:01 Configure a credential helper to remove this warning. See 14:14:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:01 14:14:01 Login Succeeded 14:14:01 nexus3.edgexfoundry.org:10003 14:14:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:02 Configure a credential helper to remove this warning. See 14:14:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:02 14:14:02 Login Succeeded 14:14:02 nexus3.edgexfoundry.org:10004 14:14:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:02 Configure a credential helper to remove this warning. See 14:14:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:02 14:14:02 Login Succeeded 14:14:02 docker.io 14:14:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:02 Configure a credential helper to remove this warning. See 14:14:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:02 14:14:02 Login Succeeded 14:14:02 ---> docker-login.sh ends [Pipeline] } 14:14:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:14:03 ========================================================= 14:14:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:14:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:14:03 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 14:14:03 Sending build context to Docker daemon 17.76MB 14:14:03 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 14:14:03 Step 2/8 : FROM ${BASE} 14:14:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:14:03 188c0c94c7c5: Pulling fs layer 14:14:03 0ef7d3d256c8: Pulling fs layer 14:14:03 de9db76c5a1d: Pulling fs layer 14:14:03 bca2f99d35d6: Pulling fs layer 14:14:03 93359f2a8cfa: Pulling fs layer 14:14:03 7c6f9722023f: Pulling fs layer 14:14:03 a35cf1a2eb13: Pulling fs layer 14:14:03 bca2f99d35d6: Waiting 14:14:03 93359f2a8cfa: Waiting 14:14:03 7c6f9722023f: Waiting 14:14:03 a35cf1a2eb13: Waiting 14:14:03 de9db76c5a1d: Verifying Checksum 14:14:03 de9db76c5a1d: Download complete 14:14:03 0ef7d3d256c8: Verifying Checksum 14:14:03 0ef7d3d256c8: Download complete 14:14:03 93359f2a8cfa: Verifying Checksum 14:14:03 93359f2a8cfa: Download complete 14:14:04 7c6f9722023f: Download complete 14:14:04 188c0c94c7c5: Verifying Checksum 14:14:04 188c0c94c7c5: Download complete 14:14:05 188c0c94c7c5: Pull complete 14:14:05 0ef7d3d256c8: Pull complete 14:14:05 de9db76c5a1d: Pull complete 14:14:07 a35cf1a2eb13: Verifying Checksum 14:14:07 a35cf1a2eb13: Download complete 14:14:07 bca2f99d35d6: Verifying Checksum 14:14:07 bca2f99d35d6: Download complete 14:14:14 bca2f99d35d6: Pull complete 14:14:14 93359f2a8cfa: Pull complete 14:14:14 7c6f9722023f: Pull complete 14:14:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33688 in /w/workspace/edgexfoundry_edgex-ui-go_PR-331 [Pipeline] { [Pipeline] ws 14:14:19 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 14:14:21 a35cf1a2eb13: Pull complete 14:14:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:14:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:14:21 ---> a62c8e92a672 14:14:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:14:21 ---> Running in 23ba3137da99 14:14:21 Removing intermediate container 23ba3137da99 14:14:21 ---> ec18a533c502 14:14:21 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:14:21 ---> Running in bbc6f39241c5 14:14:22 Removing intermediate container bbc6f39241c5 14:14:22 ---> 28b07e62854c 14:14:22 Step 5/8 : RUN apk add --no-cache make git 14:14:22 ---> Running in 5399965c1591 14:14:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:14:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:14:24 OK: 166 MiB in 39 packages 14:14:24 Removing intermediate container 5399965c1591 14:14:24 ---> 0c19f921ab6e 14:14:24 Step 6/8 : WORKDIR /edgex-ui-go 14:14:24 ---> Running in 3edbc2c7ddc7 14:14:24 using credential edgex-jenkins-ssh 14:14:24 Cloning the remote Git repository 14:14:25 Removing intermediate container 3edbc2c7ddc7 14:14:25 ---> 27b1cd9f2549 14:14:25 Step 7/8 : COPY . . 14:14:25 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 14:14:25 > git init /w/workspace/edgex-ui-go/2 # timeout=10 14:14:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:14:25 > git --version # timeout=10 14:14:25 > git --version # 'git version 2.17.1' 14:14:25 using GIT_SSH to set credentials SSH Credentials for GitHub 14:14:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:14:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:14:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:14:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 14:14:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 14:14:26 using GIT_SSH to set credentials SSH Credentials for GitHub 14:14:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/331/head:refs/remotes/origin/PR-331 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:14:27 Merging remotes/origin/master commit f3d832780459d13231503a8fc399caf5bd23089c into PR head commit fcafc9e129a30e91db2366c027cd18030f76131e 14:14:27 ---> 3205b8d878f3 14:14:27 Step 8/8 : RUN go mod download 14:14:27 ---> Running in 53f124607ae4 14:14:28 Merge succeeded, producing fcafc9e129a30e91db2366c027cd18030f76131e 14:14:28 Checking out Revision fcafc9e129a30e91db2366c027cd18030f76131e (PR-331) 14:14:27 > git config core.sparsecheckout # timeout=10 14:14:27 > git checkout -f fcafc9e129a30e91db2366c027cd18030f76131e # timeout=10 14:14:28 > git remote # timeout=10 14:14:28 > git config --get remote.origin.url # timeout=10 14:14:28 using GIT_SSH to set credentials SSH Credentials for GitHub 14:14:28 > git merge f3d832780459d13231503a8fc399caf5bd23089c # timeout=10 14:14:28 > git rev-parse HEAD^{commit} # timeout=10 14:14:28 > git config core.sparsecheckout # timeout=10 14:14:28 > git checkout -f fcafc9e129a30e91db2366c027cd18030f76131e # timeout=10 14:14:32 Commit message: "Merge branch 'master' into issue-#275-11-scheduler" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:14:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 14:14:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:14:35 + sudo service docker restart 14:14:35 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:14:38 provisioning config files... 14:14:38 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config3042904410728073641tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:14:38 ---> docker-login.sh 14:14:38 nexus3.edgexfoundry.org:10001 14:14:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:39 Configure a credential helper to remove this warning. See 14:14:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:39 14:14:39 Login Succeeded 14:14:39 nexus3.edgexfoundry.org:10002 14:14:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:40 Configure a credential helper to remove this warning. See 14:14:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:40 14:14:40 Login Succeeded 14:14:40 nexus3.edgexfoundry.org:10003 14:14:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:40 Configure a credential helper to remove this warning. See 14:14:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:40 14:14:40 Login Succeeded 14:14:40 nexus3.edgexfoundry.org:10004 14:14:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:41 Configure a credential helper to remove this warning. See 14:14:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:41 14:14:41 Login Succeeded 14:14:41 docker.io 14:14:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:42 Configure a credential helper to remove this warning. See 14:14:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:42 14:14:42 Login Succeeded 14:14:42 ---> docker-login.sh ends [Pipeline] } 14:14:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:14:42 ========================================================= 14:14:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:14:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:14:43 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 14:14:44 Sending build context to Docker daemon 17.76MB 14:14:44 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 14:14:44 Step 2/8 : FROM ${BASE} 14:14:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:14:44 5f621e34cdf4: Pulling fs layer 14:14:44 a4357932f1b6: Pulling fs layer 14:14:44 18c013af1878: Pulling fs layer 14:14:44 00ac8860ef70: Pulling fs layer 14:14:44 63d7cb157983: Pulling fs layer 14:14:44 b116817d02f9: Pulling fs layer 14:14:44 745a02a5169b: Pulling fs layer 14:14:44 00ac8860ef70: Waiting 14:14:44 63d7cb157983: Waiting 14:14:44 b116817d02f9: Waiting 14:14:44 745a02a5169b: Waiting 14:14:44 18c013af1878: Verifying Checksum 14:14:44 18c013af1878: Download complete 14:14:44 a4357932f1b6: Verifying Checksum 14:14:44 a4357932f1b6: Download complete 14:14:44 63d7cb157983: Verifying Checksum 14:14:44 63d7cb157983: Download complete 14:14:44 b116817d02f9: Verifying Checksum 14:14:44 b116817d02f9: Download complete 14:14:44 5f621e34cdf4: Download complete 14:14:45 5f621e34cdf4: Pull complete 14:14:45 a4357932f1b6: Pull complete 14:14:46 18c013af1878: Pull complete 14:14:47 745a02a5169b: Verifying Checksum 14:14:47 745a02a5169b: Download complete 14:14:48 00ac8860ef70: Download complete 14:14:54 Removing intermediate container 53f124607ae4 14:14:54 ---> 96ec82bfc77f 14:14:54 Successfully built 96ec82bfc77f 14:14:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:14:54 + docker inspect -f . ci-base-image-x86_64 14:14:54 . [Pipeline] withDockerContainer 14:14:54 prd-centos7-docker-4c-2g-33689 does not seem to be running inside a container 14:14:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:14:55 $ docker top 18a04d33c3bb8cf99d3ea58cc9a1a232488012cd55e462212a4b2b5cd294778c -eo pid,comm [Pipeline] { [Pipeline] sh 14:14:56 + go version 14:14:56 go version go1.15.5 linux/amd64 [Pipeline] } 14:14:56 $ docker stop --time=1 18a04d33c3bb8cf99d3ea58cc9a1a232488012cd55e462212a4b2b5cd294778c 14:14:57 $ docker rm -f 18a04d33c3bb8cf99d3ea58cc9a1a232488012cd55e462212a4b2b5cd294778c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:14:58 + docker inspect -f . ci-base-image-x86_64 14:14:58 . [Pipeline] withDockerContainer 14:14:58 00ac8860ef70: Pull complete 14:14:58 63d7cb157983: Pull complete 14:14:58 b116817d02f9: Pull complete 14:14:58 prd-centos7-docker-4c-2g-33689 does not seem to be running inside a container 14:14:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:14:59 $ docker top c65a53dd6337f3f9ddb8f63a8e207266c0234daa8d0b46eff05a6a7d7825f895 -eo pid,comm [Pipeline] { [Pipeline] sh 14:14:59 + make test 14:14:59 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:15:00 ? github.com/edgexfoundry/edgex-ui-go [no test files] 14:15:01 745a02a5169b: Pull complete 14:15:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 14:15:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:15:01 ---> b7e6874047d6 14:15:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 14:15:05 ---> Running in c3be4e0cc9dd 14:15:05 Removing intermediate container c3be4e0cc9dd 14:15:05 ---> 0092afca8ef5 14:15:05 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:15:05 ---> Running in af6d0570835d 14:15:08 Removing intermediate container af6d0570835d 14:15:08 ---> 70eea1af1a5f 14:15:08 Step 5/8 : RUN apk add --no-cache make git 14:15:08 ---> Running in f3e2a5c644eb 14:15:09 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 14:15:09 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 14:15:09 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 14:15:09 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 14:15:09 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 14:15:09 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 14:15:09 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 14:15:09 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 14:15:09 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 14:15:09 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 14:15:09 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 14:15:09 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 14:15:09 GO111MODULE=on go vet ./... 14:15:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:15:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:15:10 OK: 142 MiB in 39 packages [Pipeline] } 14:15:11 $ docker stop --time=1 c65a53dd6337f3f9ddb8f63a8e207266c0234daa8d0b46eff05a6a7d7825f895 14:15:12 Removing intermediate container f3e2a5c644eb 14:15:12 ---> ceea715396d0 14:15:12 Step 6/8 : WORKDIR /edgex-ui-go 14:15:12 ---> Running in a4e0354e19cf 14:15:13 Removing intermediate container a4e0354e19cf 14:15:13 ---> cc6b93aad418 14:15:13 Step 7/8 : COPY . . 14:15:14 $ docker rm -f c65a53dd6337f3f9ddb8f63a8e207266c0234daa8d0b46eff05a6a7d7825f895 [Pipeline] // withDockerContainer [Pipeline] sh 14:15:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:15:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 14:15:15 ---> f1c4b2cb6481 14:15:15 Step 8/8 : RUN go mod download 14:15:15 ---> Running in 1053e52a23e6 [Pipeline] sh 14:15:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:15:18 + ls -al . 14:15:18 total 92 14:15:18 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 12 14:15 . 14:15:18 drwxrwxr-x. 4 jenkins jenkins 28 Apr 12 14:13 .. 14:15:18 drwxrwxr-x. 3 jenkins jenkins 20 Apr 12 14:13 assets 14:15:18 drwxrwxr-x. 2 jenkins jenkins 35 Apr 12 14:13 bin 14:15:18 drwxrwxr-x. 3 jenkins jenkins 29 Apr 12 14:13 cmd 14:15:18 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 12 14:13 CONTRIBUTING.md 14:15:18 -rw-r--r--. 1 jenkins jenkins 10 Apr 12 14:15 coverage.out 14:15:18 -rw-rw-r--. 1 jenkins jenkins 1508 Apr 12 14:13 Dockerfile 14:15:18 -rw-rw-r--. 1 jenkins jenkins 902 Apr 12 14:13 Dockerfile.build 14:15:18 drwxrwxr-x. 5 jenkins jenkins 104 Apr 12 14:13 docs 14:15:18 drwxrwxr-x. 8 jenkins jenkins 179 Apr 12 14:13 .git 14:15:18 drwxrwxr-x. 2 jenkins jenkins 103 Apr 12 14:13 .github 14:15:18 -rw-rw-r--. 1 jenkins jenkins 153 Apr 12 14:13 .gitignore 14:15:18 -rw-rw-r--. 1 jenkins jenkins 987 Apr 12 14:13 go.mod 14:15:18 -rw-r--r--. 1 jenkins jenkins 22319 Apr 12 14:14 go.sum 14:15:18 drwxrwxr-x. 10 jenkins jenkins 139 Apr 12 14:13 internal 14:15:18 -rw-rw-r--. 1 jenkins jenkins 652 Apr 12 14:13 Jenkinsfile 14:15:18 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 12 14:13 LICENSE 14:15:18 -rw-rw-r--. 1 jenkins jenkins 951 Apr 12 14:13 Makefile 14:15:18 -rw-rw-r--. 1 jenkins jenkins 4535 Apr 12 14:13 README.md 14:15:18 -rw-rw-r--. 1 jenkins jenkins 5 Apr 12 14:11 VERSION 14:15:18 -rw-rw-r--. 1 jenkins jenkins 155 Apr 12 14:13 version.go 14:15:18 drwxrwxr-x. 4 jenkins jenkins 4096 Apr 12 14:13 web [Pipeline] isUnix [Pipeline] sh 14:15:18 + docker build -t docker-edgex-ui-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=fcafc9e129a30e91db2366c027cd18030f76131e --label arch=amd64 --label version=0.0.0 . 14:15:19 Sending build context to Docker daemon 17.79MB 14:15:19 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 14:15:19 Step 2/24 : FROM ${BASE} AS builder 14:15:19 ---> 96ec82bfc77f 14:15:19 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 14:15:19 ---> Running in 1332cd876879 14:15:19 Removing intermediate container 1332cd876879 14:15:19 ---> 9d4c3dcb7d27 14:15:19 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 14:15:19 ---> Running in fea88ab82fab 14:15:20 Removing intermediate container fea88ab82fab 14:15:20 ---> c917f1ecadbc 14:15:20 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 14:15:20 ---> Running in 200898b888ef 14:15:20 Removing intermediate container 200898b888ef 14:15:20 ---> a8f5b16bb201 14:15:20 Step 6/24 : LABEL Name=edgex-ui-go 14:15:20 ---> Running in a368872e915e 14:15:20 Removing intermediate container a368872e915e 14:15:20 ---> 0bc4624afe5e 14:15:20 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 14:15:20 ---> Running in 6f6caaa03db3 14:15:20 Removing intermediate container 6f6caaa03db3 14:15:20 ---> 827147ca0e69 14:15:20 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:15:20 ---> Running in b2769ebc0806 14:15:21 Removing intermediate container b2769ebc0806 14:15:21 ---> 63f2d0b0ccd9 14:15:21 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:15:21 ---> Running in 0f24fc116e82 14:15:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:15:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:15:23 OK: 166 MiB in 39 packages 14:15:23 Removing intermediate container 0f24fc116e82 14:15:23 ---> f3e9a6858f89 14:15:23 Step 10/24 : ENV GO111MODULE=on 14:15:24 ---> Running in 0e7ca421ef20 14:15:24 Removing intermediate container 0e7ca421ef20 14:15:24 ---> 9d42cfb80a50 14:15:24 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 14:15:24 ---> Running in 8757c085e2eb 14:15:24 Removing intermediate container 8757c085e2eb 14:15:24 ---> 75614ba4566f 14:15:24 Step 12/24 : COPY go.mod . 14:15:24 ---> 83dd8ca229c8 14:15:24 Step 13/24 : COPY Makefile . 14:15:25 ---> 48d8196cc0db 14:15:25 Step 14/24 : RUN make update 14:15:25 ---> Running in 849c0424a267 14:15:25 CGO_ENABLED=0 GO111MODULE=on go mod download 14:15:26 Removing intermediate container 849c0424a267 14:15:26 ---> abebbe2bcdf6 14:15:26 Step 15/24 : COPY . . 14:15:28 ---> 5ab09f8ee79c 14:15:28 Step 16/24 : RUN ${MAKE} 14:15:28 ---> Running in b443ac8757b7 14:15:28 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 14:15:37 CGO_ENABLED=0 GO111MODULE=on go build ./... 14:15:41 Removing intermediate container b443ac8757b7 14:15:41 ---> f352826e8dad 14:15:41 Step 17/24 : FROM alpine:3.12 14:15:41 3.12: Pulling from library/alpine 14:15:41 532819f3e44c: Pulling fs layer 14:15:42 532819f3e44c: Verifying Checksum 14:15:42 532819f3e44c: Download complete 14:15:42 532819f3e44c: Pull complete 14:15:42 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 14:15:42 Status: Downloaded newer image for alpine:3.12 14:15:42 ---> 7230e588e954 14:15:42 Step 18/24 : EXPOSE 4000 14:15:42 ---> Running in 99172938098d 14:15:42 Removing intermediate container 99172938098d 14:15:42 ---> 500af0b16b0b 14:15:42 Step 19/24 : 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 14:15:43 ---> d6704c04460e 14:15:43 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 14:15:43 ---> Running in 183823f2ed00 14:15:43 Removing intermediate container 183823f2ed00 14:15:43 ---> a52bb9930c77 14:15:43 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 14:15:43 ---> Running in 8a465fa2a628 14:15:44 Removing intermediate container 8a465fa2a628 14:15:44 ---> 5741ff5aa67f 14:15:44 Step 22/24 : LABEL arch=amd64 14:15:44 ---> Running in 2fe0db052a6c 14:15:44 Removing intermediate container 2fe0db052a6c 14:15:44 ---> c8de09543fe1 14:15:44 Step 23/24 : LABEL git_sha=fcafc9e129a30e91db2366c027cd18030f76131e 14:15:44 ---> Running in d040232ab56d 14:15:44 Removing intermediate container d040232ab56d 14:15:44 ---> 23ef1961f4fa 14:15:44 Step 24/24 : LABEL version=0.0.0 14:15:44 ---> Running in 52af2ca10168 14:15:44 Removing intermediate container 52af2ca10168 14:15:44 ---> af67aafbaae8 14:15:44 [Warning] One or more build-args [ARCH] were not consumed 14:15:44 Successfully built af67aafbaae8 14:15:44 Successfully tagged docker-edgex-ui-go: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] libraryResource [Pipeline] sh 14:15:45 ---> job-cost.sh 14:15:45 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-EkcK 14:15:48 Removing intermediate container 1053e52a23e6 14:15:48 ---> 636a7d1049c0 14:15:48 Successfully built 636a7d1049c0 14:15:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:15:48 + docker inspect -f . ci-base-image-arm64 14:15:48 . [Pipeline] withDockerContainer 14:15:48 prd-ubuntu18.04-docker-arm64-4c-16g-33688 does not seem to be running inside a container 14:15:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:15:50 $ docker top 4aa86055e687c106fafd09b54abfd201818bb49adccbbab8909f31f75a22a14d -eo pid,comm [Pipeline] { [Pipeline] sh 14:15:51 + go version 14:15:51 go version go1.15.5 linux/arm64 [Pipeline] } 14:15:51 $ docker stop --time=1 4aa86055e687c106fafd09b54abfd201818bb49adccbbab8909f31f75a22a14d 14:15:53 $ docker rm -f 4aa86055e687c106fafd09b54abfd201818bb49adccbbab8909f31f75a22a14d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:15:54 + docker inspect -f . ci-base-image-arm64 14:15:54 . [Pipeline] withDockerContainer 14:15:54 prd-ubuntu18.04-docker-arm64-4c-16g-33688 does not seem to be running inside a container 14:15:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:15:56 $ docker top 0f4bbefaef92134650e6e04a4d83b71cafe81b2a319a55b2145b508a0dcb2937 -eo pid,comm [Pipeline] { [Pipeline] sh 14:15:57 + make test 14:15:57 GO111MODULE=on go test -coverprofile=coverage.out ./... 14:15:58 ? github.com/edgexfoundry/edgex-ui-go [no test files] 14:16:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:16:25 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 14:16:25 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 14:16:25 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 14:16:25 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 14:16:25 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 14:16:25 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 14:16:25 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 14:16:25 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 14:16:25 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 14:16:25 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 14:16:25 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 14:16:25 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 14:16:25 GO111MODULE=on go vet ./... 14:16:27 lf-activate-venv(): INFO: Adding /tmp/venv-EkcK/bin to PATH 14:16:27 INFO: No Stack... 14:16:27 INFO: Retrieving Pricing Info for: v1-standard-2 14:16:27 INFO: Archiving Costs [Pipeline] sh 14:16:27 + cut -d, -f6 14:16:27 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock 14:16:27 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-331-2-stack-cost] 14:16:27 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-331-2-stack-cost] did not exist. Created. 14:16:27 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-331-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:16:28 + echo total: 0.029999999329447746 [Pipeline] stash 14:16:28 Stashed 1 file(s) [Pipeline] } 14:16:28 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-331-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] } 14:16:32 $ docker stop --time=1 0f4bbefaef92134650e6e04a4d83b71cafe81b2a319a55b2145b508a0dcb2937 14:16:34 $ docker rm -f 0f4bbefaef92134650e6e04a4d83b71cafe81b2a319a55b2145b508a0dcb2937 [Pipeline] // withDockerContainer [Pipeline] sh 14:16:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 14:16:35 Warning: overwriting stash ‘coverage-report’ 14:16:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 14:16:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 14:16:37 + ls -al . 14:16:37 total 124 14:16:37 drwxrwxr-x 10 jenkins jenkins 4096 Apr 12 14:15 . 14:16:37 drwxrwxr-x 4 jenkins jenkins 4096 Apr 12 14:14 .. 14:16:37 drwxrwxr-x 8 jenkins jenkins 4096 Apr 12 14:14 .git 14:16:37 drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 14:14 .github 14:16:37 -rw-rw-r-- 1 jenkins jenkins 153 Apr 12 14:14 .gitignore 14:16:37 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 12 14:14 CONTRIBUTING.md 14:16:37 -rw-rw-r-- 1 jenkins jenkins 1508 Apr 12 14:14 Dockerfile 14:16:37 -rw-rw-r-- 1 jenkins jenkins 902 Apr 12 14:14 Dockerfile.build 14:16:37 -rw-rw-r-- 1 jenkins jenkins 652 Apr 12 14:14 Jenkinsfile 14:16:37 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 12 14:14 LICENSE 14:16:37 -rw-rw-r-- 1 jenkins jenkins 951 Apr 12 14:14 Makefile 14:16:37 -rw-rw-r-- 1 jenkins jenkins 4535 Apr 12 14:14 README.md 14:16:37 -rw-rw-r-- 1 jenkins jenkins 5 Apr 12 14:11 VERSION 14:16:37 drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 14:14 assets 14:16:37 drwxrwxr-x 2 jenkins jenkins 4096 Apr 12 14:14 bin 14:16:37 drwxrwxr-x 3 jenkins jenkins 4096 Apr 12 14:14 cmd 14:16:37 -rw-r--r-- 1 jenkins jenkins 10 Apr 12 14:15 coverage.out 14:16:37 drwxrwxr-x 5 jenkins jenkins 4096 Apr 12 14:14 docs 14:16:37 -rw-rw-r-- 1 jenkins jenkins 987 Apr 12 14:14 go.mod 14:16:37 -rw-r--r-- 1 jenkins jenkins 22319 Apr 12 14:15 go.sum 14:16:37 drwxrwxr-x 10 jenkins jenkins 4096 Apr 12 14:14 internal 14:16:37 -rw-rw-r-- 1 jenkins jenkins 155 Apr 12 14:14 version.go 14:16:37 drwxrwxr-x 4 jenkins jenkins 4096 Apr 12 14:14 web [Pipeline] isUnix [Pipeline] sh 14:16:38 + docker build -t docker-edgex-ui-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=fcafc9e129a30e91db2366c027cd18030f76131e --label arch=arm64 --label version=0.0.0 . 14:16:39 Sending build context to Docker daemon 17.79MB 14:16:39 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 14:16:39 Step 2/24 : FROM ${BASE} AS builder 14:16:39 ---> 636a7d1049c0 14:16:39 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 14:16:39 ---> Running in 24f888ea7ff6 14:16:40 Removing intermediate container 24f888ea7ff6 14:16:40 ---> 559e4524bf34 14:16:40 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 14:16:40 ---> Running in e51a691041d9 14:16:40 Removing intermediate container e51a691041d9 14:16:40 ---> 6dd68c23491f 14:16:40 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 14:16:40 ---> Running in 88602d51348c 14:16:41 Removing intermediate container 88602d51348c 14:16:41 ---> 9cf2703097b7 14:16:41 Step 6/24 : LABEL Name=edgex-ui-go 14:16:41 ---> Running in dbddcee625a7 14:16:41 Removing intermediate container dbddcee625a7 14:16:41 ---> a6134fb76506 14:16:41 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 14:16:42 ---> Running in 9893bfb560f1 14:16:42 Removing intermediate container 9893bfb560f1 14:16:42 ---> 8b0305e8fc07 14:16:42 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:16:42 ---> Running in 1c56798ff5e7 14:16:44 Removing intermediate container 1c56798ff5e7 14:16:44 ---> fe39c23dc277 14:16:44 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 14:16:44 ---> Running in f3bf424c6b6c 14:16:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:16:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:16:47 OK: 142 MiB in 39 packages 14:16:48 Removing intermediate container f3bf424c6b6c 14:16:48 ---> 3f6a9af1993d 14:16:48 Step 10/24 : ENV GO111MODULE=on 14:16:48 ---> Running in c38b4c65c82d 14:16:49 Removing intermediate container c38b4c65c82d 14:16:49 ---> b50df5a0c6f5 14:16:49 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 14:16:49 ---> Running in 330b4e9ebce4 14:16:49 Removing intermediate container 330b4e9ebce4 14:16:49 ---> 366be1b64a96 14:16:49 Step 12/24 : COPY go.mod . 14:16:50 ---> 29127a3bb03e 14:16:50 Step 13/24 : COPY Makefile . 14:16:51 ---> 71c9eb47d6fe 14:16:51 Step 14/24 : RUN make update 14:16:51 ---> Running in 3a70003ccb44 14:16:52 CGO_ENABLED=0 GO111MODULE=on go mod download 14:16:53 Removing intermediate container 3a70003ccb44 14:16:53 ---> e7f338c3c06a 14:16:53 Step 15/24 : COPY . . 14:16:56 ---> 9bf5f7199c08 14:16:56 Step 16/24 : RUN ${MAKE} 14:16:56 ---> Running in dc0c8c74729b 14:16:57 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 14:17:24 CGO_ENABLED=0 GO111MODULE=on go build ./... 14:17:29 Removing intermediate container dc0c8c74729b 14:17:29 ---> 64e679e4337e 14:17:29 Step 17/24 : FROM alpine:3.12 14:17:30 3.12: Pulling from library/alpine 14:17:30 9a219e8acc52: Pulling fs layer 14:17:30 9a219e8acc52: Verifying Checksum 14:17:30 9a219e8acc52: Download complete 14:17:31 9a219e8acc52: Pull complete 14:17:31 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 14:17:31 Status: Downloaded newer image for alpine:3.12 14:17:31 ---> d75e27dfc0a0 14:17:31 Step 18/24 : EXPOSE 4000 14:17:31 ---> Running in e8741c9c52c1 14:17:32 Removing intermediate container e8741c9c52c1 14:17:32 ---> d237e533d085 14:17:32 Step 19/24 : 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 14:17:33 ---> 773134e5c61b 14:17:33 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 14:17:33 ---> Running in bcebae91a7c7 14:17:34 Removing intermediate container bcebae91a7c7 14:17:34 ---> b97625dc1cc6 14:17:34 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 14:17:34 ---> Running in 5f197bf2c087 14:17:34 Removing intermediate container 5f197bf2c087 14:17:34 ---> 371c4ccb0486 14:17:34 Step 22/24 : LABEL arch=arm64 14:17:35 ---> Running in 4867d7b14732 14:17:35 Removing intermediate container 4867d7b14732 14:17:35 ---> 6f8c1f80ac67 14:17:35 Step 23/24 : LABEL git_sha=fcafc9e129a30e91db2366c027cd18030f76131e 14:17:35 ---> Running in 4e906032c76e 14:17:35 Removing intermediate container 4e906032c76e 14:17:35 ---> fda57d58a654 14:17:35 Step 24/24 : LABEL version=0.0.0 14:17:36 ---> Running in 611fc904ccb1 14:17:36 Removing intermediate container 611fc904ccb1 14:17:36 ---> a930f305053a 14:17:36 [Warning] One or more build-args [ARCH] were not consumed 14:17:36 Successfully built a930f305053a 14:17:36 Successfully tagged docker-edgex-ui-go-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] libraryResource [Pipeline] sh 14:17:37 ---> job-cost.sh 14:17:37 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-dqqp 14:18:16 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:19:53 lf-activate-venv(): INFO: Adding /tmp/venv-dqqp/bin to PATH 14:19:53 INFO: No Stack... 14:19:53 INFO: Retrieving Pricing Info for: lf-standard-4 14:19:53 INFO: Archiving Costs [Pipeline] sh 14:19:53 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 14:19:53 + cut -d, -f6 [Pipeline] lock 14:19:53 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-331-2-stack-cost] 14:19:53 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-331-2-stack-cost] did not exist. Created. 14:19:53 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-331-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:19:54 /w/workspace/edgex-ui-go/2@tmp/durable-27d4b3c6/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-27d4b3c6/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 14:19:54 + echo total: 0.20999999344348907 [Pipeline] stash 14:19:54 Warning: overwriting stash ‘stack-cost’ 14:19:54 Stashed 1 file(s) [Pipeline] } 14:19:54 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-331-2-stack-cost] [Pipeline] // lock [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] wrap 14:19:55 provisioning config files... 14:19:55 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-331@tmp/config3488977725330507649tmp [Pipeline] { [Pipeline] sh 14:19:56 + set +x 14:19:56 + curl -s https://codecov.io/bash 14:19:56 + bash -s -- 14:19:56 14:19:56 _____ _ 14:19:56 / ____| | | 14:19:56 | | ___ __| | ___ ___ _____ __ 14:19:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:19:56 | |___| (_) | (_| | __/ (_| (_) \ V / 14:19:56 \_____\___/ \__,_|\___|\___\___/ \_/ 14:19:56 Bash-20210309-2b87ace 14:19:56 14:19:56 14:19:56 ==> git version 2.24.3 found 14:19:56 ==> 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 14:19:56 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:19:56 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:19:56 ==> Jenkins CI detected. 14:19:56 project root: . 14:19:56 --> token set from env 14:19:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:19:56 ==> Running gcov in . (disable via -X gcov) 14:19:56 ==> Python coveragepy not found 14:19:56 ==> Searching for coverage reports in: 14:19:56 + . 14:19:56 -> Found 1 reports 14:19:56 ==> Detecting git/mercurial file structure 14:19:56 ==> Reading reports 14:19:56 + ./coverage.out bytes=10 14:19:56 ==> Appending adjustments 14:19:56 https://docs.codecov.io/docs/fixing-reports 14:19:56 + Found adjustments 14:19:56 ==> Gzipping contents 14:19:56 4.0K /tmp/codecov.ZTCsYG.gz 14:19:56 ==> Uploading reports 14:19:56 url: https://codecov.io 14:19:56 query: branch=PR-331&commit=fcafc9e129a30e91db2366c027cd18030f76131e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-331%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=331&job=&cmd_args= 14:19:56 -> Pinging Codecov 14:19:56 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-331&commit=fcafc9e129a30e91db2366c027cd18030f76131e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-331%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=331&job=&cmd_args= 14:19:57 -> Uploading to 14:19:57 https://storage.googleapis.com/codecov/v4/raw/2021-04-12/FB506323287CE973F263BFD2A0EB1F37/fcafc9e129a30e91db2366c027cd18030f76131e/b532aca9-ae61-410d-8f25-7e397a7c5caa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210412%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210412T141956Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=36471c83153010905597e80548f62b02be88cf606c50d46c5b733983a5947b36 14:19:57 % Total % Received % Xferd Average Speed Time Time Time Current 14:19:57 Dload Upload Total Spent Left Speed 14:19:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3621 0 0 100 3621 0 9746 --:--:-- --:--:-- --:--:-- 9760 14:19:57 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/fcafc9e129a30e91db2366c027cd18030f76131e [Pipeline] } 14:19:57 Deleting 1 temporary files [Pipeline] // wrap [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] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 14:19:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:20:00 ---> package-listing.sh 14:20:00 ++ facter osfamily 14:20:00 ++ tr '[:upper:]' '[:lower:]' 14:20:00 + OS_FAMILY=redhat 14:20:00 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-331 14:20:00 + START_PACKAGES=/tmp/packages_start.txt 14:20:00 + END_PACKAGES=/tmp/packages_end.txt 14:20:00 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:20:00 + PACKAGES=/tmp/packages_start.txt 14:20:00 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-331 ']' 14:20:00 + PACKAGES=/tmp/packages_end.txt 14:20:00 + case "${OS_FAMILY}" in 14:20:00 + rpm -qa 14:20:00 + sort 14:20:06 + '[' -f /tmp/packages_start.txt ']' 14:20:06 + '[' -f /tmp/packages_end.txt ']' 14:20:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:20:06 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-331 ']' 14:20:06 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-331/archives/ 14:20:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-331/archives/ [Pipeline] echo 14:20: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-331/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:20:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:20:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:20:07 14:20:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:20:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:20:07 alpine: Pulling from edgex-lftools-log-publisher 14:20:07 df20fa9351a1: Pulling fs layer 14:20:07 36b3adc4ff6f: Pulling fs layer 14:20:07 8ad3a11d3b57: Pulling fs layer 14:20:07 46f8f816bc3b: Pulling fs layer 14:20:07 93b61091891f: Pulling fs layer 14:20:07 93b9cdb0e59b: Pulling fs layer 14:20:07 5e14af77c1be: Pulling fs layer 14:20:07 01666e4c0597: Pulling fs layer 14:20:07 aa168da1d23b: Pulling fs layer 14:20:07 93b61091891f: Waiting 14:20:07 93b9cdb0e59b: Waiting 14:20:07 5e14af77c1be: Waiting 14:20:07 01666e4c0597: Waiting 14:20:07 aa168da1d23b: Waiting 14:20:07 46f8f816bc3b: Waiting 14:20:07 36b3adc4ff6f: Verifying Checksum 14:20:07 46f8f816bc3b: Verifying Checksum 14:20:07 46f8f816bc3b: Download complete 14:20:07 df20fa9351a1: Verifying Checksum 14:20:07 df20fa9351a1: Download complete 14:20:07 93b61091891f: Verifying Checksum 14:20:07 93b61091891f: Download complete 14:20:07 93b9cdb0e59b: Verifying Checksum 14:20:07 93b9cdb0e59b: Download complete 14:20:07 5e14af77c1be: Verifying Checksum 14:20:07 5e14af77c1be: Download complete 14:20:07 01666e4c0597: Verifying Checksum 14:20:07 01666e4c0597: Download complete 14:20:07 8ad3a11d3b57: Verifying Checksum 14:20:07 8ad3a11d3b57: Download complete 14:20:08 df20fa9351a1: Pull complete 14:20:08 36b3adc4ff6f: Pull complete 14:20:09 8ad3a11d3b57: Pull complete 14:20:09 46f8f816bc3b: Pull complete 14:20:09 93b61091891f: Pull complete 14:20:09 aa168da1d23b: Verifying Checksum 14:20:09 aa168da1d23b: Download complete 14:20:10 93b9cdb0e59b: Pull complete 14:20:10 5e14af77c1be: Pull complete 14:20:10 01666e4c0597: Pull complete 14:20:17 aa168da1d23b: Pull complete 14:20:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:20:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:20:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:20:17 prd-centos7-docker-4c-2g-33685 does not seem to be running inside a container 14:20:17 $ 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-331/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-331 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-331:/w/workspace/edgexfoundry_edgex-ui-go_PR-331:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-331@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-331@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:20:21 $ docker top e4ce69baa78311b8c8cb6c0ca38eeb58924067678a414e86681abc39e780698b -eo pid,comm [Pipeline] { [Pipeline] sh 14:20:22 + touch /tmp/pre-build-complete [Pipeline] sh 14:20:22 + mkdir -p /var/log/sa [Pipeline] sh 14:20:22 + ls /var/log/sa-host 14:20:22 + sadf -c /var/log/sa-host/sa12 14:20:22 file_magic: OK 14:20:22 HZ: Using current value: 100 14:20:22 file_header: OK 14:20:22 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 14:20:22 Statistics: 14:20:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 14:20:22 File successfully converted to sysstat format version 12.2.1 14:20:22 + sadf -c /var/log/sa-host/sa23 14:20:22 file_magic: OK 14:20:22 HZ: Using current value: 100 14:20:22 file_header: OK 14:20:22 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 14:20:22 Statistics: 14:20:22 Hnuu...uuuununununu... 14:20:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:20:23 provisioning config files... 14:20:23 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-331@tmp/config204016632368528883tmp [Pipeline] { [Pipeline] echo 14:20:23 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:20:23 ---> create-netrc.sh [Pipeline] } 14:20:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:20:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:20:24 ---> python-tools-install.sh [Pipeline] echo 14:20:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:20:24 ---> sudo-logs.sh 14:20:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:20:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:20:24 ---> job-cost.sh 14:20:24 lf-activate-venv: SKIPPING 14:20:24 DEBUG: total: 0.20999999344348907 14:20:24 INFO: Retrieving Stack Cost... 14:20:25 INFO: Retrieving Pricing Info for: v1-standard-2 14:20:26 INFO: Archiving Costs [Pipeline] echo 14:20:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:20:26 ---> logs-deploy.sh 14:20:26 lf-activate-venv: SKIPPING 14:20:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-331/2 14:20:26 INFO: archiving workspace using pattern(s): 14:20:28 Archives upload complete. 14:20:28 INFO: archiving logs to Nexus