Pull request #3027 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bfa6a58f8926f2bd31488a3be92923c4164c0bd6+4e8269025e0154ee6bf5f0a3cff0374e651c382f (228e8956648d38536fb34fa3817136239a2971dc) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Running on prd-centos7-docker-4c-2g-21232 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [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-go.git > git init /w/workspace/edgex-go/11 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-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-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-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-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4e8269025e0154ee6bf5f0a3cff0374e651c382f into PR head commit bfa6a58f8926f2bd31488a3be92923c4164c0bd6 Merge succeeded, producing aa9af4c90dd65bec26099345b2909741cce983d3 Checking out Revision aa9af4c90dd65bec26099345b2909741cce983d3 (PR-3027) > git config core.sparsecheckout # timeout=10 > git checkout -f bfa6a58f8926f2bd31488a3be92923c4164c0bd6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4e8269025e0154ee6bf5f0a3cff0374e651c382f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aa9af4c90dd65bec26099345b2909741cce983d3 # timeout=10 Commit message: "Merge commit '4e8269025e0154ee6bf5f0a3cff0374e651c382f' into HEAD" > git rev-list --no-walk bfa6a58f8926f2bd31488a3be92923c4164c0bd6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:45:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:45:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:45:59 ========================================================= 17:45:59 EdgeX Global Pipelines Version Info 17:45:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:46:01 ------------------- 17:46:01 stable info: 17:46:01 ------------------- 17:46:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:46:01 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 17:46:01 Message: update stable to v1.0.177 17:46:02 ------------------- 17:46:02 experimental info: 17:46:02 ------------------- 17:46:02 Commited By: **** collab-it+edgex@linuxfoundation.org 17:46:02 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 17:46:02 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:46:02 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:46:02 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:46:02 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:46:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:46:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:46:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:46:03 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:46:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:46:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:46:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:46:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:46:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:46:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:46:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:46:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:46:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:46:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:46:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:46:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:46:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:46:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:46:04 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:46:04 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:46:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo 17:46:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo 17:46:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo 17:46:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aa9af4c90dd65bec26099345b2909741cce983d3 [Pipeline] echo 17:46:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aa9af4c [Pipeline] echo 17:46:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:46:05 provisioning config files... 17:46:05 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config293751233772213111tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:46:06 ---> docker-login.sh 17:46:06 nexus3.edgexfoundry.org:10001 17:46:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:46:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:46:06 Configure a credential helper to remove this warning. See 17:46:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:46:06 17:46:06 Login Succeeded 17:46:06 nexus3.edgexfoundry.org:10002 17:46:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:46:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:46:06 Configure a credential helper to remove this warning. See 17:46:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:46:06 17:46:06 Login Succeeded 17:46:06 nexus3.edgexfoundry.org:10003 17:46:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:46:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:46:06 Configure a credential helper to remove this warning. See 17:46:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:46:06 17:46:06 Login Succeeded 17:46:06 nexus3.edgexfoundry.org:10004 17:46:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:46:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:46:07 Configure a credential helper to remove this warning. See 17:46:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:46:07 17:46:07 Login Succeeded 17:46:07 docker.io 17:46:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:46:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:46:07 Configure a credential helper to remove this warning. See 17:46:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:46:07 17:46:07 Login Succeeded 17:46:07 ---> docker-login.sh ends [Pipeline] } 17:46:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:46:08 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 17:46:08 + for file in '`ls cmd/**/Dockerfile`' 17:46:08 ++ dirname cmd/core-command/Dockerfile 17:46:08 ++ cut -d/ -f2 17:46:08 + echo core-command,cmd/core-command/Dockerfile 17:46:08 + for file in '`ls cmd/**/Dockerfile`' 17:46:08 ++ dirname cmd/core-data/Dockerfile 17:46:08 ++ cut -d/ -f2 17:46:08 + echo core-data,cmd/core-data/Dockerfile 17:46:08 + for file in '`ls cmd/**/Dockerfile`' 17:46:08 ++ dirname cmd/core-metadata/Dockerfile 17:46:08 ++ cut -d/ -f2 17:46:08 + echo core-metadata,cmd/core-metadata/Dockerfile 17:46:08 + for file in '`ls cmd/**/Dockerfile`' 17:46:08 ++ dirname cmd/security-bootstrap-redis/Dockerfile 17:46:08 ++ cut -d/ -f2 17:46:08 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 17:46:08 + for file in '`ls cmd/**/Dockerfile`' 17:46:08 ++ dirname cmd/security-proxy-setup/Dockerfile 17:46:08 ++ cut -d/ -f2 17:46:08 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:46:08 + for file in '`ls cmd/**/Dockerfile`' 17:46:08 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:46:08 ++ cut -d/ -f2 17:46:08 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:46:08 + for file in '`ls cmd/**/Dockerfile`' 17:46:08 ++ dirname cmd/support-notifications/Dockerfile 17:46:08 ++ cut -d/ -f2 17:46:08 + echo support-notifications,cmd/support-notifications/Dockerfile 17:46:08 + for file in '`ls cmd/**/Dockerfile`' 17:46:08 ++ dirname cmd/support-scheduler/Dockerfile 17:46:08 ++ cut -d/ -f2 17:46:08 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:46:08 + for file in '`ls cmd/**/Dockerfile`' 17:46:08 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:46:08 ++ cut -d/ -f2 17:46:08 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:46:08 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 17:46:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:46:08 17:46:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:46:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:46:09 latest: Pulling from edgex-devops/git-semver 17:46:09 31603596830f: Pulling fs layer 17:46:09 2a8b12db71e7: Pulling fs layer 17:46:09 6ca5941a6612: Pulling fs layer 17:46:09 ecc8261a40a4: Pulling fs layer 17:46:09 2a8b12db71e7: Verifying Checksum 17:46:09 2a8b12db71e7: Download complete 17:46:09 31603596830f: Verifying Checksum 17:46:09 31603596830f: Download complete 17:46:09 ecc8261a40a4: Verifying Checksum 17:46:09 ecc8261a40a4: Download complete 17:46:09 6ca5941a6612: Verifying Checksum 17:46:09 6ca5941a6612: Download complete 17:46:10 31603596830f: Pull complete 17:46:10 2a8b12db71e7: Pull complete 17:46:11 6ca5941a6612: Pull complete 17:46:11 ecc8261a40a4: Pull complete 17:46:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:46:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:46:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:46:11 prd-centos7-docker-4c-2g-21232 does not seem to be running inside a container 17:46:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 17:46:14 $ docker top 65c126e3149bccd0fa4704098a9be023c5520fb44b5f4a400a51ed66aa2e0acd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:46:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:46:14 [ssh-agent] Looking for ssh-agent implementation... 17:46:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:46:14 $ docker exec 65c126e3149bccd0fa4704098a9be023c5520fb44b5f4a400a51ed66aa2e0acd ssh-agent 17:46:15 SSH_AUTH_SOCK=/tmp/ssh-yZuI6tCQRzZR/agent.12 17:46:15 SSH_AGENT_PID=17 17:46:15 Running ssh-add (command line suppressed) 17:46:15 Identity added: /w/workspace/edgex-go/11@tmp/private_key_8925491278227286450.key (/w/workspace/edgex-go/11@tmp/private_key_8925491278227286450.key) 17:46:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:46:15 + git tag --points-at HEAD [Pipeline] } 17:46:15 $ docker exec --env ******** --env ******** 65c126e3149bccd0fa4704098a9be023c5520fb44b5f4a400a51ed66aa2e0acd ssh-agent -k 17:46:15 unset SSH_AUTH_SOCK; 17:46:15 unset SSH_AGENT_PID; 17:46:15 echo Agent pid 17 killed; 17:46:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:46:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:46:15 [ssh-agent] Looking for ssh-agent implementation... 17:46:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:46:16 $ docker exec 65c126e3149bccd0fa4704098a9be023c5520fb44b5f4a400a51ed66aa2e0acd ssh-agent 17:46:16 SSH_AUTH_SOCK=/tmp/ssh-vb6H40NuJj72/agent.46 17:46:16 SSH_AGENT_PID=51 17:46:16 Running ssh-add (command line suppressed) 17:46:16 Identity added: /w/workspace/edgex-go/11@tmp/private_key_1474105980781833391.key (/w/workspace/edgex-go/11@tmp/private_key_1474105980781833391.key) 17:46:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:46:16 + git semver init 17:46:16 # -> Open(): unable to determine branch for HEAD 17:46:16 # $GIT_DIR = /w/workspace/edgex-go/11/.git 17:46:16 # $GIT_WORK_TREE = /w/workspace/edgex-go/11 17:46:16 # $SEMVER_REMOTE_NAME = origin 17:46:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:46:16 # $SEMVER_USER_NAME = edgex-jenkins 17:46:16 # $SEMVER_BRANCH = PR-3027 17:46:16 # $SEMVER_TEMP = /tmp/semver-122559155 17:46:16 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:46:34 # '/tmp/semver-122559155' -> '/w/workspace/edgex-go/11/.semver' 17:46:34 # -> Force: false 17:46:34 # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } 17:46:34 $ docker exec --env ******** --env ******** 65c126e3149bccd0fa4704098a9be023c5520fb44b5f4a400a51ed66aa2e0acd ssh-agent -k 17:46:35 unset SSH_AUTH_SOCK; 17:46:35 unset SSH_AGENT_PID; 17:46:35 echo Agent pid 51 killed; 17:46:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:46:35 + git semver [Pipeline] } 17:46:35 $ docker stop --time=1 65c126e3149bccd0fa4704098a9be023c5520fb44b5f4a400a51ed66aa2e0acd 17:46:37 $ docker rm -f 65c126e3149bccd0fa4704098a9be023c5520fb44b5f4a400a51ed66aa2e0acd [Pipeline] // withDockerContainer [Pipeline] sh 17:46:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:46:38 Stashed 1 file(s) [Pipeline] echo 17:46:38 [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 17:46:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21239 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] sh [Pipeline] { [Pipeline] ws 17:46:39 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 17:46:39 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:46:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:46:39 + sudo service docker restart 17:46:39 + true 17:46:39 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:46:40 ========================================================= 17:46:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:46:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:46:40 + 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 . 17:46:43 using credential edgex-jenkins-ssh 17:46:43 Cloning the remote Git repository 17:46:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:46:44 Sending build context to Docker daemon 326.6MB 17:46:44 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:46:44 Step 2/6 : FROM ${BASE} 17:46:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:46:44 188c0c94c7c5: Pulling fs layer 17:46:44 0ef7d3d256c8: Pulling fs layer 17:46:44 de9db76c5a1d: Pulling fs layer 17:46:44 bca2f99d35d6: Pulling fs layer 17:46:44 93359f2a8cfa: Pulling fs layer 17:46:44 7c6f9722023f: Pulling fs layer 17:46:44 a35cf1a2eb13: Pulling fs layer 17:46:44 bca2f99d35d6: Waiting 17:46:44 93359f2a8cfa: Waiting 17:46:44 7c6f9722023f: Waiting 17:46:44 a35cf1a2eb13: Waiting 17:46:44 de9db76c5a1d: Download complete 17:46:44 0ef7d3d256c8: Verifying Checksum 17:46:44 0ef7d3d256c8: Download complete 17:46:44 93359f2a8cfa: Verifying Checksum 17:46:44 93359f2a8cfa: Download complete 17:46:44 188c0c94c7c5: Verifying Checksum 17:46:44 188c0c94c7c5: Download complete 17:46:44 7c6f9722023f: Verifying Checksum 17:46:44 7c6f9722023f: Download complete 17:46:44 188c0c94c7c5: Pull complete 17:46:44 0ef7d3d256c8: Pull complete 17:46:45 de9db76c5a1d: Pull complete 17:46:44 > git init /w/workspace/edgex-go/11 # timeout=10 17:46:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:46:44 > git --version # timeout=10 17:46:44 > git --version # 'git version 2.17.1' 17:46:44 using GIT_SSH to set credentials SSH Credentials for GitHub 17:46:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:46:46 a35cf1a2eb13: Verifying Checksum 17:46:46 a35cf1a2eb13: Download complete 17:46:46 bca2f99d35d6: Verifying Checksum 17:46:46 bca2f99d35d6: Download complete 17:46:52 bca2f99d35d6: Pull complete 17:46:52 93359f2a8cfa: Pull complete 17:46:52 7c6f9722023f: Pull complete 17:46:58 a35cf1a2eb13: Pull complete 17:46:58 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:46:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:46:58 ---> a62c8e92a672 17:46:58 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 17:46:58 ---> Running in a0d2b111f849 17:46:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:46:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:47:01 (1/12) Installing libmagic (5.38-r0) 17:47:01 (2/12) Installing file (5.38-r0) 17:47:01 (3/12) Installing libc-dev (0.7.2-r3) 17:47:01 (4/12) Installing g++ (9.3.0-r2) 17:47:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:47:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:47:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:47:06 Merging remotes/origin/master commit 4e8269025e0154ee6bf5f0a3cff0374e651c382f into PR head commit bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:47:06 Failed in branch arm64 17:47:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:47:05 using GIT_SSH to set credentials SSH Credentials for GitHub 17:47:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:47:06 > git config core.sparsecheckout # timeout=10 17:47:06 > git checkout -f bfa6a58f8926f2bd31488a3be92923c4164c0bd6 # timeout=10 17:47:19 (5/12) Installing fortify-headers (1.1-r0) 17:47:19 (6/12) Installing patch (2.7.6-r6) 17:47:19 (7/12) Installing build-base (0.5-r2) 17:47:19 (8/12) Installing libsodium (1.0.18-r0) 17:47:19 (9/12) Installing pkgconf (1.7.2-r0) 17:47:19 (10/12) Installing libsodium-dev (1.0.18-r0) 17:47:19 (11/12) Installing libzmq (4.3.3-r0) 17:47:19 (12/12) Installing zeromq-dev (4.3.3-r0) 17:47:19 Executing busybox-1.31.1-r19.trigger 17:47:19 OK: 233 MiB in 51 packages 17:47:21 Removing intermediate container a0d2b111f849 17:47:21 ---> 40b2c14b74f2 17:47:21 Step 4/6 : WORKDIR /edgex-go 17:47:21 ---> Running in 6121d5000dc2 17:47:21 Removing intermediate container 6121d5000dc2 17:47:21 ---> b57aab6e8898 17:47:21 Step 5/6 : COPY go.mod . 17:47:21 ---> b80299b47c1e 17:47:21 Step 6/6 : RUN go mod download 17:47:21 ---> Running in 4e1afb9272a0 17:47:43 Removing intermediate container 4e1afb9272a0 17:47:43 ---> 16be063c8800 17:47:43 Successfully built 16be063c8800 17:47:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:47:43 + docker inspect -f . ci-base-image-x86_64 17:47:43 . [Pipeline] withDockerContainer 17:47:44 prd-centos7-docker-4c-2g-21232 does not seem to be running inside a container 17:47:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:47:45 $ docker top 0c407e432be8a6ea9eed8d3bd7c7e2561cc980a22ec3270cc0727a3565b3f7a9 -eo pid,comm [Pipeline] { [Pipeline] sh 17:47:45 + go version 17:47:45 go version go1.15.5 linux/amd64 [Pipeline] } 17:47:45 $ docker stop --time=1 0c407e432be8a6ea9eed8d3bd7c7e2561cc980a22ec3270cc0727a3565b3f7a9 17:47:46 $ docker rm -f 0c407e432be8a6ea9eed8d3bd7c7e2561cc980a22ec3270cc0727a3565b3f7a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:47:47 + docker inspect -f . ci-base-image-x86_64 17:47:47 . [Pipeline] withDockerContainer 17:47:47 prd-centos7-docker-4c-2g-21232 does not seem to be running inside a container 17:47:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:47:48 $ docker top b8909efa55a82a3e064837317df3abbdc29e809e29def41582f070131cf1a931 -eo pid,comm [Pipeline] { [Pipeline] echo 17:47:48 ========================================================= 17:47:48 [edgeXBuildGoParallel] Running Tests and Build... 17:47:48 ========================================================= [Pipeline] sh 17:47:49 + make test 17:47:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:47:59 ? github.com/edgexfoundry/edgex-go [no test files] 17:48:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:48:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:48:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:48:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:48:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:48:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:48:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:48:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:48:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:48:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:48:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:48:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:48:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:48:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.075s coverage: 46.6% of statements 17:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:48:28 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.152s coverage: 27.0% of statements 17:48:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:48:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:48:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:48:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:48:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:48:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:48:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements 17:48:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:48:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements 17:48:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:48:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:48:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.095s coverage: 67.9% of statements 17:48:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:48:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:48:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.129s coverage: 82.3% of statements 17:48:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:48:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:48:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:48:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:48:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.393s coverage: 28.6% of statements 17:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:48:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements 17:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:48:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements 17:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:48:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.105s coverage: 86.7% of statements 17:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:48:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.129s coverage: 97.5% of statements 17:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:48:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements 17:48:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:48:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:48:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:48:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:48:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.354s coverage: 92.8% of statements 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:48:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:48:33 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:48:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:48:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.058s coverage: 75.5% of statements 17:48:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:48:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements 17:48:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements 17:48:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.2% of statements 17:48:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.093s coverage: 91.4% of statements 17:48:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:48:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.205s coverage: 63.5% of statements 17:48:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:48:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:48:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements 17:48:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements 17:48:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements 17:48:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements 17:48:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements 17:48:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.324s coverage: 68.9% of statements 17:48:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:48:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:48:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:48:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:48:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:48:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 37.0% of statements 17:48:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:48:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:48:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.312s coverage: 84.0% of statements 17:48:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements 17:48:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.107s coverage: 47.1% of statements 17:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:48:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.080s coverage: 100.0% of statements 17:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:48:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements 17:48:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:48:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.748s coverage: 29.1% of statements 17:48:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:48:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:48:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:48:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:48:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:48:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements 17:48:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:48:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.062s coverage: 100.0% of statements 17:48:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:48:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 17:48:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:48:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 17:48:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:48:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:48:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:48:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:48:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements 17:48:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:48:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:48:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 17:48:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 17:48:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 17:48:41 GO111MODULE=on go vet ./... 17:49:07 gofmt -l . 17:49:07 [ "`gofmt -l .`" = "" ] 17:49:07 ./bin/test-go-mod-tidy.sh 17:49:07 ./bin/test-attribution-txt.sh [Pipeline] sh 17:49:08 + ls -al . 17:49:08 total 656 17:49:08 drwxrwxr-x 10 1001 1001 4096 Jan 19 17:49 . 17:49:08 drwxr-xr-x 4 root root 30 Jan 19 17:47 .. 17:49:08 -rw-rw-r-- 1 1001 1001 11 Jan 19 17:45 .dockerignore 17:49:08 drwxrwxr-x 8 1001 1001 179 Jan 19 17:45 .git 17:49:08 drwxrwxr-x 3 1001 1001 125 Jan 19 17:45 .github 17:49:08 -rw-rw-r-- 1 1001 1001 824 Jan 19 17:45 .gitignore 17:49:08 drwx------ 3 1001 1001 47 Jan 19 17:46 .semver 17:49:08 -rw-rw-r-- 1 1001 1001 166 Jan 19 17:45 .sonarcloud.properties 17:49:08 -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:45 Attribution.txt 17:49:08 -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:45 CONTRIBUTING.md 17:49:08 -rw-rw-r-- 1 1001 1001 931 Jan 19 17:45 Dockerfile.build 17:49:08 -rw-rw-r-- 1 1001 1001 863 Jan 19 17:45 Jenkinsfile 17:49:08 -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:45 LICENSE 17:49:08 -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:45 Makefile 17:49:08 -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:45 README.md 17:49:08 -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:45 SECURITY.md 17:49:08 -rw-rw-r-- 1 1001 1001 5 Jan 19 17:46 VERSION 17:49:08 -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:45 ZMQWindows.md 17:49:08 drwxrwxr-x 2 1001 1001 117 Jan 19 17:45 bin 17:49:08 drwxrwxr-x 14 1001 1001 4096 Jan 19 17:45 cmd 17:49:08 -rw-r--r-- 1 root root 550280 Jan 19 17:48 coverage.out 17:49:08 -rw-r--r-- 1 root root 981 Jan 19 17:49 go.mod 17:49:08 -rw-r--r-- 1 root root 19331 Jan 19 17:49 go.sum 17:49:08 drwxrwxr-x 8 1001 1001 127 Jan 19 17:45 internal 17:49:08 drwxrwxr-x 4 1001 1001 26 Jan 19 17:45 openapi 17:49:08 drwxrwxr-x 4 1001 1001 71 Jan 19 17:45 snap 17:49:08 -rw-rw-r-- 1 1001 1001 168 Jan 19 17:45 version.go [Pipeline] sh 17:49:08 + '[' -e coverage.out ] 17:49:08 + chown 1001:1001 coverage.out [Pipeline] stash 17:49:09 Stashed 1 file(s) [Pipeline] sh 17:49:09 + make build 17:49:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:49:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:49:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:49:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:49:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:49:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:49:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:49:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:49:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:49:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:49:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:49:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 17:49:29 $ docker stop --time=1 b8909efa55a82a3e064837317df3abbdc29e809e29def41582f070131cf1a931 17:49:31 $ docker rm -f b8909efa55a82a3e064837317df3abbdc29e809e29def41582f070131cf1a931 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:49:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:49:33 17:49:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:49:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:49:33 latest: Pulling from edgex-devops/edgex-compose 17:49:33 cbdbe7a5bc2a: Pulling fs layer 17:49:33 ca9280d653b3: Pulling fs layer 17:49:33 7e9c9ca2126c: Pulling fs layer 17:49:33 cbdbe7a5bc2a: Verifying Checksum 17:49:33 cbdbe7a5bc2a: Download complete 17:49:34 cbdbe7a5bc2a: Pull complete 17:49:34 ca9280d653b3: Verifying Checksum 17:49:34 ca9280d653b3: Download complete 17:49:35 ca9280d653b3: Pull complete 17:49:35 7e9c9ca2126c: Verifying Checksum 17:49:35 7e9c9ca2126c: Download complete 17:49:42 7e9c9ca2126c: Pull complete 17:49:42 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:49:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:49:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:49:42 prd-centos7-docker-4c-2g-21232 does not seem to be running inside a container 17:49:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:49:45 $ docker top 039b08ec76a012d8052db52e6c7a19445cb777016815b50689887b9aa2c00ec3 -eo pid,comm [Pipeline] { [Pipeline] sh 17:49:45 + docker-compose build --help 17:49:45 + grep parallel 17:49:46 --parallel Build images in parallel. [Pipeline] } 17:49:46 $ docker stop --time=1 039b08ec76a012d8052db52e6c7a19445cb777016815b50689887b9aa2c00ec3 17:49:48 $ docker rm -f 039b08ec76a012d8052db52e6c7a19445cb777016815b50689887b9aa2c00ec3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:49:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:49:49 . [Pipeline] withDockerContainer 17:49:49 prd-centos7-docker-4c-2g-21232 does not seem to be running inside a container 17:49:49 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:49:49 $ docker top 94738137f566adb54fe597a250695e3da8abff44a4685dd138d03e06081caf10 -eo pid,comm [Pipeline] { [Pipeline] sh 17:49:50 + docker-compose -f ./docker-compose-build.yml build --parallel 17:49:51 Building docker-core-command-go ... 17:49:51 Building docker-core-data-go ... 17:49:51 Building docker-core-metadata-go ... 17:49:51 Building docker-security-bootstrap-redis-go ... 17:49:51 Building docker-security-proxy-setup-go ... 17:49:51 Building docker-security-secretstore-setup-go ... 17:49:51 Building docker-support-notifications-go ... 17:49:51 Building docker-support-scheduler-go ... 17:49:51 Building docker-sys-mgmt-agent-go ... 17:49:51 Building docker-sys-mgmt-agent-go 17:49:51 Building docker-security-secretstore-setup-go 17:49:51 Building docker-support-scheduler-go 17:49:51 Building docker-security-proxy-setup-go 17:49:51 Building docker-security-bootstrap-redis-go 17:50:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:50:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:50:23 ---> 16be063c8800 17:50:23 Step 3/21 : WORKDIR /edgex-go 17:50:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:50:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:50:23 ---> 16be063c8800 17:50:23 Step 3/21 : WORKDIR /edgex-go 17:50:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:50:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:50:23 ---> 16be063c8800 17:50:23 Step 3/22 : WORKDIR /edgex-go 17:50:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:50:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:50:23 ---> 16be063c8800 17:50:23 Step 3/24 : WORKDIR /edgex-go 17:50:23 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:50:23 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:50:23 ---> 16be063c8800 17:50:23 Step 3/26 : WORKDIR /edgex-go 17:50:23 ---> Running in ceeed92bbf97 17:50:23 ---> Running in c0550363f148 17:50:23 ---> Running in e4fed0763c2a 17:50:23 ---> Running in 3cf14a42fc0f 17:50:23 ---> Running in d48c6ac2c3d0 17:50:23 Removing intermediate container 3cf14a42fc0f 17:50:23 ---> d6f37e32f0c5 17:50:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:50:23 Removing intermediate container d48c6ac2c3d0 17:50:23 ---> 95cddb45b32f 17:50:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:50:23 Removing intermediate container e4fed0763c2a 17:50:23 ---> 199d224795d8 17:50:23 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:50:23 Removing intermediate container c0550363f148 17:50:23 ---> daef49e9a421 17:50:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:50:23 Removing intermediate container ceeed92bbf97 17:50:23 ---> d46647b7f886 17:50:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:50:23 ---> Running in ff82767a7a11 17:50:23 ---> Running in de8c6a6c05dc 17:50:23 ---> Running in 64c68bb59e9f 17:50:23 ---> Running in c04396227abf 17:50:23 ---> Running in 5443c4ac940e 17:50:25 Removing intermediate container de8c6a6c05dc 17:50:25 ---> 64439c912012 17:50:25 Step 5/26 : RUN apk add --update --no-cache make bash git 17:50:25 Removing intermediate container ff82767a7a11 17:50:25 ---> 4222f17a5f88 17:50:25 Step 5/24 : RUN apk add --update --no-cache make git 17:50:25 ---> Running in 9032a21e71cf 17:50:25 ---> Running in f3d8aa76d145 17:50:25 Removing intermediate container 5443c4ac940e 17:50:25 ---> 8f7783c90b8d 17:50:25 Step 5/21 : RUN apk add --update --no-cache make git 17:50:25 Removing intermediate container c04396227abf 17:50:25 ---> 9b9dd1e2298f 17:50:25 Step 5/21 : RUN apk add --update --no-cache make git 17:50:25 Removing intermediate container 64c68bb59e9f 17:50:25 ---> f854f54cf991 17:50:25 Step 5/22 : RUN apk add --update --no-cache make git 17:50:25 ---> Running in d5fadad0e65a 17:50:25 ---> Running in 237a425489fc 17:50:25 ---> Running in 8cab1c4fd66f 17:50:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:50:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:50:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:50:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:50:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:50:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:50:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:50:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:50:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:50:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:50:27 OK: 233 MiB in 51 packages 17:50:27 OK: 233 MiB in 51 packages 17:50:27 OK: 233 MiB in 51 packages 17:50:27 OK: 233 MiB in 51 packages 17:50:28 OK: 233 MiB in 51 packages 17:50:28 Removing intermediate container 9032a21e71cf 17:50:28 ---> 60661d555336 17:50:28 Step 6/26 : COPY go.mod . 17:50:29 ---> dc13d1c8f7c3 17:50:29 Step 7/26 : RUN go mod download 17:50:29 ---> Running in ef5955ab15f4 17:50:29 Removing intermediate container f3d8aa76d145 17:50:29 ---> 566558b0c354 17:50:29 Step 6/24 : COPY go.mod . 17:50:29 Removing intermediate container d5fadad0e65a 17:50:29 ---> d1e5cbdbd474 17:50:29 Step 6/21 : COPY go.mod . 17:50:29 Removing intermediate container 8cab1c4fd66f 17:50:29 ---> b50541ae79d0 17:50:29 Step 6/22 : COPY go.mod . 17:50:29 Removing intermediate container 237a425489fc 17:50:29 ---> e560b594a2ea 17:50:29 Step 6/21 : COPY go.mod . 17:50:30 ---> d05a8c4ef87d 17:50:30 Step 7/24 : RUN go mod download 17:50:30 ---> Running in 43d5159616b4 17:50:30 ---> 8e4bbd79b934 17:50:30 Step 7/22 : RUN go mod download 17:50:30 ---> edd2000a4ee0 17:50:30 Step 7/21 : RUN go mod download 17:50:30 ---> aaa48ff91323 17:50:30 Step 7/21 : RUN go mod download 17:50:30 ---> Running in 600f532a5977 17:50:30 ---> Running in 97ee2f7a33a0 17:50:30 ---> Running in ec617902f1cd 17:50:31 Removing intermediate container ef5955ab15f4 17:50:31 ---> 97bf300474c9 17:50:31 Step 8/26 : COPY . . 17:50:32 Removing intermediate container 43d5159616b4 17:50:32 ---> e92e6e790b53 17:50:32 Step 8/24 : COPY . . 17:50:36 Removing intermediate container 97ee2f7a33a0 17:50:36 ---> 363e2090ba1b 17:50:36 Step 8/22 : COPY . . 17:50:40 Removing intermediate container 600f532a5977 17:50:40 ---> fec66cef2aa8 17:50:40 Step 8/21 : COPY . . 17:50:40 Removing intermediate container ec617902f1cd 17:50:40 ---> bf8a2f90d387 17:50:40 Step 8/21 : COPY . . 17:51:13 ---> 80f0919a3b65 17:51:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:51:13 ---> Running in 3046a9219832 17:51:13 ---> adc8300f2526 17:51:13 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:51:13 ---> Running in b7c5af09f2f9 17:51:13 ---> b54c4e6823f7 17:51:13 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 17:51:13 ---> b9954b747bd9 17:51:13 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 17:51:13 ---> 72d4817b5c65 17:51:13 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:51:13 ---> Running in 8340218fb073 17:51:13 ---> Running in ec96b164b4c3 17:51:13 ---> Running in 797a7ed74c49 17:51:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:51:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:51:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:51:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:51:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:51:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:51:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:51:44 Removing intermediate container 8340218fb073 17:51:44 ---> 986a496110bb 17:51:44 17:51:44 Step 10/22 : FROM alpine:3.12 17:51:44 3.12: Pulling from library/alpine 17:51:44 Removing intermediate container 3046a9219832 17:51:44 ---> a910e8099242 17:51:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:51:45 ---> Running in 1fef5a38dd45 17:51:45 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:51:45 Status: Downloaded newer image for alpine:3.12 17:51:45 ---> 389fef711851 17:51:45 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:51:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:51:50 ---> Running in cdcb4ff12407 17:51:50 Removing intermediate container ec96b164b4c3 17:51:50 ---> bd8d1445722e 17:51:50 17:51:50 Step 10/21 : FROM alpine:3.12 17:51:50 ---> 389fef711851 17:51:50 Step 11/21 : RUN apk add --update --no-cache curl 17:51:50 Removing intermediate container b7c5af09f2f9 17:51:50 ---> 26bfea752e21 17:51:50 17:51:50 Step 10/24 : FROM alpine:3.12 17:51:50 ---> 389fef711851 17:51:50 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:51:50 Removing intermediate container 797a7ed74c49 17:51:50 ---> 9d0d797716e2 17:51:50 17:51:50 Step 10/21 : FROM scratch 17:51:50 ---> 17:51:50 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:51:50 ---> Running in 10fa9f2b7ebc 17:51:50 ---> Running in 26e64bb2f595 17:51:50 ---> Running in 825d252a8276 17:51:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:51:50 Removing intermediate container 825d252a8276 17:51:50 ---> cbeb290333b2 17:51:50 Step 12/21 : ENV APP_PORT=48085 17:51:50 Removing intermediate container 1fef5a38dd45 17:51:50 ---> 5171e25b83e1 17:51:50 17:51:50 Step 11/26 : FROM docker:20.10.0 17:51:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:51:50 20.10.0: Pulling from library/docker 17:51:50 ---> Running in c5d95183ae87 17:51:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:51:50 (1/5) Installing ca-certificates (20191127-r4) 17:51:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:51:50 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:51:50 (3/5) Installing libcurl (7.69.1-r3) 17:51:50 (4/5) Installing curl (7.69.1-r3) 17:51:50 (5/5) Installing dumb-init (1.2.2-r1) 17:51:50 Executing busybox-1.31.1-r19.trigger 17:51:50 Executing ca-certificates-20191127-r4.trigger 17:51:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:51:50 OK: 7 MiB in 19 packages 17:51:51 Removing intermediate container c5d95183ae87 17:51:51 ---> 33978755e9ef 17:51:51 Step 13/21 : EXPOSE $APP_PORT 17:51:51 (1/4) Installing ca-certificates (20191127-r4) 17:51:51 ---> Running in 3da24b777fe0 17:51:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:51:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:51:51 (3/4) Installing libcurl (7.69.1-r3) 17:51:51 (4/4) Installing curl (7.69.1-r3) 17:51:51 Executing busybox-1.31.1-r19.trigger 17:51:51 Executing ca-certificates-20191127-r4.trigger 17:51:51 OK: 7 MiB in 18 packages 17:51:51 (1/5) Installing ca-certificates (20191127-r4) 17:51:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:51:51 (3/5) Installing libcurl (7.69.1-r3) 17:51:51 (4/5) Installing curl (7.69.1-r3) 17:51:51 (5/5) Installing dumb-init (1.2.2-r1) 17:51:51 Executing busybox-1.31.1-r19.trigger 17:51:52 Executing ca-certificates-20191127-r4.trigger 17:51:52 OK: 7 MiB in 19 packages 17:51:52 Removing intermediate container 3da24b777fe0 17:51:52 ---> aaa7f522e091 17:51:52 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 17:51:54 ---> ff1770544e7e 17:51:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:51:54 Removing intermediate container cdcb4ff12407 17:51:54 ---> 9e4cc4398585 17:51:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 17:51:54 Removing intermediate container 26e64bb2f595 17:51:54 ---> 9a143c1c3308 17:51:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:51:54 Removing intermediate container 10fa9f2b7ebc 17:51:54 ---> dee892a7186c 17:51:54 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:51:54 ---> Running in b15564bdfb4a 17:51:55 ---> Running in bc1ccadb7460 17:51:55 ---> Running in 913fc98a2ece 17:51:55 Removing intermediate container b15564bdfb4a 17:51:55 ---> 3a4688b516b8 17:51:55 Step 13/22 : WORKDIR / 17:51:55 ---> b4a190c831dd 17:51:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:51:55 ---> Running in 721f87cbbcf6 17:51:55 Removing intermediate container bc1ccadb7460 17:51:55 ---> cbcc92f9b62e 17:51:55 Step 13/21 : WORKDIR /edgex 17:51:55 Removing intermediate container 913fc98a2ece 17:51:55 ---> b0fdec67d7f0 17:51:55 Step 13/24 : WORKDIR / 17:51:55 ---> Running in 8cbaa16cf067 17:51:55 ---> Running in 09a863258d93 17:51:55 ---> c6ce5890cd04 17:51:55 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 17:51:55 Removing intermediate container 721f87cbbcf6 17:51:55 ---> b439997447e6 17:51:55 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:51:55 ---> Running in f80391645bd9 17:51:55 Removing intermediate container 8cbaa16cf067 17:51:55 ---> 2109645ada9c 17:51:55 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:51:56 Removing intermediate container 09a863258d93 17:51:56 ---> 80b468ef563f 17:51:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:51:56 Removing intermediate container f80391645bd9 17:51:56 ---> a1d253e9303b 17:51:56 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:51:56 ---> 4f1280c3df45 17:51:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 17:51:56 ---> Running in d4d52afa9d68 17:51:56 ---> 1ecd5f28fac5 17:51:56 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:51:56 ---> cdd70c9a0778 17:51:56 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:51:56 Removing intermediate container d4d52afa9d68 17:51:56 ---> 07ec89493980 17:51:56 Step 19/21 : LABEL arch=x86_64 17:51:57 ---> Running in ba7608162fe8 17:51:57 ---> d6f8d6695d64 17:51:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:51:57 ---> e2cd1dc0f55c 17:51:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 17:51:57 Removing intermediate container ba7608162fe8 17:51:57 ---> ab0668cf802b 17:51:57 Step 20/21 : LABEL git_sha=aa9af4c90dd65bec26099345b2909741cce983d3 17:51:57 ---> 0854f0b5ec8d 17:51:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:51:58 ---> Running in 8d1f5ee5178f 17:51:58 ---> 734cf33a355d 17:51:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 17:51:58 ---> 9141fb4f6f2f 17:51:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:51:58 ---> ffdeabdf464a 17:51:58 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:51:58 ---> Running in d1d9159c203d 17:51:58 Removing intermediate container 8d1f5ee5178f 17:51:58 ---> 0863814bc6e4 17:51:58 Step 21/21 : LABEL version=0.0.0 17:51:59 ---> Running in f2f697da855b 17:51:59 ---> 2e3341bb4497 17:51:59 Step 18/22 : RUN chmod +x entrypoint.sh 17:51:59 Removing intermediate container d1d9159c203d 17:51:59 ---> 3acea3d88588 17:51:59 Step 18/21 : CMD ["--init=true"] 17:51:59 ---> 49e1ca7a2c27 17:51:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:51:59 ---> Running in b59e36d0b95d 17:51:59 ---> Running in 0d243a14e34b 17:51:59 Removing intermediate container f2f697da855b 17:51:59 ---> 61de05e82658 17:51:59 17:51:59 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:51:59 Status: Downloaded newer image for docker:20.10.0 17:51:59 ---> aefe523efa57 17:51:59 Step 12/26 : RUN apk add --no-cache bash 17:52:00 Successfully built 61de05e82658 17:52:00 ---> Running in 7ea950a9971d 17:52:00 Successfully tagged docker-support-scheduler-go:latest 17:52:00  Building docker-support-scheduler-go ... done Building docker-core-command-go 17:52:00 ---> 7b09d7537e29 17:52:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:52:00 Removing intermediate container 0d243a14e34b 17:52:00 ---> b56238191970 17:52:00 Step 19/21 : LABEL arch=x86_64 17:52:00 ---> Running in 823decd538cc 17:52:00 ---> bec73b0c1a11 17:52:00 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:52:00 Removing intermediate container 823decd538cc 17:52:00 ---> f218fe4328c7 17:52:00 Step 20/21 : LABEL git_sha=aa9af4c90dd65bec26099345b2909741cce983d3 17:52:00 ---> Running in 6b5b897d1800 17:52:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:52:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:52:01 (1/2) Installing readline (8.0.4-r0) 17:52:01 (2/2) Installing bash (5.0.17-r0) 17:52:01 Executing bash-5.0.17-r0.post-install 17:52:01 Executing busybox-1.31.1-r19.trigger 17:52:01 OK: 12 MiB in 22 packages 17:52:01 ---> Running in 9ac39bd829dc 17:52:03 Removing intermediate container 9ac39bd829dc 17:52:03 ---> fe3b8bc08a51 17:52:03 Step 21/21 : LABEL version=0.0.0 17:52:04 ---> Running in 105bcb2f891b 17:52:05 Removing intermediate container b59e36d0b95d 17:52:05 ---> c0194b333703 17:52:05 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 17:52:05 ---> Running in 95d0924bceda 17:52:06 Removing intermediate container 105bcb2f891b 17:52:06 ---> 6978ab844449 17:52:06 17:52:06 Removing intermediate container 7ea950a9971d 17:52:06 ---> 29950976283d 17:52:06 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:52:06 Successfully built 6978ab844449 17:52:07 Successfully tagged docker-security-proxy-setup-go:latest 17:52:07  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 17:52:07 ---> Running in 829359a20730 17:52:07 Removing intermediate container 95d0924bceda 17:52:07 ---> ed32d1436fe9 17:52:07 Step 20/22 : LABEL arch=x86_64 17:52:09 Removing intermediate container 6b5b897d1800 17:52:09 ---> d97aa823da78 17:52:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:52:10 ---> Running in 2d7e4f9e9bd2 17:52:11 ---> Running in 188e3408b97a 17:52:11 Removing intermediate container 829359a20730 17:52:11 ---> 00cace8fcc46 17:52:11 Step 14/26 : ENV APP_PORT=48090 17:52:12 Removing intermediate container 2d7e4f9e9bd2 17:52:12 ---> 1876bec9a669 17:52:12 Step 21/22 : LABEL git_sha=aa9af4c90dd65bec26099345b2909741cce983d3 17:52:12 ---> Running in 34ee693804da 17:52:13 Removing intermediate container 188e3408b97a 17:52:13 ---> a9d375ccc5af 17:52:13 Step 22/24 : LABEL arch=x86_64 17:52:13 ---> Running in a6cc4d2811c3 17:52:14 ---> Running in 3125fe05a803 17:52:14 Removing intermediate container 34ee693804da 17:52:14 ---> 8bf4b249c396 17:52:14 Step 15/26 : EXPOSE $APP_PORT 17:52:15 Removing intermediate container a6cc4d2811c3 17:52:15 ---> 58ded009d3b5 17:52:15 Step 22/22 : LABEL version=0.0.0 17:52:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:52:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:52:15 ---> 16be063c8800 17:52:15 Step 3/22 : WORKDIR /edgex-go 17:52:15 ---> Using cache 17:52:15 ---> d46647b7f886 17:52:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:52:15 ---> Using cache 17:52:15 ---> 8f7783c90b8d 17:52:15 Step 5/22 : RUN apk add --update --no-cache make git 17:52:15 ---> Using cache 17:52:15 ---> d1e5cbdbd474 17:52:15 Step 6/22 : COPY go.mod . 17:52:15 ---> Using cache 17:52:15 ---> edd2000a4ee0 17:52:15 Step 7/22 : RUN go mod download 17:52:15 ---> Using cache 17:52:15 ---> fec66cef2aa8 17:52:15 Step 8/22 : COPY . . 17:52:15 ---> Using cache 17:52:15 ---> 72d4817b5c65 17:52:15 Step 9/22 : RUN make cmd/core-command/core-command 17:52:15 ---> Running in 833911efc395 17:52:16 ---> Running in cb9e8f4139aa 17:52:16 ---> Running in 892d315ccb23 17:52:16 Removing intermediate container 3125fe05a803 17:52:16 ---> 05921bb12252 17:52:16 Step 23/24 : LABEL git_sha=aa9af4c90dd65bec26099345b2909741cce983d3 17:52:17 ---> Running in c90f2cf7894b 17:52:18 Removing intermediate container 892d315ccb23 17:52:18 ---> 6cc3bcc4caeb 17:52:18 17:52:18 Removing intermediate container 833911efc395 17:52:18 ---> 19c18a720386 17:52:18 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:52:18 Successfully built 6cc3bcc4caeb 17:52:18 Successfully tagged docker-security-bootstrap-redis-go:latest 17:52:18  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go 17:52:20 Removing intermediate container c90f2cf7894b 17:52:21 ---> 15eb0974dfda 17:52:21 Step 24/24 : LABEL version=0.0.0 17:52:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:52:22 ---> Running in 768de213ed2a 17:52:22 ---> e0e44c0d29b4 17:52:22 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:52:24 Removing intermediate container 768de213ed2a 17:52:24 ---> 312b7448d652 17:52:24 17:52:24 Successfully built 312b7448d652 17:52:24 ---> 1044aa45bc73 17:52:24 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:52:24 Successfully tagged docker-security-secretstore-setup-go:latest 17:52:24  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 17:52:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:52:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:52:26 ---> 16be063c8800 17:52:26 Step 3/24 : WORKDIR /edgex-go 17:52:26 ---> Using cache 17:52:26 ---> d46647b7f886 17:52:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:52:26 ---> Using cache 17:52:26 ---> 8f7783c90b8d 17:52:26 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 17:52:28 ---> Running in ccae47dc050d 17:52:30 ---> 70767a7512cf 17:52:30 Step 19/26 : RUN apk --no-cache add py3-pip 17:52:31 ---> Running in 9a82d7a6c99b 17:52:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:52:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:52:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:52:33 (1/33) Installing libbz2 (1.0.8-r1) 17:52:33 (2/33) Installing expat (2.2.9-r1) 17:52:33 (3/33) Installing libffi (3.3-r2) 17:52:33 (4/33) Installing gdbm (1.13-r1) 17:52:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:52:33 (5/33) Installing xz-libs (5.2.5-r0) 17:52:33 (6/33) Installing sqlite-libs (3.32.1-r0) 17:52:33 (7/33) Installing python3 (3.8.5-r0) 17:52:34 OK: 233 MiB in 51 packages 17:52:37 (8/33) Installing py3-appdirs (1.4.4-r1) 17:52:37 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:52:37 (10/33) Installing py3-parsing (2.4.7-r0) 17:52:37 (11/33) Installing py3-six (1.15.0-r0) 17:52:37 (12/33) Installing py3-packaging (20.4-r0) 17:52:37 (13/33) Installing py3-setuptools (47.0.0-r0) 17:52:37 (14/33) Installing py3-chardet (3.0.4-r4) 17:52:37 (15/33) Installing py3-idna (2.9-r0) 17:52:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:52:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:52:38 (18/33) Installing py3-requests (2.23.0-r0) 17:52:38 (19/33) Installing py3-msgpack (1.0.0-r0) 17:52:39 (20/33) Installing py3-lockfile (0.12.2-r3) 17:52:40 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:52:40 (22/33) Installing py3-colorama (0.4.3-r0) 17:52:40 (23/33) Installing py3-distlib (0.3.0-r0) 17:52:40 Removing intermediate container ccae47dc050d 17:52:40 ---> 5285b559ccf9 17:52:40 Step 6/24 : COPY go.mod . 17:52:40 (24/33) Installing py3-distro (1.5.0-r1) 17:52:40 (25/33) Installing py3-webencodings (0.5.1-r3) 17:52:40 (26/33) Installing py3-html5lib (1.0.1-r4) 17:52:41 (27/33) Installing py3-pytoml (0.1.21-r0) 17:52:41 (28/33) Installing py3-pep517 (0.8.2-r0) 17:52:41 (29/33) Installing py3-progress (1.5-r0) 17:52:41 (30/33) Installing py3-toml (0.10.1-r0) 17:52:41 (31/33) Installing py3-retrying (1.3.3-r0) 17:52:42 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:52:42 (33/33) Installing py3-pip (20.1.1-r0) 17:52:42 ---> 18220a9a9309 17:52:42 Step 7/24 : RUN go mod download 17:52:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:52:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:52:43 ---> 16be063c8800 17:52:43 Step 3/23 : WORKDIR /edgex-go 17:52:43 ---> Using cache 17:52:43 ---> d46647b7f886 17:52:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:52:43 ---> Using cache 17:52:43 ---> 8f7783c90b8d 17:52:43 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:52:44 Executing busybox-1.31.1-r19.trigger 17:52:44 ---> Running in dc44ada25a88 17:52:44 ---> Running in 0ef8ec1d5e55 17:52:44 OK: 71 MiB in 55 packages 17:52:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:52:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:52:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:52:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:52:47 ---> 16be063c8800 17:52:47 Step 3/22 : WORKDIR /edgex-go 17:52:47 ---> Using cache 17:52:47 ---> d46647b7f886 17:52:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:52:47 ---> Using cache 17:52:47 ---> 8f7783c90b8d 17:52:47 Step 5/22 : RUN apk add --update --no-cache make git 17:52:47 ---> Using cache 17:52:47 ---> d1e5cbdbd474 17:52:47 Step 6/22 : COPY go.mod . 17:52:47 ---> Using cache 17:52:47 ---> edd2000a4ee0 17:52:47 Step 7/22 : RUN go mod download 17:52:47 ---> Using cache 17:52:47 ---> fec66cef2aa8 17:52:47 Step 8/22 : COPY . . 17:52:47 ---> Using cache 17:52:47 ---> 72d4817b5c65 17:52:47 Step 9/22 : RUN make cmd/core-metadata/core-metadata 17:52:48 OK: 233 MiB in 51 packages 17:52:49 ---> Running in 082e18a2435d 17:52:50 Removing intermediate container dc44ada25a88 17:52:50 ---> b4ab25e3a237 17:52:50 Step 8/24 : COPY . . 17:52:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:52:53 Removing intermediate container 0ef8ec1d5e55 17:52:53 ---> 97d4808371dc 17:52:53 Step 6/23 : COPY go.mod . 17:52:57 Removing intermediate container cb9e8f4139aa 17:52:57 ---> 14eec9357c21 17:52:57 17:52:57 Step 10/22 : FROM scratch 17:52:57 ---> 17:52:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:52:57 ---> Using cache 17:52:57 ---> cbeb290333b2 17:52:57 Step 12/22 : ENV APP_PORT=48082 17:53:01 ---> 74d9b008f958 17:53:01 Step 7/23 : RUN go mod download 17:53:01 ---> Running in 2eb741316ff6 17:53:02 ---> Running in 3d183f3f276b 17:53:04 Removing intermediate container 2eb741316ff6 17:53:04 ---> 0f76b9c95906 17:53:04 Step 13/22 : EXPOSE $APP_PORT 17:53:05 ---> Running in d25695c1264f 17:53:05 Removing intermediate container 9a82d7a6c99b 17:53:05 ---> d0dd93e13d8b 17:53:05 Step 20/26 : RUN pip install docker-compose==1.23.2 17:53:08 ---> Running in de0fc7d535a9 17:53:09 Removing intermediate container d25695c1264f 17:53:09 ---> ef4ac63d4558 17:53:09 Step 14/22 : WORKDIR / 17:53:11 ---> Running in 4b94ab7a2efd 17:53:13 Removing intermediate container 4b94ab7a2efd 17:53:13 ---> 524454ce607c 17:53:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:53:14 Removing intermediate container 3d183f3f276b 17:53:14 ---> e41f7d1fb916 17:53:14 Step 8/23 : COPY . . 17:53:14 ---> a5e7702c95b6 17:53:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:53:14 ---> c42371c76afe 17:53:14 Step 9/24 : RUN make cmd/support-notifications/support-notifications 17:53:14 ---> Running in a59bedb04263 17:53:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:53:18 ---> fd54bfc3d694 17:53:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:53:19 Collecting docker-compose==1.23.2 17:53:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:53:21 Collecting docker<4.0,>=3.6.0 17:53:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:53:23 ---> f61e70d21cf9 17:53:23 Step 18/22 : ENTRYPOINT ["/core-command"] 17:53:23 Collecting texttable<0.10,>=0.9.0 17:53:23 Downloading texttable-0.9.1.tar.gz (11 kB) 17:53:25 ---> Running in cf777068387f 17:53:27 Removing intermediate container cf777068387f 17:53:27 ---> b829881247d3 17:53:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:53:27 Collecting PyYAML<4,>=3.10 17:53:27 Downloading PyYAML-3.13.tar.gz (270 kB) 17:53:29 ---> Running in 820c1b924646 17:53:29 Removing intermediate container 820c1b924646 17:53:29 ---> b3b58c1a8e3e 17:53:29 Step 20/22 : LABEL arch=x86_64 17:53:29 Collecting cached-property<2,>=1.2.0 17:53:29 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:53:31 ---> Running in 96771b78a14f 17:53:31 Collecting jsonschema<3,>=2.5.1 17:53:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:53:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:53:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:53:33 Removing intermediate container 082e18a2435d 17:53:33 ---> c9f0b411fee3 17:53:33 17:53:33 Step 10/22 : FROM scratch 17:53:33 ---> 17:53:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:53:33 ---> Using cache 17:53:33 ---> cbeb290333b2 17:53:33 Step 12/22 : ENV APP_PORT=48081 17:53:34 Removing intermediate container 96771b78a14f 17:53:34 ---> 99289fbefe5e 17:53:34 Step 21/22 : LABEL git_sha=aa9af4c90dd65bec26099345b2909741cce983d3 17:53:34 Collecting websocket-client<1.0,>=0.32.0 17:53:34 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:53:35 ---> Running in d9953c6189e3 17:53:35 Collecting dockerpty<0.5,>=0.4.1 17:53:35 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:53:35 ---> Running in d071ac89fd99 17:53:35 Removing intermediate container d9953c6189e3 17:53:35 ---> c69b1003fd2d 17:53:35 Step 13/22 : EXPOSE $APP_PORT 17:53:35 ---> a7a499498b08 17:53:35 Step 9/23 : RUN make cmd/core-data/core-data 17:53:35 Removing intermediate container d071ac89fd99 17:53:35 ---> b2d29f346539 17:53:35 Step 22/22 : LABEL version=0.0.0 17:53:36 ---> Running in da3fcbe512ba 17:53:36 ---> Running in eb303d41f032 17:53:36 ---> Running in ca093814ac29 17:53:36 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:53:36 Collecting docopt<0.7,>=0.6.1 17:53:36 Downloading docopt-0.6.2.tar.gz (25 kB) 17:53:36 Removing intermediate container da3fcbe512ba 17:53:36 ---> 31eae5adeb09 17:53:36 Step 14/22 : WORKDIR / 17:53:36 Removing intermediate container ca093814ac29 17:53:36 ---> 28cdb02824e0 17:53:36 17:53:36 ---> Running in de50bc30b525 17:53:36 Collecting docker-pycreds>=0.4.0 17:53:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:53:36 Successfully built 28cdb02824e0 17:53:36 Successfully tagged docker-core-command-go:latest 17:53:36  Building docker-core-command-go ... done Removing intermediate container de50bc30b525 17:53:36 ---> 9fdf051bb629 17:53:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:53:36 Collecting idna<2.8,>=2.5 17:53:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:53:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:53:36 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 17:53:36 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:53:37 Collecting urllib3<1.25,>=1.21.1 17:53:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:53:37 ---> 346fc443b66a 17:53:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:53:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:53:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:53:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:53:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:53:37 Installing collected packages: docker-pycreds, idna, urllib3, requests, websocket-client, docker, texttable, PyYAML, cached-property, jsonschema, dockerpty, docopt, docker-compose 17:53:37 Attempting uninstall: idna 17:53:37 Found existing installation: idna 2.9 17:53:37 Uninstalling idna-2.9: 17:53:37 Successfully uninstalled idna-2.9 17:53:37 Attempting uninstall: urllib3 17:53:37 Found existing installation: urllib3 1.25.9 17:53:37 Uninstalling urllib3-1.25.9: 17:53:38 Successfully uninstalled urllib3-1.25.9 17:53:38 ---> dad6c6b6af53 17:53:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:53:38 Attempting uninstall: requests 17:53:38 Found existing installation: requests 2.23.0 17:53:38 Uninstalling requests-2.23.0: 17:53:38 Successfully uninstalled requests-2.23.0 17:53:40 ---> 9621f232bd94 17:53:40 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:53:42 ---> Running in 561621b3bb68 17:53:42 Running setup.py install for texttable: started 17:53:42 Removing intermediate container a59bedb04263 17:53:42 ---> 799ce1c24add 17:53:42 17:53:42 Step 10/24 : FROM scratch 17:53:42 ---> 17:53:42 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:53:42 Running setup.py install for texttable: finished with status 'done' 17:53:42 Running setup.py install for PyYAML: started 17:53:42 Removing intermediate container 561621b3bb68 17:53:42 ---> 7b737e8ab861 17:53:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:53:42 ---> Running in 189ed150553e 17:53:42 ---> Running in 1143a808ee2c 17:53:43 Running setup.py install for PyYAML: finished with status 'done' 17:53:43 Removing intermediate container 189ed150553e 17:53:43 ---> 8ae997a3fd6b 17:53:43 Step 12/24 : ENV APP_PORT=48060 17:53:43 ---> Running in 05b45d26c14d 17:53:43 Removing intermediate container 1143a808ee2c 17:53:43 ---> ee6f29f5a311 17:53:43 Step 20/22 : LABEL arch=x86_64 17:53:43 Running setup.py install for dockerpty: started 17:53:44 ---> Running in 195c832a742d 17:53:44 Removing intermediate container 05b45d26c14d 17:53:44 ---> 8cc327a83f1c 17:53:44 Step 13/24 : EXPOSE $APP_PORT 17:53:44 ---> Running in e76334687a82 17:53:44 Removing intermediate container 195c832a742d 17:53:44 ---> 7d7268df3112 17:53:44 Step 21/22 : LABEL git_sha=aa9af4c90dd65bec26099345b2909741cce983d3 17:53:44 Running setup.py install for dockerpty: finished with status 'done' 17:53:44 Running setup.py install for docopt: started 17:53:44 ---> Running in e99fb97142a7 17:53:44 Removing intermediate container e76334687a82 17:53:44 ---> 2c75e218ea52 17:53:44 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 17:53:44 Removing intermediate container e99fb97142a7 17:53:44 ---> f597aeb130ac 17:53:44 Step 22/22 : LABEL version=0.0.0 17:53:44 ---> Running in 9f85fbf212e8 17:53:44 Running setup.py install for docopt: finished with status 'done' 17:53:44 ---> 5e160bad5182 17:53:44 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:53:45 Removing intermediate container 9f85fbf212e8 17:53:45 ---> b93704b3857e 17:53:45 17:53:45 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 17:53:46 Successfully built b93704b3857e 17:53:46 Successfully tagged docker-core-metadata-go:latest 17:53:46  Building docker-core-metadata-go ... done  ---> aa1104426f03 17:53:46 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 17:53:47 ---> edd3a3e56875 17:53:47 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 17:53:49 ---> 168420026a03 17:53:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:53:49 Removing intermediate container de0fc7d535a9 17:53:49 ---> ccfcf0e8c2e1 17:53:49 Step 21/26 : RUN apk --no-cache add curl 17:53:50 ---> Running in a4c7b9a6defc 17:53:50 ---> 894f9e8bce9e 17:53:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:53:51 ---> 8330a2de9be9 17:53:51 Step 20/24 : ENTRYPOINT ["/support-notifications"] 17:53:51 ---> Running in 72b25c9a0f36 17:53:51 Removing intermediate container 72b25c9a0f36 17:53:51 ---> 2a0d10641221 17:53:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:53:51 ---> Running in 71ae6789992e 17:53:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:53:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:53:52 Removing intermediate container 71ae6789992e 17:53:52 ---> d9b47318f902 17:53:52 Step 22/24 : LABEL arch=x86_64 17:53:52 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:53:52 (2/3) Installing libcurl (7.69.1-r3) 17:53:52 (3/3) Installing curl (7.69.1-r3) 17:53:52 Executing busybox-1.31.1-r19.trigger 17:53:52 ---> Running in 8f4e666199b0 17:53:52 OK: 72 MiB in 58 packages 17:53:52 Removing intermediate container 8f4e666199b0 17:53:52 ---> 5746ab75267d 17:53:52 Step 23/24 : LABEL git_sha=aa9af4c90dd65bec26099345b2909741cce983d3 17:53:52 ---> Running in 85e223d3e336 17:53:52 Removing intermediate container 85e223d3e336 17:53:52 ---> 6e692a59ba11 17:53:52 Step 24/24 : LABEL version=0.0.0 17:53:52 ---> Running in 1a249f525277 17:53:52 Removing intermediate container a4c7b9a6defc 17:53:52 ---> 4147c6a61d8f 17:53:52 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:53:52 Removing intermediate container 1a249f525277 17:53:52 ---> 614ab0585985 17:53:52 17:53:52 ---> Running in 672f46109af7 17:53:53 Successfully built 614ab0585985 17:53:53 Successfully tagged docker-support-notifications-go:latest 17:53:53  Building docker-support-notifications-go ... done Removing intermediate container 672f46109af7 17:53:53 ---> 948ad4d033d6 17:53:53 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:53:53 ---> Running in 71a75e335406 17:53:53 Removing intermediate container 71a75e335406 17:53:53 ---> db0a960cab6f 17:53:53 Step 24/26 : LABEL arch=x86_64 17:53:54 ---> Running in a192efb2555c 17:53:54 Removing intermediate container a192efb2555c 17:53:54 ---> a2aebb74378f 17:53:54 Step 25/26 : LABEL git_sha=aa9af4c90dd65bec26099345b2909741cce983d3 17:53:54 ---> Running in ab0b85d50412 17:53:54 Removing intermediate container ab0b85d50412 17:53:54 ---> 6bb41722225c 17:53:54 Step 26/26 : LABEL version=0.0.0 17:53:54 ---> Running in 2eacd334423e 17:53:56 Removing intermediate container 2eacd334423e 17:53:56 ---> cf70d7244b6e 17:53:56 17:53:56 Successfully built cf70d7244b6e 17:53:56 Successfully tagged docker-sys-mgmt-agent-go:latest 17:53:58  Building docker-sys-mgmt-agent-go ... done Removing intermediate container eb303d41f032 17:53:58 ---> da393d7e4ee6 17:53:58 17:53:58 Step 10/23 : FROM alpine:3.12 17:53:58 ---> 389fef711851 17:53:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:53:58 ---> Running in cb2683c2b8b2 17:53:58 Removing intermediate container cb2683c2b8b2 17:53:58 ---> 70f13f514983 17:53:58 Step 12/23 : ENV APP_PORT=48080 17:53:59 ---> Running in 8b349447e080 17:53:59 Removing intermediate container 8b349447e080 17:53:59 ---> b619e977161b 17:53:59 Step 13/23 : EXPOSE $APP_PORT 17:53:59 ---> Running in 010f5dfc530a 17:54:00 Removing intermediate container 010f5dfc530a 17:54:00 ---> cba931dfa0b7 17:54:00 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:54:00 ---> Running in 8732afb2e7eb 17:54:01 Removing intermediate container 8732afb2e7eb 17:54:01 ---> b3d714047e83 17:54:01 Step 15/23 : RUN apk add --update --no-cache zeromq 17:54:01 ---> Running in b94bdbe294d9 17:54:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:54:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:54:03 (1/5) Installing libgcc (9.3.0-r2) 17:54:03 (2/5) Installing libsodium (1.0.18-r0) 17:54:03 (3/5) Installing libstdc++ (9.3.0-r2) 17:54:04 (4/5) Installing libzmq (4.3.3-r0) 17:54:04 (5/5) Installing zeromq (4.3.3-r0) 17:54:04 Executing busybox-1.31.1-r19.trigger 17:54:04 OK: 8 MiB in 19 packages 17:54:05 Removing intermediate container b94bdbe294d9 17:54:05 ---> a33ff79dbfc6 17:54:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:54:05 ---> 38a3499c5de3 17:54:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:54:05 ---> 920b6eabab53 17:54:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:54:06 ---> 761f23eadb01 17:54:06 Step 19/23 : ENTRYPOINT ["/core-data"] 17:54:06 ---> Running in aebfd87730e5 17:54:06 Removing intermediate container aebfd87730e5 17:54:06 ---> 5cd4db34c92f 17:54:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:54:06 ---> Running in 0dfe8a635b09 17:54:06 Removing intermediate container 0dfe8a635b09 17:54:06 ---> b9f76ff6eea1 17:54:06 Step 21/23 : LABEL arch=x86_64 17:54:06 ---> Running in 1957e9dfebe4 17:54:06 Removing intermediate container 1957e9dfebe4 17:54:06 ---> 375e4fb8a9a8 17:54:06 Step 22/23 : LABEL git_sha=aa9af4c90dd65bec26099345b2909741cce983d3 17:54:06 ---> Running in 36109694bbd5 17:54:06 Removing intermediate container 36109694bbd5 17:54:06 ---> 91ccb8382606 17:54:06 Step 23/23 : LABEL version=0.0.0 17:54:06 ---> Running in 85bd0345bd7c 17:54:07 Removing intermediate container 85bd0345bd7c 17:54:07 ---> 3e77dfc3dcf1 17:54:07 17:54:07 Successfully built 3e77dfc3dcf1 17:54:07 Successfully tagged docker-core-data-go:latest 17:54:07  Building docker-core-data-go ... done  [Pipeline] } 17:54:07 $ docker stop --time=1 94738137f566adb54fe597a250695e3da8abff44a4685dd138d03e06081caf10 17:54:09 $ docker rm -f 94738137f566adb54fe597a250695e3da8abff44a4685dd138d03e06081caf10 [Pipeline] // withDockerContainer [Pipeline] sh 17:54:09 + docker images 17:54:09 + grep docker 17:54:09 docker-core-data-go latest 3e77dfc3dcf1 3 seconds ago 22.3MB 17:54:09 docker-sys-mgmt-agent-go latest cf70d7244b6e 13 seconds ago 313MB 17:54:09 docker-support-notifications-go latest 614ab0585985 17 seconds ago 12MB 17:54:09 docker-core-metadata-go latest b93704b3857e 25 seconds ago 13.1MB 17:54:09 docker-core-command-go latest 28cdb02824e0 33 seconds ago 10.6MB 17:54:09 docker-security-secretstore-setup-go latest 312b7448d652 About a minute ago 24.6MB 17:54:09 docker-security-bootstrap-redis-go latest 6cc3bcc4caeb About a minute ago 15.8MB 17:54:09 docker-security-proxy-setup-go latest 6978ab844449 2 minutes ago 24.4MB 17:54:09 docker-support-scheduler-go latest 61de05e82658 2 minutes ago 10.7MB 17:54:09 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 17:54:10 Running on prd-ubuntu18.04-docker-8c-8g-21244 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 17:54:10 Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout 17:54:12 using credential edgex-jenkins-ssh 17:54:13 Cloning the remote Git repository 17:54:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:54:13 > git init /w/workspace/edgex-go/11 # timeout=10 17:54:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:54:13 > git --version # timeout=10 17:54:13 > git --version # 'git version 2.17.1' 17:54:13 using GIT_SSH to set credentials SSH Credentials for GitHub 17:54:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:54:23 Merging remotes/origin/master commit 4e8269025e0154ee6bf5f0a3cff0374e651c382f into PR head commit bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 17:54:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:54:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:54:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:54:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:54:22 using GIT_SSH to set credentials SSH Credentials for GitHub 17:54:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:54:23 > git config core.sparsecheckout # timeout=10 17:54:23 > git checkout -f bfa6a58f8926f2bd31488a3be92923c4164c0bd6 # timeout=10 [Pipeline] } 17:54:23 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:54:25 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:54:26 ---> package-listing.sh 17:54:26 ++ facter osfamily 17:54:26 ++ tr '[:upper:]' '[:lower:]' 17:54:26 + OS_FAMILY=redhat 17:54:26 + workspace=/w/workspace/edgex-go/11 17:54:26 + START_PACKAGES=/tmp/packages_start.txt 17:54:26 + END_PACKAGES=/tmp/packages_end.txt 17:54:26 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:54:26 + PACKAGES=/tmp/packages_start.txt 17:54:26 + '[' /w/workspace/edgex-go/11 ']' 17:54:26 + PACKAGES=/tmp/packages_end.txt 17:54:26 + case "${OS_FAMILY}" in 17:54:26 + rpm -qa 17:54:26 + sort 17:54:32 + '[' -f /tmp/packages_start.txt ']' 17:54:32 + '[' -f /tmp/packages_end.txt ']' 17:54:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:54:32 + '[' /w/workspace/edgex-go/11 ']' 17:54:32 + mkdir -p /w/workspace/edgex-go/11/archives/ 17:54:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo 17:54:32 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/edgex-go/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:54:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:54:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:54:32 17:54:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:54:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:54:32 alpine: Pulling from edgex-lftools-log-publisher 17:54:32 df20fa9351a1: Pulling fs layer 17:54:32 36b3adc4ff6f: Pulling fs layer 17:54:32 8ad3a11d3b57: Pulling fs layer 17:54:32 46f8f816bc3b: Pulling fs layer 17:54:32 93b61091891f: Pulling fs layer 17:54:32 93b9cdb0e59b: Pulling fs layer 17:54:32 5e14af77c1be: Pulling fs layer 17:54:32 01666e4c0597: Pulling fs layer 17:54:32 aa168da1d23b: Pulling fs layer 17:54:32 46f8f816bc3b: Waiting 17:54:32 93b61091891f: Waiting 17:54:32 93b9cdb0e59b: Waiting 17:54:32 5e14af77c1be: Waiting 17:54:32 01666e4c0597: Waiting 17:54:32 aa168da1d23b: Waiting 17:54:32 36b3adc4ff6f: Verifying Checksum 17:54:32 36b3adc4ff6f: Download complete 17:54:32 46f8f816bc3b: Download complete 17:54:32 df20fa9351a1: Verifying Checksum 17:54:32 df20fa9351a1: Download complete 17:54:33 93b9cdb0e59b: Verifying Checksum 17:54:33 93b9cdb0e59b: Download complete 17:54:33 93b61091891f: Verifying Checksum 17:54:33 93b61091891f: Download complete 17:54:33 5e14af77c1be: Download complete 17:54:33 01666e4c0597: Verifying Checksum 17:54:33 01666e4c0597: Download complete 17:54:33 8ad3a11d3b57: Verifying Checksum 17:54:33 8ad3a11d3b57: Download complete 17:54:33 df20fa9351a1: Pull complete 17:54:33 36b3adc4ff6f: Pull complete 17:54:34 8ad3a11d3b57: Pull complete 17:54:34 46f8f816bc3b: Pull complete 17:54:35 aa168da1d23b: Verifying Checksum 17:54:35 aa168da1d23b: Download complete 17:54:36 93b61091891f: Pull complete 17:54:36 93b9cdb0e59b: Pull complete 17:54:37 5e14af77c1be: Pull complete 17:54:37 01666e4c0597: Pull complete 17:54:45 aa168da1d23b: Pull complete 17:54:45 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:54:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:54:45 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:54:45 prd-centos7-docker-4c-2g-21232 does not seem to be running inside a container 17:54:45 $ 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/edgex-go/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:54:50 $ docker top 8eb0b0d7ba81aca539e381b7bcf889e7335a0bac7c8bf8b21a72f6252915e88c -eo pid,comm [Pipeline] { [Pipeline] sh 17:54:50 + touch /tmp/pre-build-complete [Pipeline] sh 17:54:51 + mkdir -p /var/log/sa [Pipeline] sh 17:54:51 + ls /var/log/sa-host 17:54:51 + sadf -c /var/log/sa-host/sa19 17:54:51 file_magic: OK 17:54:51 HZ: Using current value: 100 17:54:51 file_header: OK 17:54:51 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 17:54:51 Statistics: 17:54:51 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:54:51 File successfully converted to sysstat format version 12.2.1 17:54:51 + sadf -c /var/log/sa-host/sa23 17:54:51 file_magic: OK 17:54:51 HZ: Using current value: 100 17:54:51 file_header: OK 17:54:51 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 17:54:51 Statistics: 17:54:51 Hnuu...uuuununununu... 17:54:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:54:52 provisioning config files... 17:54:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config9056014639214817264tmp [Pipeline] { [Pipeline] echo 17:54:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:54:52 ---> create-netrc.sh [Pipeline] } 17:54:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:54:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:54:52 ---> python-tools-install.sh [Pipeline] echo 17:54:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:54:53 ---> sudo-logs.sh 17:54:53 Archiving 'sudo' log.. [Pipeline] echo 17:54:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:54:53 ---> job-cost.sh 17:54:53 lf-activate-venv: SKIPPING 17:54:53 INFO: No Stack... 17:54:54 INFO: Retrieving Pricing Info for: v1-standard-2 17:54:55 INFO: Archiving Costs [Pipeline] echo 17:54:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:54:55 ---> logs-deploy.sh 17:54:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/11 17:54:55 INFO: archiving workspace using pattern(s): 17:54:56 Archives upload complete. 17:54:57 INFO: archiving logs to Nexus