Pull request #297 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of caiyuexiang for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at e5cb8e831f0d9734d8f8d47071e82da6adc916ee rather than 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Obtained Jenkinsfile from e5cb8e831f0d9734d8f8d47071e82da6adc916ee 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 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27255 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [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-297 # 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/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Merge succeeded, producing 3a20ff873eee8ef8a82befaa7e50bf075731bd29 Checking out Revision 3a20ff873eee8ef8a82befaa7e50bf075731bd29 (PR-297) > git config core.sparsecheckout # timeout=10 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # 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 e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 Commit message: "Merge pull request #2 from edgexfoundry/master" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:36:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 3b7bfa631b3ec9c2eff5d13704b97fdb3fc17c86 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:36:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:36:26 ========================================================= 01:36:26 EdgeX Global Pipelines Version Info 01:36:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:36:28 ------------------- 01:36:28 stable info: 01:36:28 ------------------- 01:36:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:36:28 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:36:28 Message: update stable to v1.0.179 01:36:29 ------------------- 01:36:29 experimental info: 01:36:29 ------------------- 01:36:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:36:29 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:36:29 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:36:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 01:36:29 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 01:36:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:36:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:36:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:36:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:36:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:36:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:36:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 01:36:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:36:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:36:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 01:36:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:36:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:36:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:36:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:36:31 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 01:36:31 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 01:36:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:36:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 01:36:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 01:36:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 01:36:31 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 01:36:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 01:36:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 01:36:32 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 01:36:32 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 01:36:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-297 [Pipeline] echo 01:36:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-297 [Pipeline] echo 01:36:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-297 [Pipeline] echo 01:36:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [Pipeline] echo 01:36:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3a20ff8 [Pipeline] echo 01:36:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:36:33 provisioning config files... 01:36:33 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config6158792379024365129tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:36:33 ---> docker-login.sh 01:36:33 nexus3.edgexfoundry.org:10001 01:36:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:36:33 Configure a credential helper to remove this warning. See 01:36:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:36:33 01:36:33 Login Succeeded 01:36:33 nexus3.edgexfoundry.org:10002 01:36:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:36:33 Configure a credential helper to remove this warning. See 01:36:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:36:33 01:36:34 Login Succeeded 01:36:34 nexus3.edgexfoundry.org:10003 01:36:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:36:34 Configure a credential helper to remove this warning. See 01:36:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:36:34 01:36:34 Login Succeeded 01:36:34 nexus3.edgexfoundry.org:10004 01:36:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:36:34 Configure a credential helper to remove this warning. See 01:36:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:36:34 01:36:34 Login Succeeded 01:36:34 docker.io 01:36:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:36:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:36:34 Configure a credential helper to remove this warning. See 01:36:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:36:34 01:36:34 Login Succeeded 01:36:34 ---> docker-login.sh ends [Pipeline] } 01:36:34 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 01:36:35 + git log --format=format:%s -1 3a20ff873eee8ef8a82befaa7e50bf075731bd29 [Pipeline] echo 01:36:35 GIT_COMMIT: 3a20ff873eee8ef8a82befaa7e50bf075731bd29, Commit Message: Merge pull request #2 from edgexfoundry/master [Pipeline] echo 01:36:35 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 01:36:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:36:36 01:36:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:36:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:36:36 latest: Pulling from edgex-devops/git-semver 01:36:36 31603596830f: Pulling fs layer 01:36:36 2a8b12db71e7: Pulling fs layer 01:36:36 6ca5941a6612: Pulling fs layer 01:36:36 ecc8261a40a4: Pulling fs layer 01:36:36 ecc8261a40a4: Waiting 01:36:36 2a8b12db71e7: Verifying Checksum 01:36:36 2a8b12db71e7: Download complete 01:36:36 31603596830f: Verifying Checksum 01:36:36 31603596830f: Download complete 01:36:36 6ca5941a6612: Verifying Checksum 01:36:36 6ca5941a6612: Download complete 01:36:36 ecc8261a40a4: Verifying Checksum 01:36:36 ecc8261a40a4: Download complete 01:36:37 31603596830f: Pull complete 01:36:37 2a8b12db71e7: Pull complete 01:36:38 6ca5941a6612: Pull complete 01:36:38 ecc8261a40a4: Pull complete 01:36:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:36:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:36:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:36:38 prd-centos7-docker-4c-2g-27255 does not seem to be running inside a container 01:36:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-297 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297:/w/workspace/edgexfoundry_edgex-ui-go_PR-297:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@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:10004/edgex-devops/git-semver:latest cat 01:36:41 $ docker top 1e6e0a99b74cd45d4073d884b08acdd96986525b0e90aa8f37273c0cf8a332aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:36:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:36:41 [ssh-agent] Looking for ssh-agent implementation... 01:36:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:36:41 $ docker exec 1e6e0a99b74cd45d4073d884b08acdd96986525b0e90aa8f37273c0cf8a332aa ssh-agent 01:36:42 SSH_AUTH_SOCK=/tmp/ssh-CnTEEJDTk3Bt/agent.11 01:36:42 SSH_AGENT_PID=16 01:36:42 Running ssh-add (command line suppressed) 01:36:42 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_4982551783522148505.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_4982551783522148505.key) 01:36:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:36:42 + git tag --points-at HEAD [Pipeline] } 01:36:42 $ docker exec --env ******** --env ******** 1e6e0a99b74cd45d4073d884b08acdd96986525b0e90aa8f37273c0cf8a332aa ssh-agent -k 01:36:42 unset SSH_AUTH_SOCK; 01:36:42 unset SSH_AGENT_PID; 01:36:42 echo Agent pid 16 killed; 01:36:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:36:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:36:43 [ssh-agent] Looking for ssh-agent implementation... 01:36:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:36:43 $ docker exec 1e6e0a99b74cd45d4073d884b08acdd96986525b0e90aa8f37273c0cf8a332aa ssh-agent 01:36:43 SSH_AUTH_SOCK=/tmp/ssh-v82xrlIMkwmI/agent.46 01:36:43 SSH_AGENT_PID=51 01:36:43 Running ssh-add (command line suppressed) 01:36:43 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_3063622275765406383.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/private_key_3063622275765406383.key) 01:36:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:36:43 + git semver init 01:36:43 # -> Open(): unable to determine branch for HEAD 01:36:43 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.git 01:36:43 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-297 01:36:43 # $SEMVER_REMOTE_NAME = origin 01:36:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:36:43 # $SEMVER_USER_NAME = edgex-jenkins 01:36:43 # $SEMVER_BRANCH = PR-297 01:36:43 # $SEMVER_TEMP = /tmp/semver-973958620 01:36:43 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 01:36:45 # '/tmp/semver-973958620' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver' 01:36:45 # -> Force: false 01:36:45 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-297/.semver [Pipeline] } 01:36:45 $ docker exec --env ******** --env ******** 1e6e0a99b74cd45d4073d884b08acdd96986525b0e90aa8f37273c0cf8a332aa ssh-agent -k 01:36:45 unset SSH_AUTH_SOCK; 01:36:45 unset SSH_AGENT_PID; 01:36:45 echo Agent pid 51 killed; 01:36:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:36:45 + git semver [Pipeline] } 01:36:45 $ docker stop --time=1 1e6e0a99b74cd45d4073d884b08acdd96986525b0e90aa8f37273c0cf8a332aa 01:36:47 $ docker rm -f 1e6e0a99b74cd45d4073d884b08acdd96986525b0e90aa8f37273c0cf8a332aa [Pipeline] // withDockerContainer [Pipeline] sh 01:36:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:36:48 Stashed 1 file(s) [Pipeline] echo 01:36:48 [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 01:37:03 Still waiting to schedule task 01:37:03 Waiting for next available executor on ‘centos7-docker-4c-2g’ 01:37:03 Still waiting to schedule task 01:37:03 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 01:38:55 Running on prd-centos7-docker-4c-2g-27259 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws 01:38:56 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 01:38:58 using credential edgex-jenkins-ssh 01:38:58 Cloning the remote Git repository 01:38:58 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 01:38:58 > git init /w/workspace/edgex-ui-go/2 # timeout=10 01:38:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 01:38:58 > git --version # timeout=10 01:38:58 > git --version # 'git version 2.24.3' 01:38:58 using GIT_SSH to set credentials SSH Credentials for GitHub 01:38:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:39:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 01:39:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:39:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 01:39:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 01:39:01 using GIT_SSH to set credentials SSH Credentials for GitHub 01:39:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:39:04 Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 01:39:04 Merge succeeded, producing 3a20ff873eee8ef8a82befaa7e50bf075731bd29 01:39:04 Checking out Revision 3a20ff873eee8ef8a82befaa7e50bf075731bd29 (PR-297) 01:39:04 > git config core.sparsecheckout # timeout=10 01:39:04 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 01:39:04 > git remote # timeout=10 01:39:04 > git config --get remote.origin.url # timeout=10 01:39:04 using GIT_SSH to set credentials SSH Credentials for GitHub 01:39:04 > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 01:39:04 > git rev-parse HEAD^{commit} # timeout=10 01:39:04 > git config core.sparsecheckout # timeout=10 01:39:04 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 01:39:08 Commit message: "Merge pull request #2 from edgexfoundry/master" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:39:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:39:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:39:10 + sudo service docker restart 01:39:10 + true 01:39:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:39:12 provisioning config files... 01:39:12 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config3825694701247479567tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:39:12 ---> docker-login.sh 01:39:12 nexus3.edgexfoundry.org:10001 01:39:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:39:12 Configure a credential helper to remove this warning. See 01:39:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:39:12 01:39:12 Login Succeeded 01:39:12 nexus3.edgexfoundry.org:10002 01:39:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:39:13 Configure a credential helper to remove this warning. See 01:39:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:39:13 01:39:13 Login Succeeded 01:39:13 nexus3.edgexfoundry.org:10003 01:39:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:39:13 Configure a credential helper to remove this warning. See 01:39:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:39:13 01:39:13 Login Succeeded 01:39:13 nexus3.edgexfoundry.org:10004 01:39:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:39:13 Configure a credential helper to remove this warning. See 01:39:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:39:13 01:39:13 Login Succeeded 01:39:13 docker.io 01:39:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:39:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:39:13 Configure a credential helper to remove this warning. See 01:39:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:39:13 01:39:13 Login Succeeded 01:39:13 ---> docker-login.sh ends [Pipeline] } 01:39:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:39:14 ========================================================= 01:39:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:39:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:39:14 + 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 . 01:39:14 Sending build context to Docker daemon 16.78MB 01:39:14 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 01:39:14 Step 2/8 : FROM ${BASE} 01:39:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:39:14 188c0c94c7c5: Pulling fs layer 01:39:14 0ef7d3d256c8: Pulling fs layer 01:39:14 de9db76c5a1d: Pulling fs layer 01:39:14 bca2f99d35d6: Pulling fs layer 01:39:14 93359f2a8cfa: Pulling fs layer 01:39:14 7c6f9722023f: Pulling fs layer 01:39:14 a35cf1a2eb13: Pulling fs layer 01:39:14 93359f2a8cfa: Waiting 01:39:14 7c6f9722023f: Waiting 01:39:14 a35cf1a2eb13: Waiting 01:39:14 bca2f99d35d6: Waiting 01:39:14 de9db76c5a1d: Verifying Checksum 01:39:14 de9db76c5a1d: Download complete 01:39:14 0ef7d3d256c8: Download complete 01:39:14 93359f2a8cfa: Verifying Checksum 01:39:14 93359f2a8cfa: Download complete 01:39:14 188c0c94c7c5: Verifying Checksum 01:39:14 188c0c94c7c5: Download complete 01:39:14 7c6f9722023f: Verifying Checksum 01:39:14 7c6f9722023f: Download complete 01:39:15 188c0c94c7c5: Pull complete 01:39:15 0ef7d3d256c8: Pull complete 01:39:15 de9db76c5a1d: Pull complete 01:39:17 a35cf1a2eb13: Verifying Checksum 01:39:17 a35cf1a2eb13: Download complete 01:39:17 bca2f99d35d6: Verifying Checksum 01:39:17 bca2f99d35d6: Download complete 01:39:22 bca2f99d35d6: Pull complete 01:39:22 93359f2a8cfa: Pull complete 01:39:22 7c6f9722023f: Pull complete 01:39:26 a35cf1a2eb13: Pull complete 01:39:26 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 01:39:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:39:26 ---> a62c8e92a672 01:39:26 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:39:27 ---> Running in 63ed92bfe675 01:39:27 Removing intermediate container 63ed92bfe675 01:39:27 ---> 4325af6e8135 01:39:27 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:39:27 ---> Running in defec61b8bd2 01:39:28 Removing intermediate container defec61b8bd2 01:39:28 ---> 8a42f8855009 01:39:28 Step 5/8 : RUN apk add --no-cache make git 01:39:28 ---> Running in c704fce5144f 01:39:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:39:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:39:39 OK: 166 MiB in 39 packages 01:39:39 Removing intermediate container c704fce5144f 01:39:39 ---> b6fd0797484e 01:39:39 Step 6/8 : WORKDIR /edgex-ui-go 01:39:39 ---> Running in e07ded92263d 01:39:39 Removing intermediate container e07ded92263d 01:39:39 ---> 9d2ba7124150 01:39:39 Step 7/8 : COPY . . 01:39:41 ---> 85e9567f8bcc 01:39:41 Step 8/8 : RUN go mod download 01:39:41 ---> Running in ea7f9f9e35c7 01:39:53 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27260 in /w/workspace/edgexfoundry_edgex-ui-go_PR-297 [Pipeline] { [Pipeline] ws 01:39:53 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 01:39:59 using credential edgex-jenkins-ssh 01:39:59 Cloning the remote Git repository 01:39:59 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 01:39:59 > git init /w/workspace/edgex-ui-go/2 # timeout=10 01:39:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 01:39:59 > git --version # timeout=10 01:39:59 > git --version # 'git version 2.17.1' 01:39:59 using GIT_SSH to set credentials SSH Credentials for GitHub 01:39:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:40:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 01:40:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:40:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 01:40:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 01:40:01 using GIT_SSH to set credentials SSH Credentials for GitHub 01:40:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/297/head:refs/remotes/origin/PR-297 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:40:03 Removing intermediate container ea7f9f9e35c7 01:40:03 ---> 38c913cad34b 01:40:03 Successfully built 38c913cad34b 01:40:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:40:04 + docker inspect -f . ci-base-image-x86_64 01:40:04 . [Pipeline] withDockerContainer 01:40:04 prd-centos7-docker-4c-2g-27259 does not seem to be running inside a container 01:40: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-x86_64 cat 01:40:04 $ docker top 79a7906b245f04b4a065fe7738cb95be61d589cc10002abec32a8d6b9f1432b3 -eo pid,comm [Pipeline] { [Pipeline] sh 01:40:05 + go version 01:40:05 go version go1.15.5 linux/amd64 [Pipeline] } 01:40:05 $ docker stop --time=1 79a7906b245f04b4a065fe7738cb95be61d589cc10002abec32a8d6b9f1432b3 01:40:06 Merging remotes/origin/master commit e5cb8e831f0d9734d8f8d47071e82da6adc916ee into PR head commit 3a20ff873eee8ef8a82befaa7e50bf075731bd29 01:40:06 Merge succeeded, producing 3a20ff873eee8ef8a82befaa7e50bf075731bd29 01:40:06 Checking out Revision 3a20ff873eee8ef8a82befaa7e50bf075731bd29 (PR-297) 01:40:06 $ docker rm -f 79a7906b245f04b4a065fe7738cb95be61d589cc10002abec32a8d6b9f1432b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:40:06 > git config core.sparsecheckout # timeout=10 01:40:06 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 01:40:06 > git remote # timeout=10 01:40:06 > git config --get remote.origin.url # timeout=10 01:40:06 using GIT_SSH to set credentials SSH Credentials for GitHub 01:40:06 > git merge e5cb8e831f0d9734d8f8d47071e82da6adc916ee # timeout=10 01:40:06 > git rev-parse HEAD^{commit} # timeout=10 01:40:06 > git config core.sparsecheckout # timeout=10 01:40:06 > git checkout -f 3a20ff873eee8ef8a82befaa7e50bf075731bd29 # timeout=10 01:40:07 + docker inspect -f . ci-base-image-x86_64 01:40:07 . [Pipeline] withDockerContainer 01:40:07 prd-centos7-docker-4c-2g-27259 does not seem to be running inside a container 01:40:07 $ 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 01:40:08 $ docker top 55030e3ee2b49139e16f8dfb3a29c86505cd87b62a41ecf71a61bc2b0b3cdfce -eo pid,comm [Pipeline] { [Pipeline] sh 01:40:09 + make test 01:40:09 GO111MODULE=on go test -coverprofile=coverage.out ./... 01:40:09 ? github.com/edgexfoundry/edgex-ui-go [no test files] 01:40:11 Commit message: "Merge pull request #2 from edgexfoundry/master" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:40:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:40:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:40:13 + sudo service docker restart+ 01:40:13 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:40:15 provisioning config files... 01:40:15 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4778242200169188412tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:40:15 ---> docker-login.sh 01:40:15 nexus3.edgexfoundry.org:10001 01:40:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:40:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:40:17 Configure a credential helper to remove this warning. See 01:40:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:40:17 01:40:17 Login Succeeded 01:40:17 nexus3.edgexfoundry.org:10002 01:40:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:40:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:40:17 Configure a credential helper to remove this warning. See 01:40:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:40:17 01:40:17 Login Succeeded 01:40:17 nexus3.edgexfoundry.org:10003 01:40:17 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 01:40:17 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 01:40:17 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 01:40:17 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 01:40:17 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 01:40:17 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 01:40:17 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 01:40:17 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 01:40:17 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 01:40:17 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 01:40:17 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 01:40:17 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 01:40:17 GO111MODULE=on go vet ./... 01:40:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:40:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:40:18 Configure a credential helper to remove this warning. See 01:40:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:40:18 01:40:18 Login Succeeded 01:40:18 nexus3.edgexfoundry.org:10004 01:40:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } 01:40:18 $ docker stop --time=1 55030e3ee2b49139e16f8dfb3a29c86505cd87b62a41ecf71a61bc2b0b3cdfce 01:40:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:40:18 Configure a credential helper to remove this warning. See 01:40:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:40:18 01:40:18 Login Succeeded 01:40:18 docker.io 01:40:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:40:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:40:19 Configure a credential helper to remove this warning. See 01:40:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:40:19 01:40:19 Login Succeeded 01:40:19 ---> docker-login.sh ends 01:40:20 $ docker rm -f 55030e3ee2b49139e16f8dfb3a29c86505cd87b62a41ecf71a61bc2b0b3cdfce [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 01:40:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 01:40:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash [Pipeline] echo 01:40:22 ========================================================= 01:40:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:40:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:40:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } 01:40:22 + 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 . [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 01:40:23 Sending build context to Docker daemon 16.78MB 01:40:23 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 01:40:23 Step 2/8 : FROM ${BASE} 01:40:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:40:23 5f621e34cdf4: Pulling fs layer 01:40:23 a4357932f1b6: Pulling fs layer 01:40:23 18c013af1878: Pulling fs layer 01:40:23 00ac8860ef70: Pulling fs layer 01:40:23 63d7cb157983: Pulling fs layer 01:40:23 b116817d02f9: Pulling fs layer 01:40:23 745a02a5169b: Pulling fs layer 01:40:23 00ac8860ef70: Waiting 01:40:23 63d7cb157983: Waiting 01:40:23 b116817d02f9: Waiting 01:40:23 745a02a5169b: Waiting 01:40:23 18c013af1878: Verifying Checksum 01:40:23 18c013af1878: Download complete 01:40:23 a4357932f1b6: Verifying Checksum 01:40:23 a4357932f1b6: Download complete 01:40:23 63d7cb157983: Verifying Checksum 01:40:23 63d7cb157983: Download complete 01:40:23 5f621e34cdf4: Verifying Checksum 01:40:23 b116817d02f9: Verifying Checksum 01:40:23 b116817d02f9: Download complete 01:40:24 5f621e34cdf4: Pull complete [Pipeline] sh 01:40:24 a4357932f1b6: Pull complete 01:40:24 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:40:25 + ls -al . 01:40:25 total 92 01:40:25 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 23 01:40 . 01:40:25 drwxrwxr-x. 4 jenkins jenkins 28 Feb 23 01:38 .. 01:40:25 drwxrwxr-x. 3 jenkins jenkins 20 Feb 23 01:39 assets 01:40:25 drwxrwxr-x. 2 jenkins jenkins 35 Feb 23 01:39 bin 01:40:25 drwxrwxr-x. 3 jenkins jenkins 29 Feb 23 01:39 cmd 01:40:25 -rw-rw-r--. 1 jenkins jenkins 3959 Feb 23 01:39 CONTRIBUTING.md 01:40:25 -rw-r--r--. 1 jenkins jenkins 10 Feb 23 01:40 coverage.out 01:40:25 -rw-rw-r--. 1 jenkins jenkins 1508 Feb 23 01:39 Dockerfile 01:40:25 -rw-rw-r--. 1 jenkins jenkins 902 Feb 23 01:39 Dockerfile.build 01:40:25 drwxrwxr-x. 5 jenkins jenkins 104 Feb 23 01:39 docs 01:40:25 drwxrwxr-x. 8 jenkins jenkins 179 Feb 23 01:39 .git 01:40:25 drwxrwxr-x. 2 jenkins jenkins 103 Feb 23 01:39 .github 01:40:25 -rw-rw-r--. 1 jenkins jenkins 153 Feb 23 01:39 .gitignore 01:40:25 -rw-rw-r--. 1 jenkins jenkins 1019 Feb 23 01:39 go.mod 01:40:25 -rw-r--r--. 1 jenkins jenkins 20629 Feb 23 01:40 go.sum 01:40:25 drwxrwxr-x. 10 jenkins jenkins 139 Feb 23 01:39 internal 01:40:25 -rw-rw-r--. 1 jenkins jenkins 652 Feb 23 01:39 Jenkinsfile 01:40:25 -rw-rw-r--. 1 jenkins jenkins 11357 Feb 23 01:39 LICENSE 01:40:25 -rw-rw-r--. 1 jenkins jenkins 951 Feb 23 01:39 Makefile 01:40:25 -rw-rw-r--. 1 jenkins jenkins 4535 Feb 23 01:39 README.md 01:40:25 -rw-rw-r--. 1 jenkins jenkins 5 Feb 23 01:36 VERSION 01:40:25 -rw-rw-r--. 1 jenkins jenkins 155 Feb 23 01:39 version.go 01:40:25 drwxrwxr-x. 4 jenkins jenkins 4096 Feb 23 01:39 web [Pipeline] isUnix [Pipeline] sh 01:40:25 18c013af1878: Pull complete 01:40:25 + 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=3a20ff873eee8ef8a82befaa7e50bf075731bd29 --label arch=amd64 --label version=0.0.0 . 01:40:25 Sending build context to Docker daemon 16.8MB 01:40:25 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 01:40:25 Step 2/24 : FROM ${BASE} AS builder 01:40:25 ---> 38c913cad34b 01:40:25 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 01:40:25 745a02a5169b: Verifying Checksum 01:40:25 745a02a5169b: Download complete 01:40:25 ---> Running in 94b347bd550a 01:40:26 Removing intermediate container 94b347bd550a 01:40:26 ---> 46460bc6dacf 01:40:26 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 01:40:26 ---> Running in 75486a52a0fd 01:40:26 Removing intermediate container 75486a52a0fd 01:40:26 ---> 3247b5765c5d 01:40:26 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 01:40:26 ---> Running in 21adb123cf63 01:40:26 Removing intermediate container 21adb123cf63 01:40:26 ---> 1f47cd78b1c0 01:40:26 Step 6/24 : LABEL Name=edgex-ui-go 01:40:26 ---> Running in 2650fc62c796 01:40:26 Removing intermediate container 2650fc62c796 01:40:26 ---> 08c341853c06 01:40:26 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 01:40:26 ---> Running in a66ba95841f4 01:40:26 Removing intermediate container a66ba95841f4 01:40:26 ---> fdd97b0cca45 01:40:26 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:40:27 ---> Running in c0b9cb78c37b 01:40:27 00ac8860ef70: Verifying Checksum 01:40:27 00ac8860ef70: Download complete 01:40:27 Removing intermediate container c0b9cb78c37b 01:40:27 ---> a3189b787a2f 01:40:27 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:40:28 ---> Running in 0d022fa17397 01:40:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:40:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:40:34 OK: 166 MiB in 39 packages 01:40:34 Removing intermediate container 0d022fa17397 01:40:34 ---> 52f2b92dd189 01:40:34 Step 10/24 : ENV GO111MODULE=on 01:40:34 ---> Running in b99ba5bf2953 01:40:34 Removing intermediate container b99ba5bf2953 01:40:34 ---> b72b1a6a8a68 01:40:34 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 01:40:34 ---> Running in 106a700e1aab 01:40:34 Removing intermediate container 106a700e1aab 01:40:34 ---> 54e110351687 01:40:34 Step 12/24 : COPY go.mod . 01:40:34 ---> 7f85c8c084b4 01:40:34 Step 13/24 : COPY Makefile . 01:40:35 ---> a1605dacd020 01:40:35 Step 14/24 : RUN make update 01:40:35 ---> Running in f1cd4b2c184c 01:40:35 CGO_ENABLED=0 GO111MODULE=on go mod download 01:40:36 Removing intermediate container f1cd4b2c184c 01:40:36 ---> 3b34e901c768 01:40:36 Step 15/24 : COPY . . 01:40:37 00ac8860ef70: Pull complete 01:40:37 63d7cb157983: Pull complete 01:40:37 b116817d02f9: Pull complete 01:40:37 ---> 19fd902c7b03 01:40:37 Step 16/24 : RUN ${MAKE} 01:40:37 ---> Running in 3406d335fb28 01:40:37 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 01:40:40 745a02a5169b: Pull complete 01:40:40 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:40:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:40:40 ---> b7e6874047d6 01:40:40 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 01:40:43 ---> Running in 230f2ed1eb51 01:40:43 Removing intermediate container 230f2ed1eb51 01:40:43 ---> 739c7c4b9e8c 01:40:43 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:40:43 ---> Running in 13eec0feb948 01:40:44 CGO_ENABLED=0 GO111MODULE=on go build ./... 01:40:46 Removing intermediate container 13eec0feb948 01:40:46 ---> b3492302bd70 01:40:46 Step 5/8 : RUN apk add --no-cache make git 01:40:46 ---> Running in c05a12a83947 01:40:47 Removing intermediate container 3406d335fb28 01:40:47 ---> 77159e375091 01:40:47 Step 17/24 : FROM alpine:3.12 01:40:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:40:47 3.12: Pulling from library/alpine 01:40:47 801bfaa63ef2: Pulling fs layer 01:40:48 801bfaa63ef2: Verifying Checksum 01:40:48 801bfaa63ef2: Download complete 01:40:48 801bfaa63ef2: Pull complete 01:40:48 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:40:48 Status: Downloaded newer image for alpine:3.12 01:40:48 ---> 389fef711851 01:40:48 Step 18/24 : EXPOSE 4000 01:40:48 ---> Running in fbd3dc153554 01:40:48 Removing intermediate container fbd3dc153554 01:40:48 ---> 545422b7f4a5 01:40:48 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 01:40:49 ---> b2561a850502 01:40:49 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 01:40:49 ---> Running in cf24a01489f0 01:40:49 Removing intermediate container cf24a01489f0 01:40:49 ---> ba51ff5bd6b1 01:40:49 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 01:40:49 ---> Running in 7d068c128431 01:40:49 Removing intermediate container 7d068c128431 01:40:49 ---> 8c8eae36610b 01:40:49 Step 22/24 : LABEL arch=amd64 01:40:49 ---> Running in 211bddccad2c 01:40:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:40:50 Removing intermediate container 211bddccad2c 01:40:50 ---> 8c1cb3152e9d 01:40:50 Step 23/24 : LABEL git_sha=3a20ff873eee8ef8a82befaa7e50bf075731bd29 01:40:50 ---> Running in 02a49830a1af 01:40:50 Removing intermediate container 02a49830a1af 01:40:50 ---> b7061545bf50 01:40:50 Step 24/24 : LABEL version=0.0.0 01:40:50 ---> Running in a4c4cb5b2d8f 01:40:50 Removing intermediate container a4c4cb5b2d8f 01:40:50 ---> 73607b0ec7c7 01:40:50 [Warning] One or more build-args [ARCH] were not consumed 01:40:50 Successfully built 73607b0ec7c7 01:40:50 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:40:51 OK: 142 MiB in 39 packages 01:40:52 Removing intermediate container c05a12a83947 01:40:52 ---> daf9ebfb90c8 01:40:52 Step 6/8 : WORKDIR /edgex-ui-go 01:40:53 ---> Running in 647cc2f75f04 01:40:53 Removing intermediate container 647cc2f75f04 01:40:53 ---> ca0fabb983ed 01:40:53 Step 7/8 : COPY . . 01:40:55 ---> 631f20ea5b43 01:40:55 Step 8/8 : RUN go mod download 01:40:56 ---> Running in 0e7015200ce6 01:41:22 Removing intermediate container 0e7015200ce6 01:41:22 ---> fad90ff49c6e 01:41:22 Successfully built fad90ff49c6e 01:41:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:41:23 + docker inspect -f . ci-base-image-arm64 01:41:23 . [Pipeline] withDockerContainer 01:41:23 prd-ubuntu18.04-docker-arm64-4c-16g-27260 does not seem to be running inside a container 01:41: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 ******** -e ******** -e ******** ci-base-image-arm64 cat 01:41:25 $ docker top 406a5ec13f47136c6143b5204e7baceee270d3459c4fd6893fae9cc775c2972e -eo pid,comm [Pipeline] { [Pipeline] sh 01:41:26 + go version 01:41:26 go version go1.15.5 linux/arm64 [Pipeline] } 01:41:26 $ docker stop --time=1 406a5ec13f47136c6143b5204e7baceee270d3459c4fd6893fae9cc775c2972e 01:41:28 $ docker rm -f 406a5ec13f47136c6143b5204e7baceee270d3459c4fd6893fae9cc775c2972e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:41:29 + docker inspect -f . ci-base-image-arm64 01:41:29 . [Pipeline] withDockerContainer 01:41:29 prd-ubuntu18.04-docker-arm64-4c-16g-27260 does not seem to be running inside a container 01:41:29 $ 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 ******** -e ******** ci-base-image-arm64 cat 01:41:30 $ docker top 875bbaaa29a34e4f97eedf35cecdd3b99527144bb3931275d6c9d7f2ef7815d3 -eo pid,comm [Pipeline] { [Pipeline] sh 01:41:31 + make test 01:41:31 GO111MODULE=on go test -coverprofile=coverage.out ./... 01:41:33 ? github.com/edgexfoundry/edgex-ui-go [no test files] 01:41:55 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 01:41:55 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 01:41:55 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 01:41:55 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 01:41:55 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 01:41:55 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 01:41:55 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 01:41:55 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 01:41:55 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 01:41:55 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 01:41:55 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 01:41:55 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 01:41:55 GO111MODULE=on go vet ./... [Pipeline] } 01:42:01 $ docker stop --time=1 875bbaaa29a34e4f97eedf35cecdd3b99527144bb3931275d6c9d7f2ef7815d3 01:42:03 $ docker rm -f 875bbaaa29a34e4f97eedf35cecdd3b99527144bb3931275d6c9d7f2ef7815d3 [Pipeline] // withDockerContainer [Pipeline] sh 01:42:04 + sudo chown -R jenkins:jenkins . [Pipeline] stash 01:42:04 Warning: overwriting stash ‘coverage-report’ 01:42:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 01:42:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 01:42:06 + ls -al . 01:42:06 total 124 01:42:06 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 01:41 . 01:42:06 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 01:39 .. 01:42:06 drwxrwxr-x 8 jenkins jenkins 4096 Feb 23 01:40 .git 01:42:06 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 01:40 .github 01:42:06 -rw-rw-r-- 1 jenkins jenkins 153 Feb 23 01:40 .gitignore 01:42:06 -rw-rw-r-- 1 jenkins jenkins 3959 Feb 23 01:40 CONTRIBUTING.md 01:42:06 -rw-rw-r-- 1 jenkins jenkins 1508 Feb 23 01:40 Dockerfile 01:42:06 -rw-rw-r-- 1 jenkins jenkins 902 Feb 23 01:40 Dockerfile.build 01:42:06 -rw-rw-r-- 1 jenkins jenkins 652 Feb 23 01:40 Jenkinsfile 01:42:06 -rw-rw-r-- 1 jenkins jenkins 11357 Feb 23 01:40 LICENSE 01:42:06 -rw-rw-r-- 1 jenkins jenkins 951 Feb 23 01:40 Makefile 01:42:06 -rw-rw-r-- 1 jenkins jenkins 4535 Feb 23 01:40 README.md 01:42:06 -rw-rw-r-- 1 jenkins jenkins 5 Feb 23 01:36 VERSION 01:42:06 drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 01:40 assets 01:42:06 drwxrwxr-x 2 jenkins jenkins 4096 Feb 23 01:40 bin 01:42:06 drwxrwxr-x 3 jenkins jenkins 4096 Feb 23 01:40 cmd 01:42:06 -rw-r--r-- 1 jenkins jenkins 10 Feb 23 01:41 coverage.out 01:42:06 drwxrwxr-x 5 jenkins jenkins 4096 Feb 23 01:40 docs 01:42:06 -rw-rw-r-- 1 jenkins jenkins 1019 Feb 23 01:40 go.mod 01:42:06 -rw-r--r-- 1 jenkins jenkins 20629 Feb 23 01:41 go.sum 01:42:06 drwxrwxr-x 10 jenkins jenkins 4096 Feb 23 01:40 internal 01:42:06 -rw-rw-r-- 1 jenkins jenkins 155 Feb 23 01:40 version.go 01:42:06 drwxrwxr-x 4 jenkins jenkins 4096 Feb 23 01:40 web [Pipeline] isUnix [Pipeline] sh 01:42:06 + 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=3a20ff873eee8ef8a82befaa7e50bf075731bd29 --label arch=arm64 --label version=0.0.0 . 01:42:07 Sending build context to Docker daemon 16.8MB 01:42:07 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 01:42:07 Step 2/24 : FROM ${BASE} AS builder 01:42:07 ---> fad90ff49c6e 01:42:07 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 01:42:08 ---> Running in 5c0688d98f9c 01:42:08 Removing intermediate container 5c0688d98f9c 01:42:08 ---> 332612c2c49f 01:42:08 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 01:42:08 ---> Running in a38cbd55637d 01:42:09 Removing intermediate container a38cbd55637d 01:42:09 ---> 78c40380965c 01:42:09 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 01:42:09 ---> Running in 2016cd94808a 01:42:09 Removing intermediate container 2016cd94808a 01:42:09 ---> dfd3bb726f6a 01:42:09 Step 6/24 : LABEL Name=edgex-ui-go 01:42:09 ---> Running in fc2a2dc959fe 01:42:10 Removing intermediate container fc2a2dc959fe 01:42:10 ---> de0ca689cb82 01:42:10 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 01:42:10 ---> Running in 3a2310f5e174 01:42:11 Removing intermediate container 3a2310f5e174 01:42:11 ---> 5646ac9a6e10 01:42:11 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:42:11 ---> Running in e324d451b3e8 01:42:13 Removing intermediate container e324d451b3e8 01:42:13 ---> 31586c4a73a9 01:42:13 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 01:42:13 ---> Running in a9eb123ff289 01:42:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:42:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:42:18 OK: 142 MiB in 39 packages 01:42:20 Removing intermediate container a9eb123ff289 01:42:20 ---> 4951ed0a17be 01:42:20 Step 10/24 : ENV GO111MODULE=on 01:42:20 ---> Running in 933af4b57058 01:42:20 Removing intermediate container 933af4b57058 01:42:20 ---> f534995a38fd 01:42:20 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 01:42:20 ---> Running in 24acbba11e3b 01:42:20 Removing intermediate container 24acbba11e3b 01:42:20 ---> 3cb956b8f383 01:42:20 Step 12/24 : COPY go.mod . 01:42:21 ---> 0743243fd463 01:42:21 Step 13/24 : COPY Makefile . 01:42:22 ---> 7d06717357e8 01:42:22 Step 14/24 : RUN make update 01:42:22 ---> Running in 358d4467134e 01:42:23 CGO_ENABLED=0 GO111MODULE=on go mod download 01:42:24 Removing intermediate container 358d4467134e 01:42:24 ---> 53c3d6cea235 01:42:24 Step 15/24 : COPY . . 01:42:27 ---> 2e815779b4db 01:42:27 Step 16/24 : RUN ${MAKE} 01:42:27 ---> Running in 310586ac15f4 01:42:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 01:42:50 CGO_ENABLED=0 GO111MODULE=on go build ./... 01:42:57 Removing intermediate container 310586ac15f4 01:42:57 ---> cfa3b42ead15 01:42:57 Step 17/24 : FROM alpine:3.12 01:42:57 3.12: Pulling from library/alpine 01:42:57 159e5727ea61: Pulling fs layer 01:42:57 159e5727ea61: Verifying Checksum 01:42:57 159e5727ea61: Download complete 01:42:57 159e5727ea61: Pull complete 01:42:57 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:42:57 Status: Downloaded newer image for alpine:3.12 01:42:57 ---> afeebe901d6b 01:42:57 Step 18/24 : EXPOSE 4000 01:42:57 ---> Running in a58f3b419fc0 01:42:58 Removing intermediate container a58f3b419fc0 01:42:58 ---> cf7adc954940 01:42:58 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 01:42:59 ---> e8e32ed56684 01:42:59 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 01:42:59 ---> Running in f08cc862a62c 01:43:00 Removing intermediate container f08cc862a62c 01:43:00 ---> 25ee18bae3c9 01:43:00 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 01:43:00 ---> Running in ec85e3dd804c 01:43:01 Removing intermediate container ec85e3dd804c 01:43:01 ---> 69d7d43c014a 01:43:01 Step 22/24 : LABEL arch=arm64 01:43:01 ---> Running in 81defbe327a4 01:43:01 Removing intermediate container 81defbe327a4 01:43:01 ---> 18757a8eb619 01:43:01 Step 23/24 : LABEL git_sha=3a20ff873eee8ef8a82befaa7e50bf075731bd29 01:43:01 ---> Running in de0a32b1db64 01:43:02 Removing intermediate container de0a32b1db64 01:43:02 ---> 6ca5f3bf54fb 01:43:02 Step 24/24 : LABEL version=0.0.0 01:43:02 ---> Running in 18f82b2125ba 01:43:02 Removing intermediate container 18f82b2125ba 01:43:02 ---> af73440ff545 01:43:02 [Warning] One or more build-args [ARCH] were not consumed 01:43:02 Successfully built af73440ff545 01:43:02 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 01:43:04 provisioning config files... 01:43:04 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config5616672191260400759tmp [Pipeline] { [Pipeline] sh 01:43:05 + set +x 01:43:05 + curl -s https://codecov.io/bash 01:43:05 + bash -s -- 01:43:05 01:43:05 _____ _ 01:43:05 / ____| | | 01:43:05 | | ___ __| | ___ ___ _____ __ 01:43:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:43:05 | |___| (_) | (_| | __/ (_| (_) \ V / 01:43:05 \_____\___/ \__,_|\___|\___\___/ \_/ 01:43:05 Bash-20210129-7c25fce 01:43:05 01:43:05 01:43:05 ==> git version 2.24.3 found 01:43:05 ==> 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 01:43:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:43:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:43:05 ==> Jenkins CI detected. 01:43:05 project root: . 01:43:05 --> token set from env 01:43:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:43:05 ==> Running gcov in . (disable via -X gcov) 01:43:05 ==> Python coveragepy not found 01:43:05 ==> Searching for coverage reports in: 01:43:05 + . 01:43:05 -> Found 1 reports 01:43:05 ==> Detecting git/mercurial file structure 01:43:05 ==> Reading reports 01:43:05 + ./coverage.out bytes=10 01:43:05 ==> Appending adjustments 01:43:05 https://docs.codecov.io/docs/fixing-reports 01:43:05 + Found adjustments 01:43:05 ==> Gzipping contents 01:43:05 4.0K /tmp/codecov.1AuV4n.gz 01:43:05 ==> Uploading reports 01:43:05 url: https://codecov.io 01:43:05 query: branch=PR-297&commit=3a20ff873eee8ef8a82befaa7e50bf075731bd29&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= 01:43:05 -> Pinging Codecov 01:43:05 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-297&commit=3a20ff873eee8ef8a82befaa7e50bf075731bd29&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-297%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=297&job=&cmd_args= 01:43:06 -> Uploading to 01:43:06 https://storage.googleapis.com/codecov/v4/raw/2021-02-23/FB506323287CE973F263BFD2A0EB1F37/3a20ff873eee8ef8a82befaa7e50bf075731bd29/1b5d4980-49f8-46fd-ac06-03ebe8df4c61.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210223%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210223T014306Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4de2d45ffc8299eae53fb1b519112e8ff93f075046658376c8b482434a0d94f5 01:43:06 % Total % Received % Xferd Average Speed Time Time Time Current 01:43:06 Dload Upload Total Spent Left Speed 01:43:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2494 0 0 100 2494 0 5279 --:--:-- --:--:-- --:--:-- 5283 01:43:06 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/3a20ff873eee8ef8a82befaa7e50bf075731bd29 [Pipeline] } 01:43:06 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 01:43:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:43:09 ---> package-listing.sh 01:43:09 ++ facter osfamily 01:43:09 ++ tr '[:upper:]' '[:lower:]' 01:43:09 + OS_FAMILY=redhat 01:43:09 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-297 01:43:09 + START_PACKAGES=/tmp/packages_start.txt 01:43:09 + END_PACKAGES=/tmp/packages_end.txt 01:43:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:43:09 + PACKAGES=/tmp/packages_start.txt 01:43:09 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' 01:43:09 + PACKAGES=/tmp/packages_end.txt 01:43:09 + case "${OS_FAMILY}" in 01:43:09 + rpm -qa 01:43:09 + sort 01:43:14 + '[' -f /tmp/packages_start.txt ']' 01:43:14 + '[' -f /tmp/packages_end.txt ']' 01:43:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:43:14 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-297 ']' 01:43:14 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ 01:43:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-297/archives/ [Pipeline] echo 01:43:14 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-297/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:43:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:43:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:43:14 01:43:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:43:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:43:15 alpine: Pulling from edgex-lftools-log-publisher 01:43:15 df20fa9351a1: Pulling fs layer 01:43:15 36b3adc4ff6f: Pulling fs layer 01:43:15 8ad3a11d3b57: Pulling fs layer 01:43:15 46f8f816bc3b: Pulling fs layer 01:43:15 93b61091891f: Pulling fs layer 01:43:15 93b9cdb0e59b: Pulling fs layer 01:43:15 5e14af77c1be: Pulling fs layer 01:43:15 01666e4c0597: Pulling fs layer 01:43:15 aa168da1d23b: Pulling fs layer 01:43:15 46f8f816bc3b: Waiting 01:43:15 93b61091891f: Waiting 01:43:15 93b9cdb0e59b: Waiting 01:43:15 5e14af77c1be: Waiting 01:43:15 01666e4c0597: Waiting 01:43:15 aa168da1d23b: Waiting 01:43:15 36b3adc4ff6f: Verifying Checksum 01:43:15 36b3adc4ff6f: Download complete 01:43:15 46f8f816bc3b: Download complete 01:43:15 df20fa9351a1: Verifying Checksum 01:43:15 df20fa9351a1: Download complete 01:43:15 93b9cdb0e59b: Verifying Checksum 01:43:15 93b9cdb0e59b: Download complete 01:43:15 5e14af77c1be: Verifying Checksum 01:43:15 5e14af77c1be: Download complete 01:43:15 93b61091891f: Verifying Checksum 01:43:15 93b61091891f: Download complete 01:43:15 01666e4c0597: Verifying Checksum 01:43:15 01666e4c0597: Download complete 01:43:15 8ad3a11d3b57: Verifying Checksum 01:43:15 8ad3a11d3b57: Download complete 01:43:15 df20fa9351a1: Pull complete 01:43:15 36b3adc4ff6f: Pull complete 01:43:16 8ad3a11d3b57: Pull complete 01:43:16 46f8f816bc3b: Pull complete 01:43:17 93b61091891f: Pull complete 01:43:18 aa168da1d23b: Verifying Checksum 01:43:18 aa168da1d23b: Download complete 01:43:18 93b9cdb0e59b: Pull complete 01:43:18 5e14af77c1be: Pull complete 01:43:18 01666e4c0597: Pull complete 01:43:26 aa168da1d23b: Pull complete 01:43:26 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:43:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:43:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:43:26 prd-centos7-docker-4c-2g-27255 does not seem to be running inside a container 01:43:26 $ 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-297/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-297 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297:/w/workspace/edgexfoundry_edgex-ui-go_PR-297:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:43:30 $ docker top a754f54b4cc9b27b75b3a064bed3d0ed12e230f19e1053d54a1a8c5991c8cc38 -eo pid,comm [Pipeline] { [Pipeline] sh 01:43:31 + touch /tmp/pre-build-complete [Pipeline] sh 01:43:31 + mkdir -p /var/log/sa [Pipeline] sh 01:43:31 + ls /var/log/sa-host 01:43:31 + sadf -c /var/log/sa-host/sa23 01:43:31 file_magic: OK 01:43:31 HZ: Using current value: 100 01:43:31 file_header: OK 01:43:31 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 01:43:31 Statistics: 01:43:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:43:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:43:32 provisioning config files... 01:43:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-297@tmp/config5381283815736491580tmp [Pipeline] { [Pipeline] echo 01:43:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:43:32 ---> create-netrc.sh [Pipeline] } 01:43:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:43:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:43:32 ---> python-tools-install.sh [Pipeline] echo 01:43:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:43:33 ---> sudo-logs.sh 01:43:33 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:43:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:43:33 ---> job-cost.sh 01:43:33 lf-activate-venv: SKIPPING 01:43:33 INFO: No Stack... 01:43:34 INFO: Retrieving Pricing Info for: v1-standard-2 01:43:34 INFO: Archiving Costs [Pipeline] echo 01:43:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:43:35 ---> logs-deploy.sh 01:43:35 lf-activate-venv: SKIPPING 01:43:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-297/2 01:43:35 INFO: archiving workspace using pattern(s): 01:43:37 Archives upload complete. 01:43:37 INFO: archiving logs to Nexus