Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from db70ee541918723d88120af90797eabe42092ea6 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-edgex-ui-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31001 in /w/workspace/edgexfoundry_edgex-ui-go_master [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_master # 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 Checking out Revision db70ee541918723d88120af90797eabe42092ea6 (master) > 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/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f db70ee541918723d88120af90797eabe42092ea6 # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" > git rev-list --no-walk 8031b982e40d9e1a5abcd3c2690ca3c2b3c7f818 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:35:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:35:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:35:21 ========================================================= 02:35:21 EdgeX Global Pipelines Version Info 02:35:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:35:22 ------------------- 02:35:22 stable info: 02:35:22 ------------------- 02:35:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:35:22 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:35:22 Message: update stable to v1.0.186 02:35:23 ------------------- 02:35:23 experimental info: 02:35:23 ------------------- 02:35:23 Commited By: **** collab-it+edgex@linuxfoundation.org 02:35:23 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:35:23 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:35:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo 02:35:24 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo 02:35:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:35:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:35:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:35:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:35:24 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:35:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:35:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:35:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:35:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:35:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-edgex-ui-go [Pipeline] echo 02:35:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:35:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:35:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:35:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:35:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:35:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:35:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:35:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:35:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:35:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:35:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:35:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:35:26 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:35:26 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:35:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 02:35:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 02:35:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 02:35:27 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = db70ee541918723d88120af90797eabe42092ea6 [Pipeline] echo 02:35:27 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = db70ee5 [Pipeline] echo 02:35:27 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:35:27 provisioning config files... 02:35:27 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config176625019020373478tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:35:27 ---> docker-login.sh 02:35:27 nexus3.edgexfoundry.org:10001 02:35:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:35:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:35:28 Configure a credential helper to remove this warning. See 02:35:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:35:28 02:35:28 Login Succeeded 02:35:28 nexus3.edgexfoundry.org:10002 02:35:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:35:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:35:28 Configure a credential helper to remove this warning. See 02:35:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:35:28 02:35:28 Login Succeeded 02:35:28 nexus3.edgexfoundry.org:10003 02:35:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:35:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:35:28 Configure a credential helper to remove this warning. See 02:35:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:35:28 02:35:28 Login Succeeded 02:35:28 nexus3.edgexfoundry.org:10004 02:35:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:35:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:35:28 Configure a credential helper to remove this warning. See 02:35:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:35:28 02:35:28 Login Succeeded 02:35:28 docker.io 02:35:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:35:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:35:29 Configure a credential helper to remove this warning. See 02:35:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:35:29 02:35:29 Login Succeeded 02:35:29 ---> docker-login.sh ends [Pipeline] } 02:35:29 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 02:35:30 + git log --format=format:%s -1 db70ee541918723d88120af90797eabe42092ea6 [Pipeline] echo 02:35:30 GIT_COMMIT: db70ee541918723d88120af90797eabe42092ea6, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 02:35:30 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:35:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:35:31 02:35:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:35:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:35:31 latest: Pulling from edgex-devops/git-semver 02:35:31 31603596830f: Pulling fs layer 02:35:31 2a8b12db71e7: Pulling fs layer 02:35:31 6ca5941a6612: Pulling fs layer 02:35:31 ecc8261a40a4: Pulling fs layer 02:35:31 ecc8261a40a4: Waiting 02:35:31 2a8b12db71e7: Verifying Checksum 02:35:31 2a8b12db71e7: Download complete 02:35:31 31603596830f: Verifying Checksum 02:35:31 31603596830f: Download complete 02:35:31 ecc8261a40a4: Verifying Checksum 02:35:31 ecc8261a40a4: Download complete 02:35:31 6ca5941a6612: Verifying Checksum 02:35:31 6ca5941a6612: Download complete 02:35:32 31603596830f: Pull complete 02:35:32 2a8b12db71e7: Pull complete 02:35:33 6ca5941a6612: Pull complete 02:35:33 ecc8261a40a4: Pull complete 02:35:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:35:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:35:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:35:33 prd-centos7-docker-4c-2g-31001 does not seem to be running inside a container 02:35:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:35:35 $ docker top fd4336e8eb3686b65f981370cb59e6164418e9274db297a9e440bd2bcb023a05 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:35:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:35:36 [ssh-agent] Looking for ssh-agent implementation... 02:35:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:35:36 $ docker exec fd4336e8eb3686b65f981370cb59e6164418e9274db297a9e440bd2bcb023a05 ssh-agent 02:35:36 SSH_AUTH_SOCK=/tmp/ssh-B151SPfCbxoO/agent.12 02:35:36 SSH_AGENT_PID=17 02:35:36 Running ssh-add (command line suppressed) 02:35:36 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4629443036939310666.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_4629443036939310666.key) 02:35:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:35:37 + git tag --points-at HEAD [Pipeline] } 02:35:37 $ docker exec --env ******** --env ******** fd4336e8eb3686b65f981370cb59e6164418e9274db297a9e440bd2bcb023a05 ssh-agent -k 02:35:37 unset SSH_AUTH_SOCK; 02:35:37 unset SSH_AGENT_PID; 02:35:37 echo Agent pid 17 killed; 02:35:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:35:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:35:37 [ssh-agent] Looking for ssh-agent implementation... 02:35:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:35:37 $ docker exec fd4336e8eb3686b65f981370cb59e6164418e9274db297a9e440bd2bcb023a05 ssh-agent 02:35:38 SSH_AUTH_SOCK=/tmp/ssh-MHPrl1fPRGjE/agent.46 02:35:38 SSH_AGENT_PID=52 02:35:38 Running ssh-add (command line suppressed) 02:35:38 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1810566557938221134.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1810566557938221134.key) 02:35:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:35:38 + git semver init 02:35:38 # -> Open(): unable to determine branch for HEAD 02:35:38 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 02:35:38 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 02:35:38 # $SEMVER_REMOTE_NAME = origin 02:35:38 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:35:38 # $SEMVER_USER_NAME = edgex-jenkins 02:35:38 # $SEMVER_BRANCH = master 02:35:38 # $SEMVER_TEMP = /tmp/semver-451768835 02:35:38 # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP 02:35:39 # '/tmp/semver-451768835' -> '/w/workspace/edgexfoundry_edgex-ui-go_master/.semver' 02:35:39 # -> Force: false 02:35:39 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 02:35:39 $ docker exec --env ******** --env ******** fd4336e8eb3686b65f981370cb59e6164418e9274db297a9e440bd2bcb023a05 ssh-agent -k 02:35:39 unset SSH_AUTH_SOCK; 02:35:39 unset SSH_AGENT_PID; 02:35:39 echo Agent pid 52 killed; 02:35:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:35:40 + git semver [Pipeline] } 02:35:40 $ docker stop --time=1 fd4336e8eb3686b65f981370cb59e6164418e9274db297a9e440bd2bcb023a05 02:35:41 $ docker rm -f fd4336e8eb3686b65f981370cb59e6164418e9274db297a9e440bd2bcb023a05 [Pipeline] // withDockerContainer [Pipeline] sh 02:35:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:35:42 Stashed 1 file(s) [Pipeline] echo 02:35:42 [edgeXSemver]: initialized semver on version 2.0.0-dev.22 [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 02:35:58 Still waiting to schedule task 02:35:58 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31001’ 02:35:58 Still waiting to schedule task 02:35:58 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:37:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31002 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 02:37:44 Running in /w/workspace/edgex-ui-go/80 [Pipeline] { [Pipeline] checkout 02:37:50 using credential edgex-jenkins-ssh 02:37:50 Cloning the remote Git repository 02:37:50 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:37:50 > git init /w/workspace/edgex-ui-go/80 # timeout=10 02:37:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:37:50 > git --version # timeout=10 02:37:50 > git --version # 'git version 2.17.1' 02:37:50 using GIT_SSH to set credentials SSH Credentials for GitHub 02:37:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:37:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:37:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:37:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:37:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:37:52 using GIT_SSH to set credentials SSH Credentials for GitHub 02:37:52 Checking out Revision db70ee541918723d88120af90797eabe42092ea6 (master) 02:37:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 02:37:52 > git config core.sparsecheckout # timeout=10 02:37:52 > git checkout -f db70ee541918723d88120af90797eabe42092ea6 # timeout=10 02:37:57 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:37:58 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:37:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:37:59 + + sudo service docker restart 02:37:59 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:38:02 provisioning config files... 02:38:02 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/80@tmp/config4343204890078856199tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:38:02 ---> docker-login.sh 02:38:02 nexus3.edgexfoundry.org:10001 02:38:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:38:04 Configure a credential helper to remove this warning. See 02:38:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:38:04 02:38:04 Login Succeeded 02:38:04 nexus3.edgexfoundry.org:10002 02:38:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:38:04 Configure a credential helper to remove this warning. See 02:38:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:38:04 02:38:04 Login Succeeded 02:38:04 nexus3.edgexfoundry.org:10003 02:38:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:38:05 Configure a credential helper to remove this warning. See 02:38:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:38:05 02:38:05 Login Succeeded 02:38:05 nexus3.edgexfoundry.org:10004 02:38:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:38:05 Configure a credential helper to remove this warning. See 02:38:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:38:05 02:38:05 Login Succeeded 02:38:05 docker.io 02:38:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:38:06 Configure a credential helper to remove this warning. See 02:38:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:38:06 02:38:06 Login Succeeded 02:38:06 ---> docker-login.sh ends [Pipeline] } 02:38:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:38:07 ========================================================= 02:38:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:38:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:38:07 + 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 . 02:38:08 Sending build context to Docker daemon 17.18MB 02:38:08 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:38:08 Step 2/8 : FROM ${BASE} 02:38:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:38:08 5f621e34cdf4: Pulling fs layer 02:38:08 a4357932f1b6: Pulling fs layer 02:38:08 18c013af1878: Pulling fs layer 02:38:08 00ac8860ef70: Pulling fs layer 02:38:08 63d7cb157983: Pulling fs layer 02:38:08 b116817d02f9: Pulling fs layer 02:38:08 745a02a5169b: Pulling fs layer 02:38:08 00ac8860ef70: Waiting 02:38:08 63d7cb157983: Waiting 02:38:08 b116817d02f9: Waiting 02:38:08 745a02a5169b: Waiting 02:38:08 18c013af1878: Verifying Checksum 02:38:08 18c013af1878: Download complete 02:38:08 a4357932f1b6: Verifying Checksum 02:38:08 a4357932f1b6: Download complete 02:38:08 63d7cb157983: Verifying Checksum 02:38:08 63d7cb157983: Download complete 02:38:08 b116817d02f9: Download complete 02:38:08 5f621e34cdf4: Verifying Checksum 02:38:08 5f621e34cdf4: Download complete 02:38:09 5f621e34cdf4: Pull complete 02:38:09 a4357932f1b6: Pull complete 02:38:10 18c013af1878: Pull complete 02:38:11 745a02a5169b: Verifying Checksum 02:38:11 745a02a5169b: Download complete 02:38:12 00ac8860ef70: Verifying Checksum 02:38:12 00ac8860ef70: Download complete 02:38:22 00ac8860ef70: Pull complete 02:38:22 63d7cb157983: Pull complete 02:38:23 b116817d02f9: Pull complete 02:38:27 745a02a5169b: Pull complete 02:38:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:38:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:38:27 ---> b7e6874047d6 02:38:27 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:38:30 ---> Running in db8e96b8445c 02:38:30 Removing intermediate container db8e96b8445c 02:38:30 ---> aa3e4c5a6fb3 02:38:30 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:38:30 ---> Running in 33538af59b3b 02:38:33 Removing intermediate container 33538af59b3b 02:38:33 ---> fa0915cbaf2f 02:38:33 Step 5/8 : RUN apk add --no-cache make git 02:38:33 ---> Running in 1ba68b76e6c0 02:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:38:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:38:35 Running on prd-centos7-docker-4c-2g-31003 in /w/workspace/edgexfoundry_edgex-ui-go_master [Pipeline] { [Pipeline] ws 02:38:35 Running in /w/workspace/edgex-ui-go/80 [Pipeline] { [Pipeline] checkout 02:38:35 OK: 142 MiB in 39 packages 02:38:37 Removing intermediate container 1ba68b76e6c0 02:38:37 ---> 6d9443fe4c34 02:38:37 Step 6/8 : WORKDIR /edgex-ui-go 02:38:37 ---> Running in 26248c566edb 02:38:37 Removing intermediate container 26248c566edb 02:38:37 ---> 0f874a74140e 02:38:37 Step 7/8 : COPY . . 02:38:37 using credential edgex-jenkins-ssh 02:38:37 Cloning the remote Git repository 02:38:37 Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git 02:38:37 > git init /w/workspace/edgex-ui-go/80 # timeout=10 02:38:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:38:37 > git --version # timeout=10 02:38:37 > git --version # 'git version 2.24.3' 02:38:37 using GIT_SSH to set credentials SSH Credentials for GitHub 02:38:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:38:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:38:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:38:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 02:38:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git 02:38:38 using GIT_SSH to set credentials SSH Credentials for GitHub 02:38:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 02:38:39 Checking out Revision db70ee541918723d88120af90797eabe42092ea6 (master) 02:38:39 > git config core.sparsecheckout # timeout=10 02:38:39 > git checkout -f db70ee541918723d88120af90797eabe42092ea6 # timeout=10 02:38:40 ---> 7834269cf1de 02:38:40 Step 8/8 : RUN go mod download 02:38:40 ---> Running in 9682fdc0fd29 02:38:43 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:38:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:38:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:38:45 + sudo service docker restart 02:38:45 + true 02:38:45 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:38:47 provisioning config files... 02:38:47 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/80@tmp/config2577626048321970484tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:38:47 ---> docker-login.sh 02:38:47 nexus3.edgexfoundry.org:10001 02:38:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:38:47 Configure a credential helper to remove this warning. See 02:38:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:38:47 02:38:47 Login Succeeded 02:38:47 nexus3.edgexfoundry.org:10002 02:38:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:38:47 Configure a credential helper to remove this warning. See 02:38:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:38:47 02:38:47 Login Succeeded 02:38:47 nexus3.edgexfoundry.org:10003 02:38:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:38:48 Configure a credential helper to remove this warning. See 02:38:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:38:48 02:38:48 Login Succeeded 02:38:48 nexus3.edgexfoundry.org:10004 02:38:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:38:48 Configure a credential helper to remove this warning. See 02:38:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:38:48 02:38:48 Login Succeeded 02:38:48 docker.io 02:38:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:38:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:38:48 Configure a credential helper to remove this warning. See 02:38:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:38:48 02:38:48 Login Succeeded 02:38:48 ---> docker-login.sh ends [Pipeline] } 02:38:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:38:49 ========================================================= 02:38:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:38:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:38:49 + 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 . 02:38:49 Sending build context to Docker daemon 17.18MB 02:38:49 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:38:49 Step 2/8 : FROM ${BASE} 02:38:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:38:49 188c0c94c7c5: Pulling fs layer 02:38:49 0ef7d3d256c8: Pulling fs layer 02:38:49 de9db76c5a1d: Pulling fs layer 02:38:49 bca2f99d35d6: Pulling fs layer 02:38:49 93359f2a8cfa: Pulling fs layer 02:38:49 7c6f9722023f: Pulling fs layer 02:38:49 a35cf1a2eb13: Pulling fs layer 02:38:49 93359f2a8cfa: Waiting 02:38:49 7c6f9722023f: Waiting 02:38:49 a35cf1a2eb13: Waiting 02:38:49 bca2f99d35d6: Waiting 02:38:50 de9db76c5a1d: Verifying Checksum 02:38:50 de9db76c5a1d: Download complete 02:38:50 0ef7d3d256c8: Verifying Checksum 02:38:50 0ef7d3d256c8: Download complete 02:38:50 93359f2a8cfa: Verifying Checksum 02:38:50 93359f2a8cfa: Download complete 02:38:50 7c6f9722023f: Verifying Checksum 02:38:50 7c6f9722023f: Download complete 02:38:50 188c0c94c7c5: Verifying Checksum 02:38:50 188c0c94c7c5: Download complete 02:38:50 188c0c94c7c5: Pull complete 02:38:50 0ef7d3d256c8: Pull complete 02:38:50 de9db76c5a1d: Pull complete 02:38:51 a35cf1a2eb13: Verifying Checksum 02:38:51 a35cf1a2eb13: Download complete 02:38:52 bca2f99d35d6: Verifying Checksum 02:38:52 bca2f99d35d6: Download complete 02:38:57 bca2f99d35d6: Pull complete 02:38:58 93359f2a8cfa: Pull complete 02:38:58 7c6f9722023f: Pull complete 02:39:04 a35cf1a2eb13: Pull complete 02:39:04 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:39:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:39:04 ---> a62c8e92a672 02:39:04 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:39:04 ---> Running in a67cf26de2e1 02:39:04 Removing intermediate container a67cf26de2e1 02:39:04 ---> 95db7f2ed17c 02:39:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:39:04 ---> Running in 37c659edd260 02:39:05 Removing intermediate container 37c659edd260 02:39:05 ---> 09699ccaa056 02:39:05 Step 5/8 : RUN apk add --no-cache make git 02:39:05 ---> Running in 036e2467811e 02:39:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:39:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:39:07 OK: 166 MiB in 39 packages 02:39:08 Removing intermediate container 036e2467811e 02:39:08 ---> c6ad3bc74222 02:39:08 Step 6/8 : WORKDIR /edgex-ui-go 02:39:08 ---> Running in 5906967c8b69 02:39:08 Removing intermediate container 5906967c8b69 02:39:08 ---> a0ee4c34f69d 02:39:08 Step 7/8 : COPY . . 02:39:10 ---> aa1f5c2d1282 02:39:10 Step 8/8 : RUN go mod download 02:39:10 ---> Running in 862390419c12 02:39:12 Removing intermediate container 9682fdc0fd29 02:39:12 ---> 70cf534764a9 02:39:12 Successfully built 70cf534764a9 02:39:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:39:13 + docker inspect -f . ci-base-image-arm64 02:39:13 . [Pipeline] withDockerContainer 02:39:13 prd-ubuntu18.04-docker-arm64-4c-16g-31002 does not seem to be running inside a container 02:39:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/80 -v /w/workspace/edgex-ui-go/80:/w/workspace/edgex-ui-go/80:rw,z -v /w/workspace/edgex-ui-go/80@tmp:/w/workspace/edgex-ui-go/80@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 ******** ci-base-image-arm64 cat 02:39:14 $ docker top af9de75ced5e8c41e0ae34b3b6de7443a9b0b86399e890b3dea97ac1de3507fd -eo pid,comm [Pipeline] { [Pipeline] sh 02:39:15 + go version 02:39:15 go version go1.15.5 linux/arm64 [Pipeline] } 02:39:15 $ docker stop --time=1 af9de75ced5e8c41e0ae34b3b6de7443a9b0b86399e890b3dea97ac1de3507fd 02:39:17 $ docker rm -f af9de75ced5e8c41e0ae34b3b6de7443a9b0b86399e890b3dea97ac1de3507fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:39:18 + docker inspect -f . ci-base-image-arm64 02:39:18 . [Pipeline] withDockerContainer 02:39:19 prd-ubuntu18.04-docker-arm64-4c-16g-31002 does not seem to be running inside a container 02:39:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/80 -v /w/workspace/edgex-ui-go/80:/w/workspace/edgex-ui-go/80:rw,z -v /w/workspace/edgex-ui-go/80@tmp:/w/workspace/edgex-ui-go/80@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 ******** ci-base-image-arm64 cat 02:39:20 $ docker top f4d5f9b8a3c13b38d1f00edc35ec46803fee674afcf5014ebedffb68d6dd6b5c -eo pid,comm [Pipeline] { [Pipeline] sh 02:39:21 + make test 02:39:21 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:39:23 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:39:37 Removing intermediate container 862390419c12 02:39:37 ---> 5c201cfbd89f 02:39:37 Successfully built 5c201cfbd89f 02:39:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:39:37 + docker inspect -f . ci-base-image-x86_64 02:39:37 . [Pipeline] withDockerContainer 02:39:37 prd-centos7-docker-4c-2g-31003 does not seem to be running inside a container 02:39:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/80 -v /w/workspace/edgex-ui-go/80:/w/workspace/edgex-ui-go/80:rw,z -v /w/workspace/edgex-ui-go/80@tmp:/w/workspace/edgex-ui-go/80@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 ******** ci-base-image-x86_64 cat 02:39:38 $ docker top 4a55cc6b5328ab1632900bec81f6fefb6b3a9fd399045412db5dd4847bc3863b -eo pid,comm [Pipeline] { [Pipeline] sh 02:39:39 + go version 02:39:39 go version go1.15.5 linux/amd64 [Pipeline] } 02:39:39 $ docker stop --time=1 4a55cc6b5328ab1632900bec81f6fefb6b3a9fd399045412db5dd4847bc3863b 02:39:40 $ docker rm -f 4a55cc6b5328ab1632900bec81f6fefb6b3a9fd399045412db5dd4847bc3863b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:39:41 + docker inspect -f . ci-base-image-x86_64 02:39:41 . [Pipeline] withDockerContainer 02:39:41 prd-centos7-docker-4c-2g-31003 does not seem to be running inside a container 02:39:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/80 -v /w/workspace/edgex-ui-go/80:/w/workspace/edgex-ui-go/80:rw,z -v /w/workspace/edgex-ui-go/80@tmp:/w/workspace/edgex-ui-go/80@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 ******** ci-base-image-x86_64 cat 02:39:42 $ docker top 6062c814f79d9f60abfefbc24d9bd52750aac10c0e89cc68e94d824ea4cd035d -eo pid,comm [Pipeline] { [Pipeline] sh 02:39:43 + make test 02:39:43 GO111MODULE=on go test -coverprofile=coverage.out ./... 02:39:44 ? github.com/edgexfoundry/edgex-ui-go [no test files] 02:39:50 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:39:50 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:39:50 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:39:50 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:39:50 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:39:50 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:39:50 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:39:50 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:39:50 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:39:50 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:39:50 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:39:50 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:39:50 GO111MODULE=on go vet ./... 02:39:52 ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] 02:39:52 ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] 02:39:52 ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] 02:39:52 ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] 02:39:52 ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] 02:39:52 ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] 02:39:52 ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] 02:39:52 ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] 02:39:52 ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] 02:39:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] 02:39:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] 02:39:52 ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] 02:39:52 GO111MODULE=on go vet ./... [Pipeline] } 02:39:54 $ docker stop --time=1 6062c814f79d9f60abfefbc24d9bd52750aac10c0e89cc68e94d824ea4cd035d 02:39:57 $ docker rm -f 6062c814f79d9f60abfefbc24d9bd52750aac10c0e89cc68e94d824ea4cd035d [Pipeline] // withDockerContainer [Pipeline] } 02:39:57 $ docker stop --time=1 f4d5f9b8a3c13b38d1f00edc35ec46803fee674afcf5014ebedffb68d6dd6b5c 02:39:59 $ docker rm -f f4d5f9b8a3c13b38d1f00edc35ec46803fee674afcf5014ebedffb68d6dd6b5c [Pipeline] sh [Pipeline] // withDockerContainer [Pipeline] sh 02:40:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:40:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:40:00 Warning: overwriting stash ‘coverage-report’ 02:40:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 02:40:01 Stashed 1 file(s) [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 02:40:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 02:40:03 + ls -al . 02:40:03 total 92 02:40:03 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 23 02:39 . 02:40:03 drwxrwxr-x. 4 jenkins jenkins 30 Mar 23 02:38 .. 02:40:03 drwxrwxr-x. 3 jenkins jenkins 20 Mar 23 02:38 assets 02:40:03 drwxrwxr-x. 2 jenkins jenkins 35 Mar 23 02:38 bin 02:40:03 drwxrwxr-x. 3 jenkins jenkins 29 Mar 23 02:38 cmd 02:40:03 -rw-rw-r--. 1 jenkins jenkins 3959 Mar 23 02:38 CONTRIBUTING.md 02:40:03 -rw-r--r--. 1 jenkins jenkins 10 Mar 23 02:39 coverage.out 02:40:03 -rw-rw-r--. 1 jenkins jenkins 1508 Mar 23 02:38 Dockerfile 02:40:03 -rw-rw-r--. 1 jenkins jenkins 902 Mar 23 02:38 Dockerfile.build 02:40:03 drwxrwxr-x. 5 jenkins jenkins 104 Mar 23 02:38 docs 02:40:03 drwxrwxr-x. 8 jenkins jenkins 162 Mar 23 02:38 .git 02:40:03 drwxrwxr-x. 2 jenkins jenkins 103 Mar 23 02:38 .github 02:40:03 -rw-rw-r--. 1 jenkins jenkins 153 Mar 23 02:38 .gitignore 02:40:03 -rw-rw-r--. 1 jenkins jenkins 1055 Mar 23 02:38 go.mod 02:40:03 -rw-r--r--. 1 jenkins jenkins 22216 Mar 23 02:39 go.sum 02:40:03 drwxrwxr-x. 10 jenkins jenkins 139 Mar 23 02:38 internal 02:40:03 -rw-rw-r--. 1 jenkins jenkins 652 Mar 23 02:38 Jenkinsfile 02:40:03 -rw-rw-r--. 1 jenkins jenkins 11357 Mar 23 02:38 LICENSE 02:40:03 -rw-rw-r--. 1 jenkins jenkins 951 Mar 23 02:38 Makefile 02:40:03 -rw-rw-r--. 1 jenkins jenkins 4535 Mar 23 02:38 README.md 02:40:03 -rw-rw-r--. 1 jenkins jenkins 12 Mar 23 02:35 VERSION 02:40:03 -rw-rw-r--. 1 jenkins jenkins 155 Mar 23 02:38 version.go 02:40:03 drwxrwxr-x. 4 jenkins jenkins 4096 Mar 23 02:38 web [Pipeline] isUnix [Pipeline] sh 02:40:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:40:04 + 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=db70ee541918723d88120af90797eabe42092ea6 --label arch=amd64 --label version=2.0.0-dev.22 . 02:40:04 Sending build context to Docker daemon 17.2MB 02:40:04 + ls -al . 02:40:04 total 124 02:40:04 drwxrwxr-x 10 jenkins jenkins 4096 Mar 23 02:39 . 02:40:04 drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 02:37 .. 02:40:04 drwxrwxr-x 8 jenkins jenkins 4096 Mar 23 02:37 .git 02:40:04 drwxrwxr-x 2 jenkins jenkins 4096 Mar 23 02:37 .github 02:40:04 -rw-rw-r-- 1 jenkins jenkins 153 Mar 23 02:37 .gitignore 02:40:04 -rw-rw-r-- 1 jenkins jenkins 3959 Mar 23 02:37 CONTRIBUTING.md 02:40:04 -rw-rw-r-- 1 jenkins jenkins 1508 Mar 23 02:37 Dockerfile 02:40:04 -rw-rw-r-- 1 jenkins jenkins 902 Mar 23 02:37 Dockerfile.build 02:40:04 -rw-rw-r-- 1 jenkins jenkins 652 Mar 23 02:37 Jenkinsfile 02:40:04 -rw-rw-r-- 1 jenkins jenkins 11357 Mar 23 02:37 LICENSE 02:40:04 -rw-rw-r-- 1 jenkins jenkins 951 Mar 23 02:37 Makefile 02:40:04 -rw-rw-r-- 1 jenkins jenkins 4535 Mar 23 02:37 README.md 02:40:04 -rw-rw-r-- 1 jenkins jenkins 12 Mar 23 02:35 VERSION 02:40:04 drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 02:37 assets 02:40:04 drwxrwxr-x 2 jenkins jenkins 4096 Mar 23 02:37 bin 02:40:04 drwxrwxr-x 3 jenkins jenkins 4096 Mar 23 02:37 cmd 02:40:04 -rw-r--r-- 1 jenkins jenkins 10 Mar 23 02:39 coverage.out 02:40:04 drwxrwxr-x 5 jenkins jenkins 4096 Mar 23 02:37 docs 02:40:04 -rw-rw-r-- 1 jenkins jenkins 1055 Mar 23 02:37 go.mod 02:40:04 -rw-r--r-- 1 jenkins jenkins 22216 Mar 23 02:39 go.sum 02:40:04 drwxrwxr-x 10 jenkins jenkins 4096 Mar 23 02:37 internal 02:40:04 -rw-rw-r-- 1 jenkins jenkins 155 Mar 23 02:37 version.go 02:40:04 drwxrwxr-x 4 jenkins jenkins 4096 Mar 23 02:37 web [Pipeline] isUnix [Pipeline] sh 02:40:04 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:40:04 Step 2/24 : FROM ${BASE} AS builder 02:40:04 ---> 5c201cfbd89f 02:40:04 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:40:04 + 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=db70ee541918723d88120af90797eabe42092ea6 --label arch=arm64 --label version=2.0.0-dev.22 . 02:40:05 Sending build context to Docker daemon 17.2MB 02:40:05 ---> Running in 34e246bf5075 02:40:05 Removing intermediate container 34e246bf5075 02:40:05 ---> 619f4fc27887 02:40:05 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:40:05 ---> Running in e3be3af912a0 02:40:05 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:40:05 Step 2/24 : FROM ${BASE} AS builder 02:40:05 ---> 70cf534764a9 02:40:05 Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" 02:40:06 Removing intermediate container e3be3af912a0 02:40:06 ---> 7d8bf3acfdd7 02:40:06 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:40:06 ---> Running in 109142ee7543 02:40:06 ---> Running in 48f7882a8bab 02:40:06 Removing intermediate container 109142ee7543 02:40:06 ---> dbeeb61f3f0d 02:40:06 Step 6/24 : LABEL Name=edgex-ui-go 02:40:06 ---> Running in 479544983cfa 02:40:06 Removing intermediate container 479544983cfa 02:40:06 ---> 7e93085e638a 02:40:06 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:40:06 ---> Running in e9d966e1b6c9 02:40:06 Removing intermediate container e9d966e1b6c9 02:40:06 ---> ab49b08601a0 02:40:06 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:40:06 Removing intermediate container 48f7882a8bab 02:40:06 ---> d2596ac7f554 02:40:06 Step 4/24 : ARG ALPINE_PKG_BASE="make git" 02:40:06 ---> Running in 351420d655b1 02:40:06 ---> Running in fa7f84b6bf3a 02:40:07 Removing intermediate container 351420d655b1 02:40:07 ---> 450dadefa435 02:40:07 Step 5/24 : ARG ALPINE_PKG_EXTRA="" 02:40:07 ---> Running in aeb06dc052e3 02:40:07 Removing intermediate container fa7f84b6bf3a 02:40:07 ---> 57eafe21d508 02:40:07 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:40:07 ---> Running in 729b160bb6be 02:40:08 Removing intermediate container aeb06dc052e3 02:40:08 ---> b4bb22243f6b 02:40:08 Step 6/24 : LABEL Name=edgex-ui-go 02:40:08 ---> Running in 17bf55696a67 02:40:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:40:08 Removing intermediate container 17bf55696a67 02:40:08 ---> a1a0f56cdafe 02:40:08 Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' 02:40:09 ---> Running in d4ff9e0655f0 02:40:09 Removing intermediate container d4ff9e0655f0 02:40:09 ---> 924bf3be4805 02:40:09 Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:40:09 ---> Running in dcdce19349ca 02:40:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:40:12 Removing intermediate container dcdce19349ca 02:40:12 ---> aca0d29b908e 02:40:12 Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:40:12 ---> Running in e9897d906629 02:40:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:40:13 OK: 166 MiB in 39 packages 02:40:13 Removing intermediate container 729b160bb6be 02:40:13 ---> f0ea386b2c88 02:40:13 Step 10/24 : ENV GO111MODULE=on 02:40:13 ---> Running in 02e5cdb8d1ea 02:40:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:40:14 Removing intermediate container 02e5cdb8d1ea 02:40:14 ---> 98b9f83cee55 02:40:14 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:40:14 ---> Running in 9c45626bff1c 02:40:14 Removing intermediate container 9c45626bff1c 02:40:14 ---> 66db9cc48230 02:40:14 Step 12/24 : COPY go.mod . 02:40:14 ---> 51060caf7a14 02:40:14 Step 13/24 : COPY Makefile . 02:40:15 ---> e3fba8be7417 02:40:15 Step 14/24 : RUN make update 02:40:15 ---> Running in 02c35fa715d4 02:40:15 CGO_ENABLED=0 GO111MODULE=on go mod download 02:40:15 OK: 142 MiB in 39 packages 02:40:16 Removing intermediate container 02c35fa715d4 02:40:16 ---> 9ab628a54ff5 02:40:16 Step 15/24 : COPY . . 02:40:17 Removing intermediate container e9897d906629 02:40:17 ---> f58b58433172 02:40:17 Step 10/24 : ENV GO111MODULE=on 02:40:17 ---> Running in c95a27d70cd4 02:40:17 Removing intermediate container c95a27d70cd4 02:40:17 ---> 73c17ba774cd 02:40:17 Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go 02:40:17 ---> Running in ecd53a533b16 02:40:17 Removing intermediate container ecd53a533b16 02:40:17 ---> 521a95eaf7ef 02:40:17 Step 12/24 : COPY go.mod . 02:40:18 ---> 076b213fdc18 02:40:18 Step 16/24 : RUN ${MAKE} 02:40:18 ---> Running in 4495e943139f 02:40:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.22" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 02:40:18 ---> d2f244636045 02:40:18 Step 13/24 : COPY Makefile . 02:40:19 ---> cf4447a6dfca 02:40:19 Step 14/24 : RUN make update 02:40:19 ---> Running in 3e422ce60192 02:40:20 CGO_ENABLED=0 GO111MODULE=on go mod download 02:40:22 Removing intermediate container 3e422ce60192 02:40:22 ---> 5d61462e6de8 02:40:22 Step 15/24 : COPY . . 02:40:24 ---> 4cbdebb97520 02:40:24 Step 16/24 : RUN ${MAKE} 02:40:24 ---> Running in bd71b6dcce3e 02:40:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.0.0-dev.22" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server 02:40:26 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:40:29 Removing intermediate container 4495e943139f 02:40:29 ---> bb61da3cadf3 02:40:29 Step 17/24 : FROM alpine:3.12 02:40:30 3.12: Pulling from library/alpine 02:40:30 f84cab65f19f: Pulling fs layer 02:40:30 f84cab65f19f: Download complete 02:40:30 f84cab65f19f: Pull complete 02:40:30 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 02:40:30 Status: Downloaded newer image for alpine:3.12 02:40:30 ---> 88dd2752d2ea 02:40:30 Step 18/24 : EXPOSE 4000 02:40:30 ---> Running in 4052aa78c823 02:40:31 Removing intermediate container 4052aa78c823 02:40:31 ---> b26d8b77c956 02:40:31 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 02:40:32 ---> cdc16c590692 02:40:32 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:40:32 ---> Running in 31ad62a89dd0 02:40:32 Removing intermediate container 31ad62a89dd0 02:40:32 ---> 9e1d21d9f108 02:40:32 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:40:32 ---> Running in f61ccc22e276 02:40:32 Removing intermediate container f61ccc22e276 02:40:32 ---> 32a04a43b4e2 02:40:32 Step 22/24 : LABEL arch=amd64 02:40:32 ---> Running in 8598a6ea29a2 02:40:32 Removing intermediate container 8598a6ea29a2 02:40:32 ---> a601d30af419 02:40:32 Step 23/24 : LABEL git_sha=db70ee541918723d88120af90797eabe42092ea6 02:40:32 ---> Running in 1a6c37273c6e 02:40:32 Removing intermediate container 1a6c37273c6e 02:40:32 ---> 896ac4869869 02:40:32 Step 24/24 : LABEL version=2.0.0-dev.22 02:40:33 ---> Running in eb974a73ac12 02:40:33 Removing intermediate container eb974a73ac12 02:40:33 ---> 668fa4b310f3 02:40:33 [Warning] One or more build-args [ARCH] were not consumed 02:40:33 Successfully built 668fa4b310f3 02:40:33 Successfully tagged docker-edgex-ui-go:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:40:33 provisioning config files... 02:40:33 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/80@tmp/config3736831523857786384tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:40:33 ---> docker-login.sh 02:40:33 nexus3.edgexfoundry.org:10001 02:40:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:34 Configure a credential helper to remove this warning. See 02:40:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:34 02:40:34 Login Succeeded 02:40:34 nexus3.edgexfoundry.org:10002 02:40:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:34 Configure a credential helper to remove this warning. See 02:40:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:34 02:40:34 Login Succeeded 02:40:34 nexus3.edgexfoundry.org:10003 02:40:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:34 Configure a credential helper to remove this warning. See 02:40:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:34 02:40:34 Login Succeeded 02:40:34 nexus3.edgexfoundry.org:10004 02:40:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:34 Configure a credential helper to remove this warning. See 02:40:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:34 02:40:34 Login Succeeded 02:40:34 docker.io 02:40:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:40:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:40:34 Configure a credential helper to remove this warning. See 02:40:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:40:34 02:40:34 Login Succeeded 02:40:34 ---> docker-login.sh ends [Pipeline] } 02:40:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:40:35 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go with the following tags: 02:40:35 db70ee541918723d88120af90797eabe42092ea6 02:40:35 latest 02:40:35 2.0.0-dev.22 02:40:35 db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22 02:40:35 master 02:40:35 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:40:35 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:db70ee541918723d88120af90797eabe42092ea6 [Pipeline] isUnix [Pipeline] sh 02:40:35 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:db70ee541918723d88120af90797eabe42092ea6 02:40:35 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 02:40:35 2952c1f0f562: Preparing 02:40:35 33e8713114f8: Preparing 02:40:35 33e8713114f8: Layer already exists 02:40:37 2952c1f0f562: Pushed 02:40:37 db70ee541918723d88120af90797eabe42092ea6: digest: sha256:c6ee3dba77d101d8aa431dec18342026f7d666c08a4020018eb29e1deb7ad701 size: 739 [Pipeline] isUnix [Pipeline] sh 02:40:37 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest [Pipeline] isUnix [Pipeline] sh 02:40:38 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 02:40:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 02:40:38 2952c1f0f562: Preparing 02:40:38 33e8713114f8: Preparing 02:40:38 2952c1f0f562: Layer already exists 02:40:38 33e8713114f8: Layer already exists 02:40:38 latest: digest: sha256:c6ee3dba77d101d8aa431dec18342026f7d666c08a4020018eb29e1deb7ad701 size: 739 [Pipeline] isUnix [Pipeline] sh 02:40:38 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh 02:40:38 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.22 02:40:38 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 02:40:38 2952c1f0f562: Preparing 02:40:38 33e8713114f8: Preparing 02:40:38 33e8713114f8: Layer already exists 02:40:38 2952c1f0f562: Layer already exists 02:40:38 2.0.0-dev.22: digest: sha256:c6ee3dba77d101d8aa431dec18342026f7d666c08a4020018eb29e1deb7ad701 size: 739 [Pipeline] isUnix [Pipeline] sh 02:40:39 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh 02:40:39 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22 02:40:39 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 02:40:39 2952c1f0f562: Preparing 02:40:39 33e8713114f8: Preparing 02:40:39 33e8713114f8: Layer already exists 02:40:39 2952c1f0f562: Layer already exists 02:40:39 db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22: digest: sha256:c6ee3dba77d101d8aa431dec18342026f7d666c08a4020018eb29e1deb7ad701 size: 739 [Pipeline] isUnix [Pipeline] sh 02:40:39 + docker tag docker-edgex-ui-go nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] isUnix [Pipeline] sh 02:40:40 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master 02:40:40 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go] 02:40:40 2952c1f0f562: Preparing 02:40:40 33e8713114f8: Preparing 02:40:40 2952c1f0f562: Layer already exists 02:40:40 33e8713114f8: Layer already exists 02:40:40 master: digest: sha256:c6ee3dba77d101d8aa431dec18342026f7d666c08a4020018eb29e1deb7ad701 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:40:40 ===================================================== [Pipeline] echo 02:40:40 taggedImages: 02:40:40 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:db70ee541918723d88120af90797eabe42092ea6 02:40:40 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:latest 02:40:40 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:2.0.0-dev.22 02:40:40 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22 02:40:40 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:40:41 ---> job-cost.sh 02:40:41 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UxgK 02:40:52 CGO_ENABLED=0 GO111MODULE=on go build ./... 02:40:56 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:40:57 Removing intermediate container bd71b6dcce3e 02:40:57 ---> 72b0c54ff497 02:40:57 Step 17/24 : FROM alpine:3.12 02:40:57 3.12: Pulling from library/alpine 02:40:57 dce8679b510e: Pulling fs layer 02:40:57 dce8679b510e: Verifying Checksum 02:40:57 dce8679b510e: Download complete 02:40:57 dce8679b510e: Pull complete 02:40:57 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 02:40:57 Status: Downloaded newer image for alpine:3.12 02:40:57 ---> d10569e2745f 02:40:57 Step 18/24 : EXPOSE 4000 02:40:58 ---> Running in 857207035b58 02:40:58 Removing intermediate container 857207035b58 02:40:58 ---> 8ebfc0ee7cdb 02:40: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 02:41:00 ---> 1cb813918928 02:41:00 Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server 02:41:00 ---> Running in 96993a02e97d 02:41:00 Removing intermediate container 96993a02e97d 02:41:00 ---> 447e318556fe 02:41:00 Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] 02:41:01 ---> Running in 31f4e88bd5f5 02:41:01 Removing intermediate container 31f4e88bd5f5 02:41:01 ---> 48fe8a7b1f9c 02:41:01 Step 22/24 : LABEL arch=arm64 02:41:01 ---> Running in 53e83b6fbd16 02:41:02 Removing intermediate container 53e83b6fbd16 02:41:02 ---> fde15f29ddf6 02:41:02 Step 23/24 : LABEL git_sha=db70ee541918723d88120af90797eabe42092ea6 02:41:02 ---> Running in 2f2670f7d509 02:41:02 Removing intermediate container 2f2670f7d509 02:41:02 ---> 704c6a3bdd1f 02:41:02 Step 24/24 : LABEL version=2.0.0-dev.22 02:41:02 ---> Running in 095bfda62e8a 02:41:03 Removing intermediate container 095bfda62e8a 02:41:03 ---> cc6c3d2f4569 02:41:03 [Warning] One or more build-args [ARCH] were not consumed 02:41:03 Successfully built cc6c3d2f4569 02:41:03 Successfully tagged docker-edgex-ui-go-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:41:03 provisioning config files... 02:41:05 copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/80@tmp/config1071472092799108298tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:41:05 ---> docker-login.sh 02:41:05 nexus3.edgexfoundry.org:10001 02:41:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:06 Configure a credential helper to remove this warning. See 02:41:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:06 02:41:06 Login Succeeded 02:41:06 nexus3.edgexfoundry.org:10002 02:41:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:06 Configure a credential helper to remove this warning. See 02:41:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:06 02:41:06 Login Succeeded 02:41:06 nexus3.edgexfoundry.org:10003 02:41:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:11 Configure a credential helper to remove this warning. See 02:41:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:11 02:41:11 Login Succeeded 02:41:11 nexus3.edgexfoundry.org:10004 02:41:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:11 Configure a credential helper to remove this warning. See 02:41:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:11 02:41:11 Login Succeeded 02:41:11 docker.io 02:41:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:12 Configure a credential helper to remove this warning. See 02:41:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:12 02:41:12 Login Succeeded 02:41:12 ---> docker-login.sh ends [Pipeline] } 02:41:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:41:12 [edgeXDocker.push] Tagging docker image docker-edgex-ui-go-arm64 with the following tags: 02:41:12 db70ee541918723d88120af90797eabe42092ea6 02:41:12 latest 02:41:12 2.0.0-dev.22 02:41:12 db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22 02:41:12 master 02:41:12 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:41:12 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:db70ee541918723d88120af90797eabe42092ea6 [Pipeline] isUnix [Pipeline] sh 02:41:13 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:db70ee541918723d88120af90797eabe42092ea6 02:41:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 02:41:13 f105f0aeaed8: Preparing 02:41:13 02a88cfff88f: Preparing 02:41:13 02a88cfff88f: Layer already exists 02:41:16 f105f0aeaed8: Pushed 02:41:17 db70ee541918723d88120af90797eabe42092ea6: digest: sha256:59a15f4ec2de52d5aae6ab7de73e77062b7d1564b87a5392f23e6ea5190a701e size: 739 [Pipeline] isUnix [Pipeline] sh 02:41:17 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:41:17 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 02:41:17 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 02:41:17 f105f0aeaed8: Preparing 02:41:17 02a88cfff88f: Preparing 02:41:17 02a88cfff88f: Layer already exists 02:41:17 f105f0aeaed8: Layer already exists 02:41:18 latest: digest: sha256:59a15f4ec2de52d5aae6ab7de73e77062b7d1564b87a5392f23e6ea5190a701e size: 739 [Pipeline] isUnix [Pipeline] sh 02:41:18 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh 02:41:18 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.22 02:41:18 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 02:41:18 f105f0aeaed8: Preparing 02:41:18 02a88cfff88f: Preparing 02:41:18 02a88cfff88f: Layer already exists 02:41:18 f105f0aeaed8: Layer already exists 02:41:19 2.0.0-dev.22: digest: sha256:59a15f4ec2de52d5aae6ab7de73e77062b7d1564b87a5392f23e6ea5190a701e size: 739 [Pipeline] isUnix [Pipeline] sh 02:41:19 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22 [Pipeline] isUnix [Pipeline] sh 02:41:19 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22 02:41:19 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 02:41:19 f105f0aeaed8: Preparing 02:41:19 02a88cfff88f: Preparing 02:41:19 f105f0aeaed8: Layer already exists 02:41:19 02a88cfff88f: Layer already exists 02:41:20 db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22: digest: sha256:59a15f4ec2de52d5aae6ab7de73e77062b7d1564b87a5392f23e6ea5190a701e size: 739 [Pipeline] isUnix [Pipeline] sh 02:41:20 + docker tag docker-edgex-ui-go-arm64 nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] isUnix [Pipeline] sh 02:41:20 + docker push nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master 02:41:20 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64] 02:41:20 f105f0aeaed8: Preparing 02:41:20 02a88cfff88f: Preparing 02:41:20 f105f0aeaed8: Layer already exists 02:41:20 02a88cfff88f: Layer already exists 02:41:21 master: digest: sha256:59a15f4ec2de52d5aae6ab7de73e77062b7d1564b87a5392f23e6ea5190a701e size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:41:21 ===================================================== [Pipeline] echo 02:41:21 taggedImages: 02:41:21 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:db70ee541918723d88120af90797eabe42092ea6 02:41:21 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:latest 02:41:21 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:2.0.0-dev.22 02:41:21 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:db70ee541918723d88120af90797eabe42092ea6-2.0.0-dev.22 02:41:21 - nexus3.edgexfoundry.org:10004/docker-edgex-ui-go-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:41:21 ---> job-cost.sh 02:41:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tCSA 02:41:24 lf-activate-venv(): INFO: Adding /tmp/venv-UxgK/bin to PATH 02:41:24 INFO: No Stack... 02:41:24 INFO: Retrieving Pricing Info for: v1-standard-2 02:41:24 INFO: Archiving Costs [Pipeline] sh 02:41:24 + cat /w/workspace/edgex-ui-go/80/archives/cost.csv 02:41:24 + cut -d, -f6 [Pipeline] lock 02:41:24 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-80-stack-cost] 02:41:24 Resource [jenkins-edgexfoundry-edgex-ui-go-master-80-stack-cost] did not exist. Created. 02:41:24 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-80-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:41:25 + echo total: 0.029999999329447746 [Pipeline] stash 02:41:25 Stashed 1 file(s) [Pipeline] } 02:41:25 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-80-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:42:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:43:37 lf-activate-venv(): INFO: Adding /tmp/venv-tCSA/bin to PATH 02:43:37 INFO: No Stack... 02:43:37 INFO: Retrieving Pricing Info for: lf-standard-4 02:43:37 INFO: Archiving Costs [Pipeline] sh 02:43:38 + + catcut -d, -f6 02:43:38 /w/workspace/edgex-ui-go/80/archives/cost.csv [Pipeline] lock 02:43:38 Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-master-80-stack-cost] 02:43:38 Resource [jenkins-edgexfoundry-edgex-ui-go-master-80-stack-cost] did not exist. Created. 02:43:38 Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-master-80-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:43:38 /w/workspace/edgex-ui-go/80@tmp/durable-f4449e39/script.sh: 1: /w/workspace/edgex-ui-go/80@tmp/durable-f4449e39/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:43:38 + echo total: 0.20999999344348907 [Pipeline] stash 02:43:38 Warning: overwriting stash ‘stack-cost’ 02:43:39 Stashed 1 file(s) [Pipeline] } 02:43:39 Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-master-80-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:43:40 provisioning config files... 02:43:40 copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config6365426977725196292tmp [Pipeline] { [Pipeline] sh 02:43:40 + set +x 02:43:40 + curl -s https://codecov.io/bash 02:43:40 + bash -s -- 02:43:41 02:43:41 _____ _ 02:43:41 / ____| | | 02:43:41 | | ___ __| | ___ ___ _____ __ 02:43:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:43:41 | |___| (_) | (_| | __/ (_| (_) \ V / 02:43:41 \_____\___/ \__,_|\___|\___\___/ \_/ 02:43:41 Bash-20210309-2b87ace 02:43:41 02:43:41 02:43:41 ==> git version 2.24.3 found 02:43:41 ==> 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 02:43:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:43:41 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:43:41 ==> Jenkins CI detected. 02:43:41 project root: . 02:43:41 --> token set from env 02:43:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:43:41 ==> Running gcov in . (disable via -X gcov) 02:43:41 ==> Python coveragepy not found 02:43:41 ==> Searching for coverage reports in: 02:43:41 + . 02:43:41 -> Found 1 reports 02:43:41 ==> Detecting git/mercurial file structure 02:43:41 ==> Reading reports 02:43:41 + ./coverage.out bytes=10 02:43:41 ==> Appending adjustments 02:43:41 https://docs.codecov.io/docs/fixing-reports 02:43:41 + Found adjustments 02:43:41 ==> Gzipping contents 02:43:41 4.0K /tmp/codecov.flk0Jn.gz 02:43:41 ==> Uploading reports 02:43:41 url: https://codecov.io 02:43:41 query: branch=master&commit=db70ee541918723d88120af90797eabe42092ea6&build=80&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F80%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:43:41 -> Pinging Codecov 02:43:41 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=db70ee541918723d88120af90797eabe42092ea6&build=80&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmaster%2F80%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= 02:43:41 -> Uploading to 02:43:41 https://storage.googleapis.com/codecov/v4/raw/2021-03-23/FB506323287CE973F263BFD2A0EB1F37/db70ee541918723d88120af90797eabe42092ea6/91644a7b-a34f-4608-944f-d9f423363659.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210323%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210323T024341Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=14ae2dc442f39430fd5e916a4ddce7a5c16369ae8d899bfb7bb23ecd932fd103 02:43:41 % Total % Received % Xferd Average Speed Time Time Time Current 02:43:41 Dload Upload Total Spent Left Speed 02:43:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3219 0 0 100 3219 0 7467 --:--:-- --:--:-- --:--:-- 7486 02:43:42 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/db70ee541918723d88120af90797eabe42092ea6 [Pipeline] } 02:43:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 02:43:43 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 02:43:43 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:43:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:43:43 02:43:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 02:43:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:43:43 1.410.4: Pulling from edgex-devops/edgex-snyk-go 02:43:43 188c0c94c7c5: Pulling fs layer 02:43:43 0ef7d3d256c8: Pulling fs layer 02:43:43 de9db76c5a1d: Pulling fs layer 02:43:43 0eba1c9be4d2: Pulling fs layer 02:43:43 0d57e429df01: Pulling fs layer 02:43:43 4e4be7b47b0d: Pulling fs layer 02:43:43 e1f770b5df2f: Pulling fs layer 02:43:43 85a0685a4137: Pulling fs layer 02:43:43 0eba1c9be4d2: Waiting 02:43:43 0d57e429df01: Waiting 02:43:43 4e4be7b47b0d: Waiting 02:43:43 e1f770b5df2f: Waiting 02:43:43 85a0685a4137: Waiting 02:43:43 de9db76c5a1d: Verifying Checksum 02:43:43 de9db76c5a1d: Download complete 02:43:43 0ef7d3d256c8: Verifying Checksum 02:43:43 0ef7d3d256c8: Download complete 02:43:43 0d57e429df01: Verifying Checksum 02:43:43 0d57e429df01: Download complete 02:43:43 188c0c94c7c5: Verifying Checksum 02:43:43 188c0c94c7c5: Download complete 02:43:43 4e4be7b47b0d: Verifying Checksum 02:43:43 4e4be7b47b0d: Download complete 02:43:44 188c0c94c7c5: Pull complete 02:43:44 0ef7d3d256c8: Pull complete 02:43:44 de9db76c5a1d: Pull complete 02:43:46 e1f770b5df2f: Verifying Checksum 02:43:46 e1f770b5df2f: Download complete 02:43:48 0eba1c9be4d2: Download complete 02:43:48 85a0685a4137: Verifying Checksum 02:43:48 85a0685a4137: Download complete 02:43:54 0eba1c9be4d2: Pull complete 02:43:54 0d57e429df01: Pull complete 02:43:54 4e4be7b47b0d: Pull complete 02:43:56 e1f770b5df2f: Pull complete 02:44:03 85a0685a4137: Pull complete 02:44:03 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 02:44:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 02:44:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 02:44:03 prd-centos7-docker-4c-2g-31001 does not seem to be running inside a container 02:44:03 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 02:44:04 $ docker top b9260e9d9ef91d676329c5cfc0090dce1690d347df313248652d453f5a82d5eb -eo pid,comm [Pipeline] { [Pipeline] echo 02:44:04 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 02:44:05 + set -o pipefail 02:44:05 + snyk monitor '--org=edgex-jenkins' 02:44:19 02:44:19 Monitoring /w/workspace/edgexfoundry_edgex-ui-go_master (github.com/edgexfoundry/edgex-ui-go)... 02:44:19 02:44:19 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/a7586d50-0bad-4987-8b1b-87aad1d3e2be 02:44:19 02:44:19 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 02:44:19 02:44:19 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 02:44:19 02:44:19 [Pipeline] } 02:44:20 $ docker stop --time=1 b9260e9d9ef91d676329c5cfc0090dce1690d347df313248652d453f5a82d5eb 02:44:22 $ docker rm -f b9260e9d9ef91d676329c5cfc0090dce1690d347df313248652d453f5a82d5eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:44:24 + git log --format=format:%s -1 db70ee541918723d88120af90797eabe42092ea6 [Pipeline] isUnix [Pipeline] sh 02:44:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:44:24 . [Pipeline] withDockerContainer 02:44:24 prd-centos7-docker-4c-2g-31001 does not seem to be running inside a container 02:44:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:44:25 $ docker top 78ad8583b1bd3c262ab466dcaded17106c0ad6fa27917e8602904523b66f23ea -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:44:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:44:26 [ssh-agent] Looking for ssh-agent implementation... 02:44:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:44:26 $ docker exec 78ad8583b1bd3c262ab466dcaded17106c0ad6fa27917e8602904523b66f23ea ssh-agent 02:44:26 SSH_AUTH_SOCK=/tmp/ssh-jCGmG8YmsgAe/agent.12 02:44:26 SSH_AGENT_PID=17 02:44:26 Running ssh-add (command line suppressed) 02:44:26 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1630629028335841450.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_1630629028335841450.key) 02:44:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:44:27 + git semver tag 02:44:27 # -> Open(): unable to determine branch for HEAD 02:44:27 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 02:44:27 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 02:44:27 # $SEMVER_REMOTE_NAME = origin 02:44:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:44:27 # $SEMVER_USER_NAME = edgex-jenkins 02:44:27 # $SEMVER_BRANCH = master 02:44:27 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 02:44:27 # db70ee541918723d88120af90797eabe42092ea6 HEAD 02:44:27 # -> Force: false 02:44:27 # d950e3515c946d4f5bdf6e81c09cefca340ee734 refs/tags/v2.0.0-dev.22 [Pipeline] } 02:44:27 $ docker exec --env ******** --env ******** 78ad8583b1bd3c262ab466dcaded17106c0ad6fa27917e8602904523b66f23ea ssh-agent -k 02:44:27 unset SSH_AUTH_SOCK; 02:44:27 unset SSH_AGENT_PID; 02:44:27 echo Agent pid 17 killed; 02:44:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:44:27 + git semver [Pipeline] } 02:44:27 $ docker stop --time=1 78ad8583b1bd3c262ab466dcaded17106c0ad6fa27917e8602904523b66f23ea 02:44:29 $ docker rm -f 78ad8583b1bd3c262ab466dcaded17106c0ad6fa27917e8602904523b66f23ea [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 02:44:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:44:29 02:44:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 02:44:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:44:30 0.23.1-centos7: Pulling from edgex-lftools 02:44:30 ab5ef0e58194: Pulling fs layer 02:44:30 9712f1f96733: Pulling fs layer 02:44:30 63f879dbbcfc: Pulling fs layer 02:44:30 0d9ebad4ef96: Pulling fs layer 02:44:30 e9a5061849ea: Pulling fs layer 02:44:30 d747dcd14b5f: Pulling fs layer 02:44:30 2de7ff778b66: Pulling fs layer 02:44:30 e9a5061849ea: Waiting 02:44:30 d747dcd14b5f: Waiting 02:44:30 2de7ff778b66: Waiting 02:44:30 0d9ebad4ef96: Waiting 02:44:30 9712f1f96733: Verifying Checksum 02:44:30 9712f1f96733: Download complete 02:44:31 63f879dbbcfc: Verifying Checksum 02:44:31 63f879dbbcfc: Download complete 02:44:31 e9a5061849ea: Verifying Checksum 02:44:31 e9a5061849ea: Download complete 02:44:31 d747dcd14b5f: Verifying Checksum 02:44:31 d747dcd14b5f: Download complete 02:44:32 2de7ff778b66: Verifying Checksum 02:44:32 2de7ff778b66: Download complete 02:44:32 0d9ebad4ef96: Verifying Checksum 02:44:32 0d9ebad4ef96: Download complete 02:44:32 ab5ef0e58194: Verifying Checksum 02:44:32 ab5ef0e58194: Download complete 02:44:37 ab5ef0e58194: Pull complete 02:44:37 9712f1f96733: Pull complete 02:44:40 63f879dbbcfc: Pull complete 02:44:45 0d9ebad4ef96: Pull complete 02:44:47 e9a5061849ea: Pull complete 02:44:47 d747dcd14b5f: Pull complete 02:44:50 2de7ff778b66: Pull complete 02:44:50 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 02:44:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 02:44:50 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 02:44:50 prd-centos7-docker-4c-2g-31001 does not seem to be running inside a container 02:44:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 02:44:54 $ docker top 870daca399b3998fa0fe14e393aa8bde7cdf89858bb3651d5f13247ea95b1643 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 02:44:54 provisioning config files... 02:44:54 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config7458329363502894426tmp 02:44:54 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config681115071726994108tmp 02:44:54 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config1295607100832972544tmp [Pipeline] { [Pipeline] echo 02:44:54 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 02:44:55 ---> sigul-configuration.sh 02:44:55 gpg: directory `/root/.gnupg' created 02:44:55 gpg: new configuration file `/root/.gnupg/gpg.conf' created 02:44:55 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 02:44:55 gpg: keyring `/root/.gnupg/secring.gpg' created 02:44:55 gpg: keyring `/root/.gnupg/pubring.gpg' created 02:44:55 gpg: CAST5 encrypted data 02:44:55 gpg: encrypted with 1 passphrase 02:44:55 gpg: WARNING: message was not integrity protected [Pipeline] sh 02:44:55 + mkdir /home/jenkins 02:44:55 + mkdir /home/jenkins/sigul [Pipeline] sh 02:44:55 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 02:44:55 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 02:44:56 ---> sigul-install.sh 02:45:01 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 02:45:01 + git tag --list 02:45:01 0.1.1 02:45:01 v1.1.0 02:45:01 v1.2.0 02:45:01 v1.2.1 02:45:01 v1.3.0 02:45:01 v2.0.0-dev.1 02:45:01 v2.0.0-dev.10 02:45:01 v2.0.0-dev.11 02:45:01 v2.0.0-dev.12 02:45:01 v2.0.0-dev.13 02:45:01 v2.0.0-dev.14 02:45:01 v2.0.0-dev.15 02:45:01 v2.0.0-dev.16 02:45:01 v2.0.0-dev.17 02:45:01 v2.0.0-dev.18 02:45:01 v2.0.0-dev.19 02:45:01 v2.0.0-dev.2 02:45:01 v2.0.0-dev.20 02:45:01 v2.0.0-dev.21 02:45:01 v2.0.0-dev.22 02:45:01 v2.0.0-dev.3 02:45:01 v2.0.0-dev.4 02:45:01 v2.0.0-dev.5 02:45:01 v2.0.0-dev.6 02:45:01 v2.0.0-dev.7 02:45:01 v2.0.0-dev.8 02:45:01 v2.0.0-dev.9 [Pipeline] sh 02:45:02 + lftools sign git-tag v2.0.0-dev.22 02:45:03 Signing Git tag with Sigul... 02:45:03 Signing v2.0.0-dev.22 [Pipeline] echo 02:45:05 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 02:45:05 ---> sigul-configuration-cleanup.sh [Pipeline] } 02:45:05 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 02:45:05 $ docker stop --time=1 870daca399b3998fa0fe14e393aa8bde7cdf89858bb3651d5f13247ea95b1643 02:45:08 $ docker rm -f 870daca399b3998fa0fe14e393aa8bde7cdf89858bb3651d5f13247ea95b1643 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 02:45:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:45:09 . [Pipeline] withDockerContainer 02:45:09 prd-centos7-docker-4c-2g-31001 does not seem to be running inside a container 02:45:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:45:09 $ docker top df29898bffe0923b7b63ec567ad47582414cfaee997e9f0c22571577abdc6daf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:45:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:45:10 [ssh-agent] Looking for ssh-agent implementation... 02:45:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:45:10 $ docker exec df29898bffe0923b7b63ec567ad47582414cfaee997e9f0c22571577abdc6daf ssh-agent 02:45:10 SSH_AUTH_SOCK=/tmp/ssh-yriuommeBpUS/agent.12 02:45:10 SSH_AGENT_PID=17 02:45:10 Running ssh-add (command line suppressed) 02:45:10 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3995883671780379509.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_3995883671780379509.key) 02:45:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:45:11 + git semver bump pre 02:45:11 # -> Open(): unable to determine branch for HEAD 02:45:11 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 02:45:11 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 02:45:11 # $SEMVER_REMOTE_NAME = origin 02:45:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:45:11 # $SEMVER_USER_NAME = edgex-jenkins 02:45:11 # $SEMVER_BRANCH = master 02:45:11 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver 02:45:11 2.0.0-dev.23 [Pipeline] } 02:45:11 $ docker exec --env ******** --env ******** df29898bffe0923b7b63ec567ad47582414cfaee997e9f0c22571577abdc6daf ssh-agent -k 02:45:11 unset SSH_AUTH_SOCK; 02:45:11 unset SSH_AGENT_PID; 02:45:11 echo Agent pid 17 killed; 02:45:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:45:11 + git semver [Pipeline] } 02:45:11 $ docker stop --time=1 df29898bffe0923b7b63ec567ad47582414cfaee997e9f0c22571577abdc6daf 02:45:13 $ docker rm -f df29898bffe0923b7b63ec567ad47582414cfaee997e9f0c22571577abdc6daf [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 02:45:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:45:13 . [Pipeline] withDockerContainer 02:45:13 prd-centos7-docker-4c-2g-31001 does not seem to be running inside a container 02:45:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:45:14 $ docker top 96a7898ed975c204d3f9cd2a72b75d321488c66ec941ee05661f8d923d1cac90 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:45:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:45:14 [ssh-agent] Looking for ssh-agent implementation... 02:45:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:45:15 $ docker exec 96a7898ed975c204d3f9cd2a72b75d321488c66ec941ee05661f8d923d1cac90 ssh-agent 02:45:15 SSH_AUTH_SOCK=/tmp/ssh-OccftlRpimn6/agent.13 02:45:15 SSH_AGENT_PID=19 02:45:15 Running ssh-add (command line suppressed) 02:45:15 Identity added: /w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7698131559694799165.key (/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/private_key_7698131559694799165.key) 02:45:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:45:15 + git semver push 02:45:15 # -> Open(): unable to determine branch for HEAD 02:45:15 # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.git 02:45:15 # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_master 02:45:15 # $SEMVER_REMOTE_NAME = origin 02:45:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:45:15 # $SEMVER_USER_NAME = edgex-jenkins 02:45:15 # $SEMVER_BRANCH = master 02:45:15 # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_master/.semver [Pipeline] } 02:45:20 $ docker exec --env ******** --env ******** 96a7898ed975c204d3f9cd2a72b75d321488c66ec941ee05661f8d923d1cac90 ssh-agent -k 02:45:20 unset SSH_AUTH_SOCK; 02:45:20 unset SSH_AGENT_PID; 02:45:20 echo Agent pid 19 killed; 02:45:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:45:20 + git semver [Pipeline] } 02:45:20 $ docker stop --time=1 96a7898ed975c204d3f9cd2a72b75d321488c66ec941ee05661f8d923d1cac90 02:45:22 $ docker rm -f 96a7898ed975c204d3f9cd2a72b75d321488c66ec941ee05661f8d923d1cac90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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 02:45:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:45:24 ---> package-listing.sh 02:45:24 ++ facter osfamily 02:45:24 ++ tr '[:upper:]' '[:lower:]' 02:45:24 + OS_FAMILY=redhat 02:45:24 + workspace=/w/workspace/edgexfoundry_edgex-ui-go_master 02:45:24 + START_PACKAGES=/tmp/packages_start.txt 02:45:24 + END_PACKAGES=/tmp/packages_end.txt 02:45:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:45:24 + PACKAGES=/tmp/packages_start.txt 02:45:24 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 02:45:24 + PACKAGES=/tmp/packages_end.txt 02:45:24 + case "${OS_FAMILY}" in 02:45:24 + rpm -qa 02:45:24 + sort 02:45:29 + '[' -f /tmp/packages_start.txt ']' 02:45:29 + '[' -f /tmp/packages_end.txt ']' 02:45:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:45:29 + '[' /w/workspace/edgexfoundry_edgex-ui-go_master ']' 02:45:29 + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ 02:45:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_master/archives/ [Pipeline] echo 02:45:29 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_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:45:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:45:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:45:30 02:45:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:45:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:45:30 alpine: Pulling from edgex-lftools-log-publisher 02:45:30 df20fa9351a1: Pulling fs layer 02:45:30 36b3adc4ff6f: Pulling fs layer 02:45:30 8ad3a11d3b57: Pulling fs layer 02:45:30 46f8f816bc3b: Pulling fs layer 02:45:30 93b61091891f: Pulling fs layer 02:45:30 93b9cdb0e59b: Pulling fs layer 02:45:30 5e14af77c1be: Pulling fs layer 02:45:30 01666e4c0597: Pulling fs layer 02:45:30 aa168da1d23b: Pulling fs layer 02:45:30 93b61091891f: Waiting 02:45:30 93b9cdb0e59b: Waiting 02:45:30 5e14af77c1be: Waiting 02:45:30 01666e4c0597: Waiting 02:45:30 aa168da1d23b: Waiting 02:45:30 46f8f816bc3b: Waiting 02:45:30 36b3adc4ff6f: Verifying Checksum 02:45:30 36b3adc4ff6f: Download complete 02:45:30 46f8f816bc3b: Verifying Checksum 02:45:30 46f8f816bc3b: Download complete 02:45:31 df20fa9351a1: Verifying Checksum 02:45:31 df20fa9351a1: Download complete 02:45:31 93b9cdb0e59b: Verifying Checksum 02:45:31 93b9cdb0e59b: Download complete 02:45:31 5e14af77c1be: Download complete 02:45:31 93b61091891f: Verifying Checksum 02:45:31 93b61091891f: Download complete 02:45:31 01666e4c0597: Verifying Checksum 02:45:31 01666e4c0597: Download complete 02:45:31 8ad3a11d3b57: Verifying Checksum 02:45:31 8ad3a11d3b57: Download complete 02:45:31 df20fa9351a1: Pull complete 02:45:31 36b3adc4ff6f: Pull complete 02:45:32 8ad3a11d3b57: Pull complete 02:45:32 aa168da1d23b: Verifying Checksum 02:45:32 aa168da1d23b: Download complete 02:45:33 46f8f816bc3b: Pull complete 02:45:34 93b61091891f: Pull complete 02:45:34 93b9cdb0e59b: Pull complete 02:45:34 5e14af77c1be: Pull complete 02:45:34 01666e4c0597: Pull complete 02:45:42 aa168da1d23b: Pull complete 02:45:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:45:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:45:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:45:42 prd-centos7-docker-4c-2g-31001 does not seem to be running inside a container 02:45:42 $ 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_master/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_master -v /w/workspace/edgexfoundry_edgex-ui-go_master:/w/workspace/edgexfoundry_edgex-ui-go_master:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_master@tmp:/w/workspace/edgexfoundry_edgex-ui-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:45:45 $ docker top e6010ac98ace5ff3a5276216f0911378e785070cc43d06811b4f62c2da4ac1e6 -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:45 + touch /tmp/pre-build-complete [Pipeline] sh 02:45:45 + mkdir -p /var/log/sa [Pipeline] sh 02:45:46 + ls /var/log/sa-host 02:45:46 + sadf -c /var/log/sa-host/sa23 02:45:46 file_magic: OK 02:45:46 HZ: Using current value: 100 02:45:46 file_header: OK 02:45:46 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 02:45:46 Statistics: 02:45:46 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:45:46 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:45:46 provisioning config files... 02:45:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_master@tmp/config4444004585324991255tmp [Pipeline] { [Pipeline] echo 02:45:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:45:47 ---> create-netrc.sh [Pipeline] } 02:45:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:45:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:45:47 ---> python-tools-install.sh [Pipeline] echo 02:45:47 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:45:47 ---> sudo-logs.sh 02:45:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:45:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:45:48 ---> job-cost.sh 02:45:48 lf-activate-venv: SKIPPING 02:45:48 DEBUG: total: 0.20999999344348907 02:45:48 INFO: Retrieving Stack Cost... 02:45:49 INFO: Retrieving Pricing Info for: v1-standard-2 02:45:50 INFO: Archiving Costs [Pipeline] echo 02:45:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:45:50 ---> logs-deploy.sh 02:45:50 lf-activate-venv: SKIPPING 02:45:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/master/80 02:45:50 INFO: archiving workspace using pattern(s): 02:45:52 Archives upload complete. 02:45:52 INFO: archiving logs to Nexus 02:45:53 ---> uname -a: 02:45:53 Linux prd-centos7-docker-4c-2g-31001.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:45:53 02:45:53 02:45:53 ---> lscpu: 02:45:53 Architecture: x86_64 02:45:53 CPU op-mode(s): 32-bit, 64-bit 02:45:53 Byte Order: Little Endian 02:45:53 Address sizes: 40 bits physical, 48 bits virtual 02:45:53 CPU(s): 4 02:45:53 On-line CPU(s) list: 0-3 02:45:53 Thread(s) per core: 1 02:45:53 Core(s) per socket: 1 02:45:53 Socket(s): 4 02:45:53 NUMA node(s): 1 02:45:53 Vendor ID: GenuineIntel 02:45:53 CPU family: 6 02:45:53 Model: 44 02:45:53 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:45:53 Stepping: 1 02:45:53 CPU MHz: 2933.438 02:45:53 BogoMIPS: 5866.87 02:45:53 Virtualization: VT-x 02:45:53 Hypervisor vendor: KVM 02:45:53 Virtualization type: full 02:45:53 L1d cache: 128 KiB 02:45:53 L1i cache: 128 KiB 02:45:53 L2 cache: 16 MiB 02:45:53 L3 cache: 64 MiB 02:45:53 NUMA node0 CPU(s): 0-3 02:45:53 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:45:53 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:45:53 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:45:53 Vulnerability Meltdown: Mitigation; PTI 02:45:53 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:45:53 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:45:53 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:45:53 Vulnerability Srbds: Not affected 02:45:53 Vulnerability Tsx async abort: Not affected 02:45:53 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:45:53 02:45:53 02:45:53 ---> nproc: 02:45:53 4 02:45:53 02:45:53 02:45:53 ---> df -h: 02:45:53 Filesystem Size Used Available Use% Mounted on 02:45:53 overlay 50.0G 8.6G 41.4G 17% / 02:45:53 tmpfs 64.0M 0 64.0M 0% /dev 02:45:53 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:45:53 shm 64.0M 0 64.0M 0% /dev/shm 02:45:53 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 02:45:53 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 02:45:53 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 02:45:53 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 02:45:53 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master 02:45:53 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/edgexfoundry_edgex-ui-go_master@tmp 02:45:53 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 02:45:53 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 02:45:53 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 02:45:53 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 02:45:53 02:45:53 02:45:53 ---> free -m: 02:45:53 total used free shared buff/cache available 02:45:53 Mem: 1837 827 156 0 853 946 02:45:53 Swap: 1023 2 1021 02:45:53 02:45:53 02:45:53 ---> ip addr: 02:45:53 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:45:53 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:45:53 inet 127.0.0.1/8 scope host lo 02:45:53 valid_lft forever preferred_lft forever 02:45:53 inet6 ::1/128 scope host 02:45:53 valid_lft forever preferred_lft forever 02:45:53 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:45:53 link/ether fa:16:3e:2c:30:a8 brd ff:ff:ff:ff:ff:ff 02:45:53 inet 10.30.122.34/23 brd 10.30.123.255 scope global dynamic eth0 02:45:53 valid_lft 85733sec preferred_lft 85733sec 02:45:53 inet6 fe80::f816:3eff:fe2c:30a8/64 scope link 02:45:53 valid_lft forever preferred_lft forever 02:45:53 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:45:53 link/ether 02:42:ec:f0:f6:a7 brd ff:ff:ff:ff:ff:ff 02:45:53 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:45:53 valid_lft forever preferred_lft forever 02:45:53 inet6 fe80::42:ecff:fef0:f6a7/64 scope link 02:45:53 valid_lft forever preferred_lft forever 02:45:53 02:45:53 02:45:53 ---> sar -b -r -n DEV: 02:45:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/23/21 _x86_64_ (4 CPU) 02:45:53 02:45:53 02:34:36 LINUX RESTART (4 CPU) 02:45:53 02:45:53 02:35:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:45:53 02:36:01 83.16 33.24 49.92 0.00 7438.78 4982.19 0.00 02:45:53 02:37:01 3.26 0.00 3.26 0.00 0.00 112.27 0.00 02:45:53 02:38:01 0.35 0.00 0.35 0.00 0.00 5.18 0.00 02:45:53 02:39:01 0.32 0.00 0.32 0.00 0.00 3.95 0.00 02:45:53 02:40:01 0.23 0.00 0.23 0.00 0.00 3.50 0.00 02:45:53 02:41:01 0.30 0.00 0.30 0.00 0.00 4.40 0.00 02:45:53 02:42:01 0.30 0.00 0.30 0.00 0.00 3.36 0.00 02:45:53 02:43:01 6.56 0.00 6.56 0.00 0.00 77.23 0.00 02:45:53 02:44:01 170.57 95.69 74.88 0.00 3994.96 28531.56 0.00 02:45:53 02:45:02 306.89 138.54 168.35 0.00 8115.67 38294.83 0.00 02:45:53 Average: 57.27 26.79 30.48 0.00 1956.87 7214.75 0.00 02:45:53 02:45:53 02:35:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:45:53 02:36:01 161396 0 621596 33.04 2620 1095932 1111192 37.92 432684 1087608 128 02:45:53 02:37:01 168324 0 614580 32.66 2620 1096020 1077920 36.79 436184 1078044 20 02:45:53 02:38:01 166056 0 616840 32.78 2620 1096028 1078040 36.79 432520 1084388 16 02:45:53 02:39:01 165680 0 617216 32.80 2620 1096028 1078052 36.79 446000 1070968 20 02:45:53 02:40:01 166712 0 616176 32.75 2620 1096036 1077920 36.79 442484 1073768 8 02:45:53 02:41:01 164624 0 618260 32.86 2620 1096040 1078040 36.79 451724 1066336 8 02:45:53 02:42:01 164904 0 617976 32.84 2620 1096044 1077956 36.79 451384 1066380 8 02:45:53 02:43:01 156816 0 626048 33.27 2620 1096060 1074104 36.66 459300 1066356 8 02:45:53 02:44:01 74820 0 751328 39.93 2596 1052800 1501312 51.24 555984 997848 5388 02:45:53 02:45:02 78016 0 810392 43.07 1576 991560 1682352 57.42 679296 785236 84280 02:45:53 Average: 146735 0 651041 34.60 2513 1081255 1183689 40.40 478756 1037693 8988 02:45:53 02:45:53 02:35:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:45:53 02:36:01 eth0 561.75 376.25 1269.25 97.25 0.00 0.00 0.00 0.00 02:45:53 02:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:53 02:36:01 docker0 34.54 24.92 3.26 111.26 0.00 0.00 0.00 0.00 02:45:53 02:37:01 eth0 0.77 0.08 0.06 0.04 0.00 0.00 0.00 0.00 02:45:53 02:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:53 02:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:53 02:38:01 eth0 4.10 2.42 3.28 0.34 0.00 0.00 0.00 0.00 02:45:53 02:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:53 02:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:53 02:39:01 eth0 0.90 0.37 0.32 0.20 0.00 0.00 0.00 0.00 02:45:53 02:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:53 02:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:53 02:40:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:45:53 02:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:53 02:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:53 02:41:01 eth0 0.57 0.35 0.37 0.19 0.00 0.00 0.00 0.00 02:45:53 02:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:53 02:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:53 02:42:01 eth0 0.20 0.15 0.07 0.01 0.00 0.00 0.00 0.00 02:45:53 02:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:53 02:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:53 02:43:01 eth0 110.36 76.33 75.14 87.59 0.00 0.00 0.00 0.00 02:45:53 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:53 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:53 02:44:01 eth0 425.98 377.12 4059.26 30.74 0.00 0.00 0.00 0.00 02:45:53 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:53 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:53 02:45:02 eth0 512.86 444.21 3685.89 94.88 0.00 0.00 0.00 0.00 02:45:53 02:45:02 veth5f79373 26.82 32.48 1.81 232.66 0.00 0.00 0.00 0.00 02:45:53 02:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:53 02:45:02 docker0 76.17 88.29 5.87 450.77 0.00 0.00 0.00 0.00 02:45:53 Average: eth0 161.94 127.90 911.13 31.14 0.00 0.00 0.00 0.00 02:45:53 Average: veth5f79373 2.68 3.25 0.18 23.27 0.00 0.00 0.00 0.00 02:45:53 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:45:53 Average: docker0 11.07 11.32 0.91 56.22 0.00 0.00 0.00 0.00 02:45:53 02:45:53 02:45:53 ---> sar -P ALL: 02:45:53 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/23/21 _x86_64_ (4 CPU) 02:45:53 02:45:53 02:34:36 LINUX RESTART (4 CPU) 02:45:53 02:45:53 02:35:01 CPU %user %nice %system %iowait %steal %idle 02:45:53 02:36:01 all 11.93 0.00 4.63 2.40 0.04 81.00 02:45:53 02:36:01 0 11.75 0.00 5.04 1.90 0.03 81.27 02:45:53 02:36:01 1 11.29 0.00 4.09 1.37 0.05 83.21 02:45:53 02:36:01 2 11.91 0.00 4.75 1.50 0.05 81.79 02:45:53 02:36:01 3 12.79 0.00 4.64 4.81 0.03 77.73 02:45:53 02:37:01 all 0.16 0.00 0.07 0.00 0.00 99.77 02:45:53 02:37:01 0 0.52 0.00 0.08 0.00 0.00 99.40 02:45:53 02:37:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:45:53 02:37:01 2 0.05 0.00 0.12 0.00 0.00 99.83 02:45:53 02:37:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:45:53 02:38:01 all 0.23 0.00 0.18 0.00 0.00 99.58 02:45:53 02:38:01 0 0.57 0.00 0.08 0.00 0.00 99.35 02:45:53 02:38:01 1 0.10 0.00 0.25 0.00 0.00 99.65 02:45:53 02:38:01 2 0.13 0.00 0.22 0.00 0.00 99.65 02:45:53 02:38:01 3 0.13 0.00 0.18 0.00 0.02 99.67 02:45:53 02:39:01 all 0.14 0.00 0.04 0.00 0.00 99.82 02:45:53 02:39:01 0 0.45 0.00 0.02 0.00 0.00 99.53 02:45:53 02:39:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:45:53 02:39:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:45:53 02:39:01 3 0.05 0.00 0.07 0.00 0.00 99.88 02:45:53 02:40:01 all 0.17 0.00 0.06 0.00 0.00 99.77 02:45:53 02:40:01 0 0.50 0.00 0.03 0.00 0.00 99.47 02:45:53 02:40:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:45:53 02:40:01 2 0.08 0.00 0.12 0.00 0.00 99.80 02:45:53 02:40:01 3 0.05 0.00 0.05 0.00 0.00 99.90 02:45:53 02:41:01 all 0.16 0.00 0.04 0.00 0.00 99.80 02:45:53 02:41:01 0 0.52 0.00 0.02 0.00 0.00 99.47 02:45:53 02:41:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:45:53 02:41:01 2 0.07 0.00 0.07 0.00 0.00 99.87 02:45:53 02:41:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:45:53 02:42:01 all 0.15 0.00 0.05 0.00 0.00 99.79 02:45:53 02:42:01 0 0.52 0.00 0.03 0.00 0.00 99.45 02:45:53 02:42:01 1 0.03 0.00 0.08 0.00 0.00 99.88 02:45:53 02:42:01 2 0.05 0.00 0.05 0.00 0.02 99.88 02:45:53 02:42:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:45:53 02:43:01 all 1.17 0.00 0.47 0.03 0.00 98.32 02:45:53 02:43:01 0 1.47 0.00 0.57 0.02 0.00 97.94 02:45:53 02:43:01 1 0.97 0.00 0.47 0.05 0.00 98.51 02:45:53 02:43:01 2 1.29 0.00 0.42 0.03 0.02 98.24 02:45:53 02:43:01 3 0.95 0.00 0.42 0.03 0.00 98.60 02:45:53 02:44:01 all 6.55 0.00 4.53 1.09 0.03 87.80 02:45:53 02:44:01 0 6.75 0.00 4.81 0.71 0.03 87.69 02:45:53 02:44:01 1 6.81 0.00 4.61 1.44 0.03 87.10 02:45:53 02:44:01 2 6.29 0.00 4.38 1.40 0.02 87.92 02:45:53 02:44:01 3 6.33 0.00 4.31 0.83 0.02 88.51 02:45:53 02:45:02 all 12.19 0.00 9.05 4.43 0.06 74.27 02:45:53 02:45:02 0 10.74 0.00 9.23 7.12 0.05 72.86 02:45:53 02:45:02 1 13.60 0.00 9.27 3.75 0.05 73.33 02:45:53 02:45:02 2 11.17 0.00 9.06 4.30 0.07 75.41 02:45:53 02:45:02 3 13.24 0.00 8.66 2.55 0.07 75.48 02:45:53 Average: all 3.25 0.00 1.89 0.78 0.01 94.06 02:45:53 Average: 0 3.34 0.00 1.96 0.96 0.01 93.73 02:45:53 Average: 1 3.26 0.00 1.87 0.65 0.01 94.20 02:45:53 Average: 2 3.08 0.00 1.90 0.71 0.02 94.29 02:45:53 Average: 3 3.32 0.00 1.82 0.81 0.01 94.04 02:45:53 02:45:53 02:45:53