Pull request #288 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7f1d93869b7056492d090fa1e7f652658dff908f+f24d25d81141c2eca5b0f08cb81992033eaf0707 (9823bb6d8431ccb79ee9dc643ddad00eee0aff17) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-21562 in /w/workspace/edgexfoundry_edgex-ui-go_PR-288 [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-288 # 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/288/head:refs/remotes/origin/PR-288 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f24d25d81141c2eca5b0f08cb81992033eaf0707 into PR head commit 7f1d93869b7056492d090fa1e7f652658dff908f Merge succeeded, producing 7f1d93869b7056492d090fa1e7f652658dff908f Checking out Revision 7f1d93869b7056492d090fa1e7f652658dff908f (PR-288) > git config core.sparsecheckout # timeout=10 > git checkout -f 7f1d93869b7056492d090fa1e7f652658dff908f # 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 f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7f1d93869b7056492d090fa1e7f652658dff908f # timeout=10 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/websocket-1.4.2" > git rev-list --no-walk cdfe376362e4e834e56263b822df517dc9a23ae9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:45:28 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:45:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:45:28 ========================================================= 09:45:28 EdgeX Global Pipelines Version Info 09:45:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:45:30 ------------------- 09:45:30 stable info: 09:45:30 ------------------- 09:45:30 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:45:30 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:45:30 Message: update stable to v1.0.179 09:45:31 ------------------- 09:45:31 experimental info: 09:45:31 ------------------- 09:45:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:45:31 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 09:45:31 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:45:31 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 09:45:31 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 09:45:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:45:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:45:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:45:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:45:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:45:32 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:45:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:45:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:45:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:45:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 09:45:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:45:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:45:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:45:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:45:33 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:45:33 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:45:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:45:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:45:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:45:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:45:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:45:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:45:33 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:45:34 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:45:34 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 09:45:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-288 [Pipeline] echo 09:45:34 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-288 [Pipeline] echo 09:45:34 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-288 [Pipeline] echo 09:45:34 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7f1d93869b7056492d090fa1e7f652658dff908f [Pipeline] echo 09:45:34 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7f1d938 [Pipeline] echo 09:45:34 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:45:34 provisioning config files... 09:45:34 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-288@tmp/config7846019286795135974tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:45:35 ---> docker-login.sh 09:45:35 nexus3.edgexfoundry.org:10001 09:45:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:45:35 Configure a credential helper to remove this warning. See 09:45:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:45:35 09:45:35 Login Succeeded 09:45:35 nexus3.edgexfoundry.org:10002 09:45:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:45:35 Configure a credential helper to remove this warning. See 09:45:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:45:35 09:45:35 Login Succeeded 09:45:35 nexus3.edgexfoundry.org:10003 09:45:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:45:35 Configure a credential helper to remove this warning. See 09:45:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:45:35 09:45:35 Login Succeeded 09:45:35 nexus3.edgexfoundry.org:10004 09:45:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:45:36 Configure a credential helper to remove this warning. See 09:45:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:45:36 09:45:36 Login Succeeded 09:45:36 docker.io 09:45:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:45:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:45:36 Configure a credential helper to remove this warning. See 09:45:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:45:36 09:45:36 Login Succeeded 09:45:36 ---> docker-login.sh ends [Pipeline] } 09:45:36 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 09:45:37 + git log --format=format:%s -1 7f1d93869b7056492d090fa1e7f652658dff908f [Pipeline] echo 09:45:37 GIT_COMMIT: 7f1d93869b7056492d090fa1e7f652658dff908f, Commit Message: Merge branch 'master' into dependabot/go_modules/github.com/gorilla/websocket-1.4.2 [Pipeline] echo 09:45:37 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:45:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:45:38 09:45:38 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:45:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:45:38 latest: Pulling from edgex-devops/git-semver 09:45:38 31603596830f: Pulling fs layer 09:45:38 2a8b12db71e7: Pulling fs layer 09:45:38 6ca5941a6612: Pulling fs layer 09:45:38 ecc8261a40a4: Pulling fs layer 09:45:38 ecc8261a40a4: Waiting 09:45:38 2a8b12db71e7: Download complete 09:45:38 31603596830f: Download complete 09:45:38 ecc8261a40a4: Verifying Checksum 09:45:38 ecc8261a40a4: Download complete 09:45:38 6ca5941a6612: Verifying Checksum 09:45:38 6ca5941a6612: Download complete 09:45:38 31603596830f: Pull complete 09:45:38 2a8b12db71e7: Pull complete 09:45:39 6ca5941a6612: Pull complete 09:45:40 ecc8261a40a4: Pull complete 09:45:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:45:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:45:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:45:40 prd-centos7-docker-4c-2g-21562 does not seem to be running inside a container 09:45:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-288 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-288:/w/workspace/edgexfoundry_edgex-ui-go_PR-288:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-288@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-288@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 09:45:42 $ docker top 2b889cbcf9b5182d7e1862809d7bbc6ef44963a1ce4d1a8d639b48b5e6d63916 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:45:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:45:43 [ssh-agent] Looking for ssh-agent implementation... 09:45:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:45:43 $ docker exec 2b889cbcf9b5182d7e1862809d7bbc6ef44963a1ce4d1a8d639b48b5e6d63916 ssh-agent 09:45:43 SSH_AUTH_SOCK=/tmp/ssh-fzthz5D2aWKH/agent.12 09:45:43 SSH_AGENT_PID=17 09:45:43 Running ssh-add (command line suppressed) 09:45:43 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-288@tmp/private_key_2497277838544488988.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-288@tmp/private_key_2497277838544488988.key) 09:45:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:45:43 + git tag --points-at HEAD [Pipeline] } 09:45:43 $ docker exec --env ******** --env ******** 2b889cbcf9b5182d7e1862809d7bbc6ef44963a1ce4d1a8d639b48b5e6d63916 ssh-agent -k 09:45:44 unset SSH_AUTH_SOCK; 09:45:44 unset SSH_AGENT_PID; 09:45:44 echo Agent pid 17 killed; 09:45:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:45:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:45:44 [ssh-agent] Looking for ssh-agent implementation... 09:45:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:45:44 $ docker exec 2b889cbcf9b5182d7e1862809d7bbc6ef44963a1ce4d1a8d639b48b5e6d63916 ssh-agent 09:45:44 SSH_AUTH_SOCK=/tmp/ssh-mrODqtCOOuT2/agent.48 09:45:44 SSH_AGENT_PID=53 09:45:44 Running ssh-add (command line suppressed) 09:45:44 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-288@tmp/private_key_8676149493540133251.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-288@tmp/private_key_8676149493540133251.key) 09:45:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:45:45 + git semver init 09:45:45 # -> Open(): unable to determine branch for HEAD 09:45:45 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-288/.git 09:45:45 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-288 09:45:45 # $SEMVER_REMOTE_NAME = origin 09:45:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:45:45 # $SEMVER_USER_NAME = edgex-jenkins 09:45:45 # $SEMVER_BRANCH = PR-288 09:45:45 # $SEMVER_TEMP = /tmp/semver-061568600 09:45:45 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 09:45:46 # '/tmp/semver-061568600' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-288/.semver' 09:45:46 # -> Force: false 09:45:46 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-288/.semver [Pipeline] } 09:45:46 $ docker exec --env ******** --env ******** 2b889cbcf9b5182d7e1862809d7bbc6ef44963a1ce4d1a8d639b48b5e6d63916 ssh-agent -k 09:45:46 unset SSH_AUTH_SOCK; 09:45:46 unset SSH_AGENT_PID; 09:45:46 echo Agent pid 53 killed; 09:45:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:45:47 + git semver [Pipeline] } 09:45:47 $ docker stop --time=1 2b889cbcf9b5182d7e1862809d7bbc6ef44963a1ce4d1a8d639b48b5e6d63916 09:45:48 $ docker rm -f 2b889cbcf9b5182d7e1862809d7bbc6ef44963a1ce4d1a8d639b48b5e6d63916 [Pipeline] // withDockerContainer [Pipeline] sh 09:45:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:45:49 Stashed 1 file(s) [Pipeline] echo 09:45:49 [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 09:46:04 Still waiting to schedule task 09:46:04 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-21563’ is offline; ‘prd-centos7-docker-4c-2g-21564’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ 09:46:04 Still waiting to schedule task 09:46:04 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 09:47:17 Running on prd-centos7-docker-4c-2g-21569 in /w/workspace/edgexfoundry_edgex-ui-go_PR-288 [Pipeline] { [Pipeline] ws 09:47:17 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 09:47:20 using credential edgex-jenkins-ssh 09:47:20 Cloning the remote Git repository 09:47:19 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 09:47:19 > git init /w/workspace/edgex-ui-go/2 # timeout=10 09:47:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:47:19 > git --version # timeout=10 09:47:19 > git --version # 'git version 2.24.3' 09:47:19 using GIT_SSH to set credentials SSH Credentials for GitHub 09:47:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:47:21 Merging remotes/origin/master commit f24d25d81141c2eca5b0f08cb81992033eaf0707 into PR head commit 7f1d93869b7056492d090fa1e7f652658dff908f 09:47:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:47:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:47:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:47:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:47:20 using GIT_SSH to set credentials SSH Credentials for GitHub 09:47:20 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/288/head:refs/remotes/origin/PR-288 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:47:21 > git config core.sparsecheckout # timeout=10 09:47:21 > git checkout -f 7f1d93869b7056492d090fa1e7f652658dff908f # timeout=10 09:47:22 Merge succeeded, producing 7f1d93869b7056492d090fa1e7f652658dff908f 09:47:22 Checking out Revision 7f1d93869b7056492d090fa1e7f652658dff908f (PR-288) 09:47:21 > git remote # timeout=10 09:47:21 > git config --get remote.origin.url # timeout=10 09:47:21 using GIT_SSH to set credentials SSH Credentials for GitHub 09:47:21 > git merge f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 09:47:21 > git rev-parse HEAD^{commit} # timeout=10 09:47:21 > git config core.sparsecheckout # timeout=10 09:47:21 > git checkout -f 7f1d93869b7056492d090fa1e7f652658dff908f # timeout=10 09:47:25 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/websocket-1.4.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:47:26 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:47:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:47:27 + sudo service docker restart 09:47:27 + true 09:47:27 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:47:28 provisioning config files... 09:47:29 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config270534421416105300tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:47:29 ---> docker-login.sh 09:47:29 nexus3.edgexfoundry.org:10001 09:47:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:47:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:47:29 Configure a credential helper to remove this warning. See 09:47:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:47:29 09:47:29 Login Succeeded 09:47:29 nexus3.edgexfoundry.org:10002 09:47:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:47:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:47:29 Configure a credential helper to remove this warning. See 09:47:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:47:29 09:47:29 Login Succeeded 09:47:29 nexus3.edgexfoundry.org:10003 09:47:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:47:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:47:30 Configure a credential helper to remove this warning. See 09:47:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:47:30 09:47:30 Login Succeeded 09:47:30 nexus3.edgexfoundry.org:10004 09:47:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:47:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:47:30 Configure a credential helper to remove this warning. See 09:47:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:47:30 09:47:30 Login Succeeded 09:47:30 docker.io 09:47:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:47:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:47:30 Configure a credential helper to remove this warning. See 09:47:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:47:30 09:47:30 Login Succeeded 09:47:30 ---> docker-login.sh ends [Pipeline] } 09:47:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:47:31 ========================================================= 09:47:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:47:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:47:31 + 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 . 09:47:31 Sending build context to Docker daemon 16.59MB 09:47:31 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:47:31 Step 2/8 : FROM ${BASE} 09:47:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:47:31 188c0c94c7c5: Pulling fs layer 09:47:31 0ef7d3d256c8: Pulling fs layer 09:47:31 de9db76c5a1d: Pulling fs layer 09:47:31 bca2f99d35d6: Pulling fs layer 09:47:31 93359f2a8cfa: Pulling fs layer 09:47:31 7c6f9722023f: Pulling fs layer 09:47:31 a35cf1a2eb13: Pulling fs layer 09:47:31 93359f2a8cfa: Waiting 09:47:31 7c6f9722023f: Waiting 09:47:31 a35cf1a2eb13: Waiting 09:47:31 bca2f99d35d6: Waiting 09:47:31 de9db76c5a1d: Verifying Checksum 09:47:31 de9db76c5a1d: Download complete 09:47:31 0ef7d3d256c8: Verifying Checksum 09:47:31 0ef7d3d256c8: Download complete 09:47:31 93359f2a8cfa: Verifying Checksum 09:47:31 93359f2a8cfa: Download complete 09:47:31 188c0c94c7c5: Verifying Checksum 09:47:31 188c0c94c7c5: Download complete 09:47:31 7c6f9722023f: Verifying Checksum 09:47:31 7c6f9722023f: Download complete 09:47:32 188c0c94c7c5: Pull complete 09:47:32 0ef7d3d256c8: Pull complete 09:47:32 de9db76c5a1d: Pull complete 09:47:37 a35cf1a2eb13: Verifying Checksum 09:47:37 a35cf1a2eb13: Download complete 09:47:38 bca2f99d35d6: Download complete 09:47:43 bca2f99d35d6: Pull complete 09:47:43 93359f2a8cfa: Pull complete 09:47:43 7c6f9722023f: Pull complete 09:47:50 a35cf1a2eb13: Pull complete 09:47:50 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:47:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:47:50 ---> a62c8e92a672 09:47:50 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:47:50 ---> Running in 4e549edbfaa2 09:47:50 Removing intermediate container 4e549edbfaa2 09:47:50 ---> bbdb94b3bf8b 09:47:50 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:47:50 ---> Running in 2e71f7337967 09:47:50 Removing intermediate container 2e71f7337967 09:47:50 ---> a4310d0746a5 09:47:50 Step 5/8 : RUN apk add --no-cache make git 09:47:50 ---> Running in 0264cb06e62d 09:47:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:47:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:47:53 OK: 166 MiB in 39 packages 09:47:53 Removing intermediate container 0264cb06e62d 09:47:53 ---> 6616d9e6c7f2 09:47:53 Step 6/8 : WORKDIR /edgex-ui-go 09:47:53 ---> Running in e051376ec0bc 09:47:54 Removing intermediate container e051376ec0bc 09:47:54 ---> 3e54940fcbc5 09:47:54 Step 7/8 : COPY . . 09:47:55 ---> 413104f87875 09:47:55 Step 8/8 : RUN go mod download 09:47:56 ---> Running in 848ab2704c5d 09:48:18 Removing intermediate container 848ab2704c5d 09:48:18 ---> 4b7c36d17aa3 09:48:18 Successfully built 4b7c36d17aa3 09:48:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:48:18 + docker inspect -f . ci-base-image-x86_64 09:48:18 . [Pipeline] withDockerContainer 09:48:18 prd-centos7-docker-4c-2g-21569 does not seem to be running inside a container 09:48:18 $ 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 09:48:19 $ docker top ffda97cd5f6fc5117c91940d2b3f3c26659a8a1061af58d5eaa67ca91bfcb8ea -eo pid,comm [Pipeline] { [Pipeline] sh 09:48:20 + go version 09:48:20 go version go1.15.5 linux/amd64 [Pipeline] } 09:48:20 $ docker stop --time=1 ffda97cd5f6fc5117c91940d2b3f3c26659a8a1061af58d5eaa67ca91bfcb8ea 09:48:21 $ docker rm -f ffda97cd5f6fc5117c91940d2b3f3c26659a8a1061af58d5eaa67ca91bfcb8ea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:48:22 + docker inspect -f . ci-base-image-x86_64 09:48:22 . [Pipeline] withDockerContainer 09:48:22 prd-centos7-docker-4c-2g-21569 does not seem to be running inside a container 09:48:22 $ 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 09:48:22 $ docker top 5fccdb82e1fc4fb06c1931711c794b99699dea64f3ccd61589fb8c2af5f20ae4 -eo pid,comm [Pipeline] { [Pipeline] sh 09:48:23 + make test 09:48:23 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:48:24 ? github.com/edgexfoundry/edgex-ui-go [no test files] 09:48:32 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 09:48:32 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 09:48:32 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 09:48:32 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 09:48:32 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 09:48:32 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 09:48:32 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 09:48:32 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 09:48:32 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 09:48:32 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 09:48:32 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 09:48:32 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 09:48:32 GO111MODULE=on go vet ./... [Pipeline] } 09:48:33 $ docker stop --time=1 5fccdb82e1fc4fb06c1931711c794b99699dea64f3ccd61589fb8c2af5f20ae4 09:48:35 $ docker rm -f 5fccdb82e1fc4fb06c1931711c794b99699dea64f3ccd61589fb8c2af5f20ae4 [Pipeline] // withDockerContainer [Pipeline] sh 09:48:36 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:48:36 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 09:48:37 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:48:38 + ls -al . 09:48:38 total 88 09:48:38 drwxrwxr-x. 10 jenkins jenkins 4096 Jan 20 09:48 . 09:48:38 drwxrwxr-x. 4 jenkins jenkins 28 Jan 20 09:47 .. 09:48:38 drwxrwxr-x. 3 jenkins jenkins 20 Jan 20 09:47 assets 09:48:38 drwxrwxr-x. 2 jenkins jenkins 35 Jan 20 09:47 bin 09:48:38 drwxrwxr-x. 3 jenkins jenkins 29 Jan 20 09:47 cmd 09:48:38 -rw-rw-r--. 1 jenkins jenkins 3959 Jan 20 09:47 CONTRIBUTING.md 09:48:38 -rw-r--r--. 1 jenkins jenkins 10 Jan 20 09:48 coverage.out 09:48:38 -rw-rw-r--. 1 jenkins jenkins 1508 Jan 20 09:47 Dockerfile 09:48:38 -rw-rw-r--. 1 jenkins jenkins 902 Jan 20 09:47 Dockerfile.build 09:48:38 drwxrwxr-x. 5 jenkins jenkins 104 Jan 20 09:47 docs 09:48:38 drwxrwxr-x. 8 jenkins jenkins 179 Jan 20 09:47 .git 09:48:38 drwxrwxr-x. 2 jenkins jenkins 103 Jan 20 09:47 .github 09:48:38 -rw-rw-r--. 1 jenkins jenkins 153 Jan 20 09:47 .gitignore 09:48:38 -rw-rw-r--. 1 jenkins jenkins 1019 Jan 20 09:47 go.mod 09:48:38 -rw-r--r--. 1 jenkins jenkins 20629 Jan 20 09:48 go.sum 09:48:38 drwxrwxr-x. 10 jenkins jenkins 139 Jan 20 09:47 internal 09:48:38 -rw-rw-r--. 1 jenkins jenkins 652 Jan 20 09:47 Jenkinsfile 09:48:38 -rw-rw-r--. 1 jenkins jenkins 11357 Jan 20 09:47 LICENSE 09:48:38 -rw-rw-r--. 1 jenkins jenkins 951 Jan 20 09:47 Makefile 09:48:38 -rw-rw-r--. 1 jenkins jenkins 4535 Jan 20 09:47 README.md 09:48:38 -rw-rw-r--. 1 jenkins jenkins 5 Jan 20 09:45 VERSION 09:48:38 -rw-rw-r--. 1 jenkins jenkins 155 Jan 20 09:47 version.go 09:48:38 drwxrwxr-x. 4 jenkins jenkins 266 Jan 20 09:47 web [Pipeline] isUnix [Pipeline] sh 09:48:38 + 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=7f1d93869b7056492d090fa1e7f652658dff908f --label arch=amd64 --label version=0.0.0 . 09:48:38 Sending build context to Docker daemon 16.61MB 09:48:38 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 09:48:38 Step 2/24 : FROM ${BASE} AS builder 09:48:38 ---> 4b7c36d17aa3 09:48:38 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:48:39 ---> Running in 88a3ad7ca983 09:48:39 Removing intermediate container 88a3ad7ca983 09:48:39 ---> 6f91bac8a3f1 09:48:39 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 09:48:39 ---> Running in 1ee10cea17c5 09:48:39 Removing intermediate container 1ee10cea17c5 09:48:39 ---> 74b11d4f552d 09:48:39 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 09:48:39 ---> Running in e3d07a30b5d3 09:48:39 Removing intermediate container e3d07a30b5d3 09:48:39 ---> d7505f151d8c 09:48:39 Step 6/24 : LABEL Name=edgex-ui-go 09:48:40 ---> Running in 80b10fdcc8b8 09:48:40 Removing intermediate container 80b10fdcc8b8 09:48:40 ---> 8f4df324c4b5 09:48:40 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 09:48:40 ---> Running in 5a900ca01384 09:48:40 Removing intermediate container 5a900ca01384 09:48:40 ---> 3784824207ef 09:48:40 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:48:40 ---> Running in 70c25501d9a5 09:48:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21571 in /w/workspace/edgexfoundry_edgex-ui-go_PR-288 [Pipeline] { [Pipeline] ws 09:48:41 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 09:48:41 Removing intermediate container 70c25501d9a5 09:48:41 ---> 2a0a8d42ac95 09:48:41 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:48:41 ---> Running in 7ae6c41655a2 09:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:48:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:48:42 OK: 166 MiB in 39 packages 09:48:43 Removing intermediate container 7ae6c41655a2 09:48:43 ---> 0efeb86e8f50 09:48:43 Step 10/24 : ENV GO111MODULE=on 09:48:43 ---> Running in d152df5fcb4d 09:48:43 Removing intermediate container d152df5fcb4d 09:48:43 ---> 6e089050cf09 09:48:43 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:48:43 ---> Running in ea4966bf37f7 09:48:44 Removing intermediate container ea4966bf37f7 09:48:44 ---> 28e55ab824df 09:48:44 Step 12/24 : COPY go.mod . 09:48:44 ---> d4bbaa25f90f 09:48:44 Step 13/24 : COPY Makefile . 09:48:44 ---> d3d9fae47b66 09:48:44 Step 14/24 : RUN make update 09:48:44 ---> Running in d82749d3f95c 09:48:45 CGO_ENABLED=0 GO111MODULE=on go mod download 09:48:45 Removing intermediate container d82749d3f95c 09:48:45 ---> db490612c785 09:48:45 Step 15/24 : COPY . . 09:48:46 using credential edgex-jenkins-ssh 09:48:46 Cloning the remote Git repository 09:48:46 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 09:48:46 > git init /w/workspace/edgex-ui-go/2 # timeout=10 09:48:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:48:46 > git --version # timeout=10 09:48:46 > git --version # 'git version 2.17.1' 09:48:46 using GIT_SSH to set credentials SSH Credentials for GitHub 09:48:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:48:47 ---> 55c4c1104561 09:48:47 Step 16/24 : RUN ${MAKE} 09:48:47 ---> Running in 29cab9d44a60 09:48:47 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 09:48:49 Merging remotes/origin/master commit f24d25d81141c2eca5b0f08cb81992033eaf0707 into PR head commit 7f1d93869b7056492d090fa1e7f652658dff908f 09:48:49 Merge succeeded, producing 7f1d93869b7056492d090fa1e7f652658dff908f 09:48:49 Checking out Revision 7f1d93869b7056492d090fa1e7f652658dff908f (PR-288) 09:48:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:48:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:48:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 09:48:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 09:48:48 using GIT_SSH to set credentials SSH Credentials for GitHub 09:48:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/288/head:refs/remotes/origin/PR-288 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:48:49 > git config core.sparsecheckout # timeout=10 09:48:49 > git checkout -f 7f1d93869b7056492d090fa1e7f652658dff908f # timeout=10 09:48:49 > git remote # timeout=10 09:48:49 > git config --get remote.origin.url # timeout=10 09:48:49 using GIT_SSH to set credentials SSH Credentials for GitHub 09:48:49 > git merge f24d25d81141c2eca5b0f08cb81992033eaf0707 # timeout=10 09:48:49 > git rev-parse HEAD^{commit} # timeout=10 09:48:49 > git config core.sparsecheckout # timeout=10 09:48:49 > git checkout -f 7f1d93869b7056492d090fa1e7f652658dff908f # timeout=10 09:48:54 Commit message: "Merge branch 'master' into dependabot/go_modules/github.com/gorilla/websocket-1.4.2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:48:55 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:48:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:48:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:48:57 + true 09:48:57 + sudo service docker restart 09:48:57 Removing intermediate container 29cab9d44a60 09:48:57 ---> 0b0a79f84e41 09:48:57 Step 17/24 : FROM alpine:3.12 09:48:58 3.12: Pulling from library/alpine [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:48:59 provisioning config files... 09:48:59 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4507755358747324894tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:48:59 ---> docker-login.sh 09:48:59 nexus3.edgexfoundry.org:10001 09:49:00 801bfaa63ef2: Pulling fs layer 09:49:00 801bfaa63ef2: Verifying Checksum 09:49:00 801bfaa63ef2: Download complete 09:49:00 801bfaa63ef2: Pull complete 09:49:00 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:49:00 Status: Downloaded newer image for alpine:3.12 09:49:00 ---> 389fef711851 09:49:00 Step 18/24 : EXPOSE 4000 09:49:00 ---> Running in 7d47aec0d6ee 09:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:49:00 Removing intermediate container 7d47aec0d6ee 09:49:00 ---> 488fe00b2f45 09:49:00 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 09:49:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:49:01 Configure a credential helper to remove this warning. See 09:49:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:49:01 09:49:01 Login Succeeded 09:49:01 nexus3.edgexfoundry.org:10002 09:49:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:49:01 ---> c33177eb0a8a 09:49:01 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:49:01 ---> Running in c8cd747bee1b 09:49:01 Removing intermediate container c8cd747bee1b 09:49:01 ---> 0e2fbd3d25c5 09:49:01 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 09:49:01 ---> Running in 8a26870738e8 09:49:01 Removing intermediate container 8a26870738e8 09:49:01 ---> ab0eaef0c7ab 09:49:01 Step 22/24 : LABEL arch=amd64 09:49:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:49:02 Configure a credential helper to remove this warning. See 09:49:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:49:02 09:49:02 Login Succeeded 09:49:02 nexus3.edgexfoundry.org:10003 09:49:02 ---> Running in 1f8a771af099 09:49:02 Removing intermediate container 1f8a771af099 09:49:02 ---> 90a264b51f11 09:49:02 Step 23/24 : LABEL git_sha=7f1d93869b7056492d090fa1e7f652658dff908f 09:49:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:49:02 ---> Running in d2d9c43f73dd 09:49:02 Removing intermediate container d2d9c43f73dd 09:49:02 ---> ac099c956aa9 09:49:02 Step 24/24 : LABEL version=0.0.0 09:49:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:49:02 Configure a credential helper to remove this warning. See 09:49:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:49:02 09:49:02 Login Succeeded 09:49:02 nexus3.edgexfoundry.org:10004 09:49:02 ---> Running in dd4b08cb15a7 09:49:02 Removing intermediate container dd4b08cb15a7 09:49:02 ---> 1b054594d0e2 09:49:02 [Warning] One or more build-args [ARCH] were not consumed 09:49:02 Successfully built 1b054594d0e2 09:49:02 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 09:49:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage 09:49:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:49:03 Configure a credential helper to remove this warning. See 09:49:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:49:03 09:49:03 Login Succeeded 09:49:03 docker.io [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } 09:49:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:49:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:49:04 Configure a credential helper to remove this warning. See 09:49:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:49:04 09:49:04 Login Succeeded 09:49:04 ---> docker-login.sh ends [Pipeline] } 09:49:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:49:04 ========================================================= 09:49:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:49:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:49:04 + 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 . 09:49:05 Sending build context to Docker daemon 16.59MB 09:49:05 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:49:05 Step 2/8 : FROM ${BASE} 09:49:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:49:05 5f621e34cdf4: Pulling fs layer 09:49:05 a4357932f1b6: Pulling fs layer 09:49:05 18c013af1878: Pulling fs layer 09:49:05 00ac8860ef70: Pulling fs layer 09:49:05 63d7cb157983: Pulling fs layer 09:49:05 00ac8860ef70: Waiting 09:49:05 b116817d02f9: Pulling fs layer 09:49:05 745a02a5169b: Pulling fs layer 09:49:05 63d7cb157983: Waiting 09:49:05 745a02a5169b: Waiting 09:49:05 18c013af1878: Verifying Checksum 09:49:05 18c013af1878: Download complete 09:49:05 a4357932f1b6: Verifying Checksum 09:49:05 a4357932f1b6: Download complete 09:49:05 63d7cb157983: Verifying Checksum 09:49:05 63d7cb157983: Download complete 09:49:05 b116817d02f9: Verifying Checksum 09:49:05 b116817d02f9: Download complete 09:49:06 5f621e34cdf4: Download complete 09:49:07 5f621e34cdf4: Pull complete 09:49:07 a4357932f1b6: Pull complete 09:49:08 18c013af1878: Pull complete 09:49:09 745a02a5169b: Verifying Checksum 09:49:09 745a02a5169b: Download complete 09:49:10 00ac8860ef70: Verifying Checksum 09:49:10 00ac8860ef70: Download complete 09:49:20 00ac8860ef70: Pull complete 09:49:20 63d7cb157983: Pull complete 09:49:20 b116817d02f9: Pull complete 09:49:23 745a02a5169b: Pull complete 09:49:23 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:49:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:49:23 ---> b7e6874047d6 09:49:23 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:49:27 ---> Running in c132007f48aa 09:49:27 Removing intermediate container c132007f48aa 09:49:27 ---> 458cd8246308 09:49:27 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:49:27 ---> Running in 9d9c1352ef5b 09:49:29 Removing intermediate container 9d9c1352ef5b 09:49:29 ---> 6b1477aa55fd 09:49:29 Step 5/8 : RUN apk add --no-cache make git 09:49:29 ---> Running in 8c1755e135c4 09:49:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:49:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:49:32 OK: 142 MiB in 39 packages 09:49:33 Removing intermediate container 8c1755e135c4 09:49:33 ---> 13fca99bde86 09:49:33 Step 6/8 : WORKDIR /edgex-ui-go 09:49:33 ---> Running in 220918ec306c 09:49:34 Removing intermediate container 220918ec306c 09:49:34 ---> d6395ddefb71 09:49:34 Step 7/8 : COPY . . 09:49:36 ---> 9cd4a4c31f41 09:49:36 Step 8/8 : RUN go mod download 09:49:36 ---> Running in 89601c054c14 09:50:03 Removing intermediate container 89601c054c14 09:50:03 ---> cef0b067a365 09:50:03 Successfully built cef0b067a365 09:50:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:50:03 + docker inspect -f . ci-base-image-arm64 09:50:03 . [Pipeline] withDockerContainer 09:50:04 prd-ubuntu18.04-docker-arm64-4c-16g-21571 does not seem to be running inside a container 09:50:04 $ 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-arm64 cat 09:50:06 $ docker top e352c98f80be4df0b5191678e13ae985dd189d1354ef0bd876372ca2797663dd -eo pid,comm [Pipeline] { [Pipeline] sh 09:50:07 + go version 09:50:07 go version go1.15.5 linux/arm64 [Pipeline] } 09:50:07 $ docker stop --time=1 e352c98f80be4df0b5191678e13ae985dd189d1354ef0bd876372ca2797663dd 09:50:09 $ docker rm -f e352c98f80be4df0b5191678e13ae985dd189d1354ef0bd876372ca2797663dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:50:10 + docker inspect -f . ci-base-image-arm64 09:50:10 . [Pipeline] withDockerContainer 09:50:10 prd-ubuntu18.04-docker-arm64-4c-16g-21571 does not seem to be running inside a container 09:50:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:50:12 $ docker top df1e18df99e980727c2868ed151356db8c6cf86d10a8573bb2378e46a96db1ce -eo pid,comm [Pipeline] { [Pipeline] sh 09:50:13 + make test 09:50:13 GO111MODULE=on go test -coverprofile=coverage.out ./... 09:50:14 ? github.com/edgexfoundry/edgex-ui-go [no test files] 09:50:41 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 09:50:41 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 09:50:41 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 09:50:41 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 09:50:41 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 09:50:41 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 09:50:41 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 09:50:41 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 09:50:41 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 09:50:41 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 09:50:41 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 09:50:41 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 09:50:41 GO111MODULE=on go vet ./... [Pipeline] } 09:50:44 $ docker stop --time=1 df1e18df99e980727c2868ed151356db8c6cf86d10a8573bb2378e46a96db1ce 09:50:46 $ docker rm -f df1e18df99e980727c2868ed151356db8c6cf86d10a8573bb2378e46a96db1ce [Pipeline] // withDockerContainer [Pipeline] sh 09:50:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:50:47 Warning: overwriting stash ‘coverage-report’ 09:50:48 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 09:50:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:50:49 + ls -al . 09:50:49 total 124 09:50:49 drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 09:50 . 09:50:49 drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 09:48 .. 09:50:49 drwxrwxr-x 8 jenkins jenkins 4096 Jan 20 09:48 .git 09:50:49 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 09:48 .github 09:50:49 -rw-rw-r-- 1 jenkins jenkins 153 Jan 20 09:48 .gitignore 09:50:49 -rw-rw-r-- 1 jenkins jenkins 3959 Jan 20 09:48 CONTRIBUTING.md 09:50:49 -rw-rw-r-- 1 jenkins jenkins 1508 Jan 20 09:48 Dockerfile 09:50:49 -rw-rw-r-- 1 jenkins jenkins 902 Jan 20 09:48 Dockerfile.build 09:50:49 -rw-rw-r-- 1 jenkins jenkins 652 Jan 20 09:48 Jenkinsfile 09:50:49 -rw-rw-r-- 1 jenkins jenkins 11357 Jan 20 09:48 LICENSE 09:50:49 -rw-rw-r-- 1 jenkins jenkins 951 Jan 20 09:48 Makefile 09:50:49 -rw-rw-r-- 1 jenkins jenkins 4535 Jan 20 09:48 README.md 09:50:49 -rw-rw-r-- 1 jenkins jenkins 5 Jan 20 09:45 VERSION 09:50:49 drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 09:48 assets 09:50:49 drwxrwxr-x 2 jenkins jenkins 4096 Jan 20 09:48 bin 09:50:49 drwxrwxr-x 3 jenkins jenkins 4096 Jan 20 09:48 cmd 09:50:49 -rw-r--r-- 1 jenkins jenkins 10 Jan 20 09:50 coverage.out 09:50:49 drwxrwxr-x 5 jenkins jenkins 4096 Jan 20 09:48 docs 09:50:49 -rw-rw-r-- 1 jenkins jenkins 1019 Jan 20 09:48 go.mod 09:50:49 -rw-r--r-- 1 jenkins jenkins 20629 Jan 20 09:50 go.sum 09:50:49 drwxrwxr-x 10 jenkins jenkins 4096 Jan 20 09:48 internal 09:50:49 -rw-rw-r-- 1 jenkins jenkins 155 Jan 20 09:48 version.go 09:50:49 drwxrwxr-x 4 jenkins jenkins 4096 Jan 20 09:48 web [Pipeline] isUnix [Pipeline] sh 09:50:49 + 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=7f1d93869b7056492d090fa1e7f652658dff908f --label arch=arm64 --label version=0.0.0 . 09:50:50 Sending build context to Docker daemon 16.61MB 09:50:50 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 09:50:50 Step 2/24 : FROM ${BASE} AS builder 09:50:50 ---> cef0b067a365 09:50:50 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 09:50:50 ---> Running in d1774517c701 09:50:51 Removing intermediate container d1774517c701 09:50:51 ---> 5857848df533 09:50:51 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 09:50:51 ---> Running in 45ca84c67ac1 09:50:52 Removing intermediate container 45ca84c67ac1 09:50:52 ---> d89a458c3cde 09:50:52 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 09:50:52 ---> Running in bfb4d2d6d556 09:50:52 Removing intermediate container bfb4d2d6d556 09:50:52 ---> aef540f7aa1a 09:50:52 Step 6/24 : LABEL Name=edgex-ui-go 09:50:52 ---> Running in 20ae17c92cd7 09:50:53 Removing intermediate container 20ae17c92cd7 09:50:53 ---> b217b8e19621 09:50:53 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 09:50:53 ---> Running in a47c2dc9c098 09:50:54 Removing intermediate container a47c2dc9c098 09:50:54 ---> 74c79674daa8 09:50:54 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:50:54 ---> Running in d2395cb75145 09:50:56 Removing intermediate container d2395cb75145 09:50:56 ---> 0e91c557ba73 09:50:56 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 09:50:56 ---> Running in 10454f327ec3 09:50:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:50:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:50:59 OK: 142 MiB in 39 packages 09:51:00 Removing intermediate container 10454f327ec3 09:51:00 ---> bd1f44268add 09:51:00 Step 10/24 : ENV GO111MODULE=on 09:51:00 ---> Running in 2343cbc568a2 09:51:01 Removing intermediate container 2343cbc568a2 09:51:01 ---> 85123508aad5 09:51:01 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 09:51:01 ---> Running in 090f22453c09 09:51:01 Removing intermediate container 090f22453c09 09:51:01 ---> 757905abe694 09:51:01 Step 12/24 : COPY go.mod . 09:51:02 ---> 2b4c6e10bb6f 09:51:02 Step 13/24 : COPY Makefile . 09:51:03 ---> 8a2d668148ba 09:51:03 Step 14/24 : RUN make update 09:51:03 ---> Running in ed0f660f4659 09:51:04 CGO_ENABLED=0 GO111MODULE=on go mod download 09:51:05 Removing intermediate container ed0f660f4659 09:51:05 ---> 7712f7ede4da 09:51:05 Step 15/24 : COPY . . 09:51:07 ---> f428a352f162 09:51:07 Step 16/24 : RUN ${MAKE} 09:51:08 ---> Running in 3ecb5728646a 09:51:09 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 09:51:31 CGO_ENABLED=0 GO111MODULE=on go build ./... 09:51:38 Removing intermediate container 3ecb5728646a 09:51:38 ---> a2056528794b 09:51:38 Step 17/24 : FROM alpine:3.12 09:51:39 3.12: Pulling from library/alpine 09:51:39 159e5727ea61: Pulling fs layer 09:51:39 159e5727ea61: Verifying Checksum 09:51:39 159e5727ea61: Download complete 09:51:40 159e5727ea61: Pull complete 09:51:40 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 09:51:40 Status: Downloaded newer image for alpine:3.12 09:51:40 ---> afeebe901d6b 09:51:40 Step 18/24 : EXPOSE 4000 09:51:40 ---> Running in af747660f4e8 09:51:41 Removing intermediate container af747660f4e8 09:51:41 ---> 461f38a2bc67 09:51:41 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 09:51:43 ---> 460b222b046d 09:51:43 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 09:51:43 ---> Running in 4dc766f9853d 09:51:43 Removing intermediate container 4dc766f9853d 09:51:43 ---> 4456ac2649f2 09:51:43 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 09:51:43 ---> Running in a823d9b6d54a 09:51:44 Removing intermediate container a823d9b6d54a 09:51:44 ---> b5ae440ee72b 09:51:44 Step 22/24 : LABEL arch=arm64 09:51:44 ---> Running in 0a0add9b94e9 09:51:45 Removing intermediate container 0a0add9b94e9 09:51:45 ---> 3aa1e29117a6 09:51:45 Step 23/24 : LABEL git_sha=7f1d93869b7056492d090fa1e7f652658dff908f 09:51:45 ---> Running in d8ff23d65d32 09:51:45 Removing intermediate container d8ff23d65d32 09:51:45 ---> d306e9fe42ba 09:51:45 Step 24/24 : LABEL version=0.0.0 09:51:45 ---> Running in 24bd754a0e1d 09:51:46 Removing intermediate container 24bd754a0e1d 09:51:46 ---> d2e6fa868fd0 09:51:46 [Warning] One or more build-args [ARCH] were not consumed 09:51:46 Successfully built d2e6fa868fd0 09:51:46 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 [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 09:51:47 provisioning config files... 09:51:47 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-288@tmp/config3887935870324302448tmp [Pipeline] { [Pipeline] sh 09:51:48 + set +x 09:51:48 + curl -s https://codecov.io/bash 09:51:48 + bash -s -- 09:51:48 09:51:48 _____ _ 09:51:48 / ____| | | 09:51:48 | | ___ __| | ___ ___ _____ __ 09:51:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:51:48 | |___| (_) | (_| | __/ (_| (_) \ V / 09:51:48 \_____\___/ \__,_|\___|\___\___/ \_/ 09:51:48 Bash-20210115-cec3c92 09:51:48 09:51:48 09:51:48 ==> git version 2.24.3 found 09:51:48 ==> 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 09:51:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:51:48 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:51:48 ==> Jenkins CI detected. 09:51:48 project root: . 09:51:48 --> token set from env 09:51:48 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:51:48 ==> Running gcov in . (disable via -X gcov) 09:51:48 ==> Python coveragepy not found 09:51:48 ==> Searching for coverage reports in: 09:51:48 + . 09:51:48 -> Found 1 reports 09:51:48 ==> Detecting git/mercurial file structure 09:51:48 ==> Reading reports 09:51:48 + ./coverage.out bytes=10 09:51:48 ==> Appending adjustments 09:51:48 https://docs.codecov.io/docs/fixing-reports 09:51:48 + Found adjustments 09:51:48 ==> Gzipping contents 09:51:48 4.0K /tmp/codecov.EG7voP.gz 09:51:48 ==> Uploading reports 09:51:48 url: https://codecov.io 09:51:48 query: branch=PR-288&commit=7f1d93869b7056492d090fa1e7f652658dff908f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-288%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=288&job=&cmd_args= 09:51:48 -> Pinging Codecov 09:51:48 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-288&commit=7f1d93869b7056492d090fa1e7f652658dff908f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-288%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=288&job=&cmd_args= 09:51:49 -> Uploading to 09:51:49 https://storage.googleapis.com/codecov/v4/raw/2021-01-20/FB506323287CE973F263BFD2A0EB1F37/7f1d93869b7056492d090fa1e7f652658dff908f/fdd2575e-b1be-4878-bbf0-253254124813.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210120%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210120T095149Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e6423a3231ae996f4d675f80ea68d0e27fc114abf47a4f3a955a6f63bfcb55bc 09:51:49 % Total % Received % Xferd Average Speed Time Time Time Current 09:51:49 Dload Upload Total Spent Left Speed 09:51:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2378 0 0 100 2378 0 5136 --:--:-- --:--:-- --:--:-- 5147 09:51:49 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/7f1d93869b7056492d090fa1e7f652658dff908f [Pipeline] } 09:51:49 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 09:51:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:51:52 ---> package-listing.sh 09:51:52 ++ facter osfamily 09:51:52 ++ tr '[:upper:]' '[:lower:]' 09:51:52 + OS_FAMILY=redhat 09:51:52 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-288 09:51:52 + START_PACKAGES=/tmp/packages_start.txt 09:51:52 + END_PACKAGES=/tmp/packages_end.txt 09:51:52 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:51:52 + PACKAGES=/tmp/packages_start.txt 09:51:52 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-288 ']' 09:51:52 + PACKAGES=/tmp/packages_end.txt 09:51:52 + case "${OS_FAMILY}" in 09:51:52 + rpm -qa 09:51:52 + sort 09:51:57 + '[' -f /tmp/packages_start.txt ']' 09:51:57 + '[' -f /tmp/packages_end.txt ']' 09:51:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:51:57 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-288 ']' 09:51:57 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-288/archives/ 09:51:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-288/archives/ [Pipeline] echo 09:51:57 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-288/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:51:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:51:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:51:58 09:51:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:51:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:51:58 alpine: Pulling from edgex-lftools-log-publisher 09:51:58 df20fa9351a1: Pulling fs layer 09:51:58 36b3adc4ff6f: Pulling fs layer 09:51:58 8ad3a11d3b57: Pulling fs layer 09:51:58 46f8f816bc3b: Pulling fs layer 09:51:58 93b61091891f: Pulling fs layer 09:51:58 93b9cdb0e59b: Pulling fs layer 09:51:58 5e14af77c1be: Pulling fs layer 09:51:58 01666e4c0597: Pulling fs layer 09:51:58 aa168da1d23b: Pulling fs layer 09:51:58 46f8f816bc3b: Waiting 09:51:58 93b61091891f: Waiting 09:51:58 93b9cdb0e59b: Waiting 09:51:58 5e14af77c1be: Waiting 09:51:58 01666e4c0597: Waiting 09:51:58 36b3adc4ff6f: Download complete 09:51:58 46f8f816bc3b: Verifying Checksum 09:51:58 46f8f816bc3b: Download complete 09:51:58 df20fa9351a1: Verifying Checksum 09:51:58 93b9cdb0e59b: Download complete 09:51:58 5e14af77c1be: Verifying Checksum 09:51:58 5e14af77c1be: Download complete 09:51:58 93b61091891f: Download complete 09:51:58 01666e4c0597: Verifying Checksum 09:51:58 01666e4c0597: Download complete 09:51:58 8ad3a11d3b57: Verifying Checksum 09:51:58 8ad3a11d3b57: Download complete 09:51:59 df20fa9351a1: Pull complete 09:51:59 36b3adc4ff6f: Pull complete 09:52:00 8ad3a11d3b57: Pull complete 09:52:00 46f8f816bc3b: Pull complete 09:52:00 aa168da1d23b: Verifying Checksum 09:52:00 aa168da1d23b: Download complete 09:52:00 93b61091891f: Pull complete 09:52:00 93b9cdb0e59b: Pull complete 09:52:01 5e14af77c1be: Pull complete 09:52:01 01666e4c0597: Pull complete 09:52:07 aa168da1d23b: Pull complete 09:52:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:52:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:52:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:52:08 prd-centos7-docker-4c-2g-21562 does not seem to be running inside a container 09:52:08 $ 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-288/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-288 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-288:/w/workspace/edgexfoundry_edgex-ui-go_PR-288:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-288@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-288@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 09:52:11 $ docker top 29eb47cd1cf5663e9da51619cf6acc9283f0efa43eacd42529322f241978deb6 -eo pid,comm [Pipeline] { [Pipeline] sh 09:52:12 + touch /tmp/pre-build-complete [Pipeline] sh 09:52:12 + mkdir -p /var/log/sa [Pipeline] sh 09:52:12 + ls /var/log/sa-host 09:52:12 + sadf -c /var/log/sa-host/sa20 09:52:12 file_magic: OK 09:52:12 HZ: Using current value: 100 09:52:12 file_header: OK 09:52:12 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 09:52:12 Statistics: 09:52:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:52:12 File successfully converted to sysstat format version 12.2.1 09:52:12 + sadf -c /var/log/sa-host/sa23 09:52:12 file_magic: OK 09:52:12 HZ: Using current value: 100 09:52:12 file_header: OK 09:52:12 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 09:52:12 Statistics: 09:52:12 Hnuu...uuuununununu... 09:52:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:52:13 provisioning config files... 09:52:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-288@tmp/config6617840666025906717tmp [Pipeline] { [Pipeline] echo 09:52:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:52:13 ---> create-netrc.sh [Pipeline] } 09:52:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:52:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:52:14 ---> python-tools-install.sh [Pipeline] echo 09:52:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:52:14 ---> sudo-logs.sh 09:52:14 Archiving 'sudo' log.. [Pipeline] echo 09:52:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:52:14 ---> job-cost.sh 09:52:14 lf-activate-venv: SKIPPING 09:52:14 INFO: No Stack... 09:52:15 INFO: Retrieving Pricing Info for: v1-standard-2 09:52:16 INFO: Archiving Costs [Pipeline] echo 09:52:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:52:16 ---> logs-deploy.sh 09:52:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-288/2 09:52:16 INFO: archiving workspace using pattern(s): 09:52:18 Archives upload complete. 09:52:18 INFO: archiving logs to Nexus