Pull request #353 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0c7f6d1bde6752977cf297e9859963b0d44ec866+3530b7f4aa28b63b7201af2d41fb11e3497c2e0b (46de3db97ce87dc38ddc8420bd5aecad412078fe) 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4683 in /w/workspace/edgexfoundry_edgex-ui-go_PR-353 [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-353 # 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 3530b7f4aa28b63b7201af2d41fb11e3497c2e0b into PR head commit 0c7f6d1bde6752977cf297e9859963b0d44ec866 > 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/353/head:refs/remotes/origin/PR-353 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0c7f6d1bde6752977cf297e9859963b0d44ec866 # timeout=10 Merge succeeded, producing 0c7f6d1bde6752977cf297e9859963b0d44ec866 Checking out Revision 0c7f6d1bde6752977cf297e9859963b0d44ec866 (PR-353) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3530b7f4aa28b63b7201af2d41fb11e3497c2e0b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0c7f6d1bde6752977cf297e9859963b0d44ec866 # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/pelletier/go-toml-1.9.1" > git rev-list --no-walk 435fb8992f5538b9b059648486a1bc247ff8bec2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:16:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:16:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:16:20 ========================================================= 12:16:20 EdgeX Global Pipelines Version Info 12:16:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:16:21 ------------------- 12:16:21 stable info: 12:16:21 ------------------- 12:16:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:16:21 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 12:16:21 Message: update stable to v1.0.192 12:16:22 ------------------- 12:16:22 experimental info: 12:16:22 ------------------- 12:16:22 Commited By: **** collab-it+edgex@linuxfoundation.org 12:16:22 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 12:16:22 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:16:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 12:16:22 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 12:16:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:16:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:16:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:16:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 12:16:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:16:22 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 12:16:22 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:16:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-353 [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-353 [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-353 [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0c7f6d1bde6752977cf297e9859963b0d44ec866 [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0c7f6d1 [Pipeline] echo 12:16:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:16:23 provisioning config files... 12:16:23 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp/config5128243916580445751tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:16:24 ---> docker-login.sh 12:16:24 nexus3.edgexfoundry.org:10001 12:16:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:16:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:16:24 Configure a credential helper to remove this warning. See 12:16:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:16:24 12:16:24 Login Succeeded 12:16:24 nexus3.edgexfoundry.org:10002 12:16:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:16:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:16:24 Configure a credential helper to remove this warning. See 12:16:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:16:24 12:16:24 Login Succeeded 12:16:24 nexus3.edgexfoundry.org:10003 12:16:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:16:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:16:24 Configure a credential helper to remove this warning. See 12:16:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:16:24 12:16:24 Login Succeeded 12:16:24 nexus3.edgexfoundry.org:10004 12:16:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:16:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:16:25 Configure a credential helper to remove this warning. See 12:16:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:16:25 12:16:25 Login Succeeded 12:16:25 docker.io 12:16:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:16:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:16:25 Configure a credential helper to remove this warning. See 12:16:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:16:25 12:16:25 Login Succeeded 12:16:25 ---> docker-login.sh ends [Pipeline] } 12:16:25 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 12:16:25 + git log --format=format:%s -1 0c7f6d1bde6752977cf297e9859963b0d44ec866 [Pipeline] echo 12:16:25 GIT_COMMIT: 0c7f6d1bde6752977cf297e9859963b0d44ec866, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/pelletier/go-toml-1.9.1 [Pipeline] echo 12:16:25 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 12:16:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:16:26 12:16:26 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:16:26 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:16:26 latest: Pulling from edgex-devops/git-semver 12:16:26 31603596830f: Pulling fs layer 12:16:26 54011a49482f: Pulling fs layer 12:16:26 a6820b24f6d8: Pulling fs layer 12:16:26 f581987b2513: Pulling fs layer 12:16:26 f581987b2513: Waiting 12:16:26 54011a49482f: Download complete 12:16:26 31603596830f: Verifying Checksum 12:16:26 31603596830f: Download complete 12:16:27 f581987b2513: Verifying Checksum 12:16:27 f581987b2513: Download complete 12:16:27 a6820b24f6d8: Verifying Checksum 12:16:27 a6820b24f6d8: Download complete 12:16:27 31603596830f: Pull complete 12:16:27 54011a49482f: Pull complete 12:16:28 a6820b24f6d8: Pull complete 12:16:28 f581987b2513: Pull complete 12:16:28 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 12:16:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:16:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:16:28 prd-centos7-docker-4c-2g-4683 does not seem to be running inside a container 12:16:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-353 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-353:/w/workspace/edgexfoundry_edgex-ui-go_PR-353:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-353@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 12:16:30 $ docker top 3871a9bedf9615a7cf51d7078f1b2ed6af9255adb18aff7f25ffbba659cb7597 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:16:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:16:31 [ssh-agent] Looking for ssh-agent implementation... 12:16:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:16:31 $ docker exec 3871a9bedf9615a7cf51d7078f1b2ed6af9255adb18aff7f25ffbba659cb7597 ssh-agent 12:16:31 SSH_AUTH_SOCK=/tmp/ssh-MF2l2BzM55SZ/agent.11 12:16:31 SSH_AGENT_PID=16 12:16:31 Running ssh-add (command line suppressed) 12:16:31 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp/private_key_4857996144068071239.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp/private_key_4857996144068071239.key) 12:16:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:16:32 + git tag --points-at HEAD [Pipeline] } 12:16:32 $ docker exec --env ******** --env ******** 3871a9bedf9615a7cf51d7078f1b2ed6af9255adb18aff7f25ffbba659cb7597 ssh-agent -k 12:16:32 unset SSH_AUTH_SOCK; 12:16:32 unset SSH_AGENT_PID; 12:16:32 echo Agent pid 16 killed; 12:16:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:16:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:16:32 [ssh-agent] Looking for ssh-agent implementation... 12:16:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:16:32 $ docker exec 3871a9bedf9615a7cf51d7078f1b2ed6af9255adb18aff7f25ffbba659cb7597 ssh-agent 12:16:32 SSH_AUTH_SOCK=/tmp/ssh-8wsGBRXcOaxw/agent.45 12:16:32 SSH_AGENT_PID=50 12:16:33 Running ssh-add (command line suppressed) 12:16:33 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp/private_key_3175420609231688807.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp/private_key_3175420609231688807.key) 12:16:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:16:33 + git semver init 12:16:33 # -> Open(): unable to determine branch for HEAD 12:16:33 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-353/.git 12:16:33 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-353 12:16:33 # $SEMVER_REMOTE_NAME = origin 12:16:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:16:33 # $SEMVER_USER_NAME = edgex-jenkins 12:16:33 # $SEMVER_BRANCH = PR-353 12:16:33 # $SEMVER_TEMP = /tmp/semver-875379926 12:16:33 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 12:16:34 # '/tmp/semver-875379926' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-353/.semver' 12:16:35 # -> Force: false 12:16:35 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-353/.semver [Pipeline] } 12:16:35 $ docker exec --env ******** --env ******** 3871a9bedf9615a7cf51d7078f1b2ed6af9255adb18aff7f25ffbba659cb7597 ssh-agent -k 12:16:35 unset SSH_AUTH_SOCK; 12:16:35 unset SSH_AGENT_PID; 12:16:35 echo Agent pid 50 killed; 12:16:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:16:35 + git semver [Pipeline] } 12:16:35 $ docker stop --time=1 3871a9bedf9615a7cf51d7078f1b2ed6af9255adb18aff7f25ffbba659cb7597 12:16:37 $ docker rm -f 3871a9bedf9615a7cf51d7078f1b2ed6af9255adb18aff7f25ffbba659cb7597 [Pipeline] // withDockerContainer [Pipeline] sh 12:16:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:16:37 Stashed 1 file(s) [Pipeline] echo 12:16:37 [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 12:16:53 Still waiting to schedule task 12:16:53 Waiting for next available executor on ‘centos7-docker-4c-2g’ 12:16:53 Still waiting to schedule task 12:16:53 ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline 12:18:47 Running on prd-centos7-docker-4c-2g-4686 in /w/workspace/edgexfoundry_edgex-ui-go_PR-353 [Pipeline] { [Pipeline] ws 12:18:47 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 12:18:50 using credential edgex-jenkins-ssh 12:18:50 Cloning the remote Git repository 12:18:50 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 12:18:50 > git init /w/workspace/edgex-ui-go/2 # timeout=10 12:18:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 12:18:50 > git --version # timeout=10 12:18:50 > git --version # 'git version 2.24.3' 12:18:50 using GIT_SSH to set credentials SSH Credentials for GitHub 12:18:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:18:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 12:18:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:18:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 12:18:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 12:18:51 using GIT_SSH to set credentials SSH Credentials for GitHub 12:18:51 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/353/head:refs/remotes/origin/PR-353 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:18:52 Merging remotes/origin/master commit 3530b7f4aa28b63b7201af2d41fb11e3497c2e0b into PR head commit 0c7f6d1bde6752977cf297e9859963b0d44ec866 12:18:52 Merge succeeded, producing 0c7f6d1bde6752977cf297e9859963b0d44ec866 12:18:52 Checking out Revision 0c7f6d1bde6752977cf297e9859963b0d44ec866 (PR-353) 12:18:52 > git config core.sparsecheckout # timeout=10 12:18:52 > git checkout -f 0c7f6d1bde6752977cf297e9859963b0d44ec866 # timeout=10 12:18:52 > git remote # timeout=10 12:18:52 > git config --get remote.origin.url # timeout=10 12:18:52 using GIT_SSH to set credentials SSH Credentials for GitHub 12:18:52 > git merge 3530b7f4aa28b63b7201af2d41fb11e3497c2e0b # timeout=10 12:18:52 > git rev-parse HEAD^{commit} # timeout=10 12:18:52 > git config core.sparsecheckout # timeout=10 12:18:52 > git checkout -f 0c7f6d1bde6752977cf297e9859963b0d44ec866 # timeout=10 12:18:56 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/pelletier/go-toml-1.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:18:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:18:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:18:58 + sudo service docker restart 12:18:58 + true 12:18:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:19:00 provisioning config files... 12:19:00 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config1926415344429390245tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:19:00 ---> docker-login.sh 12:19:00 nexus3.edgexfoundry.org:10001 12:19:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:19:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:19:01 Configure a credential helper to remove this warning. See 12:19:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:19:01 12:19:01 Login Succeeded 12:19:01 nexus3.edgexfoundry.org:10002 12:19:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:19:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:19:01 Configure a credential helper to remove this warning. See 12:19:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:19:01 12:19:01 Login Succeeded 12:19:01 nexus3.edgexfoundry.org:10003 12:19:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:19:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:19:01 Configure a credential helper to remove this warning. See 12:19:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:19:01 12:19:01 Login Succeeded 12:19:01 nexus3.edgexfoundry.org:10004 12:19:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:19:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:19:01 Configure a credential helper to remove this warning. See 12:19:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:19:01 12:19:01 Login Succeeded 12:19:01 docker.io 12:19:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:19:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:19:02 Configure a credential helper to remove this warning. See 12:19:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:19:02 12:19:02 Login Succeeded 12:19:02 ---> docker-login.sh ends [Pipeline] } 12:19:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:19:02 ========================================================= 12:19:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 12:19:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:19: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.16-alpine . 12:19:03 Sending build context to Docker daemon 34.93MB 12:19:03 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 12:19:03 Step 2/8 : FROM ${BASE} 12:19:03 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 12:19:03 540db60ca938: Pulling fs layer 12:19:03 adcc1eea9eea: Pulling fs layer 12:19:03 4c4ab2625f07: Pulling fs layer 12:19:03 0510c868ecb4: Pulling fs layer 12:19:03 afea3b2eda06: Pulling fs layer 12:19:03 7809a108b3ef: Pulling fs layer 12:19:03 f706445af74f: Pulling fs layer 12:19:03 afea3b2eda06: Waiting 12:19:03 7809a108b3ef: Waiting 12:19:03 f706445af74f: Waiting 12:19:03 0510c868ecb4: Waiting 12:19:03 4c4ab2625f07: Verifying Checksum 12:19:03 4c4ab2625f07: Download complete 12:19:03 adcc1eea9eea: Download complete 12:19:03 afea3b2eda06: Verifying Checksum 12:19:03 afea3b2eda06: Download complete 12:19:03 540db60ca938: Verifying Checksum 12:19:03 540db60ca938: Download complete 12:19:03 7809a108b3ef: Verifying Checksum 12:19:03 7809a108b3ef: Download complete 12:19:03 540db60ca938: Pull complete 12:19:04 adcc1eea9eea: Pull complete 12:19:04 4c4ab2625f07: Pull complete 12:19:05 f706445af74f: Verifying Checksum 12:19:05 f706445af74f: Download complete 12:19:05 0510c868ecb4: Download complete 12:19:12 0510c868ecb4: Pull complete 12:19:12 afea3b2eda06: Pull complete 12:19:12 7809a108b3ef: Pull complete 12:19:17 f706445af74f: Pull complete 12:19:17 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 12:19:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 12:19:17 ---> b068be0155e3 12:19:17 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:19:17 ---> Running in 1a203f1bb3f5 12:19:17 Removing intermediate container 1a203f1bb3f5 12:19:17 ---> 5f0f91b456fa 12:19:17 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:19:17 ---> Running in 9d30f9c105e7 12:19:18 Removing intermediate container 9d30f9c105e7 12:19:18 ---> 8806d57644c6 12:19:18 Step 5/8 : RUN apk add --no-cache make git 12:19:18 ---> Running in 23df72a57ad3 12:19:19 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 12:19:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 12:19:21 OK: 149 MiB in 40 packages 12:19:21 Removing intermediate container 23df72a57ad3 12:19:21 ---> fd03d475e7a4 12:19:21 Step 6/8 : WORKDIR /edgex-ui-go 12:19:21 ---> Running in 9cc79d4b69c9 12:19:21 Removing intermediate container 9cc79d4b69c9 12:19:21 ---> 8c44ef27e311 12:19:21 Step 7/8 : COPY . . 12:19:25 ---> 4ad87ad5b696 12:19:25 Step 8/8 : RUN go mod download 12:19:25 ---> Running in 7797df620681 12:19:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4687 in /w/workspace/edgexfoundry_edgex-ui-go_PR-353 [Pipeline] { [Pipeline] ws 12:19:46 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 12:19:51 using credential edgex-jenkins-ssh 12:19:51 Cloning the remote Git repository 12:19:51 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 12:19:52 > git init /w/workspace/edgex-ui-go/2 # timeout=10 12:19:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 12:19:52 > git --version # timeout=10 12:19:52 > git --version # 'git version 2.17.1' 12:19:52 using GIT_SSH to set credentials SSH Credentials for GitHub 12:19:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 12:19:55 Merging remotes/origin/master commit 3530b7f4aa28b63b7201af2d41fb11e3497c2e0b into PR head commit 0c7f6d1bde6752977cf297e9859963b0d44ec866 12:19:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 12:19:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 12:19:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 12:19:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 12:19:54 using GIT_SSH to set credentials SSH Credentials for GitHub 12:19:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/353/head:refs/remotes/origin/PR-353 +refs/heads/master:refs/remotes/origin/master # timeout=10 12:19:55 > git config core.sparsecheckout # timeout=10 12:19:55 > git checkout -f 0c7f6d1bde6752977cf297e9859963b0d44ec866 # timeout=10 12:19:55 Merge succeeded, producing 0c7f6d1bde6752977cf297e9859963b0d44ec866 12:19:55 Checking out Revision 0c7f6d1bde6752977cf297e9859963b0d44ec866 (PR-353) 12:19:55 > git remote # timeout=10 12:19:55 > git config --get remote.origin.url # timeout=10 12:19:55 using GIT_SSH to set credentials SSH Credentials for GitHub 12:19:55 > git merge 3530b7f4aa28b63b7201af2d41fb11e3497c2e0b # timeout=10 12:19:55 > git rev-parse HEAD^{commit} # timeout=10 12:19:55 > git config core.sparsecheckout # timeout=10 12:19:55 > git checkout -f 0c7f6d1bde6752977cf297e9859963b0d44ec866 # timeout=10 12:19:57 Removing intermediate container 7797df620681 12:19:57 ---> 03f95b449d86 12:19:57 Successfully built 03f95b449d86 12:19:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:19:57 + docker inspect -f . ci-base-image-x86_64 12:19:57 . [Pipeline] withDockerContainer 12:19:57 prd-centos7-docker-4c-2g-4686 does not seem to be running inside a container 12:19:57 $ 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 12:19:59 $ docker top f8e26eaffaada3b636b1c8de11b21a41dafe2c0ecd257c4e80672adcb3f5aa09 -eo pid,comm [Pipeline] { [Pipeline] sh 12:19:59 + go version 12:19:59 go version go1.16.3 linux/amd64 [Pipeline] } 12:19:59 $ docker stop --time=1 f8e26eaffaada3b636b1c8de11b21a41dafe2c0ecd257c4e80672adcb3f5aa09 12:20:00 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/pelletier/go-toml-1.9.1" 12:20:00 $ docker rm -f f8e26eaffaada3b636b1c8de11b21a41dafe2c0ecd257c4e80672adcb3f5aa09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 12:20:01 + docker inspect -f . ci-base-image-x86_64 12:20:01 . [Pipeline] withDockerContainer 12:20:01 prd-centos7-docker-4c-2g-4686 does not seem to be running inside a container 12:20:01 $ 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 12:20:02 $ docker top ff5690cb92f189468740b12bd0fdc47c532433ef771a8abe561bdcd10750cb03 -eo pid,comm [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 12:20:02 + go mod tidy 12:20:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] sh 12:20:04 + make test 12:20:04 GO111MODULE=on go test -coverprofile=coverage.out ./... 12:20:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:20:04 + true 12:20:04 + sudo service docker restart 12:20:05 ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:20:07 provisioning config files... 12:20:07 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config3786037813117454476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:20:07 ---> docker-login.sh 12:20:07 nexus3.edgexfoundry.org:10001 12:20:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:20:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:20:08 Configure a credential helper to remove this warning. See 12:20:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:20:08 12:20:08 Login Succeeded 12:20:08 nexus3.edgexfoundry.org:10002 12:20:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:20:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:20:09 Configure a credential helper to remove this warning. See 12:20:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:20:09 12:20:09 Login Succeeded 12:20:09 nexus3.edgexfoundry.org:10003 12:20:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:20:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:20:09 Configure a credential helper to remove this warning. See 12:20:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:20:09 12:20:09 Login Succeeded 12:20:09 nexus3.edgexfoundry.org:10004 12:20:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:20:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:20:10 Configure a credential helper to remove this warning. See 12:20:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:20:10 12:20:10 Login Succeeded 12:20:10 docker.io 12:20:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:20:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:20:11 Configure a credential helper to remove this warning. See 12:20:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:20:11 12:20:11 Login Succeeded 12:20:11 ---> docker-login.sh ends [Pipeline] } 12:20:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:20:11 ========================================================= 12:20:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 12:20:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:20:12 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 12:20:13 Sending build context to Docker daemon 34.93MB 12:20:13 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 12:20:13 Step 2/8 : FROM ${BASE} 12:20:13 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 12:20:13 595b0fe564bb: Pulling fs layer 12:20:13 7186ed65a4f7: Pulling fs layer 12:20:13 316046926c0a: Pulling fs layer 12:20:13 4ebd0625c992: Pulling fs layer 12:20:13 207e8628e3a3: Pulling fs layer 12:20:13 c791037a9be2: Pulling fs layer 12:20:13 ffd874e62e21: Pulling fs layer 12:20:13 4ebd0625c992: Waiting 12:20:13 207e8628e3a3: Waiting 12:20:13 c791037a9be2: Waiting 12:20:13 ffd874e62e21: Waiting 12:20:13 316046926c0a: Verifying Checksum 12:20:13 316046926c0a: Download complete 12:20:13 7186ed65a4f7: Download complete 12:20:13 207e8628e3a3: Verifying Checksum 12:20:13 207e8628e3a3: Download complete 12:20:13 c791037a9be2: Verifying Checksum 12:20:13 c791037a9be2: Download complete 12:20:13 595b0fe564bb: Verifying Checksum 12:20:13 595b0fe564bb: Download complete 12:20:14 595b0fe564bb: Pull complete 12:20:14 7186ed65a4f7: Pull complete 12:20:14 316046926c0a: Pull complete 12:20:16 ffd874e62e21: Verifying Checksum 12:20:16 ffd874e62e21: Download complete 12:20:16 4ebd0625c992: Verifying Checksum 12:20:16 4ebd0625c992: Download complete 12:20:17 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 12:20:17 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 12:20:17 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 12:20:17 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 12:20:17 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 12:20:17 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 12:20:17 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 12:20:17 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 12:20:17 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 12:20:17 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 12:20:17 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 12:20:17 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 12:20:17 GO111MODULE=on go vet ./... [Pipeline] } 12:20:26 $ docker stop --time=1 ff5690cb92f189468740b12bd0fdc47c532433ef771a8abe561bdcd10750cb03 12:20:27 4ebd0625c992: Pull complete 12:20:27 207e8628e3a3: Pull complete 12:20:27 c791037a9be2: Pull complete 12:20:28 $ docker rm -f ff5690cb92f189468740b12bd0fdc47c532433ef771a8abe561bdcd10750cb03 [Pipeline] // withDockerContainer [Pipeline] sh 12:20:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:20:29 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 12:20:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:20:30 + ls -al . 12:20:30 total 92 12:20:30 drwxrwxr-x. 10 jenkins jenkins 4096 May 12 12:20 . 12:20:30 drwxrwxr-x. 4 jenkins jenkins 28 May 12 12:18 .. 12:20:30 drwxrwxr-x. 3 jenkins jenkins 20 May 12 12:18 assets 12:20:30 drwxrwxr-x. 2 jenkins jenkins 35 May 12 12:18 bin 12:20:30 drwxrwxr-x. 3 jenkins jenkins 29 May 12 12:18 cmd 12:20:30 -rw-rw-r--. 1 jenkins jenkins 3959 May 12 12:18 CONTRIBUTING.md 12:20:30 -rw-r--r--. 1 jenkins jenkins 10 May 12 12:20 coverage.out 12:20:30 -rw-rw-r--. 1 jenkins jenkins 1508 May 12 12:18 Dockerfile 12:20:30 -rw-rw-r--. 1 jenkins jenkins 902 May 12 12:18 Dockerfile.build 12:20:30 drwxrwxr-x. 5 jenkins jenkins 104 May 12 12:18 docs 12:20:30 drwxrwxr-x. 8 jenkins jenkins 179 May 12 12:18 .git 12:20:30 drwxrwxr-x. 2 jenkins jenkins 103 May 12 12:18 .github 12:20:30 -rw-rw-r--. 1 jenkins jenkins 162 May 12 12:18 .gitignore 12:20:30 -rw-rw-r--. 1 jenkins jenkins 987 May 12 12:18 go.mod 12:20:30 -rw-r--r--. 1 jenkins jenkins 24424 May 12 12:20 go.sum 12:20:30 drwxrwxr-x. 10 jenkins jenkins 139 May 12 12:18 internal 12:20:30 -rw-rw-r--. 1 jenkins jenkins 652 May 12 12:18 Jenkinsfile 12:20:30 -rw-rw-r--. 1 jenkins jenkins 11357 May 12 12:18 LICENSE 12:20:30 -rw-rw-r--. 1 jenkins jenkins 941 May 12 12:18 Makefile 12:20:30 -rw-rw-r--. 1 jenkins jenkins 6012 May 12 12:18 README.md 12:20:30 -rw-rw-r--. 1 jenkins jenkins 5 May 12 12:16 VERSION 12:20:30 -rw-rw-r--. 1 jenkins jenkins 155 May 12 12:18 version.go 12:20:30 drwxrwxr-x. 4 jenkins jenkins 4096 May 12 12:18 web [Pipeline] isUnix [Pipeline] sh 12:20:30 + docker build -t edgex-ui -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=0c7f6d1bde6752977cf297e9859963b0d44ec866 --label arch=amd64 --label version=0.0.0 . 12:20:31 ffd874e62e21: Pull complete 12:20:31 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 12:20:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 12:20:31 ---> cfc18b08335c 12:20:31 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:20:31 Sending build context to Docker daemon 34.95MB 12:20:31 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 12:20:31 Step 2/24 : FROM ${BASE} AS builder 12:20:31 ---> 03f95b449d86 12:20:31 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 12:20:32 ---> Running in 0ca88b94ea28 12:20:32 Removing intermediate container 0ca88b94ea28 12:20:32 ---> f0a85907cec0 12:20:32 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 12:20:32 ---> Running in 32eaf08c1aa4 12:20:32 Removing intermediate container 32eaf08c1aa4 12:20:32 ---> 9a1cb9fad89b 12:20:32 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 12:20:32 ---> Running in aafaec9a0647 12:20:32 Removing intermediate container aafaec9a0647 12:20:32 ---> c6611b888e1c 12:20:32 Step 6/24 : LABEL Name=edgex-ui-go 12:20:32 ---> Running in 65f0445f849c 12:20:32 Removing intermediate container 65f0445f849c 12:20:32 ---> 985f9f4f5894 12:20:32 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 12:20:32 ---> Running in fbefa0771ff8 12:20:33 Removing intermediate container fbefa0771ff8 12:20:33 ---> 2c0d3ca3f279 12:20:33 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:20:33 ---> Running in d8fe6edbb9a7 12:20:34 Removing intermediate container d8fe6edbb9a7 12:20:34 ---> 06808edfe142 12:20:34 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:20:34 ---> Running in 10b68a20aea5 12:20:34 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 12:20:34 ---> Running in 539f90abaa7b 12:20:34 Removing intermediate container 539f90abaa7b 12:20:34 ---> 68945bb8d779 12:20:34 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:20:34 ---> Running in 480121b9465e 12:20:35 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 12:20:35 OK: 149 MiB in 40 packages 12:20:36 Removing intermediate container 10b68a20aea5 12:20:36 ---> 37baa0171dbd 12:20:36 Step 10/24 : ENV GO111MODULE=on 12:20:36 ---> Running in 1b202e3f88e1 12:20:36 Removing intermediate container 480121b9465e 12:20:36 ---> 85fa0be3c3b9 12:20:36 Step 5/8 : RUN apk add --no-cache make git 12:20:36 Removing intermediate container 1b202e3f88e1 12:20:36 ---> 646036456e55 12:20:36 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 12:20:36 ---> Running in efe536565395 12:20:36 Removing intermediate container efe536565395 12:20:36 ---> ddad8dd2f4cf 12:20:36 Step 12/24 : COPY go.mod . 12:20:36 ---> f6e8b569b0a2 12:20:36 Step 13/24 : COPY Makefile . 12:20:37 ---> Running in 857512d6baa3 12:20:37 ---> 16765cf6b191 12:20:37 Step 14/24 : RUN make update 12:20:37 ---> Running in 40abe648d5fb 12:20:37 CGO_ENABLED=0 GO111MODULE=on go mod download 12:20:37 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 12:20:38 Removing intermediate container 40abe648d5fb 12:20:38 ---> 15c253c23c27 12:20:38 Step 15/24 : COPY . . 12:20:38 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 12:20:39 OK: 138 MiB in 40 packages 12:20:40 Removing intermediate container 857512d6baa3 12:20:40 ---> 8da58c7dc9ff 12:20:40 Step 6/8 : WORKDIR /edgex-ui-go 12:20:40 ---> Running in 98ac70fa805b 12:20:41 Removing intermediate container 98ac70fa805b 12:20:41 ---> 1ccdfba2fbeb 12:20:41 Step 7/8 : COPY . . 12:20:41 ---> a3bf8cc7893e 12:20:41 Step 16/24 : RUN ${MAKE} 12:20:41 ---> Running in dec2905878be 12:20:42 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 12:20:44 ---> dabf85f26192 12:20:44 Step 8/8 : RUN go mod download 12:20:44 ---> Running in ce7d2de2dbf1 12:20:52 CGO_ENABLED=0 GO111MODULE=on go build ./... 12:20:54 Removing intermediate container dec2905878be 12:20:54 ---> 19d3df195359 12:20:54 Step 17/24 : FROM alpine:3.12 12:20:55 3.12: Pulling from library/alpine 12:20:55 339de151aab4: Pulling fs layer 12:20:55 339de151aab4: Verifying Checksum 12:20:55 339de151aab4: Download complete 12:20:55 339de151aab4: Pull complete 12:20:55 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 12:20:55 Status: Downloaded newer image for alpine:3.12 12:20:55 ---> 13621d1b12d4 12:20:55 Step 18/24 : EXPOSE 4000 12:20:56 ---> Running in 243a2a9374cf 12:20:56 Removing intermediate container 243a2a9374cf 12:20:56 ---> 14e7ae027b2b 12:20:56 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 12:20:57 ---> 8106bf36da6d 12:20:57 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 12:20:57 ---> Running in 606aabc84670 12:20:57 Removing intermediate container 606aabc84670 12:20:57 ---> bbee68970215 12:20:57 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 12:20:57 ---> Running in e6963a3f4c6c 12:20:57 Removing intermediate container e6963a3f4c6c 12:20:57 ---> 3bcb1af061be 12:20:57 Step 22/24 : LABEL arch=amd64 12:20:58 ---> Running in 46d03eb42322 12:20:58 Removing intermediate container 46d03eb42322 12:20:58 ---> 45615be7e683 12:20:58 Step 23/24 : LABEL git_sha=0c7f6d1bde6752977cf297e9859963b0d44ec866 12:20:58 ---> Running in b4501fa261de 12:20:58 Removing intermediate container b4501fa261de 12:20:58 ---> bd0a2eb968a8 12:20:58 Step 24/24 : LABEL version=0.0.0 12:20:58 ---> Running in a250e69d0ccd 12:20:58 Removing intermediate container a250e69d0ccd 12:20:58 ---> 03ef8fd9a1ad 12:20:58 [Warning] One or more build-args [ARCH] were not consumed 12:20:58 Successfully built 03ef8fd9a1ad 12:20:58 Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 12:20:59 ---> job-cost.sh 12:20:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2XQG 12:21:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:21:17 Removing intermediate container ce7d2de2dbf1 12:21:17 ---> e98ab9ca6308 12:21:17 Successfully built e98ab9ca6308 12:21:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:21:17 + docker inspect -f . ci-base-image-arm64 12:21:17 . [Pipeline] withDockerContainer 12:21:17 prd-ubuntu18.04-docker-arm64-4c-16g-4687 does not seem to be running inside a container 12:21:17 $ 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 12:21:19 $ docker top dc974fc7c094f6018768bb5c2355cb6551cbec8da94c436c93006400f171b7b2 -eo pid,comm [Pipeline] { [Pipeline] sh 12:21:20 + go version 12:21:20 go version go1.16.3 linux/arm64 [Pipeline] } 12:21:20 $ docker stop --time=1 dc974fc7c094f6018768bb5c2355cb6551cbec8da94c436c93006400f171b7b2 12:21:22 $ docker rm -f dc974fc7c094f6018768bb5c2355cb6551cbec8da94c436c93006400f171b7b2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:21:23 + docker inspect -f . ci-base-image-arm64 12:21:23 . [Pipeline] withDockerContainer 12:21:23 prd-ubuntu18.04-docker-arm64-4c-16g-4687 does not seem to be running inside a container 12:21:23 $ 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 12:21:24 $ docker top 48ddc324d6bb4158d109f133619381d796420dd5d3caad269e00f4bb6edbf4e8 -eo pid,comm [Pipeline] { [Pipeline] sh 12:21:25 + go mod tidy [Pipeline] sh 12:21:27 + make test 12:21:27 GO111MODULE=on go test -coverprofile=coverage.out ./... 12:21:28 ? github.com/edgexfoundry/edgex-ui-go [no test files] 12:21:40 lf-activate-venv(): INFO: Adding /tmp/venv-2XQG/bin to PATH 12:21:40 INFO: No Stack... 12:21:41 INFO: Retrieving Pricing Info for: v1-standard-2 12:21:42 INFO: Archiving Costs [Pipeline] sh 12:21:42 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv 12:21:42 + cut -d, -f6 [Pipeline] lock 12:21:42 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-353-2-stack-cost] 12:21:42 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-353-2-stack-cost] did not exist. Created. 12:21:42 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-353-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:21:43 + echo total: 0.029999999329447746 [Pipeline] stash 12:21:43 Stashed 1 file(s) [Pipeline] } 12:21:43 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-353-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 12:22:07 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 12:22:07 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 12:22:07 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 12:22:07 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 12:22:07 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 12:22:07 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 12:22:07 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 12:22:07 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 12:22:07 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 12:22:07 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 12:22:07 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 12:22:07 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 12:22:07 GO111MODULE=on go vet ./... [Pipeline] } 12:22:22 $ docker stop --time=1 48ddc324d6bb4158d109f133619381d796420dd5d3caad269e00f4bb6edbf4e8 12:22:24 $ docker rm -f 48ddc324d6bb4158d109f133619381d796420dd5d3caad269e00f4bb6edbf4e8 [Pipeline] // withDockerContainer [Pipeline] sh 12:22:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 12:22:25 Warning: overwriting stash ‘coverage-report’ 12:22:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:22:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:22:27 + ls -al . 12:22:27 total 124 12:22:27 drwxrwxr-x 10 jenkins jenkins 4096 May 12 12:21 . 12:22:27 drwxrwxr-x 4 jenkins jenkins 4096 May 12 12:19 .. 12:22:27 drwxrwxr-x 8 jenkins jenkins 4096 May 12 12:20 .git 12:22:27 drwxrwxr-x 2 jenkins jenkins 4096 May 12 12:19 .github 12:22:27 -rw-rw-r-- 1 jenkins jenkins 162 May 12 12:19 .gitignore 12:22:27 -rw-rw-r-- 1 jenkins jenkins 3959 May 12 12:19 CONTRIBUTING.md 12:22:27 -rw-rw-r-- 1 jenkins jenkins 1508 May 12 12:19 Dockerfile 12:22:27 -rw-rw-r-- 1 jenkins jenkins 902 May 12 12:19 Dockerfile.build 12:22:27 -rw-rw-r-- 1 jenkins jenkins 652 May 12 12:19 Jenkinsfile 12:22:27 -rw-rw-r-- 1 jenkins jenkins 11357 May 12 12:19 LICENSE 12:22:27 -rw-rw-r-- 1 jenkins jenkins 941 May 12 12:19 Makefile 12:22:27 -rw-rw-r-- 1 jenkins jenkins 6012 May 12 12:19 README.md 12:22:27 -rw-rw-r-- 1 jenkins jenkins 5 May 12 12:16 VERSION 12:22:27 drwxrwxr-x 3 jenkins jenkins 4096 May 12 12:19 assets 12:22:27 drwxrwxr-x 2 jenkins jenkins 4096 May 12 12:19 bin 12:22:27 drwxrwxr-x 3 jenkins jenkins 4096 May 12 12:19 cmd 12:22:27 -rw-r--r-- 1 jenkins jenkins 10 May 12 12:21 coverage.out 12:22:27 drwxrwxr-x 5 jenkins jenkins 4096 May 12 12:19 docs 12:22:27 -rw-rw-r-- 1 jenkins jenkins 987 May 12 12:19 go.mod 12:22:27 -rw-r--r-- 1 jenkins jenkins 24424 May 12 12:21 go.sum 12:22:27 drwxrwxr-x 10 jenkins jenkins 4096 May 12 12:19 internal 12:22:27 -rw-rw-r-- 1 jenkins jenkins 155 May 12 12:19 version.go 12:22:27 drwxrwxr-x 4 jenkins jenkins 4096 May 12 12:19 web [Pipeline] isUnix [Pipeline] sh 12:22:27 + docker build -t edgex-ui-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=0c7f6d1bde6752977cf297e9859963b0d44ec866 --label arch=arm64 --label version=0.0.0 . 12:22:29 Sending build context to Docker daemon 34.95MB 12:22:29 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 12:22:29 Step 2/24 : FROM ${BASE} AS builder 12:22:29 ---> e98ab9ca6308 12:22:29 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 12:22:29 ---> Running in f6430b79e3cc 12:22:30 Removing intermediate container f6430b79e3cc 12:22:30 ---> 2f347b2c2bdf 12:22:30 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 12:22:30 ---> Running in 65836e31f276 12:22:30 Removing intermediate container 65836e31f276 12:22:30 ---> 941cf54b17d7 12:22:30 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 12:22:30 ---> Running in de03e23d4eb5 12:22:31 Removing intermediate container de03e23d4eb5 12:22:31 ---> 3f5dc130911e 12:22:31 Step 6/24 : LABEL Name=edgex-ui-go 12:22:31 ---> Running in ada01cd3798d 12:22:32 Removing intermediate container ada01cd3798d 12:22:32 ---> 9e8cf48b59c0 12:22:32 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 12:22:32 ---> Running in 2fd273581c1f 12:22:32 Removing intermediate container 2fd273581c1f 12:22:32 ---> 2ae772e2d948 12:22:32 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:22:32 ---> Running in f49fa6e05f21 12:22:34 Removing intermediate container f49fa6e05f21 12:22:34 ---> e8c3ec343751 12:22:34 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:22:34 ---> Running in 198ba914b9e1 12:22:36 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 12:22:36 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 12:22:37 OK: 138 MiB in 40 packages 12:22:39 Removing intermediate container 198ba914b9e1 12:22:39 ---> 9a1f67642ca5 12:22:39 Step 10/24 : ENV GO111MODULE=on 12:22:39 ---> Running in 7e632da01808 12:22:39 Removing intermediate container 7e632da01808 12:22:39 ---> 2298a15eb019 12:22:39 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 12:22:39 ---> Running in 841f2df15ec5 12:22:39 Removing intermediate container 841f2df15ec5 12:22:39 ---> ac39b2c91293 12:22:39 Step 12/24 : COPY go.mod . 12:22:40 ---> e4253cdb9bcd 12:22:40 Step 13/24 : COPY Makefile . 12:22:41 ---> 3f64aecc0880 12:22:41 Step 14/24 : RUN make update 12:22:41 ---> Running in 2d25184438b3 12:22:42 CGO_ENABLED=0 GO111MODULE=on go mod download 12:22:43 Removing intermediate container 2d25184438b3 12:22:43 ---> 84fe319df290 12:22:43 Step 15/24 : COPY . . 12:22:47 ---> 31c8e2e298f4 12:22:47 Step 16/24 : RUN ${MAKE} 12:22:47 ---> Running in b7509d29e1de 12:22:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 12:23:20 CGO_ENABLED=0 GO111MODULE=on go build ./... 12:23:21 Removing intermediate container b7509d29e1de 12:23:21 ---> e0700c49044b 12:23:21 Step 17/24 : FROM alpine:3.12 12:23:21 3.12: Pulling from library/alpine 12:23:21 d2f70382dc9a: Pulling fs layer 12:23:22 d2f70382dc9a: Verifying Checksum 12:23:22 d2f70382dc9a: Download complete 12:23:22 d2f70382dc9a: Pull complete 12:23:22 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 12:23:22 Status: Downloaded newer image for alpine:3.12 12:23:22 ---> 9852663dfa18 12:23:22 Step 18/24 : EXPOSE 4000 12:23:22 ---> Running in 4974d71fc5c9 12:23:23 Removing intermediate container 4974d71fc5c9 12:23:23 ---> 41d74797d01e 12:23:23 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 12:23:25 ---> 15ec4842152c 12:23:25 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 12:23:25 ---> Running in ecabedb58568 12:23:26 Removing intermediate container ecabedb58568 12:23:26 ---> a8606671e67b 12:23:26 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 12:23:26 ---> Running in 448e2c95ba5d 12:23:26 Removing intermediate container 448e2c95ba5d 12:23:26 ---> e82cdd84ef1f 12:23:26 Step 22/24 : LABEL arch=arm64 12:23:26 ---> Running in 0a6c3540eecd 12:23:27 Removing intermediate container 0a6c3540eecd 12:23:27 ---> 93008c05f8ac 12:23:27 Step 23/24 : LABEL git_sha=0c7f6d1bde6752977cf297e9859963b0d44ec866 12:23:27 ---> Running in 641bf450cb10 12:23:27 Removing intermediate container 641bf450cb10 12:23:27 ---> 6b693a5c47be 12:23:27 Step 24/24 : LABEL version=0.0.0 12:23:27 ---> Running in 88241cae3c0e 12:23:28 Removing intermediate container 88241cae3c0e 12:23:28 ---> 431ab8f30e2c 12:23:28 [Warning] One or more build-args [ARCH] were not consumed 12:23:28 Successfully built 431ab8f30e2c 12:23:28 Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 12:23:28 ---> job-cost.sh 12:23:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Lj4w 12:24:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:25:29 lf-activate-venv(): INFO: Adding /tmp/venv-Lj4w/bin to PATH 12:25:29 INFO: No Stack... 12:25:29 INFO: Retrieving Pricing Info for: lf-standard-4 12:25:30 INFO: Archiving Costs [Pipeline] sh 12:25:30 + cat /w/workspace/edgex-ui-go/2/archives/cost.csv+ 12:25:30 cut -d, -f6 [Pipeline] lock 12:25:30 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-353-2-stack-cost] 12:25:30 Resource [jenkins-edgexfoundry-edgex-ui-go-PR-353-2-stack-cost] did not exist. Created. 12:25:30 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-353-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 12:25:31 /w/workspace/edgex-ui-go/2@tmp/durable-33c05b21/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-33c05b21/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 12:25:31 + echo total: 0.20999999344348907 [Pipeline] stash 12:25:31 Warning: overwriting stash ‘stack-cost’ 12:25:31 Stashed 1 file(s) [Pipeline] } 12:25:31 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-353-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 12:25:32 provisioning config files... 12:25:32 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp/config2705696459610912485tmp [Pipeline] { [Pipeline] sh 12:25:32 + set +x 12:25:32 + bash -s -- 12:25:32 + curl -s https://codecov.io/bash 12:25:32 12:25:32 _____ _ 12:25:32 / ____| | | 12:25:32 | | ___ __| | ___ ___ _____ __ 12:25:32 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:25:32 | |___| (_) | (_| | __/ (_| (_) \ V / 12:25:32 \_____\___/ \__,_|\___|\___\___/ \_/ 12:25:32 Bash-1.0.2 12:25:32 12:25:32 12:25:32 ==> git version 2.24.3 found 12:25:32 ==> 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 12:25:32 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 12:25:32 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 12:25:32 ==> Jenkins CI detected. 12:25:32 project root: . 12:25:32 --> token set from env 12:25:32 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:25:32 ==> Running gcov in . (disable via -X gcov) 12:25:32 ==> Python coveragepy not found 12:25:32 ==> Searching for coverage reports in: 12:25:32 + . 12:25:32 -> Found 1 reports 12:25:32 ==> Detecting git/mercurial file structure 12:25:32 ==> Reading reports 12:25:32 + ./coverage.out bytes=10 12:25:32 ==> Appending adjustments 12:25:32 https://docs.codecov.io/docs/fixing-reports 12:25:33 + Found adjustments 12:25:33 ==> Gzipping contents 12:25:33 4.0K /tmp/codecov.UAk23K.gz 12:25:33 ==> Uploading reports 12:25:33 url: https://codecov.io 12:25:33 query: branch=PR-353&commit=0c7f6d1bde6752977cf297e9859963b0d44ec866&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-353%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=353&job=&cmd_args= 12:25:33 -> Pinging Codecov 12:25:33 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-353&commit=0c7f6d1bde6752977cf297e9859963b0d44ec866&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-353%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=353&job=&cmd_args= 12:25:33 -> Uploading to 12:25:33 https://storage.googleapis.com/codecov/v4/raw/2021-05-12/FB506323287CE973F263BFD2A0EB1F37/0c7f6d1bde6752977cf297e9859963b0d44ec866/3492c048-6e42-4535-9ccc-3a8ec00b6613.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T122533Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fb1dfad58ec4f6be82ceb6758b56e8dc0a38299994815f37af4bbefa43d4f858 12:25:33 % Total % Received % Xferd Average Speed Time Time Time Current 12:25:33 Dload Upload Total Spent Left Speed 12:25:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3902 0 0 100 3902 0 10217 --:--:-- --:--:-- --:--:-- 10214 100 3902 0 0 100 3902 0 10213 --:--:-- --:--:-- --:--:-- 10214 12:25:33 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/0c7f6d1bde6752977cf297e9859963b0d44ec866 [Pipeline] } 12:25:33 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 12:25:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:25:35 ---> package-listing.sh 12:25:35 ++ facter osfamily 12:25:35 ++ tr '[:upper:]' '[:lower:]' 12:25:35 + OS_FAMILY=redhat 12:25:35 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-353 12:25:35 + START_PACKAGES=/tmp/packages_start.txt 12:25:35 + END_PACKAGES=/tmp/packages_end.txt 12:25:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:25:35 + PACKAGES=/tmp/packages_start.txt 12:25:35 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-353 ']' 12:25:35 + PACKAGES=/tmp/packages_end.txt 12:25:35 + case "${OS_FAMILY}" in 12:25:35 + rpm -qa 12:25:35 + sort 12:25:40 + '[' -f /tmp/packages_start.txt ']' 12:25:40 + '[' -f /tmp/packages_end.txt ']' 12:25:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:25:40 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-353 ']' 12:25:40 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-353/archives/ 12:25:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-353/archives/ [Pipeline] echo 12:25:40 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-353/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 12:25:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 12:25:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:25:41 12:25:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 12:25:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:25:41 alpine: Pulling from edgex-lftools-log-publisher 12:25:41 df20fa9351a1: Pulling fs layer 12:25:41 36b3adc4ff6f: Pulling fs layer 12:25:41 8ad3a11d3b57: Pulling fs layer 12:25:41 46f8f816bc3b: Pulling fs layer 12:25:41 93b61091891f: Pulling fs layer 12:25:41 93b9cdb0e59b: Pulling fs layer 12:25:41 5e14af77c1be: Pulling fs layer 12:25:41 01666e4c0597: Pulling fs layer 12:25:41 aa168da1d23b: Pulling fs layer 12:25:41 93b9cdb0e59b: Waiting 12:25:41 5e14af77c1be: Waiting 12:25:41 01666e4c0597: Waiting 12:25:41 46f8f816bc3b: Waiting 12:25:41 aa168da1d23b: Waiting 12:25:41 93b61091891f: Waiting 12:25:41 36b3adc4ff6f: Verifying Checksum 12:25:41 36b3adc4ff6f: Download complete 12:25:41 46f8f816bc3b: Verifying Checksum 12:25:41 46f8f816bc3b: Download complete 12:25:41 df20fa9351a1: Verifying Checksum 12:25:41 df20fa9351a1: Download complete 12:25:42 93b9cdb0e59b: Verifying Checksum 12:25:42 93b9cdb0e59b: Download complete 12:25:42 5e14af77c1be: Verifying Checksum 12:25:42 5e14af77c1be: Download complete 12:25:42 93b61091891f: Verifying Checksum 12:25:42 93b61091891f: Download complete 12:25:42 01666e4c0597: Verifying Checksum 12:25:42 01666e4c0597: Download complete 12:25:42 8ad3a11d3b57: Verifying Checksum 12:25:42 8ad3a11d3b57: Download complete 12:25:42 df20fa9351a1: Pull complete 12:25:42 36b3adc4ff6f: Pull complete 12:25:43 8ad3a11d3b57: Pull complete 12:25:44 46f8f816bc3b: Pull complete 12:25:44 aa168da1d23b: Verifying Checksum 12:25:44 aa168da1d23b: Download complete 12:25:44 93b61091891f: Pull complete 12:25:44 93b9cdb0e59b: Pull complete 12:25:44 5e14af77c1be: Pull complete 12:25:44 01666e4c0597: Pull complete 12:25:51 aa168da1d23b: Pull complete 12:25:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 12:25:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 12:25:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 12:25:51 prd-centos7-docker-4c-2g-4683 does not seem to be running inside a container 12:25:51 $ 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-353/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-353 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-353:/w/workspace/edgexfoundry_edgex-ui-go_PR-353:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-353@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 12:25:55 $ docker top 1d3f09b8bf99856d5666de7546113667c294a2f5663836f4473929a8efed29e4 -eo pid,comm [Pipeline] { [Pipeline] sh 12:25:55 + touch /tmp/pre-build-complete [Pipeline] sh 12:25:55 + mkdir -p /var/log/sa [Pipeline] sh 12:25:56 + ls /var/log/sa-host 12:25:56 + sadf -c /var/log/sa-host/sa12 12:25:56 file_magic: OK 12:25:56 HZ: Using current value: 100 12:25:56 file_header: OK 12:25:56 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 12:25:56 Statistics: 12:25:56 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 12:25:56 File successfully converted to sysstat format version 12.2.1 12:25:56 + sadf -c /var/log/sa-host/sa23 12:25:56 file_magic: OK 12:25:56 HZ: Using current value: 100 12:25:56 file_header: OK 12:25:56 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 12:25:56 Statistics: 12:25:56 Hnuu...uuuununununu... 12:25:56 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:25:56 provisioning config files... 12:25:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp/config5481312304110759117tmp [Pipeline] { [Pipeline] echo 12:25:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:25:57 ---> create-netrc.sh [Pipeline] } 12:25:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 12:25:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 12:25:57 ---> python-tools-install.sh [Pipeline] echo 12:25:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:25:57 ---> sudo-logs.sh 12:25:57 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 12:25:57 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:25:58 ---> job-cost.sh 12:25:58 lf-activate-venv: SKIPPING 12:25:58 DEBUG: total: 0.20999999344348907 12:25:58 INFO: Retrieving Stack Cost... 12:25:59 INFO: Retrieving Pricing Info for: v1-standard-2 12:26:00 INFO: Archiving Costs [Pipeline] echo 12:26:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:26:00 ---> logs-deploy.sh 12:26:00 lf-activate-venv: SKIPPING 12:26:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-353/2 12:26:00 INFO: archiving workspace using pattern(s): 12:26:02 Archives upload complete. 12:26:02 INFO: archiving logs to Nexus 12:26:03 ---> uname -a: 12:26:03 Linux prd-centos7-docker-4c-2g-4683.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 12:26:03 12:26:03 12:26:03 ---> lscpu: 12:26:03 Architecture: x86_64 12:26:03 CPU op-mode(s): 32-bit, 64-bit 12:26:03 Byte Order: Little Endian 12:26:03 Address sizes: 40 bits physical, 48 bits virtual 12:26:03 CPU(s): 4 12:26:03 On-line CPU(s) list: 0-3 12:26:03 Thread(s) per core: 1 12:26:03 Core(s) per socket: 1 12:26:03 Socket(s): 4 12:26:03 NUMA node(s): 1 12:26:03 Vendor ID: GenuineIntel 12:26:03 CPU family: 6 12:26:03 Model: 44 12:26:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:26:03 Stepping: 1 12:26:03 CPU MHz: 2933.442 12:26:03 BogoMIPS: 5866.88 12:26:03 Virtualization: VT-x 12:26:03 Hypervisor vendor: KVM 12:26:03 Virtualization type: full 12:26:03 L1d cache: 128 KiB 12:26:03 L1i cache: 128 KiB 12:26:03 L2 cache: 16 MiB 12:26:03 L3 cache: 64 MiB 12:26:03 NUMA node0 CPU(s): 0-3 12:26:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 12:26:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 12:26:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 12:26:03 Vulnerability Meltdown: Mitigation; PTI 12:26:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 12:26:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 12:26:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 12:26:03 Vulnerability Srbds: Not affected 12:26:03 Vulnerability Tsx async abort: Not affected 12:26:03 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 12:26:03 12:26:03 12:26:03 ---> nproc: 12:26:03 4 12:26:03 12:26:03 12:26:03 ---> df -h: 12:26:03 Filesystem Size Used Available Use% Mounted on 12:26:03 overlay 50.0G 7.3G 42.7G 15% / 12:26:03 tmpfs 64.0M 0 64.0M 0% /dev 12:26:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 12:26:03 shm 64.0M 0 64.0M 0% /dev/shm 12:26:03 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 12:26:03 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 12:26:03 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 12:26:03 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 12:26:03 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 12:26:03 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 12:26:03 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 12:26:03 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-353 12:26:03 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/edgexfoundry_edgex-ui-go_PR-353@tmp 12:26:03 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 12:26:03 12:26:03 12:26:03 ---> free -m: 12:26:03 total used free shared buff/cache available 12:26:03 Mem: 1837 723 116 0 997 1009 12:26:03 Swap: 1023 1 1022 12:26:03 12:26:03 12:26:03 ---> ip addr: 12:26:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 12:26:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:26:03 inet 127.0.0.1/8 scope host lo 12:26:03 valid_lft forever preferred_lft forever 12:26:03 inet6 ::1/128 scope host 12:26:03 valid_lft forever preferred_lft forever 12:26:03 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 12:26:03 link/ether fa:16:3e:39:79:9d brd ff:ff:ff:ff:ff:ff 12:26:03 inet 10.30.123.142/23 brd 10.30.123.255 scope global dynamic eth0 12:26:03 valid_lft 85782sec preferred_lft 85782sec 12:26:03 inet6 fe80::f816:3eff:fe39:799d/64 scope link 12:26:03 valid_lft forever preferred_lft forever 12:26:03 3: docker0: mtu 1500 qdisc noqueue state DOWN 12:26:03 link/ether 02:42:5d:b4:3a:ed brd ff:ff:ff:ff:ff:ff 12:26:03 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:26:03 valid_lft forever preferred_lft forever 12:26:03 inet6 fe80::42:5dff:feb4:3aed/64 scope link 12:26:03 valid_lft forever preferred_lft forever 12:26:03 12:26:03 12:26:03 ---> sar -b -r -n DEV: 12:26:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 12:26:03 12:26:03 12:15:33 LINUX RESTART (4 CPU) 12:26:03 12:26:03 12:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 12:26:03 12:17:01 84.49 31.72 52.76 0.00 7329.03 5881.87 0.00 12:26:03 12:18:01 2.55 0.02 2.53 0.00 0.53 54.33 0.00 12:26:03 12:19:01 0.48 0.00 0.48 0.00 0.00 7.99 0.00 12:26:03 12:20:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 12:26:03 12:21:01 0.25 0.00 0.25 0.00 0.00 3.20 0.00 12:26:03 12:22:01 0.32 0.00 0.32 0.00 0.00 4.26 0.00 12:26:03 12:23:01 0.22 0.00 0.22 0.00 0.00 1.78 0.00 12:26:03 12:24:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 12:26:03 12:25:01 0.32 0.00 0.32 0.00 0.00 3.30 0.00 12:26:03 Average: 9.90 3.53 6.37 0.00 814.73 662.68 0.00 12:26:03 12:26:03 12:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:26:03 12:17:01 121900 0 626072 33.27 2620 1130952 1114836 38.05 422332 1135156 136 12:26:03 12:18:01 120176 0 627728 33.36 2620 1131020 1079788 36.85 428800 1131112 20 12:26:03 12:19:01 119704 0 628196 33.39 2620 1131024 1079872 36.85 438400 1122008 20 12:26:03 12:20:01 119572 0 628328 33.39 2620 1131024 1079896 36.86 438672 1122008 16 12:26:03 12:21:01 121396 0 626496 33.30 2620 1131032 1079464 36.84 439124 1120560 12 12:26:03 12:22:01 121324 0 626564 33.30 2620 1131036 1079536 36.84 442184 1117756 8 12:26:03 12:23:01 121776 0 626108 33.28 2620 1131040 1079464 36.84 441816 1117756 16 12:26:03 12:24:01 121728 0 626152 33.28 2620 1131044 1079464 36.84 441820 1117756 8 12:26:03 12:25:01 121676 0 626196 33.28 2620 1131052 1079464 36.84 441828 1117756 8 12:26:03 Average: 121028 0 626871 33.32 2620 1131025 1083532 36.98 437220 1122430 27 12:26:03 12:26:03 12:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 12:26:03 12:17:01 eth0 687.25 463.90 1401.81 94.68 0.00 0.00 0.00 0.00 12:26:03 12:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:26:03 12:17:01 docker0 60.72 49.57 5.44 161.30 0.00 0.00 0.00 0.00 12:26:03 12:18:01 eth0 14.27 12.14 4.43 22.61 0.00 0.00 0.00 0.00 12:26:03 12:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:26:03 12:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:26:03 12:19:01 eth0 3.01 1.77 0.48 2.42 0.00 0.00 0.00 0.00 12:26:03 12:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:26:03 12:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:26:03 12:20:01 eth0 0.55 0.40 0.27 0.09 0.00 0.00 0.00 0.00 12:26:03 12:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:26:03 12:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:26:03 12:21:01 eth0 0.12 0.13 0.01 0.13 0.00 0.00 0.00 0.00 12:26:03 12:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:26:03 12:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:26:03 12:22:01 eth0 0.38 0.25 0.15 0.08 0.00 0.00 0.00 0.00 12:26:03 12:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:26:03 12:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:26:03 12:23:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:26:03 12:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:26:03 12:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:26:03 12:24:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:26:03 12:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:26:03 12:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:26:03 12:25:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 12:26:03 12:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:26:03 12:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:26:03 Average: eth0 78.46 53.22 156.42 13.34 0.00 0.00 0.00 0.00 12:26:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:26:03 Average: docker0 6.75 5.51 0.60 17.93 0.00 0.00 0.00 0.00 12:26:03 12:26:03 12:26:03 ---> sar -P ALL: 12:26:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 12:26:03 12:26:03 12:15:33 LINUX RESTART (4 CPU) 12:26:03 12:26:03 12:16:01 CPU %user %nice %system %iowait %steal %idle 12:26:03 12:17:01 all 12.53 0.00 4.97 2.29 0.06 80.15 12:26:03 12:17:01 0 12.46 0.00 6.09 2.73 0.07 78.64 12:26:03 12:17:01 1 12.31 0.00 4.58 1.32 0.05 81.74 12:26:03 12:17:01 2 12.72 0.00 4.95 2.29 0.05 79.99 12:26:03 12:17:01 3 12.63 0.00 4.27 2.84 0.05 80.22 12:26:03 12:18:01 all 0.37 0.00 0.14 0.00 0.05 99.44 12:26:03 12:18:01 0 0.20 0.00 0.18 0.00 0.05 99.57 12:26:03 12:18:01 1 0.20 0.00 0.07 0.00 0.02 99.72 12:26:03 12:18:01 2 0.60 0.00 0.13 0.00 0.07 99.20 12:26:03 12:18:01 3 0.48 0.00 0.18 0.00 0.05 99.28 12:26:03 12:19:01 all 0.15 0.00 0.05 0.00 0.03 99.77 12:26:03 12:19:01 0 0.08 0.00 0.07 0.00 0.07 99.78 12:26:03 12:19:01 1 0.28 0.00 0.03 0.00 0.02 99.67 12:26:03 12:19:01 2 0.08 0.00 0.07 0.00 0.05 99.80 12:26:03 12:19:01 3 0.15 0.00 0.03 0.00 0.00 99.82 12:26:03 12:20:01 all 0.13 0.00 0.05 0.00 0.06 99.75 12:26:03 12:20:01 0 0.45 0.00 0.07 0.00 0.05 99.43 12:26:03 12:20:01 1 0.02 0.00 0.05 0.00 0.02 99.92 12:26:03 12:20:01 2 0.05 0.00 0.08 0.00 0.13 99.73 12:26:03 12:20:01 3 0.02 0.00 0.02 0.00 0.03 99.93 12:26:03 12:21:01 all 0.13 0.00 0.06 0.00 0.05 99.75 12:26:03 12:21:01 0 0.35 0.00 0.05 0.00 0.05 99.55 12:26:03 12:21:01 1 0.07 0.00 0.05 0.00 0.08 99.80 12:26:03 12:21:01 2 0.08 0.00 0.10 0.00 0.05 99.77 12:26:03 12:21:01 3 0.03 0.00 0.03 0.00 0.03 99.90 12:26:03 12:22:01 all 0.10 0.00 0.04 0.00 0.00 99.85 12:26:03 12:22:01 0 0.02 0.00 0.03 0.00 0.02 99.93 12:26:03 12:22:01 1 0.05 0.00 0.07 0.00 0.00 99.88 12:26:03 12:22:01 2 0.32 0.00 0.03 0.00 0.00 99.65 12:26:03 12:22:01 3 0.03 0.00 0.03 0.00 0.00 99.93 12:26:03 12:23:01 all 0.15 0.00 0.02 0.00 0.00 99.83 12:26:03 12:23:01 0 0.00 0.00 0.00 0.00 0.00 100.00 12:26:03 12:23:01 1 0.03 0.00 0.03 0.00 0.00 99.93 12:26:03 12:23:01 2 0.52 0.00 0.02 0.00 0.00 99.47 12:26:03 12:23:01 3 0.05 0.00 0.05 0.00 0.00 99.90 12:26:03 12:24:01 all 0.15 0.00 0.03 0.00 0.00 99.83 12:26:03 12:24:01 0 0.03 0.00 0.05 0.00 0.00 99.92 12:26:03 12:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 12:26:03 12:24:01 2 0.52 0.00 0.02 0.00 0.00 99.47 12:26:03 12:24:01 3 0.02 0.00 0.03 0.00 0.00 99.95 12:26:03 12:25:01 all 0.17 0.00 0.03 0.00 0.00 99.80 12:26:03 12:25:01 0 0.07 0.00 0.03 0.00 0.00 99.90 12:26:03 12:25:01 1 0.03 0.00 0.03 0.00 0.00 99.93 12:26:03 12:25:01 2 0.53 0.00 0.03 0.00 0.00 99.43 12:26:03 12:25:01 3 0.03 0.00 0.02 0.00 0.02 99.93 12:26:03 Average: all 1.52 0.00 0.59 0.25 0.03 97.61 12:26:03 Average: 0 1.49 0.00 0.72 0.30 0.03 97.46 12:26:03 Average: 1 1.42 0.00 0.54 0.14 0.02 97.87 12:26:03 Average: 2 1.69 0.00 0.60 0.25 0.04 97.42 12:26:03 Average: 3 1.47 0.00 0.51 0.31 0.02 97.69 12:26:03 12:26:03 12:26:03