Pull request #326 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 10cde6945b5655e3f2bd22974b44114dd53f663e+bff10de453daaa1b67b3982ef82a282e90f7b04e (16d32614a3d425966ed5efa5c5f7bd8ca18e018c) 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-33310 in /w/workspace/edgexfoundry_edgex-ui-go_PR-326 [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-326 # 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 > 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/326/head:refs/remotes/origin/PR-326 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit bff10de453daaa1b67b3982ef82a282e90f7b04e into PR head commit 10cde6945b5655e3f2bd22974b44114dd53f663e Merge succeeded, producing 10cde6945b5655e3f2bd22974b44114dd53f663e Checking out Revision 10cde6945b5655e3f2bd22974b44114dd53f663e (PR-326) > git config core.sparsecheckout # timeout=10 > git checkout -f 10cde6945b5655e3f2bd22974b44114dd53f663e # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge bff10de453daaa1b67b3982ef82a282e90f7b04e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10cde6945b5655e3f2bd22974b44114dd53f663e # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/pelletier/go-toml-1.9.0" > git rev-list --no-walk 496597c1a6b922d1ec21c0be156f1ba5d6de8e24 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:40:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:40:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:40:23 ========================================================= 11:40:23 EdgeX Global Pipelines Version Info 11:40:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:40:24 ------------------- 11:40:24 stable info: 11:40:24 ------------------- 11:40:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:40:24 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 11:40:24 Message: update stable to v1.0.186 11:40:25 ------------------- 11:40:25 experimental info: 11:40:25 ------------------- 11:40:25 Commited By: **** collab-it+edgex@linuxfoundation.org 11:40:25 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 11:40:25 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 11:40:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 11:40:26 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 11:40:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:40:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:40:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:40:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 11:40:26 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 11:40:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 11:40:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 11:40:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:40:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:40:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 11:40:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:40:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:40:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:40:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 11:40:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:40:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:40:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:40:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:40:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:40:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:40:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:40:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:40:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:40:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 11:40:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-326 [Pipeline] echo 11:40:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-326 [Pipeline] echo 11:40:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-326 [Pipeline] echo 11:40:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 10cde6945b5655e3f2bd22974b44114dd53f663e [Pipeline] echo 11:40:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 10cde69 [Pipeline] echo 11:40:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:40:29 provisioning config files... 11:40:29 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/config9119672585072078626tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:40:29 ---> docker-login.sh 11:40:29 nexus3.edgexfoundry.org:10001 11:40:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:40:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:40:30 Configure a credential helper to remove this warning. See 11:40:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:40:30 11:40:30 Login Succeeded 11:40:30 nexus3.edgexfoundry.org:10002 11:40:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:40:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:40:30 Configure a credential helper to remove this warning. See 11:40:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:40:30 11:40:30 Login Succeeded 11:40:30 nexus3.edgexfoundry.org:10003 11:40:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:40:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:40:30 Configure a credential helper to remove this warning. See 11:40:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:40:30 11:40:30 Login Succeeded 11:40:30 nexus3.edgexfoundry.org:10004 11:40:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:40:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:40:30 Configure a credential helper to remove this warning. See 11:40:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:40:30 11:40:30 Login Succeeded 11:40:30 docker.io 11:40:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:40:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:40:30 Configure a credential helper to remove this warning. See 11:40:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:40:30 11:40:30 Login Succeeded 11:40:30 ---> docker-login.sh ends [Pipeline] } 11:40:30 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 11:40:31 + git log --format=format:%s -1 10cde6945b5655e3f2bd22974b44114dd53f663e [Pipeline] echo 11:40:31 GIT_COMMIT: 10cde6945b5655e3f2bd22974b44114dd53f663e, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/pelletier/go-toml-1.9.0 [Pipeline] echo 11:40:31 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 11:40:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:40:32 11:40:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:40:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:40:32 latest: Pulling from edgex-devops/git-semver 11:40:32 31603596830f: Pulling fs layer 11:40:32 2a8b12db71e7: Pulling fs layer 11:40:32 6ca5941a6612: Pulling fs layer 11:40:32 ecc8261a40a4: Pulling fs layer 11:40:32 ecc8261a40a4: Waiting 11:40:32 2a8b12db71e7: Verifying Checksum 11:40:32 2a8b12db71e7: Download complete 11:40:33 31603596830f: Verifying Checksum 11:40:33 31603596830f: Download complete 11:40:33 ecc8261a40a4: Verifying Checksum 11:40:33 ecc8261a40a4: Download complete 11:40:33 6ca5941a6612: Verifying Checksum 11:40:33 6ca5941a6612: Download complete 11:40:33 31603596830f: Pull complete 11:40:33 2a8b12db71e7: Pull complete 11:40:34 6ca5941a6612: Pull complete 11:40:34 ecc8261a40a4: Pull complete 11:40:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 11:40:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:40:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:40:34 prd-centos7-docker-4c-2g-33310 does not seem to be running inside a container 11:40:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-326 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-326:/w/workspace/edgexfoundry_edgex-ui-go_PR-326:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@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 11:40:36 $ docker top 7939e8e873691e129014479402094ded1773c1e61c50ab9604ca16daa8f7e505 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:40:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:40:37 [ssh-agent] Looking for ssh-agent implementation... 11:40:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:40:37 $ docker exec 7939e8e873691e129014479402094ded1773c1e61c50ab9604ca16daa8f7e505 ssh-agent 11:40:37 SSH_AUTH_SOCK=/tmp/ssh-K3aQ8lY0dV5I/agent.11 11:40:37 SSH_AGENT_PID=16 11:40:37 Running ssh-add (command line suppressed) 11:40:37 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/private_key_1701383642164996287.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/private_key_1701383642164996287.key) 11:40:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:40:38 + git tag --points-at HEAD [Pipeline] } 11:40:38 $ docker exec --env ******** --env ******** 7939e8e873691e129014479402094ded1773c1e61c50ab9604ca16daa8f7e505 ssh-agent -k 11:40:38 unset SSH_AUTH_SOCK; 11:40:38 unset SSH_AGENT_PID; 11:40:38 echo Agent pid 16 killed; 11:40:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 11:40:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:40:38 [ssh-agent] Looking for ssh-agent implementation... 11:40:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:40:38 $ docker exec 7939e8e873691e129014479402094ded1773c1e61c50ab9604ca16daa8f7e505 ssh-agent 11:40:38 SSH_AUTH_SOCK=/tmp/ssh-1S0meI78pbSX/agent.44 11:40:38 SSH_AGENT_PID=50 11:40:38 Running ssh-add (command line suppressed) 11:40:38 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/private_key_7410834690437130034.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/private_key_7410834690437130034.key) 11:40:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:40:39 + git semver init 11:40:39 # -> Open(): unable to determine branch for HEAD 11:40:39 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-326/.git 11:40:39 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-326 11:40:39 # $SEMVER_REMOTE_NAME = origin 11:40:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:40:39 # $SEMVER_USER_NAME = edgex-jenkins 11:40:39 # $SEMVER_BRANCH = PR-326 11:40:39 # $SEMVER_TEMP = /tmp/semver-872963078 11:40:39 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 11:40:40 # '/tmp/semver-872963078' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-326/.semver' 11:40:40 # -> Force: false 11:40:40 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-326/.semver [Pipeline] } 11:40:40 $ docker exec --env ******** --env ******** 7939e8e873691e129014479402094ded1773c1e61c50ab9604ca16daa8f7e505 ssh-agent -k 11:40:40 unset SSH_AUTH_SOCK; 11:40:40 unset SSH_AGENT_PID; 11:40:40 echo Agent pid 50 killed; 11:40:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:40:41 + git semver [Pipeline] } 11:40:41 $ docker stop --time=1 7939e8e873691e129014479402094ded1773c1e61c50ab9604ca16daa8f7e505 11:40:42 $ docker rm -f 7939e8e873691e129014479402094ded1773c1e61c50ab9604ca16daa8f7e505 [Pipeline] // withDockerContainer [Pipeline] sh 11:40:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 11:40:43 Stashed 1 file(s) [Pipeline] echo 11:40:43 [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 11:40:59 Still waiting to schedule task 11:40:59 Waiting for next available executor on ‘centos7-docker-4c-2g’ 11:40:59 Still waiting to schedule task 11:40:59 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ is offline 11:43:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33313 in /w/workspace/edgexfoundry_edgex-ui-go_PR-326 [Pipeline] { [Pipeline] ws 11:43:37 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 11:43:42 using credential edgex-jenkins-ssh 11:43:42 Cloning the remote Git repository 11:43:42 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 11:43:42 > git init /w/workspace/edgex-ui-go/2 # timeout=10 11:43:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:43:42 > git --version # timeout=10 11:43:42 > git --version # 'git version 2.17.1' 11:43:42 using GIT_SSH to set credentials SSH Credentials for GitHub 11:43:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:43:45 Merging remotes/origin/master commit bff10de453daaa1b67b3982ef82a282e90f7b04e into PR head commit 10cde6945b5655e3f2bd22974b44114dd53f663e 11:43:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:43:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:43:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:43:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:43:44 using GIT_SSH to set credentials SSH Credentials for GitHub 11:43:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/326/head:refs/remotes/origin/PR-326 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:43:45 > git config core.sparsecheckout # timeout=10 11:43:45 > git checkout -f 10cde6945b5655e3f2bd22974b44114dd53f663e # timeout=10 11:43:45 Merge succeeded, producing 10cde6945b5655e3f2bd22974b44114dd53f663e 11:43:45 Checking out Revision 10cde6945b5655e3f2bd22974b44114dd53f663e (PR-326) 11:43:45 > git remote # timeout=10 11:43:45 > git config --get remote.origin.url # timeout=10 11:43:45 using GIT_SSH to set credentials SSH Credentials for GitHub 11:43:45 > git merge bff10de453daaa1b67b3982ef82a282e90f7b04e # timeout=10 11:43:45 > git rev-parse HEAD^{commit} # timeout=10 11:43:45 > git config core.sparsecheckout # timeout=10 11:43:45 > git checkout -f 10cde6945b5655e3f2bd22974b44114dd53f663e # timeout=10 11:43:50 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/pelletier/go-toml-1.9.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:43:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 11:43:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 11:43:52 + true 11:43:52 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:43:55 provisioning config files... 11:43:55 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config2166872862948769235tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:43:55 ---> docker-login.sh 11:43:55 nexus3.edgexfoundry.org:10001 11:43:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:43:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:43:57 Configure a credential helper to remove this warning. See 11:43:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:43:57 11:43:57 Login Succeeded 11:43:57 nexus3.edgexfoundry.org:10002 11:43:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:43:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:43:57 Configure a credential helper to remove this warning. See 11:43:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:43:57 11:43:57 Login Succeeded 11:43:57 nexus3.edgexfoundry.org:10003 11:43:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:43:58 Running on prd-centos7-docker-4c-2g-33314 in /w/workspace/edgexfoundry_edgex-ui-go_PR-326 [Pipeline] { [Pipeline] ws 11:43:58 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { 11:43:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:43:58 Configure a credential helper to remove this warning. See 11:43:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:43:58 11:43:58 Login Succeeded 11:43:58 nexus3.edgexfoundry.org:10004 [Pipeline] checkout 11:43:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:43:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:43:58 Configure a credential helper to remove this warning. See 11:43:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:43:58 11:43:58 Login Succeeded 11:43:58 docker.io 11:43:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:43:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:43:59 Configure a credential helper to remove this warning. See 11:43:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:43:59 11:43:59 Login Succeeded 11:43:59 ---> docker-login.sh ends [Pipeline] } 11:43:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:43:59 ========================================================= 11:43:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 11:43:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:44:00 + 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 . 11:44:00 Sending build context to Docker daemon 17.65MB 11:44:00 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 11:44:00 Step 2/8 : FROM ${BASE} 11:44:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:44:00 5f621e34cdf4: Pulling fs layer 11:44:00 a4357932f1b6: Pulling fs layer 11:44:00 18c013af1878: Pulling fs layer 11:44:00 00ac8860ef70: Pulling fs layer 11:44:00 63d7cb157983: Pulling fs layer 11:44:00 b116817d02f9: Pulling fs layer 11:44:00 745a02a5169b: Pulling fs layer 11:44:00 00ac8860ef70: Waiting 11:44:00 63d7cb157983: Waiting 11:44:00 745a02a5169b: Waiting 11:44:00 b116817d02f9: Waiting 11:44:00 18c013af1878: Verifying Checksum 11:44:00 18c013af1878: Download complete 11:44:00 a4357932f1b6: Verifying Checksum 11:44:00 a4357932f1b6: Download complete 11:44:00 63d7cb157983: Verifying Checksum 11:44:00 63d7cb157983: Download complete 11:44:01 b116817d02f9: Verifying Checksum 11:44:01 b116817d02f9: Download complete 11:44:01 5f621e34cdf4: Verifying Checksum 11:44:01 5f621e34cdf4: Download complete 11:44:02 5f621e34cdf4: Pull complete 11:44:02 a4357932f1b6: Pull complete 11:44:03 18c013af1878: Pull complete 11:44:04 745a02a5169b: Verifying Checksum 11:44:04 745a02a5169b: Download complete 11:44:05 00ac8860ef70: Verifying Checksum 11:44:05 00ac8860ef70: Download complete 11:44:09 using credential edgex-jenkins-ssh 11:44:09 Cloning the remote Git repository 11:44:09 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 11:44:10 > git init /w/workspace/edgex-ui-go/2 # timeout=10 11:44:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:44:10 > git --version # timeout=10 11:44:10 > git --version # 'git version 2.24.3' 11:44:10 using GIT_SSH to set credentials SSH Credentials for GitHub 11:44:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:44:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:44:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:44:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 11:44:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 11:44:14 using GIT_SSH to set credentials SSH Credentials for GitHub 11:44:14 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/326/head:refs/remotes/origin/PR-326 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:44:15 Merging remotes/origin/master commit bff10de453daaa1b67b3982ef82a282e90f7b04e into PR head commit 10cde6945b5655e3f2bd22974b44114dd53f663e 11:44:15 00ac8860ef70: Pull complete 11:44:15 63d7cb157983: Pull complete 11:44:15 Merge succeeded, producing 10cde6945b5655e3f2bd22974b44114dd53f663e 11:44:15 Checking out Revision 10cde6945b5655e3f2bd22974b44114dd53f663e (PR-326) 11:44:15 b116817d02f9: Pull complete 11:44:15 > git config core.sparsecheckout # timeout=10 11:44:15 > git checkout -f 10cde6945b5655e3f2bd22974b44114dd53f663e # timeout=10 11:44:15 > git remote # timeout=10 11:44:15 > git config --get remote.origin.url # timeout=10 11:44:15 using GIT_SSH to set credentials SSH Credentials for GitHub 11:44:15 > git merge bff10de453daaa1b67b3982ef82a282e90f7b04e # timeout=10 11:44:15 > git rev-parse HEAD^{commit} # timeout=10 11:44:15 > git config core.sparsecheckout # timeout=10 11:44:15 > git checkout -f 10cde6945b5655e3f2bd22974b44114dd53f663e # timeout=10 11:44:19 745a02a5169b: Pull complete 11:44:19 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 11:44:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 11:44:19 ---> b7e6874047d6 11:44:19 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:44:20 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/pelletier/go-toml-1.9.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:44:22 ---> Running in 199df3d84787 11:44:22 Removing intermediate container 199df3d84787 11:44:22 ---> 8fe841a036ac 11:44:22 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:44:22 ---> Running in 55eee1203216 11:44:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 11:44:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 11:44:25 + true 11:44:25 + sudo service docker restart 11:44:25 Redirecting to /bin/systemctl restart docker.service 11:44:25 Removing intermediate container 55eee1203216 11:44:25 ---> e40af67ee7c3 11:44:25 Step 5/8 : RUN apk add --no-cache make git 11:44:25 ---> Running in c7e4a1e73e14 11:44:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:44:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 11:44:27 provisioning config files... 11:44:27 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config2057755040303697798tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 11:44:27 OK: 142 MiB in 39 packages 11:44:27 ---> docker-login.sh 11:44:27 nexus3.edgexfoundry.org:10001 11:44:28 Removing intermediate container c7e4a1e73e14 11:44:28 ---> f98f21751005 11:44:28 Step 6/8 : WORKDIR /edgex-ui-go 11:44:28 ---> Running in 369a669bb9cf 11:44:29 Removing intermediate container 369a669bb9cf 11:44:29 ---> 1092ed091998 11:44:29 Step 7/8 : COPY . . 11:44:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:44:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:44:29 Configure a credential helper to remove this warning. See 11:44:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:44:29 11:44:29 Login Succeeded 11:44:29 nexus3.edgexfoundry.org:10002 11:44:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:44:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:44:30 Configure a credential helper to remove this warning. See 11:44:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:44:30 11:44:30 Login Succeeded 11:44:30 nexus3.edgexfoundry.org:10003 11:44:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:44:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:44:31 Configure a credential helper to remove this warning. See 11:44:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:44:31 11:44:31 Login Succeeded 11:44:31 nexus3.edgexfoundry.org:10004 11:44:32 ---> 88c642679c52 11:44:32 Step 8/8 : RUN go mod download 11:44:32 ---> Running in c947632edd76 11:44:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:44:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:44:32 Configure a credential helper to remove this warning. See 11:44:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:44:32 11:44:32 Login Succeeded 11:44:32 docker.io 11:44:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 11:44:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 11:44:33 Configure a credential helper to remove this warning. See 11:44:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 11:44:33 11:44:33 Login Succeeded 11:44:33 ---> docker-login.sh ends [Pipeline] } 11:44:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 11:44:34 ========================================================= 11:44:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 11:44:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:44:35 + 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 . 11:44:36 Sending build context to Docker daemon 17.65MB 11:44:36 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 11:44:36 Step 2/8 : FROM ${BASE} 11:44:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 11:44:36 188c0c94c7c5: Pulling fs layer 11:44:36 0ef7d3d256c8: Pulling fs layer 11:44:36 de9db76c5a1d: Pulling fs layer 11:44:36 bca2f99d35d6: Pulling fs layer 11:44:36 93359f2a8cfa: Pulling fs layer 11:44:36 7c6f9722023f: Pulling fs layer 11:44:36 a35cf1a2eb13: Pulling fs layer 11:44:36 93359f2a8cfa: Waiting 11:44:36 7c6f9722023f: Waiting 11:44:36 bca2f99d35d6: Waiting 11:44:36 a35cf1a2eb13: Waiting 11:44:36 de9db76c5a1d: Download complete 11:44:37 93359f2a8cfa: Download complete 11:44:37 7c6f9722023f: Verifying Checksum 11:44:37 7c6f9722023f: Download complete 11:44:37 188c0c94c7c5: Verifying Checksum 11:44:37 188c0c94c7c5: Download complete 11:44:39 188c0c94c7c5: Pull complete 11:44:40 0ef7d3d256c8: Pull complete 11:44:40 de9db76c5a1d: Pull complete 11:44:44 a35cf1a2eb13: Verifying Checksum 11:44:44 a35cf1a2eb13: Download complete 11:44:49 bca2f99d35d6: Verifying Checksum 11:44:49 bca2f99d35d6: Download complete 11:44:58 Removing intermediate container c947632edd76 11:44:58 ---> 5021858730bb 11:44:58 Successfully built 5021858730bb 11:44:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 11:44:59 + docker inspect -f . ci-base-image-arm64 11:44:59 . [Pipeline] withDockerContainer 11:44:59 prd-ubuntu18.04-docker-arm64-4c-16g-33313 does not seem to be running inside a container 11:44:59 $ 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 11:45:01 $ docker top 4d3923baa78a8546ba6c28a30d81262c3b57b0e6385c86264c4a8c5344e02c91 -eo pid,comm [Pipeline] { [Pipeline] sh 11:45:02 + go version 11:45:02 go version go1.15.5 linux/arm64 [Pipeline] } 11:45:02 $ docker stop --time=1 4d3923baa78a8546ba6c28a30d81262c3b57b0e6385c86264c4a8c5344e02c91 11:45:03 $ docker rm -f 4d3923baa78a8546ba6c28a30d81262c3b57b0e6385c86264c4a8c5344e02c91 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:45:04 + docker inspect -f . ci-base-image-arm64 11:45:04 . [Pipeline] withDockerContainer 11:45:05 prd-ubuntu18.04-docker-arm64-4c-16g-33313 does not seem to be running inside a container 11:45:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 11:45:06 $ docker top 3f7485ac3500144a1a2f2a45ee890c271a95324d2c32ff3b114f3e1d5753093d -eo pid,comm [Pipeline] { [Pipeline] sh 11:45:07 + make test 11:45:07 GO111MODULE=on go test -coverprofile=coverage.out ./... 11:45:08 bca2f99d35d6: Pull complete 11:45:08 93359f2a8cfa: Pull complete 11:45:08 7c6f9722023f: Pull complete 11:45:09 ? github.com/edgexfoundry/edgex-ui-go [no test files] 11:45:16 a35cf1a2eb13: Pull complete 11:45:16 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 11:45:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 11:45:16 ---> a62c8e92a672 11:45:16 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:45:16 ---> Running in 4294301bf4ec 11:45:17 Removing intermediate container 4294301bf4ec 11:45:17 ---> 1e5acb84ebf3 11:45:17 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:45:17 ---> Running in 3d6965391b9c 11:45:20 Removing intermediate container 3d6965391b9c 11:45:20 ---> 48da079e7c7f 11:45:20 Step 5/8 : RUN apk add --no-cache make git 11:45:20 ---> Running in 79f2f5fcb959 11:45:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:45:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:45:23 OK: 166 MiB in 39 packages 11:45:25 Removing intermediate container 79f2f5fcb959 11:45:25 ---> 201bb76d2f49 11:45:25 Step 6/8 : WORKDIR /edgex-ui-go 11:45:25 ---> Running in 2b70a7d94225 11:45:25 Removing intermediate container 2b70a7d94225 11:45:25 ---> a9a188c4bf2f 11:45:25 Step 7/8 : COPY . . 11:45:29 ---> d42e4cdbc1ff 11:45:29 Step 8/8 : RUN go mod download 11:45:29 ---> Running in 6802326601c4 11:45:36 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 11:45:36 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 11:45:36 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 11:45:36 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 11:45:36 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 11:45:36 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 11:45:36 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 11:45:36 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 11:45:36 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 11:45:36 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 11:45:36 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 11:45:36 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 11:45:36 GO111MODULE=on go vet ./... [Pipeline] } 11:45:41 $ docker stop --time=1 3f7485ac3500144a1a2f2a45ee890c271a95324d2c32ff3b114f3e1d5753093d 11:45:43 $ docker rm -f 3f7485ac3500144a1a2f2a45ee890c271a95324d2c32ff3b114f3e1d5753093d [Pipeline] // withDockerContainer [Pipeline] sh 11:45:44 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:45:45 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 11:45:46 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:45:47 + ls -al . 11:45:47 total 124 11:45:47 drwxrwxr-x 10 jenkins jenkins 4096 Apr 8 11:45 . 11:45:47 drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 11:43 .. 11:45:47 drwxrwxr-x 8 jenkins jenkins 4096 Apr 8 11:43 .git 11:45:47 drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 11:43 .github 11:45:47 -rw-rw-r-- 1 jenkins jenkins 153 Apr 8 11:43 .gitignore 11:45:47 -rw-rw-r-- 1 jenkins jenkins 3959 Apr 8 11:43 CONTRIBUTING.md 11:45:47 -rw-rw-r-- 1 jenkins jenkins 1508 Apr 8 11:43 Dockerfile 11:45:47 -rw-rw-r-- 1 jenkins jenkins 902 Apr 8 11:43 Dockerfile.build 11:45:47 -rw-rw-r-- 1 jenkins jenkins 652 Apr 8 11:43 Jenkinsfile 11:45:47 -rw-rw-r-- 1 jenkins jenkins 11357 Apr 8 11:43 LICENSE 11:45:47 -rw-rw-r-- 1 jenkins jenkins 951 Apr 8 11:43 Makefile 11:45:47 -rw-rw-r-- 1 jenkins jenkins 4535 Apr 8 11:43 README.md 11:45:47 -rw-rw-r-- 1 jenkins jenkins 5 Apr 8 11:40 VERSION 11:45:47 drwxrwxr-x 3 jenkins jenkins 4096 Apr 8 11:43 assets 11:45:47 drwxrwxr-x 2 jenkins jenkins 4096 Apr 8 11:43 bin 11:45:47 drwxrwxr-x 3 jenkins jenkins 4096 Apr 8 11:43 cmd 11:45:47 -rw-r--r-- 1 jenkins jenkins 10 Apr 8 11:45 coverage.out 11:45:47 drwxrwxr-x 5 jenkins jenkins 4096 Apr 8 11:43 docs 11:45:47 -rw-rw-r-- 1 jenkins jenkins 987 Apr 8 11:43 go.mod 11:45:47 -rw-r--r-- 1 jenkins jenkins 22319 Apr 8 11:45 go.sum 11:45:47 drwxrwxr-x 10 jenkins jenkins 4096 Apr 8 11:43 internal 11:45:47 -rw-rw-r-- 1 jenkins jenkins 155 Apr 8 11:43 version.go 11:45:47 drwxrwxr-x 4 jenkins jenkins 4096 Apr 8 11:43 web [Pipeline] isUnix [Pipeline] sh 11:45:47 + 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=10cde6945b5655e3f2bd22974b44114dd53f663e --label arch=arm64 --label version=0.0.0 . 11:45:48 Sending build context to Docker daemon 17.68MB 11:45:48 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 11:45:48 Step 2/24 : FROM ${BASE} AS builder 11:45:48 ---> 5021858730bb 11:45:48 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 11:45:48 ---> Running in 88acbd67e7e2 11:45:49 Removing intermediate container 88acbd67e7e2 11:45:49 ---> e50bb2bc6cdb 11:45:49 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 11:45:49 ---> Running in 787cb03cc3e5 11:45:49 Removing intermediate container 787cb03cc3e5 11:45:49 ---> f4ce1a72171b 11:45:49 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 11:45:49 ---> Running in 90f72bd55fcb 11:45:50 Removing intermediate container 90f72bd55fcb 11:45:50 ---> aabc7c0121fb 11:45:50 Step 6/24 : LABEL Name=edgex-ui-go 11:45:50 ---> Running in 923bcf9b0511 11:45:51 Removing intermediate container 923bcf9b0511 11:45:51 ---> 5e891b149fc4 11:45:51 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 11:45:51 ---> Running in 4273227ed7b3 11:45:51 Removing intermediate container 4273227ed7b3 11:45:51 ---> 43eebf8b3cbe 11:45:51 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:45:51 ---> Running in e29fedb199fe 11:45:53 Removing intermediate container e29fedb199fe 11:45:53 ---> 41a9de76b6b5 11:45:53 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:45:53 ---> Running in c4cfcbc204bb 11:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:45:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:45:56 OK: 142 MiB in 39 packages 11:45:57 Removing intermediate container c4cfcbc204bb 11:45:57 ---> a28c14659a6f 11:45:57 Step 10/24 : ENV GO111MODULE=on 11:45:57 ---> Running in 62ea8a8cf0c3 11:45:57 Removing intermediate container 62ea8a8cf0c3 11:45:57 ---> b33b900c01f0 11:45:57 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 11:45:58 ---> Running in 1af2606e75b7 11:45:58 Removing intermediate container 1af2606e75b7 11:45:58 ---> bc2528211458 11:45:58 Step 12/24 : COPY go.mod . 11:45:59 ---> 9864ba257136 11:45:59 Step 13/24 : COPY Makefile . 11:46:00 ---> 22b36c4fc744 11:46:00 Step 14/24 : RUN make update 11:46:00 ---> Running in 5655df1246ad 11:46:01 CGO_ENABLED=0 GO111MODULE=on go mod download 11:46:02 Removing intermediate container 5655df1246ad 11:46:02 ---> 7040a8815798 11:46:02 Step 15/24 : COPY . . 11:46:05 ---> 4e9ee7fc45fc 11:46:05 Step 16/24 : RUN ${MAKE} 11:46:05 ---> Running in 7644752caa43 11: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 11:46:17 Removing intermediate container 6802326601c4 11:46:17 ---> 688f6a795ea2 11:46:17 Successfully built 688f6a795ea2 11:46:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 11:46:18 + docker inspect -f . ci-base-image-x86_64 11:46:18 . [Pipeline] withDockerContainer 11:46:18 prd-centos7-docker-4c-2g-33314 does not seem to be running inside a container 11:46:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:46:23 $ docker top 4e8719e4134c3dfb957593acdfdc1b6977b355493886442f7b18e36530aeaf34 -eo pid,comm [Pipeline] { [Pipeline] sh 11:46:26 + go version 11:46:26 go version go1.15.5 linux/amd64 [Pipeline] } 11:46:26 $ docker stop --time=1 4e8719e4134c3dfb957593acdfdc1b6977b355493886442f7b18e36530aeaf34 11:46:28 $ docker rm -f 4e8719e4134c3dfb957593acdfdc1b6977b355493886442f7b18e36530aeaf34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:46:30 + docker inspect -f . ci-base-image-x86_64 11:46:30 . [Pipeline] withDockerContainer 11:46:30 prd-centos7-docker-4c-2g-33314 does not seem to be running inside a container 11:46:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 11:46:32 $ docker top 32797b7e0e06f1a4fb6292defa8722fc4ae487e197e7294a95219471dd3db4f0 -eo pid,comm [Pipeline] { [Pipeline] sh 11:46:33 + make test 11:46:33 GO111MODULE=on go test -coverprofile=coverage.out ./... 11:46:33 CGO_ENABLED=0 GO111MODULE=on go build ./... 11:46:37 ? github.com/edgexfoundry/edgex-ui-go [no test files] 11:46:38 Removing intermediate container 7644752caa43 11:46:38 ---> d13cb05b9a96 11:46:38 Step 17/24 : FROM alpine:3.12 11:46:38 3.12: Pulling from library/alpine 11:46:41 9a219e8acc52: Pulling fs layer 11:46:41 9a219e8acc52: Verifying Checksum 11:46:41 9a219e8acc52: Download complete 11:46:42 9a219e8acc52: Pull complete 11:46:42 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 11:46:42 Status: Downloaded newer image for alpine:3.12 11:46:42 ---> d75e27dfc0a0 11:46:42 Step 18/24 : EXPOSE 4000 11:46:42 ---> Running in 5f2a49284323 11:46:42 Removing intermediate container 5f2a49284323 11:46:42 ---> 322546b818d8 11:46: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 11:46:44 ---> 4f4b0ddd619a 11:46:44 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 11:46:44 ---> Running in ab11f5aef1df 11:46:45 Removing intermediate container ab11f5aef1df 11:46:45 ---> 75dc301a3735 11:46:45 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 11:46:45 ---> Running in 7ad804818cdf 11:46:45 Removing intermediate container 7ad804818cdf 11:46:45 ---> 4f10fe230603 11:46:45 Step 22/24 : LABEL arch=arm64 11:46:45 ---> Running in b55f3446fbcb 11:46:46 Removing intermediate container b55f3446fbcb 11:46:46 ---> 01f624eb38dc 11:46:46 Step 23/24 : LABEL git_sha=10cde6945b5655e3f2bd22974b44114dd53f663e 11:46:46 ---> Running in b0928f9eef88 11:46:46 Removing intermediate container b0928f9eef88 11:46:46 ---> c4a79e52b778 11:46:46 Step 24/24 : LABEL version=0.0.0 11:46:46 ---> Running in 754a1c5d48af 11:46:47 Removing intermediate container 754a1c5d48af 11:46:47 ---> 69da2409fd9d 11:46:47 [Warning] One or more build-args [ARCH] were not consumed 11:46:47 Successfully built 69da2409fd9d 11:46:47 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 11:46:48 ---> job-cost.sh 11:46:48 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-yXDk 11:47:01 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 11:47:01 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 11:47:01 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 11:47:01 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 11:47:01 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 11:47:01 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 11:47:01 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 11:47:01 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 11:47:01 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 11:47:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 11:47:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 11:47:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 11:47:01 GO111MODULE=on go vet ./... [Pipeline] } 11:47:06 $ docker stop --time=1 32797b7e0e06f1a4fb6292defa8722fc4ae487e197e7294a95219471dd3db4f0 11:47:10 $ docker rm -f 32797b7e0e06f1a4fb6292defa8722fc4ae487e197e7294a95219471dd3db4f0 [Pipeline] // withDockerContainer [Pipeline] sh 11:47:11 + sudo chown -R jenkins:jenkins . [Pipeline] stash 11:47:11 Warning: overwriting stash ‘coverage-report’ 11:47:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 11:47:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:47:14 + ls -al . 11:47:14 total 92 11:47:14 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 8 11:46 . 11:47:14 drwxrwxr-x. 4 jenkins jenkins 28 Apr 8 11:44 .. 11:47:14 drwxrwxr-x. 3 jenkins jenkins 20 Apr 8 11:44 assets 11:47:14 drwxrwxr-x. 2 jenkins jenkins 35 Apr 8 11:44 bin 11:47:14 drwxrwxr-x. 3 jenkins jenkins 29 Apr 8 11:44 cmd 11:47:14 -rw-rw-r--. 1 jenkins jenkins 3959 Apr 8 11:44 CONTRIBUTING.md 11:47:14 -rw-r--r--. 1 jenkins jenkins 10 Apr 8 11:46 coverage.out 11:47:14 -rw-rw-r--. 1 jenkins jenkins 1508 Apr 8 11:44 Dockerfile 11:47:14 -rw-rw-r--. 1 jenkins jenkins 902 Apr 8 11:44 Dockerfile.build 11:47:14 drwxrwxr-x. 5 jenkins jenkins 104 Apr 8 11:44 docs 11:47:14 drwxrwxr-x. 8 jenkins jenkins 179 Apr 8 11:44 .git 11:47:14 drwxrwxr-x. 2 jenkins jenkins 103 Apr 8 11:44 .github 11:47:14 -rw-rw-r--. 1 jenkins jenkins 153 Apr 8 11:44 .gitignore 11:47:14 -rw-rw-r--. 1 jenkins jenkins 987 Apr 8 11:44 go.mod 11:47:14 -rw-r--r--. 1 jenkins jenkins 22319 Apr 8 11:46 go.sum 11:47:14 drwxrwxr-x. 10 jenkins jenkins 139 Apr 8 11:44 internal 11:47:14 -rw-rw-r--. 1 jenkins jenkins 652 Apr 8 11:44 Jenkinsfile 11:47:14 -rw-rw-r--. 1 jenkins jenkins 11357 Apr 8 11:44 LICENSE 11:47:14 -rw-rw-r--. 1 jenkins jenkins 951 Apr 8 11:44 Makefile 11:47:14 -rw-rw-r--. 1 jenkins jenkins 4535 Apr 8 11:44 README.md 11:47:14 -rw-rw-r--. 1 jenkins jenkins 5 Apr 8 11:40 VERSION 11:47:14 -rw-rw-r--. 1 jenkins jenkins 155 Apr 8 11:44 version.go 11:47:14 drwxrwxr-x. 4 jenkins jenkins 4096 Apr 8 11:44 web [Pipeline] isUnix [Pipeline] sh 11:47:15 + 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=10cde6945b5655e3f2bd22974b44114dd53f663e --label arch=amd64 --label version=0.0.0 . 11:47:17 Sending build context to Docker daemon 17.68MB 11:47:17 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 11:47:17 Step 2/24 : FROM ${BASE} AS builder 11:47:17 ---> 688f6a795ea2 11:47:17 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 11:47:18 ---> Running in ad0941548c4d 11:47:18 Removing intermediate container ad0941548c4d 11:47:18 ---> 6916fe27a1ec 11:47:18 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 11:47:18 ---> Running in b75ac216eb7e 11:47:19 Removing intermediate container b75ac216eb7e 11:47:19 ---> 0257fcf54fe1 11:47:19 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 11:47:19 ---> Running in 291b1db02118 11:47:20 Removing intermediate container 291b1db02118 11:47:20 ---> 39a3d33c4095 11:47:20 Step 6/24 : LABEL Name=edgex-ui-go 11:47:20 ---> Running in 11e36eadca5a 11:47:20 Removing intermediate container 11e36eadca5a 11:47:20 ---> 162a9500eab1 11:47:20 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 11:47:21 ---> Running in bd17e56496c1 11:47:21 Removing intermediate container bd17e56496c1 11:47:21 ---> 2b3c0609badf 11:47:21 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:47:22 ---> Running in 1fa18aadea46 11:47:24 Removing intermediate container 1fa18aadea46 11:47:24 ---> 10a23f25a360 11:47:24 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 11:47:24 ---> Running in 195bf0691b48 11:47:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:47:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:47:27 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 11:47:28 OK: 166 MiB in 39 packages 11:47:29 Removing intermediate container 195bf0691b48 11:47:29 ---> 7e31e9f1d382 11:47:29 Step 10/24 : ENV GO111MODULE=on 11:47:30 ---> Running in cae6f5d83974 11:47:31 Removing intermediate container cae6f5d83974 11:47:31 ---> 984ecc16a535 11:47:31 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 11:47:31 ---> Running in 9ccd73bf5c7e 11:47:31 Removing intermediate container 9ccd73bf5c7e 11:47:31 ---> a78b3bd8cb00 11:47:31 Step 12/24 : COPY go.mod . 11:47:32 ---> f139e33e5b75 11:47:32 Step 13/24 : COPY Makefile . 11:47:33 ---> e0bfcb38cf77 11:47:33 Step 14/24 : RUN make update 11:47:33 ---> Running in 926e4289b96e 11:47:35 CGO_ENABLED=0 GO111MODULE=on go mod download 11:47:35 Removing intermediate container 926e4289b96e 11:47:35 ---> 070851fde06c 11:47:35 Step 15/24 : COPY . . 11:47:39 ---> f715cd00a0b9 11:47:39 Step 16/24 : RUN ${MAKE} 11:47:39 ---> Running in dce3e73145e9 11:47:41 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 11:48:10 CGO_ENABLED=0 GO111MODULE=on go build ./... 11:48:14 Removing intermediate container dce3e73145e9 11:48:14 ---> e91d99c4e115 11:48:14 Step 17/24 : FROM alpine:3.12 11:48:15 3.12: Pulling from library/alpine 11:48:15 532819f3e44c: Pulling fs layer 11:48:15 532819f3e44c: Verifying Checksum 11:48:15 532819f3e44c: Download complete 11:48:17 532819f3e44c: Pull complete 11:48:17 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 11:48:17 Status: Downloaded newer image for alpine:3.12 11:48:17 ---> 7230e588e954 11:48:17 Step 18/24 : EXPOSE 4000 11:48:17 ---> Running in ea4a8708abc5 11:48:17 Removing intermediate container ea4a8708abc5 11:48:17 ---> 77c09807ef35 11:48:17 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 11:48:20 ---> dd4ce3585329 11:48:20 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 11:48:20 ---> Running in 802552e4355d 11:48:20 Removing intermediate container 802552e4355d 11:48:20 ---> 00b1ea73b6eb 11:48:20 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 11:48:20 ---> Running in 2cfc24ce228d 11:48:20 Removing intermediate container 2cfc24ce228d 11:48:20 ---> 12a1f0d38b27 11:48:20 Step 22/24 : LABEL arch=amd64 11:48:20 ---> Running in 9a1c0fce2bed 11:48:21 Removing intermediate container 9a1c0fce2bed 11:48:21 ---> 6af8d454a096 11:48:21 Step 23/24 : LABEL git_sha=10cde6945b5655e3f2bd22974b44114dd53f663e 11:48:21 ---> Running in 3d7967bfd244 11:48:21 Removing intermediate container 3d7967bfd244 11:48:21 ---> 87593fe050b5 11:48:21 Step 24/24 : LABEL version=0.0.0 11:48:21 ---> Running in 079804c2522d 11:48:21 Removing intermediate container 079804c2522d 11:48:21 ---> e5877ce9f907 11:48:21 [Warning] One or more build-args [ARCH] were not consumed 11:48:21 Successfully built e5877ce9f907 11:48:21 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 11:48:22 ---> job-cost.sh 11:48:22 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-XrTP 11:48:49 lf-activate-venv(): INFO: Adding /tmp/venv-yXDk/bin to PATH 11:48:49 INFO: No Stack... 11:48:49 INFO: Retrieving Pricing Info for: lf-standard-4 11:48:49 INFO: Archiving Costs [Pipeline] sh 11:48:49 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 11:48:49 + cut -d, -f6 [Pipeline] lock 11:48:50 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-326-2-stack-cost] 11:48:50 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-326-2-stack-cost] did not exist. Created. 11:48:50 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-326-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:48:50 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 11:48:50 + echo total: 0.20999999344348907 [Pipeline] stash 11:48:50 Stashed 1 file(s) [Pipeline] } 11:48:50 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-326-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 11:49:38 lf-activate-venv(): INFO: Adding /tmp/venv-XrTP/bin to PATH 11:49:38 INFO: No Stack... 11:49:38 INFO: Retrieving Pricing Info for: v1-standard-2 11:49:38 INFO: Archiving Costs [Pipeline] sh 11:49:38 + cut -d, -f6 11:49:38 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock 11:49:38 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-326-2-stack-cost] 11:49:38 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-326-2-stack-cost] did not exist. Created. 11:49:38 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-326-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 11:49:39 /w/workspace/edgex-ui-go/2@tmp/durable-70293b89/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 11:49:39 + echo total: 0.029999999329447746 [Pipeline] stash 11:49:40 Warning: overwriting stash ‘stack-cost’ 11:49:40 Stashed 1 file(s) [Pipeline] } 11:49:40 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-326-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 11:49:41 provisioning config files... 11:49:41 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/config3877720066342367115tmp [Pipeline] { [Pipeline] sh 11:49:42 + set +x 11:49:42 + curl -s https://codecov.io/bash 11:49:42 + bash -s -- 11:49:42 11:49:42 _____ _ 11:49:42 / ____| | | 11:49:42 | | ___ __| | ___ ___ _____ __ 11:49:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 11:49:42 | |___| (_) | (_| | __/ (_| (_) \ V / 11:49:42 \_____\___/ \__,_|\___|\___\___/ \_/ 11:49:42 Bash-20210309-2b87ace 11:49:42 11:49:42 11:49:42 ==> git version 2.24.3 found 11:49:42 ==> 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 11:49:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 11:49:42 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 11:49:42 ==> Jenkins CI detected. 11:49:42 project root: . 11:49:42 --> token set from env 11:49:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 11:49:42 ==> Running gcov in . (disable via -X gcov) 11:49:42 ==> Python coveragepy not found 11:49:42 ==> Searching for coverage reports in: 11:49:42 + . 11:49:42 -> Found 1 reports 11:49:42 ==> Detecting git/mercurial file structure 11:49:42 ==> Reading reports 11:49:42 + ./coverage.out bytes=10 11:49:42 ==> Appending adjustments 11:49:42 https://docs.codecov.io/docs/fixing-reports 11:49:42 + Found adjustments 11:49:42 ==> Gzipping contents 11:49:42 4.0K /tmp/codecov.TFsLbV.gz 11:49:42 ==> Uploading reports 11:49:42 url: https://codecov.io 11:49:42 query: branch=PR-326&commit=10cde6945b5655e3f2bd22974b44114dd53f663e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-326%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=326&job=&cmd_args= 11:49:42 -> Pinging Codecov 11:49:42 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-326&commit=10cde6945b5655e3f2bd22974b44114dd53f663e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-326%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=326&job=&cmd_args= 11:49:43 -> Uploading to 11:49:43 https://storage.googleapis.com/codecov/v4/raw/2021-04-08/FB506323287CE973F263BFD2A0EB1F37/10cde6945b5655e3f2bd22974b44114dd53f663e/35571761-b8e4-47f0-a679-d707232d2524.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210408%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210408T114943Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6dd4c8fd27f94c464f4c27ac64f3b642d33d87f2dad1e480674c276391abf334 11:49:43 % Total % Received % Xferd Average Speed Time Time Time Current 11:49:43 Dload Upload Total Spent Left Speed 11:49:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3599 0 0 100 3599 0 9187 --:--:-- --:--:-- --:--:-- 9204 11:49:43 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/10cde6945b5655e3f2bd22974b44114dd53f663e [Pipeline] } 11:49:43 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 11:49:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 11:49:46 ---> package-listing.sh 11:49:46 ++ facter osfamily 11:49:46 ++ tr '[:upper:]' '[:lower:]' 11:49:46 + OS_FAMILY=redhat 11:49:46 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-326 11:49:46 + START_PACKAGES=/tmp/packages_start.txt 11:49:46 + END_PACKAGES=/tmp/packages_end.txt 11:49:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 11:49:46 + PACKAGES=/tmp/packages_start.txt 11:49:46 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-326 ']' 11:49:46 + PACKAGES=/tmp/packages_end.txt 11:49:46 + case "${OS_FAMILY}" in 11:49:46 + rpm -qa 11:49:46 + sort 11:49:51 + '[' -f /tmp/packages_start.txt ']' 11:49:51 + '[' -f /tmp/packages_end.txt ']' 11:49:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 11:49:51 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-326 ']' 11:49:51 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-326/archives/ 11:49:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-326/archives/ [Pipeline] echo 11:49:52 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-326/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 11:49:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 11:49:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:49:52 11:49:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 11:49:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:49:52 alpine: Pulling from edgex-lftools-log-publisher 11:49:52 df20fa9351a1: Pulling fs layer 11:49:52 36b3adc4ff6f: Pulling fs layer 11:49:52 8ad3a11d3b57: Pulling fs layer 11:49:52 46f8f816bc3b: Pulling fs layer 11:49:52 93b61091891f: Pulling fs layer 11:49:52 93b9cdb0e59b: Pulling fs layer 11:49:52 5e14af77c1be: Pulling fs layer 11:49:52 01666e4c0597: Pulling fs layer 11:49:52 aa168da1d23b: Pulling fs layer 11:49:52 93b9cdb0e59b: Waiting 11:49:52 5e14af77c1be: Waiting 11:49:52 aa168da1d23b: Waiting 11:49:52 46f8f816bc3b: Waiting 11:49:52 93b61091891f: Waiting 11:49:52 01666e4c0597: Waiting 11:49:52 36b3adc4ff6f: Verifying Checksum 11:49:52 36b3adc4ff6f: Download complete 11:49:52 46f8f816bc3b: Download complete 11:49:53 df20fa9351a1: Verifying Checksum 11:49:53 df20fa9351a1: Download complete 11:49:53 93b9cdb0e59b: Verifying Checksum 11:49:53 93b9cdb0e59b: Download complete 11:49:53 5e14af77c1be: Verifying Checksum 11:49:53 5e14af77c1be: Download complete 11:49:53 93b61091891f: Download complete 11:49:53 01666e4c0597: Verifying Checksum 11:49:53 01666e4c0597: Download complete 11:49:53 8ad3a11d3b57: Verifying Checksum 11:49:53 8ad3a11d3b57: Download complete 11:49:53 df20fa9351a1: Pull complete 11:49:53 36b3adc4ff6f: Pull complete 11:49:54 8ad3a11d3b57: Pull complete 11:49:55 46f8f816bc3b: Pull complete 11:49:55 93b61091891f: Pull complete 11:49:55 93b9cdb0e59b: Pull complete 11:49:55 5e14af77c1be: Pull complete 11:49:55 01666e4c0597: Pull complete 11:49:55 aa168da1d23b: Verifying Checksum 11:49:55 aa168da1d23b: Download complete 11:50:04 aa168da1d23b: Pull complete 11:50:04 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 11:50:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 11:50:04 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 11:50:04 prd-centos7-docker-4c-2g-33310 does not seem to be running inside a container 11:50:04 $ 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-326/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-326 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-326:/w/workspace/edgexfoundry_edgex-ui-go_PR-326:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@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:alpine cat 11:50:07 $ docker top d4b9c95bcae7415c95b1ebcadc05a9ff8abc977622f321e4c938ecd5773d47bc -eo pid,comm [Pipeline] { [Pipeline] sh 11:50:08 + touch /tmp/pre-build-complete [Pipeline] sh 11:50:08 + mkdir -p /var/log/sa [Pipeline] sh 11:50:09 + ls /var/log/sa-host 11:50:09 + sadf -c /var/log/sa-host/sa08 11:50:09 file_magic: OK 11:50:09 HZ: Using current value: 100 11:50:09 file_header: OK 11:50:09 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 11:50:09 Statistics: 11:50:09 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 11:50:09 File successfully converted to sysstat format version 12.2.1 11:50:09 + sadf -c /var/log/sa-host/sa23 11:50:09 file_magic: OK 11:50:09 HZ: Using current value: 100 11:50:09 file_header: OK 11:50:09 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 11:50:09 Statistics: 11:50:09 Hnuu...uuuununununu... 11:50:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 11:50:09 provisioning config files... 11:50:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-326@tmp/config340963652142565693tmp [Pipeline] { [Pipeline] echo 11:50:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 11:50:10 ---> create-netrc.sh [Pipeline] } 11:50:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 11:50:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 11:50:10 ---> python-tools-install.sh [Pipeline] echo 11:50:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 11:50:10 ---> sudo-logs.sh 11:50:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 11:50:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 11:50:11 ---> job-cost.sh 11:50:11 lf-activate-venv: SKIPPING 11:50:11 DEBUG: total: 0.029999999329447746 11:50:11 INFO: Retrieving Stack Cost... 11:50:12 INFO: Retrieving Pricing Info for: v1-standard-2 11:50:13 INFO: Archiving Costs [Pipeline] echo 11:50:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 11:50:13 ---> logs-deploy.sh 11:50:13 lf-activate-venv: SKIPPING 11:50:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-326/2 11:50:13 INFO: archiving workspace using pattern(s): 11:50:15 Archives upload complete. 11:50:15 INFO: archiving logs to Nexus