Pull request #280 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 wshengqi for edgexfoundry/edgex-ui-go Loading trusted files from base branch master at ad4a8559929426805d5df875db8eb26b12ca9048 rather than a69c54c209a4e3d1ed6c28225f7b27db404d29e2 Obtained Jenkinsfile from ad4a8559929426805d5df875db8eb26b12ca9048 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-16341 in /w/workspace/edgexfoundry_edgex-ui-go_PR-280 [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-280 # 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/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ad4a8559929426805d5df875db8eb26b12ca9048 into PR head commit a69c54c209a4e3d1ed6c28225f7b27db404d29e2 Merge succeeded, producing a69c54c209a4e3d1ed6c28225f7b27db404d29e2 Checking out Revision a69c54c209a4e3d1ed6c28225f7b27db404d29e2 (PR-280) > git config core.sparsecheckout # timeout=10 > git checkout -f a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # 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 ad4a8559929426805d5df875db8eb26b12ca9048 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 Commit message: "core data view page complete" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:45:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:45:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:45:36 ========================================================= 13:45:36 EdgeX Global Pipelines Version Info 13:45:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:45:37 ------------------- 13:45:37 stable info: 13:45:37 ------------------- 13:45:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:45:37 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 13:45:37 Message: update stable to v1.0.172 13:45:38 ------------------- 13:45:38 experimental info: 13:45:38 ------------------- 13:45:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:45:38 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 13:45:38 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:45:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 13:45:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 13:45:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:45:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:45:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:45:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:45:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:45:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:45:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:45:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:45:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:45:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 13:45:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:45:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:45:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:45:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:45:40 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:45:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:45:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:45:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:45:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:45:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:45:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:45:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:45:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 13:45:41 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 13:45:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-280 [Pipeline] echo 13:45:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-280 [Pipeline] echo 13:45:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-280 [Pipeline] echo 13:45:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a69c54c209a4e3d1ed6c28225f7b27db404d29e2 [Pipeline] echo 13:45:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a69c54c [Pipeline] echo 13:45:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:45:42 provisioning config files... 13:45:42 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/config1501858387706366450tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:45:43 ---> docker-login.sh 13:45:43 nexus3.edgexfoundry.org:10001 13:45:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:45:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:45:43 Configure a credential helper to remove this warning. See 13:45:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:45:43 13:45:43 Login Succeeded 13:45:43 nexus3.edgexfoundry.org:10002 13:45:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:45:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:45:43 Configure a credential helper to remove this warning. See 13:45:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:45:43 13:45:43 Login Succeeded 13:45:43 nexus3.edgexfoundry.org:10003 13:45:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:45:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:45:43 Configure a credential helper to remove this warning. See 13:45:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:45:43 13:45:43 Login Succeeded 13:45:43 nexus3.edgexfoundry.org:10004 13:45:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:45:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:45:44 Configure a credential helper to remove this warning. See 13:45:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:45:44 13:45:44 Login Succeeded 13:45:44 docker.io 13:45:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:45:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:45:44 Configure a credential helper to remove this warning. See 13:45:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:45:44 13:45:44 Login Succeeded 13:45:44 ---> docker-login.sh ends [Pipeline] } 13:45:44 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 13:45:45 + git log --format=format:%s -1 a69c54c209a4e3d1ed6c28225f7b27db404d29e2 [Pipeline] echo 13:45:45 GIT_COMMIT: a69c54c209a4e3d1ed6c28225f7b27db404d29e2, Commit Message: core data view page complete [Pipeline] echo 13:45:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 13:45:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:45:46 13:45:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:45:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:45:47 latest: Pulling from edgex-devops/git-semver 13:45:47 31603596830f: Pulling fs layer 13:45:47 2a8b12db71e7: Pulling fs layer 13:45:47 6ca5941a6612: Pulling fs layer 13:45:47 ecc8261a40a4: Pulling fs layer 13:45:47 ecc8261a40a4: Waiting 13:45:47 2a8b12db71e7: Verifying Checksum 13:45:47 2a8b12db71e7: Download complete 13:45:47 31603596830f: Verifying Checksum 13:45:47 31603596830f: Download complete 13:45:47 6ca5941a6612: Verifying Checksum 13:45:47 6ca5941a6612: Download complete 13:45:47 ecc8261a40a4: Verifying Checksum 13:45:47 ecc8261a40a4: Download complete 13:45:47 31603596830f: Pull complete 13:45:47 2a8b12db71e7: Pull complete 13:45:48 6ca5941a6612: Pull complete 13:45:48 ecc8261a40a4: Pull complete 13:45:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:45:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:45:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:45:49 prd-centos7-docker-4c-2g-16341 does not seem to be running inside a container 13:45:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-280 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-280:/w/workspace/edgexfoundry_edgex-ui-go_PR-280:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:45:51 $ docker top 979b37d5ab7d9774589c387efcd5df876e1e323d2da9cdbf9a16fac5f31c6e93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:45:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:45:51 [ssh-agent] Looking for ssh-agent implementation... 13:45:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:45:51 $ docker exec 979b37d5ab7d9774589c387efcd5df876e1e323d2da9cdbf9a16fac5f31c6e93 ssh-agent 13:45:51 SSH_AUTH_SOCK=/tmp/ssh-7It3GCD0lA4A/agent.11 13:45:51 SSH_AGENT_PID=16 13:45:51 Running ssh-add (command line suppressed) 13:45:52 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/private_key_4530512301101016811.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/private_key_4530512301101016811.key) 13:45:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:45:52 + git tag --points-at HEAD [Pipeline] } 13:45:52 $ docker exec --env ******** --env ******** 979b37d5ab7d9774589c387efcd5df876e1e323d2da9cdbf9a16fac5f31c6e93 ssh-agent -k 13:45:52 unset SSH_AUTH_SOCK; 13:45:52 unset SSH_AGENT_PID; 13:45:52 echo Agent pid 16 killed; 13:45:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:45:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:45:52 [ssh-agent] Looking for ssh-agent implementation... 13:45:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:45:52 $ docker exec 979b37d5ab7d9774589c387efcd5df876e1e323d2da9cdbf9a16fac5f31c6e93 ssh-agent 13:45:53 SSH_AUTH_SOCK=/tmp/ssh-CjS70Exw9tp0/agent.46 13:45:53 SSH_AGENT_PID=52 13:45:53 Running ssh-add (command line suppressed) 13:45:53 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/private_key_6606462206654261615.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/private_key_6606462206654261615.key) 13:45:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:45:53 + git semver init 13:45:53 # -> Open(): unable to determine branch for HEAD 13:45:53 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-280/.git 13:45:53 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-280 13:45:53 # $SEMVER_REMOTE_NAME = origin 13:45:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:45:53 # $SEMVER_USER_NAME = edgex-jenkins 13:45:53 # $SEMVER_BRANCH = PR-280 13:45:53 # $SEMVER_TEMP = /tmp/semver-844265074 13:45:53 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 13:45:54 # '/tmp/semver-844265074' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-280/.semver' 13:45:54 # -> Force: false 13:45:54 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-280/.semver [Pipeline] } 13:45:54 $ docker exec --env ******** --env ******** 979b37d5ab7d9774589c387efcd5df876e1e323d2da9cdbf9a16fac5f31c6e93 ssh-agent -k 13:45:55 unset SSH_AUTH_SOCK; 13:45:55 unset SSH_AGENT_PID; 13:45:55 echo Agent pid 52 killed; 13:45:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:45:55 + git semver [Pipeline] } 13:45:55 $ docker stop --time=1 979b37d5ab7d9774589c387efcd5df876e1e323d2da9cdbf9a16fac5f31c6e93 13:45:56 $ docker rm -f 979b37d5ab7d9774589c387efcd5df876e1e323d2da9cdbf9a16fac5f31c6e93 [Pipeline] // withDockerContainer [Pipeline] sh 13:45:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:45:58 Stashed 1 file(s) [Pipeline] echo 13:45:58 [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 13:46:13 Still waiting to schedule task 13:46:13 Waiting for next available executor on ‘centos7-docker-4c-2g’ 13:46:13 Still waiting to schedule task 13:46:13 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 13:48:02 Running on prd-centos7-docker-4c-2g-16343 in /w/workspace/edgexfoundry_edgex-ui-go_PR-280 [Pipeline] { [Pipeline] ws 13:48:02 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 13:48:05 using credential edgex-jenkins-ssh 13:48:05 Cloning the remote Git repository 13:48:05 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 13:48:05 > git init /w/workspace/edgex-ui-go/2 # timeout=10 13:48:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 13:48:05 > git --version # timeout=10 13:48:05 > git --version # 'git version 2.24.3' 13:48:05 using GIT_SSH to set credentials SSH Credentials for GitHub 13:48:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:48:07 Merging remotes/origin/master commit ad4a8559929426805d5df875db8eb26b12ca9048 into PR head commit a69c54c209a4e3d1ed6c28225f7b27db404d29e2 13:48:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 13:48:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:48:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 13:48:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 13:48:06 using GIT_SSH to set credentials SSH Credentials for GitHub 13:48:06 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:48:06 > git config core.sparsecheckout # timeout=10 13:48:06 > git checkout -f a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 13:48:07 Merge succeeded, producing a69c54c209a4e3d1ed6c28225f7b27db404d29e2 13:48:07 Checking out Revision a69c54c209a4e3d1ed6c28225f7b27db404d29e2 (PR-280) 13:48:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-16342 in /w/workspace/edgexfoundry_edgex-ui-go_PR-280 [Pipeline] { [Pipeline] ws 13:48:08 Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout 13:48:07 > git remote # timeout=10 13:48:07 > git config --get remote.origin.url # timeout=10 13:48:07 using GIT_SSH to set credentials SSH Credentials for GitHub 13:48:07 > git merge ad4a8559929426805d5df875db8eb26b12ca9048 # timeout=10 13:48:07 > git rev-parse HEAD^{commit} # timeout=10 13:48:07 > git config core.sparsecheckout # timeout=10 13:48:07 > git checkout -f a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 13:48:10 Commit message: "core data view page complete" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:48:12 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 13:48:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:48:13 + sudo service docker restart 13:48:13 + true 13:48:13 Redirecting to /bin/systemctl restart docker.service 13:48:13 using credential edgex-jenkins-ssh 13:48:13 Cloning the remote Git repository [Pipeline] withEnv [Pipeline] { 13:48:13 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 13:48:13 > git init /w/workspace/edgex-ui-go/2 # timeout=10 13:48:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 13:48:13 > git --version # timeout=10 13:48:13 > git --version # 'git version 2.17.1' 13:48:13 using GIT_SSH to set credentials SSH Credentials for GitHub 13:48:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] wrap 13:48:14 provisioning config files... 13:48:14 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config8871165958036459919tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:48:15 ---> docker-login.sh 13:48:15 nexus3.edgexfoundry.org:10001 13:48:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:48:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:48:15 Configure a credential helper to remove this warning. See 13:48:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:48:15 13:48:15 Login Succeeded 13:48:15 nexus3.edgexfoundry.org:10002 13:48:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:48:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:48:15 Configure a credential helper to remove this warning. See 13:48:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:48:15 13:48:15 Login Succeeded 13:48:15 nexus3.edgexfoundry.org:10003 13:48:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:48:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:48:15 Configure a credential helper to remove this warning. See 13:48:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:48:15 13:48:15 Login Succeeded 13:48:15 nexus3.edgexfoundry.org:10004 13:48:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:48:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 13:48:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:48:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 13:48:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 13:48:15 using GIT_SSH to set credentials SSH Credentials for GitHub 13:48:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/280/head:refs/remotes/origin/PR-280 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:48:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:48:16 Configure a credential helper to remove this warning. See 13:48:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:48:16 13:48:16 Login Succeeded 13:48:16 docker.io 13:48:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:48:16 Merging remotes/origin/master commit ad4a8559929426805d5df875db8eb26b12ca9048 into PR head commit a69c54c209a4e3d1ed6c28225f7b27db404d29e2 13:48:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:48:16 Configure a credential helper to remove this warning. See 13:48:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:48:16 13:48:16 Login Succeeded 13:48:16 ---> docker-login.sh ends [Pipeline] } 13:48:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 13:48:16 Merge succeeded, producing a69c54c209a4e3d1ed6c28225f7b27db404d29e2 13:48:16 Checking out Revision a69c54c209a4e3d1ed6c28225f7b27db404d29e2 (PR-280) [Pipeline] echo 13:48:16 ========================================================= 13:48:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 13:48:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:48:17 + 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 . 13:48:16 > git config core.sparsecheckout # timeout=10 13:48:16 > git checkout -f a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 13:48:16 > git remote # timeout=10 13:48:16 > git config --get remote.origin.url # timeout=10 13:48:16 using GIT_SSH to set credentials SSH Credentials for GitHub 13:48:16 > git merge ad4a8559929426805d5df875db8eb26b12ca9048 # timeout=10 13:48:16 > git rev-parse HEAD^{commit} # timeout=10 13:48:16 > git config core.sparsecheckout # timeout=10 13:48:16 > git checkout -f a69c54c209a4e3d1ed6c28225f7b27db404d29e2 # timeout=10 13:48:17 Sending build context to Docker daemon 16.58MB 13:48:17 Step 1/8 : ARG BASE=golang:1.15-alpine 13:48:17 Step 2/8 : FROM ${BASE} 13:48:17 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 13:48:17 188c0c94c7c5: Pulling fs layer 13:48:17 0ef7d3d256c8: Pulling fs layer 13:48:17 de9db76c5a1d: Pulling fs layer 13:48:17 bca2f99d35d6: Pulling fs layer 13:48:17 93359f2a8cfa: Pulling fs layer 13:48:17 7c6f9722023f: Pulling fs layer 13:48:17 a35cf1a2eb13: Pulling fs layer 13:48:17 bca2f99d35d6: Waiting 13:48:17 93359f2a8cfa: Waiting 13:48:17 7c6f9722023f: Waiting 13:48:17 a35cf1a2eb13: Waiting 13:48:17 de9db76c5a1d: Verifying Checksum 13:48:17 de9db76c5a1d: Download complete 13:48:17 0ef7d3d256c8: Download complete 13:48:17 93359f2a8cfa: Verifying Checksum 13:48:17 93359f2a8cfa: Download complete 13:48:17 188c0c94c7c5: Verifying Checksum 13:48:17 188c0c94c7c5: Download complete 13:48:17 7c6f9722023f: Verifying Checksum 13:48:17 7c6f9722023f: Download complete 13:48:17 188c0c94c7c5: Pull complete 13:48:17 0ef7d3d256c8: Pull complete 13:48:18 de9db76c5a1d: Pull complete 13:48:19 a35cf1a2eb13: Verifying Checksum 13:48:19 a35cf1a2eb13: Download complete 13:48:20 bca2f99d35d6: Verifying Checksum 13:48:20 bca2f99d35d6: Download complete 13:48:21 Commit message: "core data view page complete" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:48:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:48:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:48:23 + sudo service docker restart 13:48:23 + true 13:48:25 bca2f99d35d6: Pull complete 13:48:25 93359f2a8cfa: Pull complete 13:48:25 7c6f9722023f: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:48:26 provisioning config files... 13:48:26 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config6346346889221961349tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:48:26 ---> docker-login.sh 13:48:26 nexus3.edgexfoundry.org:10001 13:48:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:48:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:48:28 Configure a credential helper to remove this warning. See 13:48:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:48:28 13:48:28 Login Succeeded 13:48:28 nexus3.edgexfoundry.org:10002 13:48:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:48:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:48:28 Configure a credential helper to remove this warning. See 13:48:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:48:28 13:48:28 Login Succeeded 13:48:28 nexus3.edgexfoundry.org:10003 13:48:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:48:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:48:29 Configure a credential helper to remove this warning. See 13:48:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:48:29 13:48:29 Login Succeeded 13:48:29 nexus3.edgexfoundry.org:10004 13:48:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:48:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:48:29 Configure a credential helper to remove this warning. See 13:48:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:48:29 13:48:29 Login Succeeded 13:48:29 docker.io 13:48:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:48:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:48:30 Configure a credential helper to remove this warning. See 13:48:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:48:30 13:48:30 Login Succeeded 13:48:30 ---> docker-login.sh ends [Pipeline] } 13:48:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:48:31 ========================================================= 13:48:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:48:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:48:31 + 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 . 13:48:32 Sending build context to Docker daemon 16.58MB 13:48:32 Step 1/8 : ARG BASE=golang:1.15-alpine 13:48:32 Step 2/8 : FROM ${BASE} 13:48:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:48:32 5f621e34cdf4: Pulling fs layer 13:48:32 a4357932f1b6: Pulling fs layer 13:48:32 18c013af1878: Pulling fs layer 13:48:32 00ac8860ef70: Pulling fs layer 13:48:32 63d7cb157983: Pulling fs layer 13:48:32 b116817d02f9: Pulling fs layer 13:48:32 745a02a5169b: Pulling fs layer 13:48:32 63d7cb157983: Waiting 13:48:32 b116817d02f9: Waiting 13:48:32 745a02a5169b: Waiting 13:48:32 00ac8860ef70: Waiting 13:48:32 18c013af1878: Download complete 13:48:32 a4357932f1b6: Verifying Checksum 13:48:32 63d7cb157983: Verifying Checksum 13:48:32 63d7cb157983: Download complete 13:48:32 b116817d02f9: Verifying Checksum 13:48:32 b116817d02f9: Download complete 13:48:32 5f621e34cdf4: Verifying Checksum 13:48:32 5f621e34cdf4: Download complete 13:48:33 5f621e34cdf4: Pull complete 13:48:33 a4357932f1b6: Pull complete 13:48:33 a35cf1a2eb13: Pull complete 13:48:33 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 13:48:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 13:48:33 ---> a62c8e92a672 13:48:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:48:33 ---> Running in c1d9d295cfd3 13:48:33 Removing intermediate container c1d9d295cfd3 13:48:33 ---> 34a3573c4f1b 13:48:33 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:48:33 ---> Running in a554227917f8 13:48:34 18c013af1878: Pull complete 13:48:34 745a02a5169b: Verifying Checksum 13:48:34 745a02a5169b: Download complete 13:48:34 Removing intermediate container a554227917f8 13:48:34 ---> 919a3cdd0a18 13:48:34 Step 5/8 : RUN apk add --no-cache make git 13:48:34 ---> Running in dd586eb291ad 13:48:35 00ac8860ef70: Verifying Checksum 13:48:35 00ac8860ef70: Download complete 13:48:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:48:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:48:36 OK: 166 MiB in 39 packages 13:48:37 Removing intermediate container dd586eb291ad 13:48:37 ---> 231fb61cf200 13:48:37 Step 6/8 : WORKDIR /edgex-ui-go 13:48:37 ---> Running in b16270a742a6 13:48:37 Removing intermediate container b16270a742a6 13:48:37 ---> 073c9d20ab1b 13:48:37 Step 7/8 : COPY . . 13:48:39 ---> 1d2300d43ba3 13:48:39 Step 8/8 : RUN go mod download 13:48:39 ---> Running in 10a06f64872f 13:48:45 00ac8860ef70: Pull complete 13:48:46 63d7cb157983: Pull complete 13:48:46 b116817d02f9: Pull complete 13:48:50 745a02a5169b: Pull complete 13:48:50 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:48:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:48:50 ---> b7e6874047d6 13:48:50 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 13:48:53 ---> Running in a18fbcc0754e 13:48:53 Removing intermediate container a18fbcc0754e 13:48:53 ---> 6b4cec46725f 13:48:53 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:48:54 ---> Running in c2a865b5ae69 13:48:56 Removing intermediate container c2a865b5ae69 13:48:56 ---> 32376a6fffbb 13:48:56 Step 5/8 : RUN apk add --no-cache make git 13:48:56 ---> Running in 12e8cb66c85a 13:48:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:48:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:48:59 OK: 142 MiB in 39 packages 13:49:00 Removing intermediate container 12e8cb66c85a 13:49:00 ---> 99c899ea43e6 13:49:00 Step 6/8 : WORKDIR /edgex-ui-go 13:49:00 ---> Running in e323dd896aee 13:49:00 Removing intermediate container e323dd896aee 13:49:00 ---> 723c9fbacca3 13:49:00 Step 7/8 : COPY . . 13:49:01 Removing intermediate container 10a06f64872f 13:49:01 ---> 4c73be6733d9 13:49:01 Successfully built 4c73be6733d9 13:49:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:49:01 + docker inspect -f . ci-base-image-x86_64 13:49:01 . [Pipeline] withDockerContainer 13:49:02 prd-centos7-docker-4c-2g-16343 does not seem to be running inside a container 13:49:02 $ 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 ******** ci-base-image-x86_64 cat 13:49:02 ---> e8f7bb0525ce 13:49:02 Step 8/8 : RUN go mod download 13:49:03 $ docker top 4d77fd19ad765d409a681ebc5573bd054f48bc80e72a32015a90c1723ac31379 -eo pid,comm 13:49:03 ---> Running in 1b44c4e899cd [Pipeline] { [Pipeline] sh 13:49:03 + go version 13:49:03 go version go1.15.5 linux/amd64 [Pipeline] } 13:49:03 $ docker stop --time=1 4d77fd19ad765d409a681ebc5573bd054f48bc80e72a32015a90c1723ac31379 13:49:04 $ docker rm -f 4d77fd19ad765d409a681ebc5573bd054f48bc80e72a32015a90c1723ac31379 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:49:05 + docker inspect -f . ci-base-image-x86_64 13:49:05 . [Pipeline] withDockerContainer 13:49:05 prd-centos7-docker-4c-2g-16343 does not seem to be running inside a container 13:49:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 13:49:06 $ docker top 1aa22272c965f9e2a9f84eebcb31ba501ad7d36e802787ff635e948a108d75de -eo pid,comm [Pipeline] { [Pipeline] sh 13:49:07 + make test 13:49:07 GO111MODULE=on go test -coverprofile=coverage.out ./... 13:49:07 ? github.com/edgexfoundry/edgex-ui-go [no test files] 13:49:15 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 13:49:15 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 13:49:15 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 13:49:15 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 13:49:15 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 13:49:15 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 13:49:15 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 13:49:15 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 13:49:15 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 13:49:15 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 13:49:15 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 13:49:15 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 13:49:15 GO111MODULE=on go vet ./... [Pipeline] } 13:49:16 $ docker stop --time=1 1aa22272c965f9e2a9f84eebcb31ba501ad7d36e802787ff635e948a108d75de 13:49:19 $ docker rm -f 1aa22272c965f9e2a9f84eebcb31ba501ad7d36e802787ff635e948a108d75de [Pipeline] // withDockerContainer [Pipeline] sh 13:49:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:49:20 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 13:49:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:49:22 + ls -al . 13:49:22 total 88 13:49:22 drwxrwxr-x. 10 jenkins jenkins 4096 Dec 16 13:49 . 13:49:22 drwxrwxr-x. 4 jenkins jenkins 28 Dec 16 13:48 .. 13:49:22 drwxrwxr-x. 3 jenkins jenkins 20 Dec 16 13:48 assets 13:49:22 drwxrwxr-x. 2 jenkins jenkins 35 Dec 16 13:48 bin 13:49:22 drwxrwxr-x. 3 jenkins jenkins 29 Dec 16 13:48 cmd 13:49:22 -rw-rw-r--. 1 jenkins jenkins 3959 Dec 16 13:48 CONTRIBUTING.md 13:49:22 -rw-r--r--. 1 jenkins jenkins 10 Dec 16 13:49 coverage.out 13:49:22 -rw-rw-r--. 1 jenkins jenkins 913 Dec 16 13:48 Dockerfile 13:49:22 -rw-rw-r--. 1 jenkins jenkins 898 Dec 16 13:48 Dockerfile.build 13:49:22 drwxrwxr-x. 5 jenkins jenkins 104 Dec 16 13:48 docs 13:49:22 drwxrwxr-x. 8 jenkins jenkins 179 Dec 16 13:48 .git 13:49:22 drwxrwxr-x. 2 jenkins jenkins 81 Dec 16 13:48 .github 13:49:22 -rw-rw-r--. 1 jenkins jenkins 153 Dec 16 13:48 .gitignore 13:49:22 -rw-rw-r--. 1 jenkins jenkins 1019 Dec 16 13:48 go.mod 13:49:22 -rw-r--r--. 1 jenkins jenkins 20718 Dec 16 13:49 go.sum 13:49:22 drwxrwxr-x. 10 jenkins jenkins 139 Dec 16 13:48 internal 13:49:22 -rw-rw-r--. 1 jenkins jenkins 652 Dec 16 13:48 Jenkinsfile 13:49:22 -rw-rw-r--. 1 jenkins jenkins 11357 Dec 16 13:48 LICENSE 13:49:22 -rw-rw-r--. 1 jenkins jenkins 951 Dec 16 13:48 Makefile 13:49:22 -rw-rw-r--. 1 jenkins jenkins 4535 Dec 16 13:48 README.md 13:49:22 -rw-rw-r--. 1 jenkins jenkins 5 Dec 16 13:45 VERSION 13:49:22 -rw-rw-r--. 1 jenkins jenkins 155 Dec 16 13:48 version.go 13:49:22 drwxrwxr-x. 4 jenkins jenkins 266 Dec 16 13:48 web [Pipeline] isUnix [Pipeline] sh 13:49:23 + 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=a69c54c209a4e3d1ed6c28225f7b27db404d29e2 --label arch=amd64 --label version=0.0.0 . 13:49:23 Sending build context to Docker daemon 16.6MB 13:49:23 Step 1/24 : ARG BASE=golang:1.15-alpine 13:49:23 Step 2/24 : FROM ${BASE} AS builder 13:49:23 ---> 4c73be6733d9 13:49:23 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 13:49:23 ---> Running in 6f828eafce5e 13:49:24 Removing intermediate container 6f828eafce5e 13:49:24 ---> da2103d8f2af 13:49:24 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 13:49:24 ---> Running in 560c021da6b6 13:49:24 Removing intermediate container 560c021da6b6 13:49:24 ---> b1b14b842001 13:49:24 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 13:49:24 ---> Running in db0dd44de9cc 13:49:24 Removing intermediate container db0dd44de9cc 13:49:24 ---> 3c58ece51e2c 13:49:24 Step 6/24 : LABEL Name=edgex-ui-go 13:49:24 ---> Running in b7b8ee4d18c4 13:49:24 Removing intermediate container b7b8ee4d18c4 13:49:24 ---> 8b74b2a03d8c 13:49:24 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 13:49:24 ---> Running in 4dffbbe34a80 13:49:25 Removing intermediate container 4dffbbe34a80 13:49:25 ---> 6d81bbeb5c0b 13:49:25 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:49:25 ---> Running in e1b5d53bca1d 13:49:25 Removing intermediate container e1b5d53bca1d 13:49:25 ---> 77a278507586 13:49:25 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:49:25 ---> Running in 93d78adda4ed 13:49:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:49:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:49:27 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:49:27 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:49:27 OK: 12750 distinct packages available 13:49:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:49:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:49:28 OK: 166 MiB in 39 packages 13:49:29 Removing intermediate container 93d78adda4ed 13:49:29 ---> c553338ea114 13:49:29 Step 10/24 : ENV GO111MODULE=on 13:49:29 ---> Running in c71166911cf0 13:49:29 Removing intermediate container c71166911cf0 13:49:29 ---> d4779bc3b26d 13:49:29 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 13:49:29 ---> Running in 4bd1042bbed7 13:49:29 Removing intermediate container 4bd1042bbed7 13:49:29 ---> 28302cb4e97d 13:49:29 Step 12/24 : COPY go.mod . 13:49:29 Removing intermediate container 1b44c4e899cd 13:49:29 ---> e21591a3889d 13:49:29 Successfully built e21591a3889d 13:49:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:49:30 + docker inspect -f . ci-base-image-arm64 13:49:30 . [Pipeline] withDockerContainer 13:49:30 prd-ubuntu18.04-docker-arm64-4c-16g-16342 does not seem to be running inside a container 13:49:30 $ 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 ******** ci-base-image-arm64 cat 13:49:30 ---> 22fbb824a479 13:49:30 Step 13/24 : COPY Makefile . 13:49:30 ---> b044be284297 13:49:30 Step 14/24 : RUN make update 13:49:30 ---> Running in 48ba7cf6b721 13:49:31 CGO_ENABLED=0 GO111MODULE=on go mod download 13:49:31 Removing intermediate container 48ba7cf6b721 13:49:31 ---> b11fab5cd26c 13:49:31 Step 15/24 : COPY . . 13:49:32 $ docker top e70548caa97215b4120c045247277f1f659633af34d2f54babb0c4f82b14d9ba -eo pid,comm [Pipeline] { [Pipeline] sh 13:49:33 + go version 13:49:33 go version go1.15.5 linux/arm64 [Pipeline] } 13:49:33 $ docker stop --time=1 e70548caa97215b4120c045247277f1f659633af34d2f54babb0c4f82b14d9ba 13:49:33 ---> cbdb23a47ec3 13:49:33 Step 16/24 : RUN ${MAKE} 13:49:33 ---> Running in ad45b4a940ef 13:49:33 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 13:49:34 $ docker rm -f e70548caa97215b4120c045247277f1f659633af34d2f54babb0c4f82b14d9ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:49:35 + docker inspect -f . ci-base-image-arm64 13:49:35 . [Pipeline] withDockerContainer 13:49:36 prd-ubuntu18.04-docker-arm64-4c-16g-16342 does not seem to be running inside a container 13:49:36 $ 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 ******** ci-base-image-arm64 cat 13:49:37 $ docker top 2f7fa9f7aef8feeae7f4e95ffa279474b5f6580c1ba171232ab25fb85c345dd6 -eo pid,comm [Pipeline] { [Pipeline] sh 13:49:38 + make test 13:49:38 GO111MODULE=on go test -coverprofile=coverage.out ./... 13:49:39 ? github.com/edgexfoundry/edgex-ui-go [no test files] 13:49:42 CGO_ENABLED=0 GO111MODULE=on go build ./... 13:49:43 Removing intermediate container ad45b4a940ef 13:49:43 ---> f29d1dff6911 13:49:43 Step 17/24 : FROM alpine 13:49:44 latest: Pulling from library/alpine 13:49:44 05e7bc50f07f: Pulling fs layer 13:49:44 05e7bc50f07f: Download complete 13:49:45 05e7bc50f07f: Pull complete 13:49:45 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 13:49:45 Status: Downloaded newer image for alpine:latest 13:49:45 ---> b14afc6dfb98 13:49:45 Step 18/24 : EXPOSE 4000 13:49:45 ---> Running in 2e11aafdd5e1 13:49:45 Removing intermediate container 2e11aafdd5e1 13:49:45 ---> 9160138c0d15 13:49:45 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 13:49:46 ---> ef2851961431 13:49:46 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 13:49:46 ---> Running in 59fa1ba2c436 13:49:46 Removing intermediate container 59fa1ba2c436 13:49:46 ---> 5869961b6bde 13:49:46 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 13:49:46 ---> Running in 7e15c96fe395 13:49:46 Removing intermediate container 7e15c96fe395 13:49:46 ---> a20d0eeb7c5f 13:49:46 Step 22/24 : LABEL arch=amd64 13:49:46 ---> Running in f6a23034381d 13:49:46 Removing intermediate container f6a23034381d 13:49:46 ---> 48a73b2ced1e 13:49:46 Step 23/24 : LABEL git_sha=a69c54c209a4e3d1ed6c28225f7b27db404d29e2 13:49:46 ---> Running in 2e9c8729a716 13:49:47 Removing intermediate container 2e9c8729a716 13:49:47 ---> 8ed457db603f 13:49:47 Step 24/24 : LABEL version=0.0.0 13:49:47 ---> Running in ba598e8cb3db 13:49:47 Removing intermediate container ba598e8cb3db 13:49:47 ---> 9bd0442424ca 13:49:47 [Warning] One or more build-args [ARCH] were not consumed 13:49:47 Successfully built 9bd0442424ca 13:49:47 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] } 13:50:01 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 13:50:01 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 13:50:01 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 13:50:01 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 13:50:01 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 13:50:01 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 13:50:01 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 13:50:01 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 13:50:01 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 13:50:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 13:50:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 13:50:01 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 13:50:01 GO111MODULE=on go vet ./... [Pipeline] } 13:50:07 $ docker stop --time=1 2f7fa9f7aef8feeae7f4e95ffa279474b5f6580c1ba171232ab25fb85c345dd6 13:50:09 $ docker rm -f 2f7fa9f7aef8feeae7f4e95ffa279474b5f6580c1ba171232ab25fb85c345dd6 [Pipeline] // withDockerContainer [Pipeline] sh 13:50:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:50:10 Warning: overwriting stash ‘coverage-report’ 13:50:10 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:50:11 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:50:12 + ls -al . 13:50:12 total 124 13:50:12 drwxrwxr-x 10 jenkins jenkins 4096 Dec 16 13:49 . 13:50:12 drwxrwxr-x 4 jenkins jenkins 4096 Dec 16 13:48 .. 13:50:12 drwxrwxr-x 8 jenkins jenkins 4096 Dec 16 13:48 .git 13:50:12 drwxrwxr-x 2 jenkins jenkins 4096 Dec 16 13:48 .github 13:50:12 -rw-rw-r-- 1 jenkins jenkins 153 Dec 16 13:48 .gitignore 13:50:12 -rw-rw-r-- 1 jenkins jenkins 3959 Dec 16 13:48 CONTRIBUTING.md 13:50:12 -rw-rw-r-- 1 jenkins jenkins 913 Dec 16 13:48 Dockerfile 13:50:12 -rw-rw-r-- 1 jenkins jenkins 898 Dec 16 13:48 Dockerfile.build 13:50:12 -rw-rw-r-- 1 jenkins jenkins 652 Dec 16 13:48 Jenkinsfile 13:50:12 -rw-rw-r-- 1 jenkins jenkins 11357 Dec 16 13:48 LICENSE 13:50:12 -rw-rw-r-- 1 jenkins jenkins 951 Dec 16 13:48 Makefile 13:50:12 -rw-rw-r-- 1 jenkins jenkins 4535 Dec 16 13:48 README.md 13:50:12 -rw-rw-r-- 1 jenkins jenkins 5 Dec 16 13:45 VERSION 13:50:12 drwxrwxr-x 3 jenkins jenkins 4096 Dec 16 13:48 assets 13:50:12 drwxrwxr-x 2 jenkins jenkins 4096 Dec 16 13:48 bin 13:50:12 drwxrwxr-x 3 jenkins jenkins 4096 Dec 16 13:48 cmd 13:50:12 -rw-r--r-- 1 jenkins jenkins 10 Dec 16 13:49 coverage.out 13:50:12 drwxrwxr-x 5 jenkins jenkins 4096 Dec 16 13:48 docs 13:50:12 -rw-rw-r-- 1 jenkins jenkins 1019 Dec 16 13:48 go.mod 13:50:12 -rw-r--r-- 1 jenkins jenkins 20718 Dec 16 13:49 go.sum 13:50:12 drwxrwxr-x 10 jenkins jenkins 4096 Dec 16 13:48 internal 13:50:12 -rw-rw-r-- 1 jenkins jenkins 155 Dec 16 13:48 version.go 13:50:12 drwxrwxr-x 4 jenkins jenkins 4096 Dec 16 13:48 web [Pipeline] isUnix [Pipeline] sh 13:50:12 + 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=a69c54c209a4e3d1ed6c28225f7b27db404d29e2 --label arch=arm64 --label version=0.0.0 . 13:50:13 Sending build context to Docker daemon 16.6MB 13:50:13 Step 1/24 : ARG BASE=golang:1.15-alpine 13:50:13 Step 2/24 : FROM ${BASE} AS builder 13:50:13 ---> e21591a3889d 13:50:13 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 13:50:13 ---> Running in 605f12570ef8 13:50:13 Removing intermediate container 605f12570ef8 13:50:13 ---> cc73d4d64352 13:50:13 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 13:50:14 ---> Running in a672accd5944 13:50:14 Removing intermediate container a672accd5944 13:50:14 ---> f2490c02b4c5 13:50:14 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 13:50:14 ---> Running in 088e5313ede5 13:50:15 Removing intermediate container 088e5313ede5 13:50:15 ---> 0d514114af48 13:50:15 Step 6/24 : LABEL Name=edgex-ui-go 13:50:15 ---> Running in 998dc3a6620a 13:50:16 Removing intermediate container 998dc3a6620a 13:50:16 ---> e0b432cf6df8 13:50:16 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 13:50:16 ---> Running in fd5d943cf650 13:50:16 Removing intermediate container fd5d943cf650 13:50:16 ---> 66d24caa5b08 13:50:16 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:50:16 ---> Running in daefc7cc6ff5 13:50:18 Removing intermediate container daefc7cc6ff5 13:50:18 ---> 09829e6881ef 13:50:18 Step 9/24 : RUN apk update && apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:50:18 ---> Running in 98ec75ad60d6 13:50:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:50:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:50:21 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] 13:50:21 v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] 13:50:21 OK: 12620 distinct packages available 13:50:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:50:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:50:22 OK: 142 MiB in 39 packages 13:50:23 Removing intermediate container 98ec75ad60d6 13:50:23 ---> 7be73a12f264 13:50:23 Step 10/24 : ENV GO111MODULE=on 13:50:24 ---> Running in 19b39599d382 13:50:24 Removing intermediate container 19b39599d382 13:50:24 ---> 272105503d29 13:50:24 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 13:50:24 ---> Running in 24a1cfb0e1ec 13:50:25 Removing intermediate container 24a1cfb0e1ec 13:50:25 ---> 4edab9190177 13:50:25 Step 12/24 : COPY go.mod . 13:50:25 ---> 19fbb453ac02 13:50:25 Step 13/24 : COPY Makefile . 13:50:26 ---> 205a5c4f4ba3 13:50:26 Step 14/24 : RUN make update 13:50:26 ---> Running in c08d6ae4889d 13:50:27 CGO_ENABLED=0 GO111MODULE=on go mod download 13:50:29 Removing intermediate container c08d6ae4889d 13:50:29 ---> 72570e140018 13:50:29 Step 15/24 : COPY . . 13:50:31 ---> 464874920fd2 13:50:31 Step 16/24 : RUN ${MAKE} 13:50:31 ---> Running in f92fb18f546e 13:50:32 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 13:50:55 CGO_ENABLED=0 GO111MODULE=on go build ./... 13:50:59 Removing intermediate container f92fb18f546e 13:50:59 ---> 5477f42dcd20 13:50:59 Step 17/24 : FROM alpine 13:50:59 latest: Pulling from library/alpine 13:50:59 a3cc7d3b244e: Pulling fs layer 13:50:59 a3cc7d3b244e: Verifying Checksum 13:50:59 a3cc7d3b244e: Download complete 13:51:00 a3cc7d3b244e: Pull complete 13:51:00 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 13:51:00 Status: Downloaded newer image for alpine:latest 13:51:00 ---> dd36a01c3f31 13:51:00 Step 18/24 : EXPOSE 4000 13:51:00 ---> Running in bcb467d093e0 13:51:01 Removing intermediate container bcb467d093e0 13:51:01 ---> 6c5a1f53021d 13:51:01 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 13:51:02 ---> 2929422f9161 13:51:02 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 13:51:02 ---> Running in f85c08e847f0 13:51:03 Removing intermediate container f85c08e847f0 13:51:03 ---> bfa382713f46 13:51:03 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 13:51:03 ---> Running in e48f778e24a2 13:51:04 Removing intermediate container e48f778e24a2 13:51:04 ---> 8cfe2412223f 13:51:04 Step 22/24 : LABEL arch=arm64 13:51:04 ---> Running in 3ca7d8d44bb0 13:51:04 Removing intermediate container 3ca7d8d44bb0 13:51:04 ---> 4fb3e305cd36 13:51:04 Step 23/24 : LABEL git_sha=a69c54c209a4e3d1ed6c28225f7b27db404d29e2 13:51:04 ---> Running in 72d5cd631158 13:51:05 Removing intermediate container 72d5cd631158 13:51:05 ---> ef308aea41e0 13:51:05 Step 24/24 : LABEL version=0.0.0 13:51:05 ---> Running in fc81910785db 13:51:05 Removing intermediate container fc81910785db 13:51:05 ---> 1ce7cdcf6a5d 13:51:05 [Warning] One or more build-args [ARCH] were not consumed 13:51:05 Successfully built 1ce7cdcf6a5d 13:51:05 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 13:51:07 provisioning config files... 13:51:07 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/config765767670090708285tmp [Pipeline] { [Pipeline] sh 13:51:07 + set +x 13:51:07 + bash -s -- 13:51:07 + curl -s https://codecov.io/bash 13:51:08 13:51:08 _____ _ 13:51:08 / ____| | | 13:51:08 | | ___ __| | ___ ___ _____ __ 13:51:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:51:08 | |___| (_) | (_| | __/ (_| (_) \ V / 13:51:08 \_____\___/ \__,_|\___|\___\___/ \_/ 13:51:08 Bash-20201130-cc6d3fe 13:51:08 13:51:08 13:51:08 ==> Jenkins CI detected. 13:51:08 project root: . 13:51:08 --> token set from env 13:51:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:51:08 ==> Running gcov in . (disable via -X gcov) 13:51:08 ==> Python coveragepy not found 13:51:08 ==> Searching for coverage reports in: 13:51:08 + . 13:51:08 -> Found 1 reports 13:51:08 ==> Detecting git/mercurial file structure 13:51:08 ==> Reading reports 13:51:08 + ./coverage.out bytes=10 13:51:08 ==> Appending adjustments 13:51:08 https://docs.codecov.io/docs/fixing-reports 13:51:08 + Found adjustments 13:51:08 ==> Gzipping contents 13:51:08 4.0K /tmp/codecov.IPVbEA.gz 13:51:08 ==> Uploading reports 13:51:08 url: https://codecov.io 13:51:08 query: branch=PR-280&commit=a69c54c209a4e3d1ed6c28225f7b27db404d29e2&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-280%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=280&job=&cmd_args= 13:51:08 -> Pinging Codecov 13:51:08 https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-280&commit=a69c54c209a4e3d1ed6c28225f7b27db404d29e2&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-280%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=280&job=&cmd_args= 13:51:08 -> Uploading to 13:51:08 https://storage.googleapis.com/codecov/v4/raw/2020-12-16/FB506323287CE973F263BFD2A0EB1F37/a69c54c209a4e3d1ed6c28225f7b27db404d29e2/2b7dd357-e96d-4180-820d-1cdb0a88750b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201216T135108Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bde57b3b19dd0ac0d20fc2a97a258a5bbb2609145bce0af560e2bba675f8b6cc 13:51:08 % Total % Received % Xferd Average Speed Time Time Time Current 13:51:08 Dload Upload Total Spent Left Speed 13:51:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2378 0 0 100 2378 0 5674 --:--:-- --:--:-- --:--:-- 5675 13:51:09 -> View reports at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/a69c54c209a4e3d1ed6c28225f7b27db404d29e2 [Pipeline] } 13:51:09 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 13:51:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:51:12 ---> package-listing.sh 13:51:12 ++ facter osfamily 13:51:12 ++ tr '[:upper:]' '[:lower:]' 13:51:12 + OS_FAMILY=redhat 13:51:12 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-280 13:51:12 + START_PACKAGES=/tmp/packages_start.txt 13:51:12 + END_PACKAGES=/tmp/packages_end.txt 13:51:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:51:12 + PACKAGES=/tmp/packages_start.txt 13:51:12 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-280 ']' 13:51:12 + PACKAGES=/tmp/packages_end.txt 13:51:12 + case "${OS_FAMILY}" in 13:51:12 + rpm -qa 13:51:12 + sort 13:51:16 + '[' -f /tmp/packages_start.txt ']' 13:51:16 + '[' -f /tmp/packages_end.txt ']' 13:51:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:51:16 + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-280 ']' 13:51:16 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-280/archives/ 13:51:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-280/archives/ [Pipeline] echo 13:51:16 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-280/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:51:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:51:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:51:17 13:51:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:51:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:51:17 alpine: Pulling from edgex-lftools-log-publisher 13:51:17 df20fa9351a1: Pulling fs layer 13:51:17 36b3adc4ff6f: Pulling fs layer 13:51:17 8ad3a11d3b57: Pulling fs layer 13:51:17 46f8f816bc3b: Pulling fs layer 13:51:17 93b61091891f: Pulling fs layer 13:51:17 93b9cdb0e59b: Pulling fs layer 13:51:17 5e14af77c1be: Pulling fs layer 13:51:17 01666e4c0597: Pulling fs layer 13:51:17 aa168da1d23b: Pulling fs layer 13:51:17 93b9cdb0e59b: Waiting 13:51:17 5e14af77c1be: Waiting 13:51:17 01666e4c0597: Waiting 13:51:17 46f8f816bc3b: Waiting 13:51:17 93b61091891f: Waiting 13:51:17 aa168da1d23b: Waiting 13:51:17 36b3adc4ff6f: Download complete 13:51:17 46f8f816bc3b: Download complete 13:51:17 df20fa9351a1: Verifying Checksum 13:51:17 df20fa9351a1: Download complete 13:51:17 93b9cdb0e59b: Verifying Checksum 13:51:17 93b9cdb0e59b: Download complete 13:51:17 5e14af77c1be: Verifying Checksum 13:51:17 5e14af77c1be: Download complete 13:51:17 93b61091891f: Verifying Checksum 13:51:17 93b61091891f: Download complete 13:51:17 01666e4c0597: Verifying Checksum 13:51:17 01666e4c0597: Download complete 13:51:18 df20fa9351a1: Pull complete 13:51:18 36b3adc4ff6f: Pull complete 13:51:18 8ad3a11d3b57: Download complete 13:51:19 8ad3a11d3b57: Pull complete 13:51:19 46f8f816bc3b: Pull complete 13:51:20 93b61091891f: Pull complete 13:51:20 93b9cdb0e59b: Pull complete 13:51:20 aa168da1d23b: Verifying Checksum 13:51:20 aa168da1d23b: Download complete 13:51:20 5e14af77c1be: Pull complete 13:51:20 01666e4c0597: Pull complete 13:51:27 aa168da1d23b: Pull complete 13:51:27 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:51:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:51:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:51:27 prd-centos7-docker-4c-2g-16341 does not seem to be running inside a container 13:51:27 $ 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-280/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-280 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-280:/w/workspace/edgexfoundry_edgex-ui-go_PR-280:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@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:10003/edgex-lftools-log-publisher:alpine cat 13:51:30 $ docker top e86248a98707b6f045198f868255199afe9b134e1f8b16d19602620820aec2d3 -eo pid,comm [Pipeline] { [Pipeline] sh 13:51:31 + touch /tmp/pre-build-complete [Pipeline] sh 13:51:31 + mkdir -p /var/log/sa [Pipeline] sh 13:51:31 + ls /var/log/sa-host 13:51:31 + sadf -c /var/log/sa-host/sa16 13:51:31 file_magic: OK 13:51:31 HZ: Using current value: 100 13:51:31 file_header: OK 13:51: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 13:51:31 Statistics: 13:51:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 13:51:31 File successfully converted to sysstat format version 12.2.1 13:51:31 + sadf -c /var/log/sa-host/sa23 13:51:31 file_magic: OK 13:51:31 HZ: Using current value: 100 13:51:31 file_header: OK 13:51: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 13:51:31 Statistics: 13:51:31 Hnuu...uuuununununu... 13:51:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:51:32 provisioning config files... 13:51:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-280@tmp/config8360780683872498637tmp [Pipeline] { [Pipeline] echo 13:51:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:51:32 ---> create-netrc.sh [Pipeline] } 13:51:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:51:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:51:33 ---> python-tools-install.sh [Pipeline] echo 13:51:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:51:33 ---> sudo-logs.sh 13:51:33 Archiving 'sudo' log.. [Pipeline] echo 13:51:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:51:33 ---> job-cost.sh 13:51:33 lf-activate-venv: SKIPPING 13:51:33 INFO: No Stack... 13:51:34 INFO: Retrieving Pricing Info for: v1-standard-2 13:51:35 INFO: Archiving Costs [Pipeline] echo 13:51:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:51:35 ---> logs-deploy.sh 13:51:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-280/2 13:51:35 INFO: archiving workspace using pattern(s): 13:51:37 Archives upload complete. 13:51:37 INFO: archiving logs to Nexus