Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at eb962563c78e340597fe6b0a01e022bbdd66f5a5 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from eb962563c78e340597fe6b0a01e022bbdd66f5a5 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [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 Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22736 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/48 [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/48 # 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 Merging remotes/origin/master commit eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 Merge succeeded, producing 4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb Checking out Revision 4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb (PR-2858) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb # timeout=10 Commit message: "Merge commit 'eb962563c78e340597fe6b0a01e022bbdd66f5a5' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:56 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:56 ========================================================= 00:31:56 EdgeX Global Pipelines Version Info 00:31:56 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e579a6ce3575348819c2d66e310e7dd0b1a6f982 # timeout=10 00:31:58 ------------------- 00:31:58 stable info: 00:31:58 ------------------- 00:31:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:58 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:58 Message: update stable to v1.0.179 00:32:00 ------------------- 00:32:00 experimental info: 00:32:00 ------------------- 00:32:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:00 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:32:00 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:32:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:32:00 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:32:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:32:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4f5c237 [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:03 provisioning config files... 00:32:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/48@tmp/config7587131947835026641tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:04 ---> docker-login.sh 00:32:04 nexus3.edgexfoundry.org:10001 00:32:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:05 Configure a credential helper to remove this warning. See 00:32:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:05 00:32:05 Login Succeeded 00:32:05 nexus3.edgexfoundry.org:10002 00:32:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:05 Configure a credential helper to remove this warning. See 00:32:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:05 00:32:05 Login Succeeded 00:32:05 nexus3.edgexfoundry.org:10003 00:32:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:06 Configure a credential helper to remove this warning. See 00:32:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:06 00:32:06 Login Succeeded 00:32:06 nexus3.edgexfoundry.org:10004 00:32:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:06 Configure a credential helper to remove this warning. See 00:32:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:06 00:32:06 Login Succeeded 00:32:06 docker.io 00:32:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:07 Configure a credential helper to remove this warning. See 00:32:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:07 00:32:07 Login Succeeded 00:32:07 ---> docker-login.sh ends [Pipeline] } 00:32:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:07 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:32:07 + for file in '`ls cmd/**/Dockerfile`' 00:32:07 ++ cut -d/ -f2 00:32:07 ++ dirname cmd/core-command/Dockerfile 00:32:07 + echo core-command,cmd/core-command/Dockerfile 00:32:07 + for file in '`ls cmd/**/Dockerfile`' 00:32:07 ++ dirname cmd/core-data/Dockerfile 00:32:07 ++ cut -d/ -f2 00:32:07 + echo core-data,cmd/core-data/Dockerfile 00:32:07 + for file in '`ls cmd/**/Dockerfile`' 00:32:07 ++ dirname cmd/core-metadata/Dockerfile 00:32:07 ++ cut -d/ -f2 00:32:07 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:07 + for file in '`ls cmd/**/Dockerfile`' 00:32:07 ++ dirname cmd/security-bootstrapper/Dockerfile 00:32:07 ++ cut -d/ -f2 00:32:07 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:32:07 + for file in '`ls cmd/**/Dockerfile`' 00:32:07 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:07 ++ cut -d/ -f2 00:32:07 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:07 + for file in '`ls cmd/**/Dockerfile`' 00:32:07 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:07 ++ cut -d/ -f2 00:32:07 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:07 + for file in '`ls cmd/**/Dockerfile`' 00:32:07 ++ dirname cmd/support-notifications/Dockerfile 00:32:07 ++ cut -d/ -f2 00:32:07 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:07 + for file in '`ls cmd/**/Dockerfile`' 00:32:07 ++ dirname cmd/support-scheduler/Dockerfile 00:32:07 ++ cut -d/ -f2 00:32:07 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:07 + for file in '`ls cmd/**/Dockerfile`' 00:32:07 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:07 ++ cut -d/ -f2 00:32:07 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32: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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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 00:32:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:09 00:32:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:09 latest: Pulling from edgex-devops/git-semver 00:32:09 31603596830f: Pulling fs layer 00:32:09 2a8b12db71e7: Pulling fs layer 00:32:09 6ca5941a6612: Pulling fs layer 00:32:09 ecc8261a40a4: Pulling fs layer 00:32:09 ecc8261a40a4: Waiting 00:32:09 2a8b12db71e7: Verifying Checksum 00:32:09 2a8b12db71e7: Download complete 00:32:10 31603596830f: Verifying Checksum 00:32:10 31603596830f: Download complete 00:32:10 ecc8261a40a4: Verifying Checksum 00:32:10 ecc8261a40a4: Download complete 00:32:10 6ca5941a6612: Verifying Checksum 00:32:10 6ca5941a6612: Download complete 00:32:10 31603596830f: Pull complete 00:32:11 2a8b12db71e7: Pull complete 00:32:12 6ca5941a6612: Pull complete 00:32:13 ecc8261a40a4: Pull complete 00:32:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:13 prd-centos7-docker-4c-2g-22736 does not seem to be running inside a container 00:32:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:32:16 $ docker top 3a9902495c37b157c0b05a5578efc7f62ebdf012d3eff491e51b5ac0d397ef7b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:17 [ssh-agent] Looking for ssh-agent implementation... 00:32:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:17 $ docker exec 3a9902495c37b157c0b05a5578efc7f62ebdf012d3eff491e51b5ac0d397ef7b ssh-agent 00:32:17 SSH_AUTH_SOCK=/tmp/ssh-3JmEcKNAGTZR/agent.12 00:32:17 SSH_AGENT_PID=18 00:32:17 Running ssh-add (command line suppressed) 00:32:18 Identity added: /w/workspace/edgex-go/48@tmp/private_key_8515404835949387677.key (/w/workspace/edgex-go/48@tmp/private_key_8515404835949387677.key) 00:32:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:19 + git tag --points-at HEAD [Pipeline] } 00:32:19 $ docker exec --env ******** --env ******** 3a9902495c37b157c0b05a5578efc7f62ebdf012d3eff491e51b5ac0d397ef7b ssh-agent -k 00:32:19 unset SSH_AUTH_SOCK; 00:32:19 unset SSH_AGENT_PID; 00:32:19 echo Agent pid 18 killed; 00:32:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:19 [ssh-agent] Looking for ssh-agent implementation... 00:32:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:19 $ docker exec 3a9902495c37b157c0b05a5578efc7f62ebdf012d3eff491e51b5ac0d397ef7b ssh-agent 00:32:20 SSH_AUTH_SOCK=/tmp/ssh-N8swwiWC6ZYQ/agent.47 00:32:20 SSH_AGENT_PID=52 00:32:20 Running ssh-add (command line suppressed) 00:32:20 Identity added: /w/workspace/edgex-go/48@tmp/private_key_9140863588421744659.key (/w/workspace/edgex-go/48@tmp/private_key_9140863588421744659.key) 00:32:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:21 + git semver init 00:32:21 # -> Open(): unable to determine branch for HEAD 00:32:21 # $GIT_DIR = /w/workspace/edgex-go/48/.git 00:32:21 # $GIT_WORK_TREE = /w/workspace/edgex-go/48 00:32:21 # $SEMVER_REMOTE_NAME = origin 00:32:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:21 # $SEMVER_USER_NAME = edgex-jenkins 00:32:21 # $SEMVER_BRANCH = PR-2858 00:32:21 # $SEMVER_TEMP = /tmp/semver-470970441 00:32:21 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:54 # '/tmp/semver-470970441' -> '/w/workspace/edgex-go/48/.semver' 00:32:54 # -> Force: false 00:32:54 # $SEMVER_DIR = /w/workspace/edgex-go/48/.semver [Pipeline] } 00:32:54 $ docker exec --env ******** --env ******** 3a9902495c37b157c0b05a5578efc7f62ebdf012d3eff491e51b5ac0d397ef7b ssh-agent -k 00:32:54 unset SSH_AUTH_SOCK; 00:32:54 unset SSH_AGENT_PID; 00:32:54 echo Agent pid 52 killed; 00:32:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:55 + git semver [Pipeline] } 00:32:55 $ docker stop --time=1 3a9902495c37b157c0b05a5578efc7f62ebdf012d3eff491e51b5ac0d397ef7b 00:32:57 $ docker rm -f 3a9902495c37b157c0b05a5578efc7f62ebdf012d3eff491e51b5ac0d397ef7b [Pipeline] // withDockerContainer [Pipeline] sh 00:32:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:58 Stashed 1 file(s) [Pipeline] echo 00:32:58 [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] { [Pipeline] sh 00:32:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:33:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:33:00 + sudo service docker restart 00:33:00 + true 00:33:00 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:33:01 ========================================================= 00:33:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:33:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:33:01 + 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 . 00:33:07 Sending build context to Docker daemon 327.2MB 00:33:07 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:33:07 Step 2/6 : FROM ${BASE} 00:33:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:07 188c0c94c7c5: Pulling fs layer 00:33:07 0ef7d3d256c8: Pulling fs layer 00:33:07 de9db76c5a1d: Pulling fs layer 00:33:07 bca2f99d35d6: Pulling fs layer 00:33:07 93359f2a8cfa: Pulling fs layer 00:33:07 7c6f9722023f: Pulling fs layer 00:33:07 a35cf1a2eb13: Pulling fs layer 00:33:07 bca2f99d35d6: Waiting 00:33:07 93359f2a8cfa: Waiting 00:33:07 7c6f9722023f: Waiting 00:33:07 a35cf1a2eb13: Waiting 00:33:07 de9db76c5a1d: Download complete 00:33:07 0ef7d3d256c8: Download complete 00:33:07 93359f2a8cfa: Verifying Checksum 00:33:07 93359f2a8cfa: Download complete 00:33:07 7c6f9722023f: Verifying Checksum 00:33:07 7c6f9722023f: Download complete 00:33:08 188c0c94c7c5: Verifying Checksum 00:33:08 188c0c94c7c5: Download complete 00:33:08 188c0c94c7c5: Pull complete 00:33:09 0ef7d3d256c8: Pull complete 00:33:09 de9db76c5a1d: Pull complete 00:33:12 a35cf1a2eb13: Verifying Checksum 00:33:12 a35cf1a2eb13: Download complete 00:33:13 bca2f99d35d6: Verifying Checksum 00:33:13 bca2f99d35d6: Download complete 00:33:14 Still waiting to schedule task 00:33:14 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:33:23 bca2f99d35d6: Pull complete 00:33:23 93359f2a8cfa: Pull complete 00:33:23 7c6f9722023f: Pull complete 00:33:27 a35cf1a2eb13: Pull complete 00:33:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:27 ---> a62c8e92a672 00:33:27 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 00:33:27 ---> Running in 241c6aa7c5ec 00:33:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:30 (1/12) Installing libmagic (5.38-r0) 00:33:30 (2/12) Installing file (5.38-r0) 00:33:30 (3/12) Installing libc-dev (0.7.2-r3) 00:33:30 (4/12) Installing g++ (9.3.0-r2) 00:33:36 (5/12) Installing fortify-headers (1.1-r0) 00:33:36 (6/12) Installing patch (2.7.6-r6) 00:33:36 (7/12) Installing build-base (0.5-r2) 00:33:36 (8/12) Installing libsodium (1.0.18-r0) 00:33:36 (9/12) Installing pkgconf (1.7.2-r0) 00:33:36 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:36 (11/12) Installing libzmq (4.3.3-r0) 00:33:36 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:36 Executing busybox-1.31.1-r19.trigger 00:33:36 OK: 233 MiB in 51 packages 00:33:41 Removing intermediate container 241c6aa7c5ec 00:33:41 ---> b4b482f5bd14 00:33:41 Step 4/6 : WORKDIR /edgex-go 00:33:41 ---> Running in ab73006c616c 00:33:41 Removing intermediate container ab73006c616c 00:33:41 ---> 7879bf4fa3f8 00:33:41 Step 5/6 : COPY go.mod . 00:33:42 ---> b9ce94b28e61 00:33:42 Step 6/6 : RUN go mod download 00:33:42 ---> Running in a68f199c41aa 00:34:09 Removing intermediate container a68f199c41aa 00:34:09 ---> e590112ff622 00:34:09 Successfully built e590112ff622 00:34:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:34:10 + docker inspect -f . ci-base-image-x86_64 00:34:10 . [Pipeline] withDockerContainer 00:34:10 prd-centos7-docker-4c-2g-22736 does not seem to be running inside a container 00:34:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:34:11 $ docker top 3e11c8c99af62b6517d1436347bdfe984b69c6db338224a1c111e1309810f75a -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:12 + go version 00:34:12 go version go1.15.5 linux/amd64 [Pipeline] } 00:34:12 $ docker stop --time=1 3e11c8c99af62b6517d1436347bdfe984b69c6db338224a1c111e1309810f75a 00:34:14 $ docker rm -f 3e11c8c99af62b6517d1436347bdfe984b69c6db338224a1c111e1309810f75a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:15 + docker inspect -f . ci-base-image-x86_64 00:34:15 . [Pipeline] withDockerContainer 00:34:15 prd-centos7-docker-4c-2g-22736 does not seem to be running inside a container 00:34:15 $ 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/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:34:16 $ docker top 5c846fc968c6b0aeac406fc7a7645351e92b9f964fb2003e71ce37cc93cf327a -eo pid,comm [Pipeline] { [Pipeline] echo 00:34:16 ========================================================= 00:34:16 [edgeXBuildGoParallel] Running Tests and Build... 00:34:16 ========================================================= [Pipeline] sh 00:34:16 + make test 00:34:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:35 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:35:12 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:35:12 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:35:12 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:35:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:35:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:35:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:35:17 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:35:17 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:35:21 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.149s coverage: 46.6% of statements 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.348s coverage: 27.1% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.114s coverage: 100.0% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.201s coverage: 65.8% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.531s coverage: 82.3% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:35:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.035s coverage: 28.6% of statements 00:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:35:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.141s coverage: 100.0% of statements 00:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:35:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements 00:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:35:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.281s coverage: 86.7% of statements 00:35:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:35:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.149s coverage: 97.5% of statements 00:35:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:35:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements 00:35:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:35:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:35:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:35:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.746s coverage: 92.8% of statements 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.094s coverage: 0.1% of statements 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.115s coverage: 43.8% of statements 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.105s coverage: 79.5% of statements 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.159s coverage: 94.1% of statements 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.166s coverage: 96.3% of statements 00:35:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.078s coverage: 87.5% of statements 00:35:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.122s coverage: 94.4% of statements 00:35:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 00:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:35:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.175s coverage: 87.2% of statements 00:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:35:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.070s coverage: 100.0% of statements 00:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:35:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.119s coverage: 75.5% of statements 00:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:35:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.107s coverage: 80.8% of statements 00:35:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.104s coverage: 87.2% of statements 00:35:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 84.2% of statements 00:35:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.210s coverage: 91.4% of statements 00:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:35:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.449s coverage: 63.5% of statements 00:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:35:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:35:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.091s coverage: 100.0% of statements 00:35:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements 00:35:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 00:35:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.096s coverage: 73.7% of statements 00:35:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 00:35:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.495s coverage: 68.9% of statements 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:35:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:35:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.133s coverage: 37.0% of statements 00:35:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:35:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:35:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.605s coverage: 84.0% of statements 00:35:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.140s coverage: 100.0% of statements 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.251s coverage: 47.1% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.143s coverage: 100.0% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:35:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements 00:35:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:36:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.393s coverage: 29.1% of statements 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:36:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.124s coverage: 99.0% of statements 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:36:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.079s coverage: 100.0% of statements 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:36:00 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:36:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:36:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.068s coverage: 87.9% of statements 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:36:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:36:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.076s coverage: 100.0% of statements 00:36:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.070s coverage: 32.1% of statements 00:36:01 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.123s coverage: 100.0% of statements 00:36:02 GO111MODULE=on go vet ./... 00:36:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22740 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:36:28 Running in /w/workspace/edgex-go/48 [Pipeline] { [Pipeline] checkout 00:36:33 using credential edgex-jenkins-ssh 00:36:33 Cloning the remote Git repository 00:36:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:34 > git init /w/workspace/edgex-go/48 # timeout=10 00:36:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:34 > git --version # timeout=10 00:36:34 > git --version # 'git version 2.17.1' 00:36:34 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:49 Merging remotes/origin/master commit eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:49 > git config core.sparsecheckout # timeout=10 00:36:49 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:50 > git remote # timeout=10 00:36:50 > git config --get remote.origin.url # timeout=10 00:36:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:50 > git merge eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 00:36:50 Merge succeeded, producing 29fd6855be037d294aa2a1c16441dcd4e0690c50 00:36:50 Checking out Revision 29fd6855be037d294aa2a1c16441dcd4e0690c50 (PR-2858) 00:36:50 > git rev-parse HEAD^{commit} # timeout=10 00:36:50 > git config core.sparsecheckout # timeout=10 00:36:50 > git checkout -f 29fd6855be037d294aa2a1c16441dcd4e0690c50 # timeout=10 00:36:55 Commit message: "Merge commit 'eb962563c78e340597fe6b0a01e022bbdd66f5a5' into HEAD" 00:36:55 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:55 > git rev-list --no-walk e579a6ce3575348819c2d66e310e7dd0b1a6f982 # timeout=10 00:36:57 + sudo service docker restart 00:36:57 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:59 provisioning config files... 00:36:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/48@tmp/config7607648978584861779tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:00 gofmt -l . 00:37:00 [ "`gofmt -l .`" = "" ] 00:37:00 ./bin/test-go-mod-tidy.sh 00:37:00 ./bin/test-attribution-txt.sh [Pipeline] sh 00:37:00 ---> docker-login.sh 00:37:00 nexus3.edgexfoundry.org:10001 00:37:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:00 + ls -al . 00:37:00 total 668 00:37:00 drwxrwxr-x 10 1001 1001 4096 Jan 26 00:36 . 00:37:00 drwxr-xr-x 4 root root 30 Jan 26 00:34 .. 00:37:00 -rw-rw-r-- 1 1001 1001 11 Jan 26 00:31 .dockerignore 00:37:00 drwxrwxr-x 8 1001 1001 179 Jan 26 00:31 .git 00:37:00 drwxrwxr-x 3 1001 1001 125 Jan 26 00:31 .github 00:37:00 -rw-rw-r-- 1 1001 1001 872 Jan 26 00:31 .gitignore 00:37:00 drwx------ 3 1001 1001 47 Jan 26 00:32 .semver 00:37:00 -rw-rw-r-- 1 1001 1001 166 Jan 26 00:31 .sonarcloud.properties 00:37:00 -rw-rw-r-- 1 1001 1001 7859 Jan 26 00:31 Attribution.txt 00:37:00 -rw-rw-r-- 1 1001 1001 3804 Jan 26 00:31 CONTRIBUTING.md 00:37:00 -rw-rw-r-- 1 1001 1001 931 Jan 26 00:31 Dockerfile.build 00:37:00 -rw-rw-r-- 1 1001 1001 863 Jan 26 00:31 Jenkinsfile 00:37:00 -rw-rw-r-- 1 1001 1001 10775 Jan 26 00:31 LICENSE 00:37:00 -rw-rw-r-- 1 1001 1001 6001 Jan 26 00:31 Makefile 00:37:00 -rw-rw-r-- 1 1001 1001 6524 Jan 26 00:31 README.md 00:37:00 -rw-rw-r-- 1 1001 1001 6755 Jan 26 00:31 SECURITY.md 00:37:00 -rw-rw-r-- 1 1001 1001 5 Jan 26 00:32 VERSION 00:37:00 -rw-rw-r-- 1 1001 1001 4131 Jan 26 00:31 ZMQWindows.md 00:37:00 drwxrwxr-x 2 1001 1001 117 Jan 26 00:31 bin 00:37:00 drwxrwxr-x 15 1001 1001 4096 Jan 26 00:31 cmd 00:37:00 -rw-r--r-- 1 root root 564700 Jan 26 00:36 coverage.out 00:37:00 -rw-r--r-- 1 root root 1053 Jan 26 00:36 go.mod 00:37:00 -rw-r--r-- 1 root root 18995 Jan 26 00:36 go.sum 00:37:00 drwxrwxr-x 8 1001 1001 127 Jan 26 00:31 internal 00:37:00 drwxrwxr-x 4 1001 1001 26 Jan 26 00:31 openapi 00:37:00 drwxrwxr-x 4 1001 1001 71 Jan 26 00:31 snap 00:37:00 -rw-rw-r-- 1 1001 1001 168 Jan 26 00:31 version.go [Pipeline] sh 00:37:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:01 Configure a credential helper to remove this warning. See 00:37:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:01 00:37:01 Login Succeeded 00:37:01 nexus3.edgexfoundry.org:10002 00:37:01 + '[' -e coverage.out ] 00:37:01 + chown 1001:1001 coverage.out 00:37:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] stash 00:37:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:01 Configure a credential helper to remove this warning. See 00:37:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:01 00:37:01 Login Succeeded 00:37:01 nexus3.edgexfoundry.org:10003 00:37:02 Stashed 1 file(s) [Pipeline] sh 00:37:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:02 Configure a credential helper to remove this warning. See 00:37:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:02 00:37:02 Login Succeeded 00:37:02 nexus3.edgexfoundry.org:10004 00:37:02 + make build 00:37:02 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 00:37:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:02 Configure a credential helper to remove this warning. See 00:37:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:02 00:37:02 Login Succeeded 00:37:02 docker.io 00:37:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:03 Configure a credential helper to remove this warning. See 00:37:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:03 00:37:03 Login Succeeded 00:37:03 ---> docker-login.sh ends [Pipeline] } 00:37:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:04 ========================================================= 00:37:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:04 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:37:07 Sending build context to Docker daemon 165.9MB 00:37:07 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:07 Step 2/6 : FROM ${BASE} 00:37:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:07 5f621e34cdf4: Pulling fs layer 00:37:07 a4357932f1b6: Pulling fs layer 00:37:07 18c013af1878: Pulling fs layer 00:37:07 00ac8860ef70: Pulling fs layer 00:37:07 63d7cb157983: Pulling fs layer 00:37:07 b116817d02f9: Pulling fs layer 00:37:07 745a02a5169b: Pulling fs layer 00:37:07 00ac8860ef70: Waiting 00:37:07 63d7cb157983: Waiting 00:37:07 b116817d02f9: Waiting 00:37:07 745a02a5169b: Waiting 00:37:07 18c013af1878: Download complete 00:37:07 a4357932f1b6: Verifying Checksum 00:37:07 a4357932f1b6: Download complete 00:37:07 63d7cb157983: Verifying Checksum 00:37:07 63d7cb157983: Download complete 00:37:07 b116817d02f9: Verifying Checksum 00:37:07 5f621e34cdf4: Verifying Checksum 00:37:07 5f621e34cdf4: Download complete 00:37:08 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 00:37:08 5f621e34cdf4: Pull complete 00:37:08 a4357932f1b6: Pull complete 00:37:08 18c013af1878: Pull complete 00:37:09 745a02a5169b: Download complete 00:37:11 00ac8860ef70: Verifying Checksum 00:37:11 00ac8860ef70: Download complete 00:37:21 00ac8860ef70: Pull complete 00:37:21 63d7cb157983: Pull complete 00:37:21 b116817d02f9: Pull complete 00:37:23 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 00:37:23 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 00:37:25 745a02a5169b: Pull complete 00:37:25 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:25 ---> b7e6874047d6 00:37:25 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 00:37:26 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 00:37:27 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 00:37:28 ---> Running in ba090571e3e3 00:37:29 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 00:37:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:30 (1/12) Installing libmagic (5.38-r0) 00:37:30 (2/12) Installing file (5.38-r0) 00:37:30 (3/12) Installing libc-dev (0.7.2-r3) 00:37:30 (4/12) Installing g++ (9.3.0-r2) 00:37:31 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 00:37:34 (5/12) Installing fortify-headers (1.1-r0) 00:37:34 (6/12) Installing patch (2.7.6-r6) 00:37:34 (7/12) Installing build-base (0.5-r2) 00:37:34 (8/12) Installing libsodium (1.0.18-r0) 00:37:34 (9/12) Installing pkgconf (1.7.2-r0) 00:37:34 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:34 (11/12) Installing libzmq (4.3.3-r0) 00:37:34 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:34 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 00:37:34 Executing busybox-1.31.1-r19.trigger 00:37:34 OK: 217 MiB in 51 packages 00:37:37 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 00:37:38 Removing intermediate container ba090571e3e3 00:37:38 ---> 5678bf14d191 00:37:38 Step 4/6 : WORKDIR /edgex-go 00:37:38 ---> Running in 8f12f87800be 00:37:39 Removing intermediate container 8f12f87800be 00:37:39 ---> a2af8b171441 00:37:39 Step 5/6 : COPY go.mod . 00:37:39 ---> 85f85dbf2bc8 00:37:39 Step 6/6 : RUN go mod download 00:37:40 ---> Running in 666629dddb4a 00:37:40 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 00:37:42 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 00:37:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:37:50 $ docker stop --time=1 5c846fc968c6b0aeac406fc7a7645351e92b9f964fb2003e71ce37cc93cf327a 00:37:53 $ docker rm -f 5c846fc968c6b0aeac406fc7a7645351e92b9f964fb2003e71ce37cc93cf327a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:55 00:37:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:37:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:56 latest: Pulling from edgex-devops/edgex-compose 00:37:56 cbdbe7a5bc2a: Pulling fs layer 00:37:56 ca9280d653b3: Pulling fs layer 00:37:56 7e9c9ca2126c: Pulling fs layer 00:37:56 cbdbe7a5bc2a: Verifying Checksum 00:37:56 cbdbe7a5bc2a: Download complete 00:37:58 cbdbe7a5bc2a: Pull complete 00:37:58 ca9280d653b3: Verifying Checksum 00:37:58 ca9280d653b3: Download complete 00:38:01 ca9280d653b3: Pull complete 00:38:03 7e9c9ca2126c: Verifying Checksum 00:38:03 7e9c9ca2126c: Download complete 00:38:06 Removing intermediate container 666629dddb4a 00:38:06 ---> d2a714a08c78 00:38:06 Successfully built d2a714a08c78 00:38:06 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:07 + docker inspect -f . ci-base-image-arm64 00:38:07 . [Pipeline] withDockerContainer 00:38:07 prd-ubuntu18.04-docker-arm64-4c-16g-22740 does not seem to be running inside a container 00:38:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:09 $ docker top a21610dfcd2d035bd3beca13513b08eec76d913fea9927e9feef1c002d7e448e -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:10 + go version 00:38:10 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:10 $ docker stop --time=1 a21610dfcd2d035bd3beca13513b08eec76d913fea9927e9feef1c002d7e448e 00:38:11 $ docker rm -f a21610dfcd2d035bd3beca13513b08eec76d913fea9927e9feef1c002d7e448e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:12 + docker inspect -f . ci-base-image-arm64 00:38:12 . [Pipeline] withDockerContainer 00:38:13 prd-ubuntu18.04-docker-arm64-4c-16g-22740 does not seem to be running inside a container 00:38:13 $ 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/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:14 $ docker top 8c12aee226eb153d192a8e1d9b2c9a12cd4c567d89a5feeb8bb4208da8ccfd6c -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:15 ========================================================= 00:38:15 [edgeXBuildGoParallel] Running Tests and Build... 00:38:15 ========================================================= [Pipeline] sh 00:38:15 + make test 00:38:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:16 7e9c9ca2126c: Pull complete 00:38:16 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:38:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:38:16 prd-centos7-docker-4c-2g-22736 does not seem to be running inside a container 00:38:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:38:19 $ docker top 4fb2a1f7f8cc7e7f9658cd276bf488027f2cb5ca9d16269c97e02376f266468e -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:20 + docker-compose build --help 00:38:20 + grep parallel 00:38:22 --parallel Build images in parallel. [Pipeline] } 00:38:22 $ docker stop --time=1 4fb2a1f7f8cc7e7f9658cd276bf488027f2cb5ca9d16269c97e02376f266468e 00:38:24 $ docker rm -f 4fb2a1f7f8cc7e7f9658cd276bf488027f2cb5ca9d16269c97e02376f266468e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:38:25 . [Pipeline] withDockerContainer 00:38:25 prd-centos7-docker-4c-2g-22736 does not seem to be running inside a container 00:38:26 $ 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/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:38:27 $ docker top d52853279b160ae2225888370d2851247e700910de4045aab70f360ada97eea6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:28 + docker-compose -f ./docker-compose-build.yml build --parallel 00:38:30 Building docker-core-command-go ... 00:38:30 Building docker-core-data-go ... 00:38:30 Building docker-core-metadata-go ... 00:38:30 Building docker-security-bootstrapper-go ... 00:38:30 Building docker-security-proxy-setup-go ... 00:38:30 Building docker-security-secretstore-setup-go ... 00:38:30 Building docker-support-notifications-go ... 00:38:30 Building docker-support-scheduler-go ... 00:38:30 Building docker-sys-mgmt-agent-go ... 00:38:30 Building docker-core-command-go 00:38:30 Building docker-core-data-go 00:38:30 Building docker-security-secretstore-setup-go 00:38:30 Building docker-security-proxy-setup-go 00:38:30 Building docker-core-metadata-go 00:38:37 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:27 ---> e590112ff622 00:39:27 Step 3/23 : WORKDIR /edgex-go 00:39:27 ---> e590112ff622 00:39:27 Step 3/23 : WORKDIR /edgex-go 00:39:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:27 ---> e590112ff622 00:39:27 Step 3/23 : WORKDIR /edgex-go 00:39:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:39:27 ---> e590112ff622 00:39:27 Step 3/21 : WORKDIR /edgex-go 00:39:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:39:27 ---> e590112ff622 00:39:27 Step 3/24 : WORKDIR /edgex-go 00:39:27 ---> Running in ca960aecd233 00:39:27 ---> Running in 9e88c6c15bea 00:39:27 ---> Running in c80b02e6e82a 00:39:27 ---> Running in 13706a8fa247 00:39:27 ---> Running in 9d4db8a7225e 00:39:27 Removing intermediate container 9d4db8a7225e 00:39:27 ---> 5ba9d89b0b1f 00:39:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:27 Removing intermediate container 9e88c6c15bea 00:39:27 ---> 9b9181d83e0b 00:39:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:27 Removing intermediate container ca960aecd233 00:39:27 ---> 30bfe7eb31e7 00:39:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:27 Removing intermediate container 13706a8fa247 00:39:27 ---> 15e63e4ed366 00:39:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:27 Removing intermediate container c80b02e6e82a 00:39:27 ---> 65f9142852f5 00:39:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:27 ---> Running in 7ac613fda08b 00:39:27 ---> Running in b5dce3e6da7a 00:39:27 ---> Running in de6b78f84f74 00:39:27 ---> Running in 84677061f886 00:39:27 ---> Running in 41f3812dc561 00:39:29 Removing intermediate container 84677061f886 00:39:29 ---> e272ee707a1c 00:39:29 Step 5/23 : RUN apk add --update --no-cache make git 00:39:29 Removing intermediate container de6b78f84f74 00:39:29 ---> fb11ee71bdc1 00:39:29 Step 5/21 : RUN apk add --update --no-cache make git 00:39:29 Removing intermediate container 41f3812dc561 00:39:29 ---> e2d3a381fbdc 00:39:29 Step 5/23 : RUN apk add --update --no-cache make git 00:39:29 Removing intermediate container b5dce3e6da7a 00:39:29 ---> c4fad2864940 00:39:29 Step 5/24 : RUN apk add --update --no-cache make git 00:39:29 ---> Running in 4a2f6f8b0cb0 00:39:29 ---> Running in 5b4931590670 00:39:29 ---> Running in 7a1fe03e8e38 00:39:29 ---> Running in a4f9d12fb0de 00:39:29 Removing intermediate container 7ac613fda08b 00:39:29 ---> 6a1181c87e9e 00:39:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:39:29 ---> Running in de5eb349f8e4 00:39:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:32 OK: 233 MiB in 51 packages 00:39:33 OK: 233 MiB in 51 packages 00:39:33 OK: 233 MiB in 51 packages 00:39:33 OK: 233 MiB in 51 packages 00:39:33 Removing intermediate container 4a2f6f8b0cb0 00:39:33 ---> 8e8c665dd11c 00:39:33 Step 6/21 : COPY go.mod . 00:39:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:34 Removing intermediate container 7a1fe03e8e38 00:39:34 ---> 4377ef68cbab 00:39:34 Step 6/24 : COPY go.mod . 00:39:34 Removing intermediate container de5eb349f8e4 00:39:34 ---> 508926ccdc49 00:39:34 Step 6/23 : COPY go.mod . 00:39:34 ---> 88e4a219c33d 00:39:34 Step 7/21 : RUN go mod download 00:39:34 Removing intermediate container 5b4931590670 00:39:34 ---> 91053bb16d49 00:39:34 Step 6/23 : COPY go.mod . 00:39:34 ---> Running in 4300d2befaef 00:39:35 ---> 96572e31b153 00:39:35 Step 7/24 : RUN go mod download 00:39:35 ---> 5edf95e2b491 00:39:35 Step 7/23 : RUN go mod download 00:39:35 ---> Running in 8907612e4551 00:39:35 ---> bf8f38e050a1 00:39:35 Step 7/23 : RUN go mod download 00:39:35 ---> Running in 5fd8ec089d69 00:39:35 ---> Running in 2339d2a6055b 00:39:36 OK: 233 MiB in 51 packages 00:39:38 Removing intermediate container a4f9d12fb0de 00:39:38 ---> 8777e6d99150 00:39:38 Step 6/23 : COPY go.mod . 00:39:38 ---> 9f57ecb8053f 00:39:38 Step 7/23 : RUN go mod download 00:39:39 ---> Running in 3da7cd9f15e3 00:39:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:40 Removing intermediate container 8907612e4551 00:39:40 ---> b45972926c86 00:39:40 Step 8/24 : COPY . . 00:39:40 Removing intermediate container 4300d2befaef 00:39:40 ---> 0c2cd11a0a0e 00:39:40 Step 8/21 : COPY . . 00:39:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:40 Removing intermediate container 5fd8ec089d69 00:39:40 ---> 44b638e98742 00:39:40 Step 8/23 : COPY . . 00:39:40 Removing intermediate container 2339d2a6055b 00:39:40 ---> 11fe8622f55d 00:39:40 Step 8/23 : COPY . . 00:39:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:47 Removing intermediate container 3da7cd9f15e3 00:39:47 ---> 576971330954 00:39:47 Step 8/23 : COPY . . 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.227s coverage: 46.6% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.531s coverage: 27.1% of statements 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.279s coverage: 65.8% of statements 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.329s coverage: 82.3% of statements 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.238s coverage: 28.6% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.126s coverage: 100.0% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.120s coverage: 100.0% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.320s coverage: 86.7% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.324s coverage: 97.5% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.328s coverage: 92.8% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.203s coverage: 0.1% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 43.8% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.107s coverage: 79.5% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.104s coverage: 96.3% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.099s coverage: 94.4% of statements 00:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.087s coverage: 87.2% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.082s coverage: 75.5% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.125s coverage: 84.2% of statements 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.4% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.636s coverage: 63.5% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 00:40:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 00:40:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements 00:40:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.072s coverage: 73.7% of statements 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.845s coverage: 68.9% of statements 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.394s coverage: 37.0% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.684s coverage: 84.0% of statements 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.117s coverage: 100.0% of statements 00:40:44 ---> cd7402c4ecbe 00:40:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:40:44 ---> 129b4926099c 00:40:44 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:40:44 ---> Running in 56c845cbe655 00:40:44 ---> Running in 4cd69e06e960 00:40:44 ---> 802e1ffcd71a 00:40:44 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:40:44 ---> 25f7489c0278 00:40:44 Step 9/23 : RUN make cmd/core-command/core-command 00:40:44 ---> 052e428aecc2 00:40:44 Step 9/23 : RUN make cmd/core-data/core-data 00:40:44 ---> Running in e0871424a1ca 00:40:44 ---> Running in b1b9ff4c9873 00:40:44 ---> Running in 4436171564e6 00:40:44 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 00:40:44 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 00:40:44 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 00:40:44 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 00:40:44 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 00:40:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.350s coverage: 47.1% of statements 00:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.145s coverage: 100.0% of statements 00:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.088s coverage: 100.0% of statements 00:40:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.965s coverage: 29.1% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.230s coverage: 99.0% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.114s coverage: 100.0% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.079s coverage: 0.0% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 00:40:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:40:53 GO111MODULE=on go vet ./... 00:41:24 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 00:41:24 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 00:41:34 Removing intermediate container b1b9ff4c9873 00:41:34 ---> 9c74e8309451 00:41:34 00:41:34 Step 10/23 : FROM alpine:3.12 00:41:34 3.12: Pulling from library/alpine 00:41:38 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:41:38 Status: Downloaded newer image for alpine:3.12 00:41:38 ---> 389fef711851 00:41:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:41:38 Removing intermediate container 4cd69e06e960 00:41:38 ---> 2693f1072ef8 00:41:38 00:41:38 Step 10/21 : FROM alpine:3.12 00:41:38 ---> 389fef711851 00:41:38 Step 11/21 : RUN apk add --update --no-cache curl 00:41:38 ---> Running in 53bd664c068b 00:41:39 Removing intermediate container e0871424a1ca 00:41:39 ---> cb10207c3f32 00:41:39 00:41:39 Step 10/24 : FROM alpine:3.12 00:41:39 ---> 389fef711851 00:41:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:41:39 ---> Running in cb7e68e27c7e 00:41:39 ---> Running in 00c20a6b74b2 00:41:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:43 (1/1) Installing dumb-init (1.2.2-r1) 00:41:43 (1/4) Installing ca-certificates (20191127-r4) 00:41:43 Executing busybox-1.31.1-r19.trigger 00:41:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:41:43 (3/4) Installing libcurl (7.69.1-r3) 00:41:43 (1/5) Installing ca-certificates (20191127-r4) 00:41:43 OK: 6 MiB in 15 packages 00:41:43 (4/4) Installing curl (7.69.1-r3) 00:41:43 Executing busybox-1.31.1-r19.trigger 00:41:43 Executing ca-certificates-20191127-r4.trigger 00:41:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:41:43 (3/5) Installing libcurl (7.69.1-r3) 00:41:43 (4/5) Installing curl (7.69.1-r3) 00:41:43 (5/5) Installing dumb-init (1.2.2-r1) 00:41:43 OK: 7 MiB in 18 packages 00:41:43 Executing busybox-1.31.1-r19.trigger 00:41:43 Executing ca-certificates-20191127-r4.trigger 00:41:43 OK: 7 MiB in 19 packages 00:41:47 Removing intermediate container 56c845cbe655 00:41:47 ---> b1154a3df043 00:41:47 00:41:47 Step 10/23 : FROM alpine:3.12 00:41:47 ---> 389fef711851 00:41:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:41:47 ---> Using cache 00:41:47 ---> aafa4f12e7b1 00:41:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:41:47 Removing intermediate container 53bd664c068b 00:41:47 ---> aafa4f12e7b1 00:41:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:41:47 ---> Running in 48ee31b41c43 00:41:48 Removing intermediate container 4436171564e6 00:41:48 ---> adec98d1cc37 00:41:48 00:41:48 Step 10/23 : FROM alpine:3.12 00:41:48 ---> 389fef711851 00:41:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:41:48 ---> Running in 1ea9a0621759 00:41:48 ---> Running in 054d0f3a88a4 00:41:48 Removing intermediate container cb7e68e27c7e 00:41:48 ---> 00d5b885e2eb 00:41:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:41:48 Removing intermediate container 48ee31b41c43 00:41:48 ---> 269d1798b21f 00:41:48 Step 13/23 : ENV APP_PORT=48081 00:41:48 Removing intermediate container 00c20a6b74b2 00:41:48 ---> 2320d611d982 00:41:48 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:41:48 ---> Running in d1f1756e02f0 00:41:48 ---> Running in a8d68af60ad0 00:41:48 ---> Running in 96836752f6f1 00:41:49 Removing intermediate container 1ea9a0621759 00:41:49 ---> a0368cf42bc7 00:41:49 Step 13/23 : ENV APP_PORT=48082 00:41:49 Removing intermediate container 054d0f3a88a4 00:41:49 ---> 7bab751c6218 00:41:49 Step 12/23 : ENV APP_PORT=48080 00:41:49 ---> Running in 04898f2d36fe 00:41:49 ---> Running in 81d530e618b3 00:41:49 Removing intermediate container d1f1756e02f0 00:41:49 ---> 187ec9e772a2 00:41:49 Step 13/21 : WORKDIR /edgex 00:41:49 Removing intermediate container a8d68af60ad0 00:41:49 ---> 484f4472362f 00:41:49 Step 14/23 : EXPOSE $APP_PORT 00:41:49 Removing intermediate container 96836752f6f1 00:41:49 ---> a562118a39e1 00:41:49 Step 13/24 : WORKDIR / 00:41:49 ---> Running in 72bbb66efcbb 00:41:49 ---> Running in 66b684e2f1d4 00:41:49 ---> Running in efca508e04ab 00:41:49 Removing intermediate container 04898f2d36fe 00:41:49 ---> 76f1e2f474df 00:41:49 Step 14/23 : EXPOSE $APP_PORT 00:41:49 Removing intermediate container 81d530e618b3 00:41:49 ---> dedd3f491b59 00:41:49 Step 13/23 : EXPOSE $APP_PORT 00:41:49 ---> Running in 3601b1753a7e 00:41:50 ---> Running in 6753186ca7a9 00:41:50 Removing intermediate container 72bbb66efcbb 00:41:50 ---> a7b8af59aa52 00:41:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:41:50 Removing intermediate container 66b684e2f1d4 00:41:50 ---> 5b39804a5a75 00:41:50 Step 15/23 : WORKDIR / 00:41:50 Removing intermediate container efca508e04ab 00:41:50 ---> c1dce1bbc6b0 00:41:50 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:41:50 ---> Running in a2da0b954084 00:41:50 Removing intermediate container 3601b1753a7e 00:41:50 ---> bb852ece053b 00:41:50 Step 15/23 : WORKDIR / 00:41:50 ---> 359f23cfe095 00:41:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:41:50 Removing intermediate container 6753186ca7a9 00:41:50 ---> 7234d272161c 00:41:50 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:51 ---> Running in e91f07eb7490 00:41:51 ---> Running in e3ac9631c26a 00:41:51 Removing intermediate container a2da0b954084 00:41:51 ---> d776f60fbc8e 00:41:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:51 ---> 564b8046d447 00:41:51 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:41:51 Removing intermediate container e91f07eb7490 00:41:51 ---> 7522001afddf 00:41:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:52 ---> 51632861c1ec 00:41:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:41:52 ---> 69a27fbdf9fa 00:41:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:41:52 ---> b1e23e692d5e 00:41:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:41:52 ---> 27b83acc27ca 00:41:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:41:53 ---> e45d826a9fdc 00:41:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:41:54 ---> dafdc5fa2985 00:41:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:41:54 ---> 6cf83c4c03a5 00:41:54 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:41:54 Removing intermediate container e3ac9631c26a 00:41:54 ---> dac354562959 00:41:54 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:41:54 ---> Running in 6233d434fc1f 00:41:54 ---> Running in cbcd26aeea09 00:41:54 ---> ae9b9af843b6 00:41:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:41:55 ---> ccec72d5f191 00:41:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:41:55 ---> b0a5b3399ec3 00:41:55 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:41:55 ---> Running in 8fcbbd553ce6 00:41:55 Removing intermediate container 6233d434fc1f 00:41:55 ---> d3bdb9b648c8 00:41:55 Step 18/21 : CMD ["--init=true"] 00:41:55 ---> 3c3169ab3e55 00:41:55 Step 19/23 : ENTRYPOINT ["/core-command"] 00:41:55 ---> Running in eff32e4b00d1 00:41:55 ---> Running in 9d74293f0fe6 00:41:55 Removing intermediate container 8fcbbd553ce6 00:41:55 ---> 2074fea92456 00:41:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:56 Removing intermediate container eff32e4b00d1 00:41:56 ---> 9068e330dd2c 00:41:56 Step 19/21 : LABEL arch=x86_64 00:41:56 ---> Running in 3bbb29b8e76b 00:41:56 ---> e5e0251805aa 00:41:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:41:56 Removing intermediate container 9d74293f0fe6 00:41:56 ---> bca54afb0668 00:41:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:56 ---> Running in 451a42346fd0 00:41:56 ---> Running in 6c11aea115c2 00:41:57 Removing intermediate container 3bbb29b8e76b 00:41:57 ---> 2415ab2c10f0 00:41:57 Step 21/23 : LABEL arch=x86_64 00:41:57 ---> Running in 580b3d7f9963 00:41:57 Removing intermediate container 6c11aea115c2 00:41:57 ---> 1add59014624 00:41:57 Step 21/23 : LABEL arch=x86_64 00:41:57 Removing intermediate container 451a42346fd0 00:41:57 ---> 60283d8d2afc 00:41:57 Step 20/21 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb 00:41:57 ---> 335d7a009c4a 00:41:57 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/ 00:41:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:57 ---> Running in 492df0bc9de4 00:41:57 ---> Running in e4eb35561a25 00:41:57 ---> Running in 7e4bb8b1c85c 00:41:58 Removing intermediate container 580b3d7f9963 00:41:58 ---> 7c0b7cb95430 00:41:58 Step 22/23 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb 00:41:58 Removing intermediate container 492df0bc9de4 00:41:58 ---> e7f8b1e30b32 00:41:58 Step 22/23 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb 00:41:58 ---> Running in f101c27fd130 00:41:58 Removing intermediate container e4eb35561a25 00:41:58 ---> aa704d58e8b9 00:41:58 Step 21/21 : LABEL version=0.0.0 00:41:58 (1/6) Installing dumb-init (1.2.2-r1) 00:41:58 ---> Running in f1cb57315374 00:41:58 (2/6) Installing libgcc (9.3.0-r2) 00:41:59 ---> Running in d689a9fcfdac 00:41:59 (3/6) Installing libsodium (1.0.18-r0) 00:41:59 Removing intermediate container f101c27fd130 00:41:59 ---> e1486a364d9c 00:41:59 Step 23/23 : LABEL version=0.0.0 00:41:59 (4/6) Installing libstdc++ (9.3.0-r2) 00:41:59 ---> Running in c6b0483f422a 00:41:59 Removing intermediate container f1cb57315374 00:41:59 ---> 60d8ce56240f 00:41:59 00:41:59 Removing intermediate container d689a9fcfdac 00:41:59 ---> ebae849f440c 00:41:59 Step 23/23 : LABEL version=0.0.0 00:41:59 (5/6) Installing libzmq (4.3.3-r0) 00:41:59 ---> Running in 87e8b8ca98ac 00:41:59 (6/6) Installing zeromq (4.3.3-r0) 00:42:00 Executing busybox-1.31.1-r19.trigger 00:42:00 Removing intermediate container c6b0483f422a 00:42:00 ---> 73ca435497b9 00:42:00 00:42:00 OK: 8 MiB in 20 packages 00:42:00 Successfully built 60d8ce56240f 00:42:00 Successfully tagged docker-security-proxy-setup-go:latest 00:42:00 Building docker-security-bootstrapper-go 00:42:00  Building docker-security-proxy-setup-go ... done Removing intermediate container 87e8b8ca98ac 00:42:00 ---> 52c845add916 00:42:00 00:42:00 Successfully built 73ca435497b9 00:42:00 Successfully tagged docker-core-metadata-go:latest 00:42:00  Building docker-core-metadata-go ... done Building docker-support-notifications-go 00:42:01 Removing intermediate container 7e4bb8b1c85c 00:42:01 ---> 5a38ab19dc18 00:42:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:42:01 Successfully built 52c845add916 00:42:01 Successfully tagged docker-core-command-go:latest 00:42:01  Building docker-core-command-go ... done Building docker-support-scheduler-go 00:42:01 ---> Running in 5f7dcfb40f10 00:42:01 Removing intermediate container cbcd26aeea09 00:42:01 ---> 707e7a7a8956 00:42:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:01 gofmt -l . 00:42:02 Removing intermediate container 5f7dcfb40f10 00:42:02 ---> 66481bdcdf9a 00:42:02 Step 22/24 : LABEL arch=x86_64 00:42:02 ---> Running in 4b918f065fda 00:42:03 ---> 3e4cbd22515b 00:42:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:42:03 [ "`gofmt -l .`" = "" ] 00:42:04 Removing intermediate container 4b918f065fda 00:42:04 ---> fe6cb1be1de4 00:42:04 Step 23/24 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb 00:42:05 ./bin/test-go-mod-tidy.sh 00:42:06 ./bin/test-attribution-txt.sh 00:42:06 ---> Running in 85fe67d7e791 00:42:07 Removing intermediate container 85fe67d7e791 00:42:07 ---> e9c5af38de19 00:42:07 Step 24/24 : LABEL version=0.0.0 00:42:07 ---> a86d3c8485d3 00:42:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [Pipeline] sh 00:42:08 ---> Running in 012b7fb3d0a9 00:42:08 + ls -al . 00:42:08 total 696 00:42:08 drwxrwxr-x 9 1001 1001 4096 Jan 26 00:42 . 00:42:08 drwxr-xr-x 4 root root 4096 Jan 26 00:38 .. 00:42:08 -rw-rw-r-- 1 1001 1001 11 Jan 26 00:36 .dockerignore 00:42:08 drwxrwxr-x 8 1001 1001 4096 Jan 26 00:36 .git 00:42:08 drwxrwxr-x 3 1001 1001 4096 Jan 26 00:36 .github 00:42:08 -rw-rw-r-- 1 1001 1001 872 Jan 26 00:36 .gitignore 00:42:08 -rw-rw-r-- 1 1001 1001 166 Jan 26 00:36 .sonarcloud.properties 00:42:08 -rw-rw-r-- 1 1001 1001 7859 Jan 26 00:36 Attribution.txt 00:42:08 -rw-rw-r-- 1 1001 1001 3804 Jan 26 00:36 CONTRIBUTING.md 00:42:08 -rw-rw-r-- 1 1001 1001 931 Jan 26 00:36 Dockerfile.build 00:42:08 -rw-rw-r-- 1 1001 1001 863 Jan 26 00:36 Jenkinsfile 00:42:08 -rw-rw-r-- 1 1001 1001 10775 Jan 26 00:36 LICENSE 00:42:08 -rw-rw-r-- 1 1001 1001 6001 Jan 26 00:36 Makefile 00:42:08 -rw-rw-r-- 1 1001 1001 6524 Jan 26 00:36 README.md 00:42:08 -rw-rw-r-- 1 1001 1001 6755 Jan 26 00:36 SECURITY.md 00:42:08 -rw-rw-r-- 1 1001 1001 5 Jan 26 00:32 VERSION 00:42:08 -rw-rw-r-- 1 1001 1001 4131 Jan 26 00:36 ZMQWindows.md 00:42:08 drwxrwxr-x 2 1001 1001 4096 Jan 26 00:36 bin 00:42:08 drwxrwxr-x 15 1001 1001 4096 Jan 26 00:36 cmd 00:42:08 -rw-r--r-- 1 root root 564700 Jan 26 00:40 coverage.out 00:42:08 -rw-r--r-- 1 root root 1053 Jan 26 00:42 go.mod 00:42:08 -rw-r--r-- 1 root root 18995 Jan 26 00:42 go.sum 00:42:08 drwxrwxr-x 8 1001 1001 4096 Jan 26 00:36 internal 00:42:08 drwxrwxr-x 4 1001 1001 4096 Jan 26 00:36 openapi 00:42:08 drwxrwxr-x 4 1001 1001 4096 Jan 26 00:36 snap 00:42:08 -rw-rw-r-- 1 1001 1001 168 Jan 26 00:36 version.go [Pipeline] sh 00:42:08 Removing intermediate container 012b7fb3d0a9 00:42:08 ---> 75c101010f1c 00:42:08 00:42:08 ---> 16bd767d242a 00:42:08 Step 19/23 : ENTRYPOINT ["/core-data"] 00:42:09 + '[' -e coverage.out ] 00:42:09 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:09 Warning: overwriting stash ‘coverage-report’ 00:42:09 Successfully built 75c101010f1c 00:42:09 Successfully tagged docker-security-secretstore-setup-go:latest 00:42:09  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 00:42:10 ---> Running in aa7ee079db0f 00:42:10 Stashed 1 file(s) [Pipeline] sh 00:42:11 Removing intermediate container aa7ee079db0f 00:42:11 ---> be1f329b7063 00:42:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:12 + make build 00:42:12 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 00:42:12 ---> Running in 85a503a274aa 00:42:13 Removing intermediate container 85a503a274aa 00:42:13 ---> 43a6edfaf034 00:42:13 Step 21/23 : LABEL arch=x86_64 00:42:13 ---> Running in 224d877c8b5f 00:42:14 Removing intermediate container 224d877c8b5f 00:42:14 ---> aac99436717e 00:42:14 Step 22/23 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb 00:42:14 ---> Running in 3ef7df638923 00:42:15 Removing intermediate container 3ef7df638923 00:42:15 ---> 5ec6c6d93312 00:42:15 Step 23/23 : LABEL version=0.0.0 00:42:15 ---> Running in 40dc53bb9a77 00:42:16 Removing intermediate container 40dc53bb9a77 00:42:16 ---> 3df7ab2ab75a 00:42:16 00:42:16 Successfully built 3df7ab2ab75a 00:42:17 Successfully tagged docker-core-data-go:latest 00:42:24 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 00:42:46 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 00:42:48 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 00:42:52 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 00:42:53 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 00:42:56  Building docker-core-data-go ... done Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:56 Step 2/33 : FROM ${BUILDER_BASE} AS builder 00:42:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:42:56 ---> e590112ff622 00:42:56 Step 3/33 : WORKDIR /edgex-go 00:42:56 ---> e590112ff622 00:42:56 Step 3/22 : WORKDIR /edgex-go 00:42:56 ---> Using cache 00:42:56 ---> 65f9142852f5 00:42:56 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:56 ---> Using cache 00:42:56 ---> 65f9142852f5 00:42:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:56 ---> Using cache 00:42:56 ---> e2d3a381fbdc 00:42:56 Step 5/33 : RUN apk add --update --no-cache make git 00:42:56 ---> Using cache 00:42:56 ---> e2d3a381fbdc 00:42:56 Step 5/22 : RUN apk add --update --no-cache make git 00:42:56 ---> Using cache 00:42:56 ---> 8777e6d99150 00:42:56 Step 6/33 : COPY go.mod . 00:42:56 ---> Using cache 00:42:56 ---> 8777e6d99150 00:42:56 Step 6/22 : COPY go.mod . 00:42:56 ---> Using cache 00:42:56 ---> 9f57ecb8053f 00:42:56 Step 7/33 : RUN go mod download 00:42:56 ---> Using cache 00:42:56 ---> 9f57ecb8053f 00:42:56 Step 7/22 : RUN go mod download 00:42:56 ---> Using cache 00:42:56 ---> 576971330954 00:42:56 Step 8/33 : COPY . . 00:42:56 ---> Using cache 00:42:56 ---> 576971330954 00:42:56 Step 8/22 : COPY . . 00:42:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:42:56 ---> e590112ff622 00:42:56 Step 3/22 : WORKDIR /edgex-go 00:42:56 ---> Using cache 00:42:56 ---> 65f9142852f5 00:42:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:56 ---> Using cache 00:42:56 ---> e2d3a381fbdc 00:42:56 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:42:56 ---> Using cache 00:42:56 ---> 25f7489c0278 00:42:56 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:42:56 ---> Using cache 00:42:56 ---> 25f7489c0278 00:42:56 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:42:56 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:42:56 ---> e590112ff622 00:42:56 Step 3/26 : WORKDIR /edgex-go 00:42:56 ---> Using cache 00:42:56 ---> 65f9142852f5 00:42:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:56 ---> Using cache 00:42:56 ---> e2d3a381fbdc 00:42:56 Step 5/26 : RUN apk add --update --no-cache make bash git 00:42:57 ---> Running in de5bd8834736 00:42:57 ---> Running in 70d436c67588 00:42:57 ---> Running in 02f81f914399 00:42:57 ---> Running in ad0495065174 00:42:59 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 00:43:00 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 00:43:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:43:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:02 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 00:43:04 OK: 233 MiB in 51 packages 00:43:04 OK: 233 MiB in 51 packages 00:43:06 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 00:43:06 Removing intermediate container 70d436c67588 00:43:06 ---> 077a77e64c82 00:43:06 Step 6/26 : COPY go.mod . 00:43:06 Removing intermediate container de5bd8834736 00:43:06 ---> e05370c8c6b8 00:43:06 Step 6/22 : COPY go.mod . 00:43:07 ---> b8fc379fc64b 00:43:07 Step 7/22 : RUN go mod download 00:43:07 ---> efabf6d167d3 00:43:07 Step 7/26 : RUN go mod download 00:43:08 ---> Running in 79c17c4ea354 00:43:08 ---> Running in edf2633e1bcc 00:43:10 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 00:43: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 00:43:14 Removing intermediate container 79c17c4ea354 00:43:14 ---> 881893054524 00:43:14 Step 8/26 : COPY . . 00:43:14 Removing intermediate container edf2633e1bcc 00:43:14 ---> 8ea67b566d8a 00:43:14 Step 8/22 : COPY . . 00:43:18 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 00:43:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:43:28 $ docker stop --time=1 8c12aee226eb153d192a8e1d9b2c9a12cd4c567d89a5feeb8bb4208da8ccfd6c 00:43:30 $ docker rm -f 8c12aee226eb153d192a8e1d9b2c9a12cd4c567d89a5feeb8bb4208da8ccfd6c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:32 00:43:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:33 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:33 29e5d40040c1: Pulling fs layer 00:43:33 1ce36da41761: Pulling fs layer 00:43:33 25b303627fd3: Pulling fs layer 00:43:33 29e5d40040c1: Verifying Checksum 00:43:33 29e5d40040c1: Download complete 00:43:34 1ce36da41761: Verifying Checksum 00:43:34 1ce36da41761: Download complete 00:43:34 29e5d40040c1: Pull complete 00:43:35 1ce36da41761: Pull complete 00:43:35 25b303627fd3: Verifying Checksum 00:43:35 25b303627fd3: Download complete 00:43:37 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 00:43:45 25b303627fd3: Pull complete 00:43:45 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:46 prd-ubuntu18.04-docker-arm64-4c-16g-22740 does not seem to be running inside a container 00:43:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:47 Removing intermediate container ad0495065174 00:43:47 ---> 6634a8a9e6b8 00:43:47 00:43:47 Step 10/22 : FROM alpine:3.12 00:43:47 ---> 389fef711851 00:43:47 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:43:47 ---> Using cache 00:43:47 ---> aafa4f12e7b1 00:43:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:43:47 ---> Using cache 00:43:47 ---> a0368cf42bc7 00:43:47 Step 13/22 : ENV APP_PORT=48085 00:43:47 ---> Running in 5da8c516571a 00:43:49 $ docker top 56c06b1bc5e23acd889a8d4a579f39bc04621da9bef57cd83957b4127b54e66e -eo pid,comm 00:43:49 Removing intermediate container 5da8c516571a 00:43:49 ---> 1b940e6d6644 00:43:49 Step 14/22 : EXPOSE $APP_PORT [Pipeline] { [Pipeline] sh 00:43:50 ---> Running in 87b3a3aa2fd1 00:43:50 + docker-compose build --help 00:43:50 + grep parallel 00:43:51 Removing intermediate container 87b3a3aa2fd1 00:43:51 ---> aee7d345699c 00:43:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:43:52 ---> 43345e10702d 00:43:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:43:53 --parallel Build images in parallel. [Pipeline] } 00:43:53 $ docker stop --time=1 56c06b1bc5e23acd889a8d4a579f39bc04621da9bef57cd83957b4127b54e66e 00:43:55 $ docker rm -f 56c06b1bc5e23acd889a8d4a579f39bc04621da9bef57cd83957b4127b54e66e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:56 . [Pipeline] withDockerContainer 00:43:57 prd-ubuntu18.04-docker-arm64-4c-16g-22740 does not seem to be running inside a container 00:43:57 $ 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/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:57 ---> c9cc7cb4ef40 00:43:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:43:58 $ docker top 0539459069aa194a3ab02080cd3d6ecac6db7fc5567624dd9bd74ae04803a12c -eo pid,comm 00:43:58 ---> 32985e6af3c9 00:43:58 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:43:58 Removing intermediate container 02f81f914399 00:43:58 ---> 56a188d7e1e0 00:43:58 00:43:58 Step 10/33 : FROM alpine:3.12 00:43:58 ---> 389fef711851 00:43:58 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [Pipeline] { [Pipeline] sh 00:43:59 ---> Running in f7ae2a31755b 00:43:59 ---> Running in ee8f3c6c847a 00:43:59 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:01 Removing intermediate container f7ae2a31755b 00:44:01 ---> a63b8671c043 00:44:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:01 ---> Running in 1bf6f897b5f8 00:44:02 Building docker-core-command-go ... 00:44:02 Building docker-core-data-go ... 00:44:02 Building docker-core-metadata-go ... 00:44:02 Building docker-security-bootstrapper-go ... 00:44:02 Building docker-security-proxy-setup-go ... 00:44:02 Building docker-security-secretstore-setup-go ... 00:44:02 Building docker-support-notifications-go ... 00:44:02 Building docker-support-scheduler-go ... 00:44:02 Building docker-sys-mgmt-agent-go ... 00:44:02 Building docker-sys-mgmt-agent-go 00:44:02 Building docker-core-data-go 00:44:02 Building docker-security-bootstrapper-go 00:44:02 Building docker-support-scheduler-go 00:44:02 Building docker-support-notifications-go 00:44:04 Removing intermediate container 1bf6f897b5f8 00:44:04 ---> 4460bcddbd7a 00:44:04 Step 20/22 : LABEL arch=x86_64 00:44:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:04 ---> Running in e49371d228cb 00:44:05 (1/3) Installing dumb-init (1.2.2-r1) 00:44:05 (2/3) Installing openssl (1.1.1i-r0) 00:44:05 (3/3) Installing su-exec (0.2-r1) 00:44:05 Executing busybox-1.31.1-r19.trigger 00:44:05 OK: 6 MiB in 17 packages 00:44:05 Removing intermediate container e49371d228cb 00:44:05 ---> d0cca1c001c1 00:44:05 Step 21/22 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb 00:44:06 ---> d0d80a3d5458 00:44:06 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:44:06 ---> Running in fe30df92a438 00:44:06 ---> 48451ca3085f 00:44:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:44:06 ---> Running in ddc0946ebb98 00:44:06 ---> Running in c860e6e8db6e 00:44:06 Removing intermediate container fe30df92a438 00:44:06 ---> 95a5a1636a2d 00:44:06 Step 22/22 : LABEL version=0.0.0 00:44:06 ---> Running in 4236f3bdf196 00:44:07 Removing intermediate container ee8f3c6c847a 00:44:07 ---> 57ecbee337e3 00:44:07 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:44:07 Removing intermediate container 4236f3bdf196 00:44:07 ---> 4fce111340ab 00:44:07 00:44:07 ---> Running in 27d74c659503 00:44:07 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 00:44:07 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 00:44:08 Successfully built 4fce111340ab 00:44:08 Successfully tagged docker-support-scheduler-go:latest 00:44:08  Building docker-support-scheduler-go ... done Removing intermediate container 27d74c659503 00:44:08 ---> 2328b5ee8bf8 00:44:08 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 00:44:08 ---> Running in 55668d49344f 00:44:08 Removing intermediate container 55668d49344f 00:44:08 ---> 6e8e7743aca6 00:44:08 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 00:44:08 ---> Running in f74d6a309ab2 00:44:10 Connecting to github.com (140.82.113.4:443) 00:44:10 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.22.51:443) 00:44:10 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 00:44:10 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 00:44:10 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 00:44:11 dockerize 00:44:13 Removing intermediate container f74d6a309ab2 00:44:13 ---> b8840eaee64b 00:44:13 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 00:44:13 ---> Running in b65dd1aab5cf 00:44:13 Removing intermediate container b65dd1aab5cf 00:44:13 ---> 5f43a715f38e 00:44:13 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:44:14 ---> Running in 17282e781dce 00:44:16 Removing intermediate container 17282e781dce 00:44:16 ---> 0e0471714fc7 00:44:16 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 00:44:16 ---> Running in 309e21e8e42e 00:44:17 Move dockerize executable 00:44:19 Removing intermediate container 309e21e8e42e 00:44:19 ---> 44ede1e007f8 00:44:19 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 00:44:20 ---> Running in e2a19bb941ab 00:44:21 Removing intermediate container e2a19bb941ab 00:44:21 ---> e0a3fbb7456b 00:44:21 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:44:23 ---> 9319ec5b6fc0 00:44:23 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:44:23 ---> Running in 76ec6735741a 00:44:26 Removing intermediate container 76ec6735741a 00:44:26 ---> 0d4f5ac26630 00:44:26 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 00:44:27 ---> 47457fbeaed5 00:44:27 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:44:29 ---> e78d97e9bb3f 00:44:29 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:44:30 ---> 4cf1520ca2cd 00:44:30 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:44:32 ---> 8eeb5c6b2e06 00:44:32 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:44:33 ---> 488fe87dc1a3 00:44:33 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 00:44:34 ---> Running in 4da95ff0629d 00:44:34 Removing intermediate container 4da95ff0629d 00:44:34 ---> d768f6f85085 00:44:34 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:44:35 ---> 5b6f74759187 00:44:35 Step 28/33 : RUN chmod +x /entrypoint.sh 00:44:36 ---> Running in 9091d9b23781 00:44:39 Removing intermediate container ddc0946ebb98 00:44:39 ---> 1238aeee0f78 00:44:39 00:44:39 Step 10/22 : FROM alpine:3.12 00:44:39 ---> 389fef711851 00:44:39 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:44:39 Removing intermediate container c860e6e8db6e 00:44:39 ---> 8e36019805e3 00:44:39 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:44:39 Removing intermediate container 9091d9b23781 00:44:39 ---> c12b21ef41c4 00:44:39 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 00:44:39 ---> Running in 15a3552a2865 00:44:39 ---> Running in afdc2d783a59 00:44:40 ---> Running in 285b1c260520 00:44:40 Removing intermediate container 285b1c260520 00:44:40 ---> a160e571ea12 00:44:40 Step 30/33 : CMD ["gate"] 00:44:40 ---> Running in fb002de30f6c 00:44:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:41 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 00:44:41 Removing intermediate container fb002de30f6c 00:44:41 ---> 35a60bfbd3e1 00:44:41 Step 31/33 : LABEL arch=x86_64 00:44:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:41 ---> Running in 97f6a7241786 00:44:41 (1/2) Installing ca-certificates (20191127-r4) 00:44:41 (2/2) Installing dumb-init (1.2.2-r1) 00:44:41 Executing busybox-1.31.1-r19.trigger 00:44:41 Executing ca-certificates-20191127-r4.trigger 00:44:42 Removing intermediate container 97f6a7241786 00:44:42 ---> f234c0b67254 00:44:42 Step 32/33 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb 00:44:42 OK: 6 MiB in 16 packages 00:44:42 ---> Running in a21ee479031e 00:44:42 Removing intermediate container a21ee479031e 00:44:42 ---> 77145d0c9583 00:44:42 Step 33/33 : LABEL version=0.0.0 00:44:42 ---> Running in cddbcb9dd8f9 00:44:43 Removing intermediate container 15a3552a2865 00:44:43 ---> e9a5467ba24d 00:44:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:44:43 Removing intermediate container cddbcb9dd8f9 00:44:43 ---> bfacf7317fd3 00:44:43 00:44:43 Removing intermediate container afdc2d783a59 00:44:43 ---> 768fac0eb00e 00:44:43 00:44:43 Step 11/26 : FROM docker:20.10.0 00:44:43 ---> Running in 3ee5a1de75fd 00:44:43 20.10.0: Pulling from library/docker 00:44:44 Successfully built bfacf7317fd3 00:44:44 Removing intermediate container 3ee5a1de75fd 00:44:44 ---> 623c01b0bc4b 00:44:44 Step 13/22 : ENV APP_PORT=48060 00:44:44 Successfully tagged docker-security-bootstrapper-go:latest 00:44:44  Building docker-security-bootstrapper-go ... done  ---> Running in be7684025c07 00:44:44 Removing intermediate container be7684025c07 00:44:44 ---> 14c5261a0a7a 00:44:44 Step 14/22 : EXPOSE $APP_PORT 00:44:44 ---> Running in f89be308c702 00:44:45 Removing intermediate container f89be308c702 00:44:45 ---> db01c0dca819 00:44:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:44:46 ---> 4c3467608d7e 00:44:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:44:47 ---> 6b1715548049 00:44:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:44:47 ---> 31def6441370 00:44:47 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:44:48 ---> Running in c03044bf4109 00:44:48 Removing intermediate container c03044bf4109 00:44:48 ---> f6d2435c7293 00:44:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:48 ---> Running in 5d166d750dae 00:44:48 Removing intermediate container 5d166d750dae 00:44:48 ---> 065837cce54d 00:44:48 Step 20/22 : LABEL arch=x86_64 00:44:49 ---> Running in c1db366e1a1f 00:44:49 Removing intermediate container c1db366e1a1f 00:44:49 ---> 0a69a25405fd 00:44:49 Step 21/22 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb 00:44:49 ---> Running in a12b5f2e1db7 00:44:50 Removing intermediate container a12b5f2e1db7 00:44:50 ---> 04faa4510ccd 00:44:50 Step 22/22 : LABEL version=0.0.0 00:44:50 ---> Running in 78ac6ce4643b 00:44:50 Removing intermediate container 78ac6ce4643b 00:44:50 ---> bffbf5100daf 00:44:50 00:44:50 Successfully built bffbf5100daf 00:44:50 Successfully tagged docker-support-notifications-go:latest 00:44:55  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:44:55 Status: Downloaded newer image for docker:20.10.0 00:44:55 ---> aefe523efa57 00:44:55 Step 12/26 : RUN apk add --no-cache bash 00:44:55 ---> Running in 73de8e57afa5 00:44:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:56 (1/2) Installing readline (8.0.4-r0) 00:44:56 (2/2) Installing bash (5.0.17-r0) 00:44:56 Executing bash-5.0.17-r0.post-install 00:44:56 Executing busybox-1.31.1-r19.trigger 00:44:56 OK: 12 MiB in 22 packages 00:44:57 Removing intermediate container 73de8e57afa5 00:44:57 ---> 7330ab6c019c 00:44:57 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:44:57 ---> Running in bdd6f5954291 00:44:58 Removing intermediate container bdd6f5954291 00:44:58 ---> 5ba77be2a3ea 00:44:58 Step 14/26 : ENV APP_PORT=48090 00:44:58 ---> Running in 736b5ac185d0 00:44:58 Removing intermediate container 736b5ac185d0 00:44:58 ---> 5b08daf51dd7 00:44:58 Step 15/26 : EXPOSE $APP_PORT 00:44:58 ---> Running in fed97bffbb84 00:44:59 Removing intermediate container fed97bffbb84 00:44:59 ---> 3d882093209e 00:44:59 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:45:00 ---> 4aa595d4ec6b 00:45:00 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:45:00 ---> bf709ab26e3c 00:45:00 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:45:01 ---> 69556b834285 00:45:01 Step 19/26 : RUN apk --no-cache add py3-pip 00:45:01 ---> Running in 834f10bbe499 00:45:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:02 (1/33) Installing libbz2 (1.0.8-r1) 00:45:03 (2/33) Installing expat (2.2.9-r1) 00:45:03 (3/33) Installing libffi (3.3-r2) 00:45:03 (4/33) Installing gdbm (1.13-r1) 00:45:03 (5/33) Installing xz-libs (5.2.5-r0) 00:45:03 (6/33) Installing sqlite-libs (3.32.1-r0) 00:45:03 (7/33) Installing python3 (3.8.5-r0) 00:45:04 (8/33) Installing py3-appdirs (1.4.4-r1) 00:45:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:45:04 (10/33) Installing py3-parsing (2.4.7-r0) 00:45:04 (11/33) Installing py3-six (1.15.0-r0) 00:45:04 (12/33) Installing py3-packaging (20.4-r0) 00:45:04 (13/33) Installing py3-setuptools (47.0.0-r0) 00:45:04 (14/33) Installing py3-chardet (3.0.4-r4) 00:45:04 (15/33) Installing py3-idna (2.9-r0) 00:45:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:45:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:45:05 (18/33) Installing py3-requests (2.23.0-r0) 00:45:05 (19/33) Installing py3-msgpack (1.0.0-r0) 00:45:05 (20/33) Installing py3-lockfile (0.12.2-r3) 00:45:05 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:45:05 (22/33) Installing py3-colorama (0.4.3-r0) 00:45:05 (23/33) Installing py3-distlib (0.3.0-r0) 00:45:05 (24/33) Installing py3-distro (1.5.0-r1) 00:45:05 (25/33) Installing py3-webencodings (0.5.1-r3) 00:45:05 (26/33) Installing py3-html5lib (1.0.1-r4) 00:45:05 (27/33) Installing py3-pytoml (0.1.21-r0) 00:45:05 (28/33) Installing py3-pep517 (0.8.2-r0) 00:45:05 (29/33) Installing py3-progress (1.5-r0) 00:45:05 (30/33) Installing py3-toml (0.10.1-r0) 00:45:05 (31/33) Installing py3-retrying (1.3.3-r0) 00:45:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:45:05 (33/33) Installing py3-pip (20.1.1-r0) 00:45:05 Executing busybox-1.31.1-r19.trigger 00:45:05 OK: 71 MiB in 55 packages 00:45:16 Removing intermediate container 834f10bbe499 00:45:16 ---> 053d5906b9c4 00:45:16 Step 20/26 : RUN pip install docker-compose==1.23.2 00:45:16 ---> Running in d8fa8a24c917 00:45:17 Collecting docker-compose==1.23.2 00:45:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:45:17 Collecting dockerpty<0.5,>=0.4.1 00:45:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:45:18 Collecting jsonschema<3,>=2.5.1 00:45:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:45:18 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:45:18 Collecting cached-property<2,>=1.2.0 00:45:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:45:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:45:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:45:19 Collecting docker<4.0,>=3.6.0 00:45:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:45:20 Collecting PyYAML<4,>=3.10 00:45:20 Downloading PyYAML-3.13.tar.gz (270 kB) 00:45:21 Collecting websocket-client<1.0,>=0.32.0 00:45:21 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:45:21 Collecting docopt<0.7,>=0.6.1 00:45:21 Downloading docopt-0.6.2.tar.gz (25 kB) 00:45:22 Collecting texttable<0.10,>=0.9.0 00:45:22 Downloading texttable-0.9.1.tar.gz (11 kB) 00:45:23 Collecting urllib3<1.25,>=1.21.1 00:45:23 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:45:23 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) 00:45:23 Collecting idna<2.8,>=2.5 00:45:23 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:45:23 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) 00:45:23 Collecting docker-pycreds>=0.4.0 00:45:23 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:45:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:45:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:45:23 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:45:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:45:23 Installing collected packages: dockerpty, jsonschema, cached-property, urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, docopt, texttable, docker-compose 00:45:23 Running setup.py install for dockerpty: started 00:45:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:45:24 ---> d2a714a08c78 00:45:24 Step 3/23 : WORKDIR /edgex-go 00:45:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:24 ---> d2a714a08c78 00:45:24 Step 3/22 : WORKDIR /edgex-go 00:45:24 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:24 Step 2/33 : FROM ${BUILDER_BASE} AS builder 00:45:24 ---> d2a714a08c78 00:45:24 Step 3/33 : WORKDIR /edgex-go 00:45:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:24 ---> d2a714a08c78 00:45:24 Step 3/22 : WORKDIR /edgex-go 00:45:24 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:45:24 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:45:24 ---> d2a714a08c78 00:45:24 Step 3/26 : WORKDIR /edgex-go 00:45:24 ---> Running in 3a2561aa644d 00:45:24 ---> Running in e26a03919236 00:45:24 ---> Running in dc668b52d93f 00:45:24 ---> Running in 626c51714b09 00:45:24 ---> Running in 1adae9e0a09a 00:45:24 Removing intermediate container 1adae9e0a09a 00:45:24 ---> 897c47c30262 00:45:24 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:24 Removing intermediate container 3a2561aa644d 00:45:24 ---> 66167e5a1194 00:45:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:24 Removing intermediate container 626c51714b09 00:45:24 ---> 8aaa0288bbef 00:45:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:24 Removing intermediate container e26a03919236 00:45:24 ---> 1e8ac121fa09 00:45:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:24 Removing intermediate container dc668b52d93f 00:45:24 ---> d375bc4230b2 00:45:24 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:24 ---> Running in 88eaa70d9673 00:45:24 ---> Running in f9ff5e54f7e9 00:45:24 ---> Running in 9f402dccd6ab 00:45:24 ---> Running in 724be98e6a4d 00:45:24 ---> Running in 1c0aa9af58a6 00:45:24 Removing intermediate container 88eaa70d9673 00:45:24 ---> 7247d9d53aed 00:45:24 Step 5/33 : RUN apk add --update --no-cache make git 00:45:24 ---> Running in c755d073089c 00:45:24 Removing intermediate container 9f402dccd6ab 00:45:24 ---> 485e28e9090c 00:45:24 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:45:24 Removing intermediate container f9ff5e54f7e9 00:45:24 ---> f8c91e292577 00:45:24 Step 5/22 : RUN apk add --update --no-cache make git 00:45:24 ---> Running in 3ddd85c2efcd 00:45:24 ---> Running in 5db9a4635f8a 00:45:24 Removing intermediate container 724be98e6a4d 00:45:24 ---> c102ab5defa0 00:45:24 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:45:24 Removing intermediate container 1c0aa9af58a6 00:45:24 ---> d9b345171099 00:45:24 Step 5/26 : RUN apk add --update --no-cache make bash git 00:45:24 ---> Running in a34027793540 00:45:24 ---> Running in 96bda1867797 00:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:24 Running setup.py install for dockerpty: finished with status 'done' 00:45:24 Attempting uninstall: urllib3 00:45:24 Found existing installation: urllib3 1.25.9 00:45:24 Uninstalling urllib3-1.25.9: 00:45:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:25 Successfully uninstalled urllib3-1.25.9 00:45:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:25 Attempting uninstall: idna 00:45:25 Found existing installation: idna 2.9 00:45:25 Uninstalling idna-2.9: 00:45:25 Successfully uninstalled idna-2.9 00:45:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:25 Attempting uninstall: requests 00:45:25 Found existing installation: requests 2.23.0 00:45:25 Uninstalling requests-2.23.0: 00:45:25 Successfully uninstalled requests-2.23.0 00:45:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:26 Running setup.py install for PyYAML: started 00:45:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:26 OK: 217 MiB in 51 packages 00:45:27 OK: 217 MiB in 51 packages 00:45:27 Running setup.py install for PyYAML: finished with status 'done' 00:45:27 Running setup.py install for docopt: started 00:45:27 OK: 217 MiB in 51 packages 00:45:27 OK: 217 MiB in 51 packages 00:45:28 OK: 217 MiB in 51 packages 00:45:28 Removing intermediate container c755d073089c 00:45:28 ---> 057c7d203285 00:45:28 Step 6/33 : COPY go.mod . 00:45:28 Running setup.py install for docopt: finished with status 'done' 00:45:28 Running setup.py install for texttable: started 00:45:28 Running setup.py install for texttable: finished with status 'done' 00:45:29 Removing intermediate container 3ddd85c2efcd 00:45:29 ---> faa4e181db82 00:45:29 Step 6/22 : COPY go.mod . 00:45:29 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 00:45:29 Removing intermediate container a34027793540 00:45:29 ---> 9bdb21cc7145 00:45:29 Step 6/23 : COPY go.mod . 00:45:29 ---> f3d790c42328 00:45:29 Step 7/33 : RUN go mod download 00:45:29 Removing intermediate container 96bda1867797 00:45:29 ---> 4bcb69800a22 00:45:29 Step 6/26 : COPY go.mod . 00:45:29 ---> Running in 91b58bf5d622 00:45:29 Removing intermediate container 5db9a4635f8a 00:45:29 ---> eee489e9e784 00:45:29 Step 6/22 : COPY go.mod . 00:45:30 ---> f1f2670ecc4d 00:45:30 Step 7/22 : RUN go mod download 00:45:30 ---> Running in 23dfde822c8f 00:45:30 ---> bace206becfe 00:45:30 Step 7/23 : RUN go mod download 00:45:30 ---> Running in e5e91ecf3bcd 00:45:31 ---> 8125533b09f1 00:45:31 Step 7/26 : RUN go mod download 00:45:31 ---> 5d132ca1b7b5 00:45:31 Step 7/22 : RUN go mod download 00:45:31 ---> Running in f5ff7bd54095 00:45:31 ---> Running in a24ce49cd02f 00:45:33 Removing intermediate container d8fa8a24c917 00:45:33 ---> d0455b98e852 00:45:33 Step 21/26 : RUN apk --no-cache add curl 00:45:33 ---> Running in d7d9bd6dc5c8 00:45:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:45:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:45:34 Removing intermediate container 91b58bf5d622 00:45:34 ---> 3655dab3d9df 00:45:34 Step 8/33 : COPY . . 00:45:34 Removing intermediate container 23dfde822c8f 00:45:34 ---> 24d7df56bb65 00:45:34 Step 8/22 : COPY . . 00:45:35 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:45:35 (2/3) Installing libcurl (7.69.1-r3) 00:45:35 (3/3) Installing curl (7.69.1-r3) 00:45:35 Executing busybox-1.31.1-r19.trigger 00:45:35 OK: 72 MiB in 58 packages 00:45:35 Removing intermediate container e5e91ecf3bcd 00:45:35 ---> 92e8caba65ad 00:45:35 Step 8/23 : COPY . . 00:45:36 Removing intermediate container d7d9bd6dc5c8 00:45:36 ---> e5f01c888b58 00:45:36 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:45:36 ---> Running in 6b9dba6d072c 00:45:36 Removing intermediate container 6b9dba6d072c 00:45:36 ---> 6a033aef5a09 00:45:36 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:45:36 Removing intermediate container f5ff7bd54095 00:45:36 ---> 1403c08f5a36 00:45:36 Step 8/26 : COPY . . 00:45:36 ---> Running in 622cb58ed81d 00:45:36 Removing intermediate container a24ce49cd02f 00:45:36 ---> 337c8ef1806b 00:45:36 Step 8/22 : COPY . . 00:45:37 Removing intermediate container 622cb58ed81d 00:45:37 ---> 79b36e06b9f3 00:45:37 Step 24/26 : LABEL arch=x86_64 00:45:37 ---> Running in 7205d119f984 00:45:38 Removing intermediate container 7205d119f984 00:45:38 ---> 06e0dfc68df5 00:45:38 Step 25/26 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb 00:45:38 ---> Running in d834bd638654 00:45:38 Removing intermediate container d834bd638654 00:45:38 ---> 112758a81028 00:45:38 Step 26/26 : LABEL version=0.0.0 00:45:38 ---> Running in b6e7cd88c6a6 00:45:38 Removing intermediate container b6e7cd88c6a6 00:45:38 ---> a5e68b0b4436 00:45:38 00:45:39 Successfully built a5e68b0b4436 00:45:39 Successfully tagged docker-sys-mgmt-agent-go:latest 00:45:39  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:45:39 $ docker stop --time=1 d52853279b160ae2225888370d2851247e700910de4045aab70f360ada97eea6 00:45:41 $ docker rm -f d52853279b160ae2225888370d2851247e700910de4045aab70f360ada97eea6 [Pipeline] // withDockerContainer [Pipeline] sh 00:45:42 + grep docker 00:45:42 + docker images 00:45:43 docker-sys-mgmt-agent-go latest a5e68b0b4436 4 seconds ago 313MB 00:45:43 docker-support-notifications-go latest bffbf5100daf 52 seconds ago 16.9MB 00:45:43 docker-security-bootstrapper-go latest bfacf7317fd3 59 seconds ago 41.5MB 00:45:43 docker-support-scheduler-go latest 4fce111340ab About a minute ago 16.4MB 00:45:43 docker-core-data-go latest 3df7ab2ab75a 3 minutes ago 22.3MB 00:45:43 docker-security-secretstore-setup-go latest 75c101010f1c 3 minutes ago 24.6MB 00:45:43 docker-core-metadata-go latest 73ca435497b9 3 minutes ago 18.8MB 00:45:43 docker-security-proxy-setup-go latest 60d8ce56240f 3 minutes ago 24.4MB 00:45:43 docker-core-command-go latest 52c845add916 3 minutes ago 16.3MB 00:45:43 docker 20.10.0 aefe523efa57 6 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 00:45:58 Still waiting to schedule task 00:45:58 ‘prd-ubuntu18.04-docker-8c-8g-22742’ is offline 00:46:03 ---> 5e24ba7cfdd2 00:46:03 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:46:03 ---> 91bdf03d7e03 00:46:03 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:46:03 ---> 1170ba376332 00:46:03 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:46:03 ---> b9372d77694a 00:46:03 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:03 ---> 322b38cb530a 00:46:03 Step 9/23 : RUN make cmd/core-data/core-data 00:46:03 ---> Running in c64653e2499c 00:46:03 ---> Running in d2782f4d0e4e 00:46:03 ---> Running in c1cc5bb31a11 00:46:03 ---> Running in 0a286737836a 00:46:03 ---> Running in 13feb21bbfa6 00:46:03 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 00:46:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:46:03 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 00:46:03 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 00:46:03 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 00:46:55 Running on prd-ubuntu18.04-docker-8c-8g-22752 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:46:55 Running in /w/workspace/edgex-go/48 [Pipeline] { [Pipeline] checkout 00:46:57 using credential edgex-jenkins-ssh 00:46:57 Cloning the remote Git repository 00:46:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:46:57 > git init /w/workspace/edgex-go/48 # timeout=10 00:46:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:46:57 > git --version # timeout=10 00:46:57 > git --version # 'git version 2.17.1' 00:46:57 using GIT_SSH to set credentials SSH Credentials for GitHub 00:46:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:47:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:47:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:47:04 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:47:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:47:04 using GIT_SSH to set credentials SSH Credentials for GitHub 00:47:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:47:05 Merging remotes/origin/master commit eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:47:05 Merge succeeded, producing 659d4ff7374f32d260066180b4831b7cf495c154 00:47:05 Checking out Revision 659d4ff7374f32d260066180b4831b7cf495c154 (PR-2858) 00:47:05 > git config core.sparsecheckout # timeout=10 00:47:05 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:47:05 > git remote # timeout=10 00:47:05 > git config --get remote.origin.url # timeout=10 00:47:05 using GIT_SSH to set credentials SSH Credentials for GitHub 00:47:05 > git merge eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 00:47:05 > git rev-parse HEAD^{commit} # timeout=10 00:47:05 > git config core.sparsecheckout # timeout=10 00:47:05 > git checkout -f 659d4ff7374f32d260066180b4831b7cf495c154 # timeout=10 00:47:09 Commit message: "Merge commit 'eb962563c78e340597fe6b0a01e022bbdd66f5a5' into HEAD" 00:47:09 First time build. Skipping changelog. 00:47:09 > git rev-list --no-walk e579a6ce3575348819c2d66e310e7dd0b1a6f982 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:47:10 + echo snap-build.sh 00:47:10 snap-build.sh 00:47:10 + SNAP_BASE_DIR=. 00:47:10 + '[' '!' -z /w/workspace/edgex-go/48 ']' 00:47:10 + SNAP_BASE_DIR=/w/workspace/edgex-go/48 00:47:10 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/48]' 00:47:10 [snap-build] Building snap in dir [/w/workspace/edgex-go/48] 00:47:10 + cd /w/workspace/edgex-go/48 00:47:10 + sudo apt-get remove -qy --purge lxd lxd-client 00:47:10 Reading package lists... 00:47:10 Building dependency tree... 00:47:10 Reading state information... 00:47:10 The following packages were automatically installed and are no longer required: 00:47:10 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:47:10 uidmap xdelta3 00:47:10 Use 'sudo apt autoremove' to remove them. 00:47:10 The following packages will be REMOVED: 00:47:10 lxd* lxd-client* 00:47:11 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:47:11 After this operation, 31.7 MB disk space will be freed. 00:47:12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:47:12 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:47:13 Removing lxd dnsmasq configuration 00:47:13 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:47:13 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:47:14 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:47:14 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:47:14 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:47:15 Processing triggers for systemd (237-3ubuntu10.42) ... 00:47:15 Processing triggers for ureadahead (0.100.0-21) ... 00:47:17 + sudo snap remove --purge lxd 00:47:17 snap "lxd" is not installed 00:47:17 + sudo groupadd --force --system lxd 00:47:17 ++ whoami 00:47:17 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:47:17 + newgrp - lxd 00:47:17 + sudo snap install lxd 00:47:27 2021-01-26T00:47:24Z INFO Waiting for automatic snapd restart... 00:47:39 lxd 4.10 from Canonical* installed 00:47:39 + sudo lxd init --auto 00:47:40 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 00:47:45 Removing intermediate container 0a286737836a 00:47:45 ---> 78d6f80ef1ed 00:47:45 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:47:45 ---> Running in 7f9760233664 00:47:45 Removing intermediate container d2782f4d0e4e 00:47:45 ---> 588b7d3317f5 00:47:45 00:47:45 Step 10/22 : FROM alpine:3.12 00:47:45 Removing intermediate container c1cc5bb31a11 00:47:45 ---> cfdb055c83bf 00:47:45 00:47:45 Step 10/22 : FROM alpine:3.12 00:47:46 3.12: Pulling from library/alpine 00:47:46 3.12: Pulling from library/alpine 00:47:47 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 00:47:48 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:48 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:48 Status: Downloaded newer image for alpine:3.12 00:47:48 ---> afeebe901d6b 00:47:48 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:47:48 Status: Image is up to date for alpine:3.12 00:47:48 ---> afeebe901d6b 00:47:48 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:47:49 ---> Running in b50c5b385bf2 00:47:49 ---> Running in c78edec2d5a0 00:47:49 + sudo snap install --classic snapcraft 00:47:51 Removing intermediate container c64653e2499c 00:47:51 ---> d8733415c5d3 00:47:51 00:47:51 Step 10/33 : FROM alpine:3.12 00:47:51 ---> afeebe901d6b 00:47:51 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:47:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:51 ---> Running in d719cf68b761 00:47:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:52 (1/1) Installing dumb-init (1.2.2-r1) 00:47:52 Executing busybox-1.31.1-r19.trigger 00:47:52 OK: 5 MiB in 15 packages 00:47:52 (1/2) Installing ca-certificates (20191127-r4) 00:47:52 (2/2) Installing dumb-init (1.2.2-r1) 00:47:52 Executing busybox-1.31.1-r19.trigger 00:47:52 Executing ca-certificates-20191127-r4.trigger 00:47:52 OK: 6 MiB in 16 packages 00:47:52 snapcraft 4.4.4 from Canonical* installed 00:47:52 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:47:52 + patch --verbose -p1 00:47:52 Hmm... Looks like a unified diff to me... 00:47:52 The text leading up to this was: 00:47:52 -------------------------- 00:47:52 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:47:52 |From: Tony Espy 00:47:52 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:47:52 |Subject: [PATCH] optimize snap build for pipeline CI check 00:47:52 | 00:47:52 |This patch is used by the EdgeX CI pipeline builds to 00:47:52 |optimize the snap CI check run for pull requests. When 00:47:52 |applied, it essentially strips out everything (apps and 00:47:52 |parts) from the snapcraft.yaml file except those required 00:47:52 |to build edgex-go, as the whole idea of the CI check is to 00:47:52 |catch changes to edgex-go that break the snap build. 00:47:52 | 00:47:52 |In general, anyone updating snapcraft.yaml will also need 00:47:52 |to update this patch file, otherwise it may fail to apply, 00:47:52 |resulting in a failed snap build CI check in the associated 00:47:52 |pull request. 00:47:52 | 00:47:52 |Note - in addition to applying this patch, the pipeline also 00:47:52 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:47:52 |need to build the finally binary .snap file (and it won't 00:47:52 |work with the patch applied). This further reduces the build 00:47:52 |time. 00:47:52 |--- 00:47:52 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:47:52 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:47:52 | 00:47:52 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:47:52 |index 1e537489..faf42425 100644 00:47:52 |--- a/snap/snapcraft.yaml 00:47:52 |+++ b/snap/snapcraft.yaml 00:47:52 -------------------------- 00:47:52 patching file snap/snapcraft.yaml 00:47:52 Using Plan A... 00:47:52 Hunk #1 succeeded at 73. 00:47:52 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:47:52 Hunk #3 succeeded at 214 (offset -1 lines). 00:47:52 Hunk #4 FAILED at 223. 00:47:52 Hunk #5 succeeded at 300. 00:47:52 Hunk #6 succeeded at 327. 00:47:52 Hunk #7 succeeded at 361. 00:47:52 Hunk #8 FAILED at 412. 00:47:52 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:47:52 Hmm... Ignoring the trailing garbage. 00:47:52 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:47:52 Removing intermediate container 7f9760233664 00:47:52 ---> 1f4cd03d036d 00:47:52 00:47:52 Step 11/26 : FROM docker:20.10.0 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:47:53 20.10.0: Pulling from library/docker 00:47:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:47:53 Failed in branch amd64 00:47:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:54 (1/3) Installing dumb-init (1.2.2-r1) 00:47:54 (2/3) Installing openssl (1.1.1i-r0) 00:47:54 (3/3) Installing su-exec (0.2-r1) 00:47:54 Executing busybox-1.31.1-r19.trigger 00:47:54 OK: 6 MiB in 17 packages 00:47:54 Removing intermediate container c78edec2d5a0 00:47:54 ---> 7c65829be5f3 00:47:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:55 ---> Running in 4f3524b855b8 00:47:56 Removing intermediate container b50c5b385bf2 00:47:56 ---> 553109a5534c 00:47:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:47:56 Removing intermediate container 4f3524b855b8 00:47:56 ---> f7337b2543ea 00:47:56 Step 13/22 : ENV APP_PORT=48085 00:47:56 ---> Running in ce40f7679ff1 00:47:56 Removing intermediate container d719cf68b761 00:47:56 ---> 8a0835382dc9 00:47:56 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:47:57 ---> Running in da9d03672ff1 00:47:57 ---> Running in 0fd8ddfa52a5 00:47:57 Removing intermediate container ce40f7679ff1 00:47:57 ---> 855f7c50ddcd 00:47:57 Step 13/22 : ENV APP_PORT=48060 00:47:57 Removing intermediate container da9d03672ff1 00:47:57 ---> a53cf0f55665 00:47:57 Step 14/22 : EXPOSE $APP_PORT 00:47:57 ---> Running in bd9176fecbcf 00:47:58 Removing intermediate container 0fd8ddfa52a5 00:47:58 ---> de91d45c3519 00:47:58 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 00:47:58 ---> Running in 7111bde569ad 00:47:58 ---> Running in cbe661995907 00:47:59 Removing intermediate container bd9176fecbcf 00:47:59 ---> 12abf9e51c05 00:47:59 Step 14/22 : EXPOSE $APP_PORT 00:47:59 ---> Running in f632cbc9b48c 00:47:59 Removing intermediate container 7111bde569ad 00:47:59 ---> c364aa2a0dc8 00:47:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:59 Removing intermediate container cbe661995907 00:47:59 ---> 0ec391bd39a7 00:47:59 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 00:48:00 ---> Running in 6bdb52ad6813 00:48:00 Removing intermediate container f632cbc9b48c 00:48:00 ---> 5b92ef58dc6e 00:48:00 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:01 ---> 446a4b6e0fda 00:48:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:02 Connecting to github.com (140.82.114.4:443) 00:48:02 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (3.5.3.179:443) 00:48:02 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 00:48:02 dockerize-alpine-lin 2% | | 86548 0:00:33 ETA 00:48:02 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 00:48:02 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 00:48:02 dockerize 00:48:02 ---> 69bbe3675373 00:48:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:05 ---> 2687615cbe96 00:48:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:05 ---> 3002637b17e3 00:48:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:48:05 Removing intermediate container 6bdb52ad6813 00:48:05 ---> 46b446882e4c 00:48:05 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 00:48:07 ---> Running in 63c3f20fb8b2 00:48:07 ---> 436f81271a0c 00:48:07 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:48:08 ---> f4e444a960c2 00:48:08 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:48:08 ---> Running in bd356eb0e900 00:48:08 ---> Running in 1fbe61c0d517 00:48:08 Removing intermediate container 63c3f20fb8b2 00:48:08 ---> 93483247a0a2 00:48:08 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:48:08 Removing intermediate container 13feb21bbfa6 00:48:08 ---> c636bd989141 00:48:08 00:48:08 Step 10/23 : FROM alpine:3.12 00:48:08 ---> afeebe901d6b 00:48:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:08 ---> Running in cd51109b9d72 00:48:09 ---> Running in 51728d1a86a7 00:48:09 Removing intermediate container bd356eb0e900 00:48:09 ---> 64d2d7a6ddfe 00:48:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:09 Removing intermediate container 1fbe61c0d517 00:48:09 ---> e398db4af5f1 00:48:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:09 ---> Running in 0573199a914d 00:48:09 Removing intermediate container cd51109b9d72 00:48:09 ---> 246ab6086480 00:48:09 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 00:48:09 ---> Running in e1232b336aa5 00:48:09 ---> Running in 2e1038f4de0e 00:48:10 Removing intermediate container 51728d1a86a7 00:48:10 ---> 39ec29fb09e6 00:48:10 Step 12/23 : ENV APP_PORT=48080 00:48:10 Removing intermediate container 0573199a914d 00:48:10 ---> 81e5d14bfa6b 00:48:10 Step 20/22 : LABEL arch=arm64 00:48:10 ---> Running in bb805021191a 00:48:10 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:48:10 Removing intermediate container e1232b336aa5 00:48:10 ---> 51d452c365aa 00:48:10 Step 20/22 : LABEL arch=arm64 00:48:10 Status: Downloaded newer image for docker:20.10.0 00:48:10 ---> eeaf43b92773 00:48:10 Step 12/26 : RUN apk add --no-cache bash 00:48:10 ---> Running in 0c2a670da837 00:48:10 ---> Running in 310cd88d3639 00:48:10 ---> Running in f7f84ee6eb21 00:48:11 Removing intermediate container bb805021191a 00:48:11 ---> 93b6bb22ec3a 00:48:11 Step 13/23 : EXPOSE $APP_PORT 00:48:11 Removing intermediate container 0c2a670da837 00:48:11 ---> 1c29119ef893 00:48:11 Step 21/22 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb 00:48:11 ---> Running in a82526b09c6f 00:48:11 ---> Running in 0e3275ab830f 00:48:11 Removing intermediate container f7f84ee6eb21 00:48:11 ---> e89888fb0d36 00:48:11 Step 21/22 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb 00:48:11 Move dockerize executable 00:48:12 ---> Running in 111a5187ab19 00:48:12 Removing intermediate container a82526b09c6f 00:48:12 ---> c740762f6861 00:48:12 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:12 Removing intermediate container 0e3275ab830f 00:48:12 ---> 82f74e01bee6 00:48:12 Step 22/22 : LABEL version=0.0.0 00:48:12 ---> Running in e4f2cf6f8571 00:48:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:12 ---> Running in 7c1a5059c18d 00:48:12 Removing intermediate container 111a5187ab19 00:48:12 ---> 3e5b18fa72eb 00:48:12 Step 22/22 : LABEL version=0.0.0 00:48:13 (1/2) Installing readline (8.0.4-r0) 00:48:13 (2/2) Installing bash (5.0.17-r0) 00:48:13 ---> Running in 57559d18e653 00:48:13 Executing bash-5.0.17-r0.post-install 00:48:13 Executing busybox-1.31.1-r19.trigger 00:48:13 OK: 12 MiB in 22 packages 00:48:13 Removing intermediate container 7c1a5059c18d 00:48:13 ---> ca13b9a61fdf 00:48:13 00:48:13 Removing intermediate container 2e1038f4de0e 00:48:13 ---> a918606acb5b 00:48:13 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 00:48:14 Removing intermediate container 57559d18e653 00:48:14 ---> 924b2295ea9f 00:48:14 00:48:14 ---> Running in ffc585e6cde5 00:48:14 Successfully built ca13b9a61fdf 00:48:14 Successfully tagged docker-support-scheduler-go-arm64:latest 00:48:14 Building docker-security-secretstore-setup-go 00:48:14  Building docker-support-scheduler-go ... done Successfully built 924b2295ea9f 00:48:14 Successfully tagged docker-support-notifications-go-arm64:latest 00:48:14 Building docker-security-proxy-setup-go 00:48:14  Building docker-support-notifications-go ... done Removing intermediate container ffc585e6cde5 00:48:14 ---> cd582e0dba4c 00:48:15 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:48:15 Removing intermediate container 310cd88d3639 00:48:15 ---> cdd8abe4786c 00:48:15 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:15 ---> Running in 35a8d4cfda47 00:48:15 ---> 10eb04915b8f 00:48:15 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:48:15 Removing intermediate container e4f2cf6f8571 00:48:15 ---> e77aad719af5 00:48:15 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:48:15 ---> Running in 831ee42b112c 00:48:16 ---> Running in 74a4f32ce624 00:48:16 Removing intermediate container 35a8d4cfda47 00:48:16 ---> 3df6c331f9de 00:48:16 Step 14/26 : ENV APP_PORT=48090 00:48:16 ---> Running in 6278f733ea2c 00:48:17 Removing intermediate container 6278f733ea2c 00:48:17 ---> 0459d7c28612 00:48:17 Step 15/26 : EXPOSE $APP_PORT 00:48:17 ---> Running in 148eecffaf49 00:48:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:19 Removing intermediate container 148eecffaf49 00:48:19 ---> c07771dc1e82 00:48:19 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:48:19 (1/6) Installing dumb-init (1.2.2-r1) 00:48:19 (2/6) Installing libgcc (9.3.0-r2) 00:48:19 (3/6) Installing libsodium (1.0.18-r0) 00:48:20 (4/6) Installing libstdc++ (9.3.0-r2) 00:48:20 (5/6) Installing libzmq (4.3.3-r0) 00:48:20 (6/6) Installing zeromq (4.3.3-r0) 00:48:20 Executing busybox-1.31.1-r19.trigger 00:48:20 OK: 8 MiB in 20 packages 00:48:21 Removing intermediate container 831ee42b112c 00:48:21 ---> 3ab44845d52d 00:48:21 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:21 ---> 8d68ff8502bc 00:48:21 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:48:22 ---> 2570f58b23e1 00:48:22 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:48:23 Removing intermediate container 74a4f32ce624 00:48:23 ---> 22e207e19887 00:48:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:23 ---> 0ef8c1964540 00:48:23 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:48:24 ---> 77ceccdbdb95 00:48:24 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:48:24 ---> f42e1e9145b9 00:48:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:48:24 ---> 2dab15c69712 00:48:24 Step 19/26 : RUN apk --no-cache add py3-pip 00:48:25 ---> Running in 15e76f4de338 00:48:25 ---> 4ba108acb6d8 00:48:25 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:48:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:26 ---> 7357870db6d3 00:48:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:48:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:26 ---> 7bb3aeccde13 00:48:26 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:48:27 (1/33) Installing libbz2 (1.0.8-r1) 00:48:27 (2/33) Installing expat (2.2.9-r1) 00:48:27 (3/33) Installing libffi (3.3-r2) 00:48:27 (4/33) Installing gdbm (1.13-r1) 00:48:27 (5/33) Installing xz-libs (5.2.5-r0) 00:48:27 (6/33) Installing sqlite-libs (3.32.1-r0) 00:48:27 (7/33) Installing python3 (3.8.5-r0) 00:48:27 ---> 1b3cc174a6e1 00:48:27 Step 19/23 : ENTRYPOINT ["/core-data"] 00:48:27 ---> Running in 1c565f1c3917 00:48:27 ---> 3d8d17cd6c86 00:48:27 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 00:48:28 Removing intermediate container 1c565f1c3917 00:48:28 ---> 942f2b8e30c5 00:48:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:28 ---> Running in bc46fc18d295 00:48:29 ---> Running in 9aca2277f780 00:48:29 (8/33) Installing py3-appdirs (1.4.4-r1) 00:48:29 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:48:29 (10/33) Installing py3-parsing (2.4.7-r0) 00:48:29 (11/33) Installing py3-six (1.15.0-r0) 00:48:29 (12/33) Installing py3-packaging (20.4-r0) 00:48:29 Removing intermediate container bc46fc18d295 00:48:29 ---> 9e9df488fe32 00:48:29 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:48:29 (13/33) Installing py3-setuptools (47.0.0-r0) 00:48:29 (14/33) Installing py3-chardet (3.0.4-r4) 00:48:29 (15/33) Installing py3-idna (2.9-r0) 00:48:29 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:48:29 Removing intermediate container 9aca2277f780 00:48:29 ---> 427776da0b78 00:48:29 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:48:29 Step 21/23 : LABEL arch=arm64 00:48:29 (18/33) Installing py3-requests (2.23.0-r0) 00:48:29 (19/33) Installing py3-msgpack (1.0.0-r0) 00:48:29 (20/33) Installing py3-lockfile (0.12.2-r3) 00:48:29 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:48:29 (22/33) Installing py3-colorama (0.4.3-r0) 00:48:29 (23/33) Installing py3-distlib (0.3.0-r0) 00:48:30 (24/33) Installing py3-distro (1.5.0-r1) 00:48:30 (25/33) Installing py3-webencodings (0.5.1-r3) 00:48:30 (26/33) Installing py3-html5lib (1.0.1-r4) 00:48:30 ---> Running in 13214fa7b1a3 00:48:30 (27/33) Installing py3-pytoml (0.1.21-r0) 00:48:30 (28/33) Installing py3-pep517 (0.8.2-r0) 00:48:30 (29/33) Installing py3-progress (1.5-r0) 00:48:30 (30/33) Installing py3-toml (0.10.1-r0) 00:48:30 (31/33) Installing py3-retrying (1.3.3-r0) 00:48:30 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:48:30 (33/33) Installing py3-pip (20.1.1-r0) 00:48:30 Executing busybox-1.31.1-r19.trigger 00:48:30 ---> bcd2cbf97f44 00:48:30 Step 28/33 : RUN chmod +x /entrypoint.sh 00:48:30 OK: 71 MiB in 55 packages 00:48:31 Removing intermediate container 13214fa7b1a3 00:48:31 ---> 857f12ee74c9 00:48:31 Step 22/23 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb 00:48:31 ---> Running in 6564034f74eb 00:48:31 ---> Running in 930c533e87de 00:48:32 Removing intermediate container 930c533e87de 00:48:32 ---> 07b8c0c41627 00:48:32 Step 23/23 : LABEL version=0.0.0 00:48:32 ---> Running in ce4353b2b82b 00:48:33 Removing intermediate container ce4353b2b82b 00:48:33 ---> 9b50f10c6171 00:48:33 00:48:34 Successfully built 9b50f10c6171 00:48:34 Successfully tagged docker-core-data-go-arm64:latest 00:48:34  Building docker-core-data-go ... done Building docker-core-command-go 00:48:35 Removing intermediate container 6564034f74eb 00:48:35 ---> 521c1ab9051a 00:48:35 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 00:48:36 ---> Running in 6206e788d562 00:48:37 Removing intermediate container 6206e788d562 00:48:37 ---> d6eef38f222a 00:48:37 Step 30/33 : CMD ["gate"] 00:48:39 ---> Running in 2350aa1666fc 00:48:39 Removing intermediate container 2350aa1666fc 00:48:39 ---> c64946383a8f 00:48:39 Step 31/33 : LABEL arch=arm64 00:48:40 Removing intermediate container 15e76f4de338 00:48:40 ---> eacd79b64368 00:48:40 Step 20/26 : RUN pip install docker-compose==1.23.2 00:48:40 ---> Running in 7d13f33ffbf3 00:48:40 ---> Running in 9057f00f66e0 00:48:41 Removing intermediate container 7d13f33ffbf3 00:48:41 ---> 92b6f53c8480 00:48:41 Step 32/33 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb 00:48:42 ---> Running in 194b8c7e99d2 00:48:43 Removing intermediate container 194b8c7e99d2 00:48:43 ---> b97e700c14f3 00:48:43 Step 33/33 : LABEL version=0.0.0 00:48:44 ---> Running in c3581c9b24bd 00:48:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:45 ---> d2a714a08c78 00:48:45 Step 3/21 : WORKDIR /edgex-go 00:48:45 ---> Using cache 00:48:45 ---> 1e8ac121fa09 00:48:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:45 ---> Using cache 00:48:45 ---> c102ab5defa0 00:48:45 Step 5/21 : RUN apk add --update --no-cache make git 00:48:45 Removing intermediate container c3581c9b24bd 00:48:45 ---> 3110a11f9c07 00:48:45 00:48:45 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> Running in 0344522bebb7 00:48:45 00:48:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:48:45 ---> d2a714a08c78 00:48:45 Step 3/24 : WORKDIR /edgex-go 00:48:45 ---> Using cache 00:48:45 ---> 1e8ac121fa09 00:48:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:45 ---> Using cache 00:48:45 ---> c102ab5defa0 00:48:45 Step 5/24 : RUN apk add --update --no-cache make git 00:48:45 ---> Running in ef764e712f94 00:48:46 Successfully built 3110a11f9c07 00:48:46 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:48:46 Building docker-core-metadata-go 00:48:47  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:47 Collecting docker-compose==1.23.2 00:48:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:48:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:48 Collecting docopt<0.7,>=0.6.1 00:48:48 Downloading docopt-0.6.2.tar.gz (25 kB) 00:48:49 OK: 217 MiB in 51 packages 00:48:49 OK: 217 MiB in 51 packages 00:48:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:48:52 Removing intermediate container 0344522bebb7 00:48:52 ---> d7cc5d3303b4 00:48:52 Step 6/21 : COPY go.mod . 00:48:52 Removing intermediate container ef764e712f94 00:48:52 ---> 9fc35e0762ae 00:48:52 Step 6/24 : COPY go.mod . 00:48:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:48:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:48:53 ---> 01e11f8970f3 00:48:53 Step 7/21 : RUN go mod download 00:48:53 ---> a65103fa06af 00:48:53 Step 7/24 : RUN go mod download 00:48:53 Collecting jsonschema<3,>=2.5.1 00:48:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:48:53 ---> Running in ee5f9142ea44 00:48:53 ---> Running in 07cc8d3eb493 00:48:54 Collecting texttable<0.10,>=0.9.0 00:48:54 Downloading texttable-0.9.1.tar.gz (11 kB) 00:48:58 Collecting websocket-client<1.0,>=0.32.0 00:48:58 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:48:59 Removing intermediate container ee5f9142ea44 00:48:59 ---> 377e8d745691 00:48:59 Step 8/21 : COPY . . 00:48:59 Collecting cached-property<2,>=1.2.0 00:48:59 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:48:59 Removing intermediate container 07cc8d3eb493 00:48:59 ---> cf586713375f 00:48:59 Step 8/24 : COPY . . 00:48:59 Collecting dockerpty<0.5,>=0.4.1 00:48:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:49:03 Collecting PyYAML<4,>=3.10 00:49:03 Downloading PyYAML-3.13.tar.gz (270 kB) 00:49:07 Collecting docker<4.0,>=3.6.0 00:49:07 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:07 ---> d2a714a08c78 00:49:07 Step 3/23 : WORKDIR /edgex-go 00:49:07 ---> Using cache 00:49:07 ---> 1e8ac121fa09 00:49:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:07 ---> Using cache 00:49:07 ---> c102ab5defa0 00:49:07 Step 5/23 : RUN apk add --update --no-cache make git 00:49:07 ---> Using cache 00:49:07 ---> 9fc35e0762ae 00:49:07 Step 6/23 : COPY go.mod . 00:49:07 ---> Using cache 00:49:07 ---> a65103fa06af 00:49:07 Step 7/23 : RUN go mod download 00:49:07 ---> Using cache 00:49:07 ---> cf586713375f 00:49:07 Step 8/23 : COPY . . 00:49:08 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) 00:49:09 Collecting urllib3<1.25,>=1.21.1 00:49:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:49:09 Collecting idna<2.8,>=2.5 00:49:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:49:10 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) 00:49:10 Collecting docker-pycreds>=0.4.0 00:49:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:49:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:49:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:49:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:49:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:49:11 Installing collected packages: docopt, urllib3, idna, requests, jsonschema, texttable, websocket-client, cached-property, dockerpty, PyYAML, docker-pycreds, docker, docker-compose 00:49:11 Running setup.py install for docopt: started 00:49:14 Running setup.py install for docopt: finished with status 'done' 00:49:14 Attempting uninstall: urllib3 00:49:14 Found existing installation: urllib3 1.25.9 00:49:14 Uninstalling urllib3-1.25.9: 00:49:14 Successfully uninstalled urllib3-1.25.9 00:49:15 Attempting uninstall: idna 00:49:15 Found existing installation: idna 2.9 00:49:15 Uninstalling idna-2.9: 00:49:15 Successfully uninstalled idna-2.9 00:49:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:15 ---> d2a714a08c78 00:49:15 Step 3/23 : WORKDIR /edgex-go 00:49:15 ---> Using cache 00:49:15 ---> 1e8ac121fa09 00:49:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:15 ---> Using cache 00:49:15 ---> c102ab5defa0 00:49:15 Step 5/23 : RUN apk add --update --no-cache make git 00:49:15 ---> Using cache 00:49:15 ---> 9fc35e0762ae 00:49:15 Step 6/23 : COPY go.mod . 00:49:15 ---> Using cache 00:49:15 ---> a65103fa06af 00:49:15 Step 7/23 : RUN go mod download 00:49:15 ---> Using cache 00:49:15 ---> cf586713375f 00:49:15 Step 8/23 : COPY . . 00:49:16 Attempting uninstall: requests 00:49:16 Found existing installation: requests 2.23.0 00:49:16 Uninstalling requests-2.23.0: 00:49:16 Successfully uninstalled requests-2.23.0 00:49:17 Running setup.py install for texttable: started 00:49:19 Running setup.py install for texttable: finished with status 'done' 00:49:20 Running setup.py install for dockerpty: started 00:49:24 Running setup.py install for dockerpty: finished with status 'done' 00:49:24 Running setup.py install for PyYAML: started 00:49:27 Running setup.py install for PyYAML: finished with status 'done' 00:49:33 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 00:49:33 ---> cec90c93b24b 00:49:33 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:49:33 ---> df4d0afe77a3 00:49:33 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:49:33 ---> 582e966a238f 00:49:33 Step 9/23 : RUN make cmd/core-command/core-command 00:49:34 ---> Running in 107915705fac 00:49:34 ---> Running in 8adc136d7190 00:49:34 ---> Running in 8ebdd1eec233 00:49:36 ---> e4bbc03bd060 00:49:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:49:36 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 00:49:36 ---> Running in 1935ef5ad288 00:49:37 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 00:49:37 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 00:49:38 Removing intermediate container 9057f00f66e0 00:49:38 ---> 24754f5e128c 00:49:38 Step 21/26 : RUN apk --no-cache add curl 00:49:38 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 00:49:38 ---> Running in a15a7fad603f 00:49:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:41 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:49:41 (2/3) Installing libcurl (7.69.1-r3) 00:49:41 (3/3) Installing curl (7.69.1-r3) 00:49:41 Executing busybox-1.31.1-r19.trigger 00:49:41 OK: 71 MiB in 58 packages 00:49:43 Removing intermediate container a15a7fad603f 00:49:43 ---> 649e3df41a42 00:49:43 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:49:43 ---> Running in cd7f2645e111 00:49:44 Removing intermediate container cd7f2645e111 00:49:44 ---> dc15e8a4317e 00:49:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:44 ---> Running in 907f29076571 00:49:45 Removing intermediate container 907f29076571 00:49:45 ---> 0c12a3df0531 00:49:45 Step 24/26 : LABEL arch=arm64 00:49:45 ---> Running in d8134455cc1c 00:49:46 Removing intermediate container d8134455cc1c 00:49:46 ---> 6ce2b2221c7a 00:49:46 Step 25/26 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb 00:49:46 ---> Running in a3cc7d3f350d 00:49:47 Removing intermediate container a3cc7d3f350d 00:49:47 ---> c0055bef50e3 00:49:47 Step 26/26 : LABEL version=0.0.0 00:49:47 ---> Running in d395b4c43cc5 00:49:47 Removing intermediate container d395b4c43cc5 00:49:47 ---> cf9cafee63f5 00:49:47 00:49:48 Successfully built cf9cafee63f5 00:49:48 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:44  Building docker-sys-mgmt-agent-go ... done 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 00:50:44 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 00:50:56 Removing intermediate container 8ebdd1eec233 00:50:56 ---> fac47f1a88a7 00:50:56 00:50:56 Step 10/24 : FROM alpine:3.12 00:50:56 ---> afeebe901d6b 00:50:56 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:50:56 ---> Running in a1f8936bba06 00:50:56 Removing intermediate container 107915705fac 00:50:56 ---> ddff0851a822 00:50:56 00:50:56 Step 10/23 : FROM alpine:3.12 00:50:56 ---> afeebe901d6b 00:50:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:56 ---> Using cache 00:50:56 ---> 7c65829be5f3 00:50:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:56 ---> Using cache 00:50:56 ---> f7337b2543ea 00:50:56 Step 13/23 : ENV APP_PORT=48082 00:50:56 ---> Running in 5bb7d386fe9a 00:50:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:57 Removing intermediate container 5bb7d386fe9a 00:50:57 ---> c16e414307f1 00:50:57 Step 14/23 : EXPOSE $APP_PORT 00:50:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:57 ---> Running in 6fe0d7ebc9d0 00:50:57 Removing intermediate container 8adc136d7190 00:50:57 ---> e7dcbdb45062 00:50:57 00:50:57 Step 10/21 : FROM alpine:3.12 00:50:57 ---> afeebe901d6b 00:50:57 Step 11/21 : RUN apk add --update --no-cache curl 00:50:58 (1/5) Installing ca-certificates (20191127-r4) 00:50:58 ---> Running in ed67fc26f2ac 00:50:58 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:50:58 (3/5) Installing libcurl (7.69.1-r3) 00:50:58 (4/5) Installing curl (7.69.1-r3) 00:50:58 (5/5) Installing dumb-init (1.2.2-r1) 00:50:58 Executing busybox-1.31.1-r19.trigger 00:50:58 Executing ca-certificates-20191127-r4.trigger 00:50:58 Removing intermediate container 6fe0d7ebc9d0 00:50:58 ---> e012941bba2b 00:50:58 Step 15/23 : WORKDIR / 00:50:58 OK: 7 MiB in 19 packages 00:50:58 ---> Running in 437acf186dba 00:50:59 Removing intermediate container 437acf186dba 00:50:59 ---> 04caed283401 00:50:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:00 ---> a8a02c4cfce2 00:51:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:51:00 (1/4) Installing ca-certificates (20191127-r4) 00:51:00 Removing intermediate container a1f8936bba06 00:51:00 ---> 3cb8192ff280 00:51:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:51:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:51:01 (3/4) Installing libcurl (7.69.1-r3) 00:51:01 (4/4) Installing curl (7.69.1-r3) 00:51:01 Executing busybox-1.31.1-r19.trigger 00:51:01 Executing ca-certificates-20191127-r4.trigger 00:51:01 ---> Running in c1a334bf9d9e 00:51:01 OK: 7 MiB in 18 packages 00:51:02 Removing intermediate container c1a334bf9d9e 00:51:02 ---> 76acef9e3030 00:51:02 Step 13/24 : WORKDIR / 00:51:02 ---> 12ae75a8980c 00:51:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:51:02 ---> Running in 4928181942d8 00:51:03 Removing intermediate container 4928181942d8 00:51:03 ---> 3bad9aa223e6 00:51:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:51:04 ---> 9dc6ec3530ac 00:51:04 Step 19/23 : ENTRYPOINT ["/core-command"] 00:51:04 Removing intermediate container ed67fc26f2ac 00:51:04 ---> 07cb22b1cfb8 00:51:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:51:04 ---> Running in 0cb095a272c2 00:51:04 ---> Running in 8879e8a9250a 00:51:04 ---> 02ad11adbee7 00:51:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:51:05 Removing intermediate container 8879e8a9250a 00:51:05 ---> a25ee826ffa8 00:51:05 Step 13/21 : WORKDIR /edgex 00:51:05 Removing intermediate container 0cb095a272c2 00:51:05 ---> 5e9ec46a825d 00:51:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:05 ---> Running in 1799af0db15d 00:51:05 ---> Running in 356170cf8614 00:51:05 ---> 8a97090c0c17 00:51:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:51:05 Removing intermediate container 356170cf8614 00:51:05 ---> 965caecbf22e 00:51:05 Step 21/23 : LABEL arch=arm64 00:51:05 Removing intermediate container 1799af0db15d 00:51:05 ---> 6785a402ae27 00:51:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:51:06 ---> Running in 0a73921364f9 00:51:06 ---> 3fe6d9428965 00:51:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:51:07 Removing intermediate container 0a73921364f9 00:51:07 ---> f5f96584cb64 00:51:07 Step 22/23 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb 00:51:07 ---> 95d7f6c07095 00:51:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:51:07 ---> Running in 910220d2a567 00:51:07 Removing intermediate container 1935ef5ad288 00:51:07 ---> b803a7db2f2c 00:51:07 00:51:07 Step 10/23 : FROM alpine:3.12 00:51:07 ---> afeebe901d6b 00:51:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:51:07 ---> Using cache 00:51:07 ---> 7c65829be5f3 00:51:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:07 ---> Using cache 00:51:07 ---> f7337b2543ea 00:51:07 Step 13/23 : ENV APP_PORT=48081 00:51:08 ---> 78a5d754a948 00:51:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:51:08 Removing intermediate container 910220d2a567 00:51:08 ---> 5076b3818d9e 00:51:08 Step 23/23 : LABEL version=0.0.0 00:51:08 ---> Running in 739f03f8e3fe 00:51:08 ---> Running in 921092aec4f6 00:51:08 ---> 7737dfac5f46 00:51:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:51:08 Removing intermediate container 739f03f8e3fe 00:51:08 ---> 142665d74bac 00:51:08 Step 14/23 : EXPOSE $APP_PORT 00:51:09 ---> Running in c578850a86e9 00:51:09 Removing intermediate container 921092aec4f6 00:51:09 ---> 768b5ec5bc3d 00:51:09 00:51:09 ---> 9160ce40e2bf 00:51:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:51:09 Removing intermediate container c578850a86e9 00:51:09 ---> 5ef1e5e32235 00:51:09 Step 15/23 : WORKDIR / 00:51:09 Successfully built 768b5ec5bc3d 00:51:09 Successfully tagged docker-core-command-go-arm64:latest 00:51:09  Building docker-core-command-go ... done  ---> Running in 619189d8ae48 00:51:09 ---> e371f47b3cb7 00:51:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:51:10 ---> Running in bfa88e2f4ce2 00:51:10 ---> e71439207bac 00:51:10 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/ 00:51:10 ---> Running in 437f3bfd8b8b 00:51:10 Removing intermediate container 619189d8ae48 00:51:10 ---> c51de843c058 00:51:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:10 Removing intermediate container bfa88e2f4ce2 00:51:10 ---> 7f1b584c206c 00:51:10 Step 18/21 : CMD ["--init=true"] 00:51:11 ---> Running in ab4aa8188959 00:51:11 ---> 6c0921909f47 00:51:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:51:11 Removing intermediate container ab4aa8188959 00:51:11 ---> b867d9f385de 00:51:11 Step 19/21 : LABEL arch=arm64 00:51:11 ---> Running in c3d50f522043 00:51:12 Removing intermediate container c3d50f522043 00:51:12 ---> 11037948cd9e 00:51:12 Step 20/21 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb 00:51:12 ---> Running in fe7b4d220601 00:51:12 ---> 60a668c03b23 00:51:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:51:13 Removing intermediate container fe7b4d220601 00:51:13 ---> 8bab885996e5 00:51:13 Step 21/21 : LABEL version=0.0.0Removing intermediate container 437f3bfd8b8b 00:51:13 ---> b22b788ef6c4 00:51:13 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:51:13 00:51:13 ---> Running in cd5143e4282e 00:51:13 ---> Running in a23a505ad026 00:51:13 ---> 213892ca266b 00:51:13 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:51:13 ---> Running in 6bdddef18838 00:51:14 Removing intermediate container cd5143e4282e 00:51:14 ---> 58fc0ac1cb46 00:51:14 00:51:14 Removing intermediate container a23a505ad026 00:51:14 ---> c96cdce96395 00:51:14 Step 22/24 : LABEL arch=arm64 00:51:14 Successfully built 58fc0ac1cb46 00:51:14 ---> Running in 5d5a9a414360 00:51:14 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:51:14 Removing intermediate container 6bdddef18838 00:51:14 ---> 07ddcdcc4789 00:51:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:14  Building docker-security-proxy-setup-go ... done  ---> Running in 9bc36956094c 00:51:15 Removing intermediate container 5d5a9a414360 00:51:15 ---> 152d9e08d8fa 00:51:15 Step 23/24 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb 00:51:15 ---> Running in b552ab0ddd26 00:51:15 Removing intermediate container 9bc36956094c 00:51:15 ---> 987c2eae5eb6 00:51:15 Step 21/23 : LABEL arch=arm64 00:51:15 ---> Running in 6f0102b4b96f 00:51:15 Removing intermediate container b552ab0ddd26 00:51:15 ---> 065706f43dc7 00:51:15 Step 24/24 : LABEL version=0.0.0 00:51:15 ---> Running in a1b53e1950d7 00:51:15 Removing intermediate container 6f0102b4b96f 00:51:15 ---> 099bdc898163 00:51:15 Step 22/23 : LABEL git_sha=4f5c2378932159ed42dc330d8fcc0c1e4a7bf7bb 00:51:16 ---> Running in b3f24393c8f0 00:51:16 Removing intermediate container a1b53e1950d7 00:51:16 ---> 192ee26c51ef 00:51:16 00:51:16 Removing intermediate container b3f24393c8f0 00:51:16 ---> afafd23b9cd4 00:51:16 Step 23/23 : LABEL version=0.0.0 00:51:16 Successfully built 192ee26c51ef 00:51:16 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:51:17  Building docker-security-secretstore-setup-go ... done  ---> Running in 9f41e99bfd25 00:51:17 Removing intermediate container 9f41e99bfd25 00:51:17 ---> fd1f6bf56c31 00:51:17 00:51:17 Successfully built fd1f6bf56c31 00:51:17 Successfully tagged docker-core-metadata-go-arm64:latest 00:51:18  Building docker-core-metadata-go ... done  [Pipeline] } 00:51:18 $ docker stop --time=1 0539459069aa194a3ab02080cd3d6ecac6db7fc5567624dd9bd74ae04803a12c 00:51:20 $ docker rm -f 0539459069aa194a3ab02080cd3d6ecac6db7fc5567624dd9bd74ae04803a12c [Pipeline] // withDockerContainer [Pipeline] sh 00:51:20 + docker images 00:51:20 + grep docker 00:51:21 docker-core-metadata-go-arm64 latest fd1f6bf56c31 4 seconds ago 17.7MB 00:51:21 docker-security-secretstore-setup-go-arm64 latest 192ee26c51ef 5 seconds ago 23.4MB 00:51:21 docker-security-proxy-setup-go-arm64 latest 58fc0ac1cb46 8 seconds ago 23.2MB 00:51:21 docker-core-command-go-arm64 latest 768b5ec5bc3d 12 seconds ago 15.4MB 00:51:21 docker-sys-mgmt-agent-go-arm64 latest cf9cafee63f5 About a minute ago 300MB 00:51:21 docker-security-bootstrapper-go-arm64 latest 3110a11f9c07 2 minutes ago 40.3MB 00:51:21 docker-core-data-go-arm64 latest 9b50f10c6171 2 minutes ago 21MB 00:51:21 docker-support-scheduler-go-arm64 latest ca13b9a61fdf 3 minutes ago 15.5MB 00:51:21 docker-support-notifications-go-arm64 latest 924b2295ea9f 3 minutes ago 16MB 00:51:21 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [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 00:51:24 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:25 ---> package-listing.sh 00:51:25 ++ tr '[:upper:]' '[:lower:]' 00:51:25 ++ facter osfamily 00:51:25 + OS_FAMILY=redhat 00:51:25 + workspace=/w/workspace/edgex-go/48 00:51:25 + START_PACKAGES=/tmp/packages_start.txt 00:51:25 + END_PACKAGES=/tmp/packages_end.txt 00:51:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:25 + PACKAGES=/tmp/packages_start.txt 00:51:25 + '[' /w/workspace/edgex-go/48 ']' 00:51:25 + PACKAGES=/tmp/packages_end.txt 00:51:25 + case "${OS_FAMILY}" in 00:51:25 + rpm -qa 00:51:25 + sort 00:51:32 + '[' -f /tmp/packages_start.txt ']' 00:51:32 + '[' -f /tmp/packages_end.txt ']' 00:51:32 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:32 + '[' /w/workspace/edgex-go/48 ']' 00:51:32 + mkdir -p /w/workspace/edgex-go/48/archives/ 00:51:32 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/48/archives/ [Pipeline] echo 00:51: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/48/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:51:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:51:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:33 00:51:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:34 alpine: Pulling from edgex-lftools-log-publisher 00:51:34 df20fa9351a1: Pulling fs layer 00:51:34 36b3adc4ff6f: Pulling fs layer 00:51:34 8ad3a11d3b57: Pulling fs layer 00:51:34 46f8f816bc3b: Pulling fs layer 00:51:34 93b61091891f: Pulling fs layer 00:51:34 93b9cdb0e59b: Pulling fs layer 00:51:34 5e14af77c1be: Pulling fs layer 00:51:34 01666e4c0597: Pulling fs layer 00:51:34 aa168da1d23b: Pulling fs layer 00:51:34 93b9cdb0e59b: Waiting 00:51:34 5e14af77c1be: Waiting 00:51:34 01666e4c0597: Waiting 00:51:34 aa168da1d23b: Waiting 00:51:34 93b61091891f: Waiting 00:51:34 46f8f816bc3b: Waiting 00:51:34 36b3adc4ff6f: Verifying Checksum 00:51:34 36b3adc4ff6f: Download complete 00:51:34 46f8f816bc3b: Verifying Checksum 00:51:34 46f8f816bc3b: Download complete 00:51:34 df20fa9351a1: Verifying Checksum 00:51:34 df20fa9351a1: Download complete 00:51:34 93b9cdb0e59b: Verifying Checksum 00:51:34 93b9cdb0e59b: Download complete 00:51:34 5e14af77c1be: Verifying Checksum 00:51:34 5e14af77c1be: Download complete 00:51:35 01666e4c0597: Verifying Checksum 00:51:35 01666e4c0597: Download complete 00:51:35 93b61091891f: Verifying Checksum 00:51:35 93b61091891f: Download complete 00:51:36 df20fa9351a1: Pull complete 00:51:36 8ad3a11d3b57: Verifying Checksum 00:51:36 8ad3a11d3b57: Download complete 00:51:36 36b3adc4ff6f: Pull complete 00:51:39 8ad3a11d3b57: Pull complete 00:51:39 46f8f816bc3b: Pull complete 00:51:41 93b61091891f: Pull complete 00:51:41 aa168da1d23b: Verifying Checksum 00:51:41 aa168da1d23b: Download complete 00:51:42 93b9cdb0e59b: Pull complete 00:51:42 5e14af77c1be: Pull complete 00:51:42 01666e4c0597: Pull complete 00:51:58 aa168da1d23b: Pull complete 00:51:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:51:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:51:58 prd-centos7-docker-4c-2g-22736 does not seem to be running inside a container 00:51:59 $ 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/48/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/48 -v /w/workspace/edgex-go/48:/w/workspace/edgex-go/48:rw,z -v /w/workspace/edgex-go/48@tmp:/w/workspace/edgex-go/48@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:52:03 $ docker top f791e4115b112a86ea1cb4c04f11f32f1cea8d14285ccbc0c3252d48bd277701 -eo pid,comm [Pipeline] { [Pipeline] sh 00:52:04 + touch /tmp/pre-build-complete [Pipeline] sh 00:52:05 + mkdir -p /var/log/sa [Pipeline] sh 00:52:06 + ls /var/log/sa-host 00:52:06 + sadf -c /var/log/sa-host/sa23 00:52:06 file_magic: OK 00:52:06 HZ: Using current value: 100 00:52:06 file_header: OK 00:52:06 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 00:52:06 Statistics: 00:52:06 Hnuu...uuuununununu... 00:52:06 File successfully converted to sysstat format version 12.2.1 00:52:06 + sadf -c /var/log/sa-host/sa26 00:52:06 file_magic: OK 00:52:06 HZ: Using current value: 100 00:52:06 file_header: OK 00:52:06 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 00:52:06 Statistics: 00:52:06 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... 00:52:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:52:06 provisioning config files... 00:52:07 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/48@tmp/config5206936080328006708tmp [Pipeline] { [Pipeline] echo 00:52:07 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:52:07 ---> create-netrc.sh [Pipeline] } 00:52:08 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:52:08 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:52:08 ---> python-tools-install.sh [Pipeline] echo 00:52:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:52:09 ---> sudo-logs.sh 00:52:09 Archiving 'sudo' log.. [Pipeline] echo 00:52:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:52:10 ---> job-cost.sh 00:52:10 lf-activate-venv: SKIPPING 00:52:10 INFO: No Stack... 00:52:11 INFO: Retrieving Pricing Info for: v1-standard-2 00:52:11 INFO: Archiving Costs [Pipeline] echo 00:52:11 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:52:12 ---> logs-deploy.sh 00:52:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/48 00:52:12 INFO: archiving workspace using pattern(s): 00:52:14 Archives upload complete. 00:52:15 INFO: archiving logs to Nexus 00:52:17 ---> uname -a: 00:52:17 Linux prd-centos7-docker-4c-2g-22736.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:52:17 00:52:17 00:52:17 ---> lscpu: 00:52:17 Architecture: x86_64 00:52:17 CPU op-mode(s): 32-bit, 64-bit 00:52:17 Byte Order: Little Endian 00:52:17 Address sizes: 40 bits physical, 48 bits virtual 00:52:17 CPU(s): 4 00:52:17 On-line CPU(s) list: 0-3 00:52:17 Thread(s) per core: 1 00:52:17 Core(s) per socket: 1 00:52:17 Socket(s): 4 00:52:17 NUMA node(s): 1 00:52:17 Vendor ID: GenuineIntel 00:52:17 CPU family: 6 00:52:17 Model: 44 00:52:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:52:17 Stepping: 1 00:52:17 CPU MHz: 2933.438 00:52:17 BogoMIPS: 5866.87 00:52:17 Virtualization: VT-x 00:52:17 Hypervisor vendor: KVM 00:52:17 Virtualization type: full 00:52:17 L1d cache: 128 KiB 00:52:17 L1i cache: 128 KiB 00:52:17 L2 cache: 16 MiB 00:52:17 L3 cache: 64 MiB 00:52:17 NUMA node0 CPU(s): 0-3 00:52:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:52:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:52:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:52:17 Vulnerability Meltdown: Mitigation; PTI 00:52:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:52:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:52:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:52:17 Vulnerability Srbds: Not affected 00:52:17 Vulnerability Tsx async abort: Not affected 00:52:17 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:52:17 00:52:17 00:52:17 ---> nproc: 00:52:17 4 00:52:17 00:52:17 00:52:17 ---> df -h: 00:52:17 Filesystem Size Used Available Use% Mounted on 00:52:17 overlay 50.0G 11.3G 38.7G 23% / 00:52:17 tmpfs 64.0M 0 64.0M 0% /dev 00:52:17 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:52:17 shm 64.0M 0 64.0M 0% /dev/shm 00:52:17 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 00:52:17 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 00:52:17 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 00:52:17 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 00:52:17 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 00:52:17 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 00:52:17 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 00:52:17 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 00:52:17 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/48 00:52:17 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/48@tmp 00:52:17 00:52:17 00:52:17 ---> free -m: 00:52:17 total used free shared buff/cache available 00:52:17 Mem: 1837 723 219 0 894 1028 00:52:17 Swap: 1023 59 964 00:52:17 00:52:17 00:52:17 ---> ip addr: 00:52:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:52:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:52:17 inet 127.0.0.1/8 scope host lo 00:52:17 valid_lft forever preferred_lft forever 00:52:17 inet6 ::1/128 scope host 00:52:17 valid_lft forever preferred_lft forever 00:52:17 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:52:17 link/ether fa:16:3e:08:09:eb brd ff:ff:ff:ff:ff:ff 00:52:17 inet 10.30.122.191/23 brd 10.30.123.255 scope global dynamic eth0 00:52:17 valid_lft 85108sec preferred_lft 85108sec 00:52:17 inet6 fe80::f816:3eff:fe08:9eb/64 scope link 00:52:17 valid_lft forever preferred_lft forever 00:52:17 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:52:17 link/ether 02:42:fc:a0:82:63 brd ff:ff:ff:ff:ff:ff 00:52:17 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:52:17 valid_lft forever preferred_lft forever 00:52:17 inet6 fe80::42:fcff:fea0:8263/64 scope link 00:52:17 valid_lft forever preferred_lft forever 00:52:17 00:52:17 00:52:17 ---> sar -b -r -n DEV: 00:52:17 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) 00:52:17 00:52:17 00:30:32 LINUX RESTART (4 CPU) 00:52:17 00:52:17 00:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:52:17 00:32:01 129.99 52.43 77.56 0.00 4173.74 42905.27 0.00 00:52:17 00:33:01 90.59 51.63 38.96 0.00 8146.91 12810.70 0.00 00:52:17 00:34:01 218.59 57.75 160.84 0.00 3563.62 44565.13 0.00 00:52:17 00:35:01 158.51 74.73 83.78 0.00 2679.49 10116.07 0.00 00:52:17 00:36:02 70.24 14.45 55.78 0.00 602.98 6862.26 0.00 00:52:17 00:37:01 119.53 70.35 49.18 0.00 3396.72 4613.39 0.00 00:52:17 00:38:01 38.18 7.14 31.04 0.00 438.01 9401.05 0.00 00:52:17 00:39:03 283.28 106.32 176.96 0.00 49067.75 112940.41 0.00 00:52:17 00:40:02 1839.51 1609.64 229.87 0.00 113479.85 119431.83 0.00 00:52:17 00:41:02 1129.69 960.27 169.42 0.00 78815.98 80914.06 0.00 00:52:17 00:42:01 245.78 69.10 176.67 0.00 7719.48 26819.04 0.00 00:52:17 00:43:02 814.85 624.87 189.98 0.00 76892.28 119706.09 0.00 00:52:17 00:44:02 1167.93 973.61 194.32 0.00 69542.31 70057.83 0.00 00:52:17 00:45:01 262.08 96.30 165.77 0.00 4517.81 30244.52 0.00 00:52:17 00:46:01 87.29 18.23 69.05 0.00 3286.42 5769.67 0.00 00:52:17 00:47:02 4.81 0.03 4.77 0.00 0.27 139.85 0.00 00:52:17 00:48:01 0.36 0.02 0.34 0.00 0.14 4.60 0.00 00:52:17 00:49:01 0.33 0.02 0.32 0.00 0.13 3.59 0.00 00:52:17 00:50:01 0.28 0.02 0.27 0.00 0.13 3.01 0.00 00:52:17 00:51:01 0.23 0.05 0.18 0.00 0.53 1.88 0.00 00:52:17 00:52:01 151.60 70.72 80.88 0.00 6611.83 18383.05 0.00 00:52:17 Average: 324.45 231.22 93.23 0.00 20675.76 34203.87 0.00 00:52:17 00:52:17 00:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:52:17 00:32:01 80676 0 561628 29.85 2620 1236620 1092520 37.29 525244 1076448 12184 00:52:17 00:33:01 370964 0 584988 31.09 2620 922972 1155948 39.45 514380 793652 24 00:52:17 00:34:01 68920 0 752292 39.98 1492 1058840 1523060 51.98 601040 930708 84228 00:52:17 00:35:01 117944 0 893008 47.46 1380 869212 1890532 64.52 706076 781048 72588 00:52:17 00:36:02 365720 0 759284 40.35 428 756112 1411440 48.17 569064 664700 39848 00:52:17 00:37:01 336748 0 725436 38.56 428 818932 1222604 41.73 536692 719844 21400 00:52:17 00:38:01 245060 0 732296 38.92 412 903776 1315044 44.88 571924 793584 50740 00:52:17 00:39:03 71644 0 839768 44.63 4 970128 2301716 78.55 748952 851340 28688 00:52:17 00:40:02 78380 0 843096 44.81 4 960064 2363140 80.65 626852 958356 58260 00:52:17 00:41:02 302072 0 1055328 56.09 4 524140 3252604 111.01 632776 681324 38448 00:52:17 00:42:01 374988 0 756412 40.20 4 750140 1622508 55.37 559936 693688 16 00:52:17 00:43:02 374664 0 751420 39.94 4 755456 2062348 70.38 590472 684004 72 00:52:17 00:44:02 91056 0 803436 42.70 4 987048 2506688 85.55 665080 897924 1828 00:52:17 00:45:01 119740 0 722044 38.38 4 1039756 2011832 68.66 653072 872880 0 00:52:17 00:46:01 159316 0 647784 34.43 4 1074440 1251964 42.73 571304 906724 20 00:52:17 00:47:02 159460 0 647536 34.42 4 1074544 1256076 42.87 571920 906744 12 00:52:17 00:48:01 164148 0 642844 34.17 4 1074548 1209132 41.27 568120 906728 12 00:52:17 00:49:01 165836 0 641136 34.07 4 1074568 1193712 40.74 567144 906708 8 00:52:17 00:50:01 166204 0 640764 34.06 4 1074572 1193712 40.74 567164 906712 8 00:52:17 00:51:01 166056 0 640908 34.06 4 1074576 1193712 40.74 567028 906720 8 00:52:17 00:52:01 311316 0 715928 38.05 0 854300 1387128 47.34 504644 775072 96 00:52:17 Average: 204329 0 731302 38.87 449 945464 1638925 55.93 591375 838805 19452 00:52:17 00:52:17 00:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:52:17 00:32:01 eth0 783.56 437.31 3399.66 77.66 0.00 0.00 0.00 0.00 00:52:17 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:33:01 eth0 807.49 1023.49 3018.15 134.17 0.00 0.00 0.00 0.00 00:52:17 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:33:01 docker0 963.57 726.11 75.81 2668.84 0.00 0.00 0.00 0.00 00:52:17 00:34:01 eth0 471.89 360.19 3666.16 36.84 0.00 0.00 0.00 0.00 00:52:17 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:34:01 docker0 121.76 185.36 8.73 840.65 0.00 0.00 0.00 0.00 00:52:17 00:35:01 veth7d9e750 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:17 00:35:01 eth0 24.71 20.46 26.30 10.32 0.00 0.00 0.00 0.00 00:52:17 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:36:02 veth7d9e750 0.43 0.43 0.03 0.03 0.00 0.00 0.00 0.00 00:52:17 00:36:02 eth0 37.65 31.19 23.32 83.20 0.00 0.00 0.00 0.00 00:52:17 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:36:02 docker0 0.43 0.43 0.03 0.03 0.00 0.00 0.00 0.00 00:52:17 00:37:01 veth7d9e750 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:37:01 eth0 10.71 7.75 8.86 4.30 0.00 0.00 0.00 0.00 00:52:17 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:38:01 eth0 146.73 104.76 1305.56 20.37 0.00 0.00 0.00 0.00 00:52:17 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:39:03 vethc0aff9b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:17 00:39:03 eth0 66.84 55.84 403.00 73.98 0.00 0.00 0.00 0.00 00:52:17 00:39:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:39:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:40:02 vethc0aff9b 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 00:52:17 00:40:02 eth0 44.03 28.18 162.59 9.12 0.00 0.00 0.00 0.00 00:52:17 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:40:02 docker0 14.05 24.24 0.79 147.48 0.00 0.00 0.00 0.00 00:52:17 00:41:02 vethb2d1f02 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:17 00:41:02 veth57dc133 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:17 00:41:02 vethc0aff9b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:41:02 eth0 7.12 4.82 5.38 2.96 0.00 0.00 0.00 0.00 00:52:17 00:42:01 vethc0aff9b 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 00:52:17 00:42:01 eth0 81.04 46.80 223.20 74.59 0.00 0.00 0.00 0.00 00:52:17 00:42:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:52:17 00:42:01 docker0 1127.95 984.67 87.25 3863.51 0.00 0.00 0.00 0.00 00:52:17 00:43:02 veth866a45f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:52:17 00:43:02 vethc0aff9b 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:43:02 eth0 29.72 20.94 54.65 10.00 0.00 0.00 0.00 0.00 00:52:17 00:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:44:02 vethddac6a1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:44:02 vethc0aff9b 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:44:02 eth0 30.64 21.24 41.17 11.05 0.00 0.00 0.00 0.00 00:52:17 00:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:45:01 vethc0aff9b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:52:17 00:45:01 eth0 198.19 145.01 1429.78 96.84 0.00 0.00 0.00 0.00 00:52:17 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:45:01 veth6de73cb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:46:01 eth0 102.43 60.51 387.63 58.44 0.00 0.00 0.00 0.00 00:52:17 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:46:01 docker0 1159.20 1069.49 88.96 4381.95 0.00 0.00 0.00 0.00 00:52:17 00:47:02 eth0 4.13 3.26 0.94 16.78 0.00 0.00 0.00 0.00 00:52:17 00:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:48:01 eth0 0.56 0.32 0.28 0.20 0.00 0.00 0.00 0.00 00:52:17 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:49:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:52:17 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:50:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:51:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:52:17 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:52:01 eth0 211.05 163.21 2165.39 19.68 0.00 0.00 0.00 0.00 00:52:17 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 Average: eth0 145.36 120.67 776.44 35.27 0.00 0.00 0.00 0.00 00:52:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:52:17 Average: docker0 55.36 51.08 4.25 209.28 0.00 0.00 0.00 0.00 00:52:17 00:52:17 00:52:17 ---> sar -P ALL: 00:52:17 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) 00:52:17 00:52:17 00:30:32 LINUX RESTART (4 CPU) 00:52:17 00:52:17 00:31:02 CPU %user %nice %system %iowait %steal %idle 00:52:17 00:32:01 all 14.27 0.00 7.38 3.40 16.75 58.20 00:52:17 00:32:01 0 13.26 0.00 7.39 3.63 17.61 58.12 00:52:17 00:32:01 1 14.61 0.00 6.14 3.82 17.08 58.35 00:52:17 00:32:01 2 14.20 0.00 9.71 3.00 16.02 57.07 00:52:17 00:32:01 3 15.01 0.00 6.36 3.13 16.25 59.25 00:52:17 00:33:01 all 8.73 0.00 4.35 1.40 15.71 69.80 00:52:17 00:33:01 0 8.28 0.00 4.84 2.86 16.88 67.14 00:52:17 00:33:01 1 8.04 0.00 3.70 0.55 16.62 71.09 00:52:17 00:33:01 2 6.72 0.00 4.24 0.79 14.95 73.29 00:52:17 00:33:01 3 11.94 0.00 4.64 1.41 14.36 67.65 00:52:17 00:34:01 all 6.97 0.00 6.15 3.13 19.20 64.56 00:52:17 00:34:01 0 6.98 0.00 5.79 4.06 20.38 62.79 00:52:17 00:34:01 1 6.76 0.00 6.93 3.84 19.40 63.08 00:52:17 00:34:01 2 7.49 0.00 5.81 2.81 19.20 64.69 00:52:17 00:34:01 3 6.64 0.00 6.06 1.80 17.81 67.70 00:52:17 00:35:01 all 31.06 0.00 10.12 4.37 18.24 36.20 00:52:17 00:35:01 0 29.25 0.00 9.77 1.65 18.79 40.53 00:52:17 00:35:01 1 42.10 0.00 12.73 5.74 14.60 24.82 00:52:17 00:35:01 2 25.47 0.00 9.52 3.90 20.32 40.79 00:52:17 00:35:01 3 28.02 0.00 8.59 6.28 19.06 38.05 00:52:17 00:36:02 all 38.74 0.00 12.25 2.37 23.47 23.16 00:52:17 00:36:02 0 33.88 0.00 12.42 1.36 25.20 27.14 00:52:17 00:36:02 1 41.72 0.00 12.97 3.73 23.21 18.36 00:52:17 00:36:02 2 41.04 0.00 11.50 2.17 22.90 22.39 00:52:17 00:36:02 3 38.39 0.00 12.14 2.25 22.54 24.68 00:52:17 00:37:01 all 30.91 0.00 12.91 3.67 25.79 26.71 00:52:17 00:37:01 0 31.14 0.00 12.71 4.23 25.91 26.01 00:52:17 00:37:01 1 32.57 0.00 13.75 4.28 26.24 23.16 00:52:17 00:37:01 2 30.26 0.00 12.59 4.06 26.37 26.73 00:52:17 00:37:01 3 29.70 0.00 12.62 2.13 24.67 30.88 00:52:17 00:38:01 all 17.24 0.00 8.48 0.35 20.83 53.10 00:52:17 00:38:01 0 15.93 0.00 8.12 0.33 22.60 53.02 00:52:17 00:38:01 1 19.37 0.00 9.39 0.37 20.43 50.44 00:52:17 00:38:01 2 17.48 0.00 8.43 0.51 20.47 53.10 00:52:17 00:38:01 3 16.20 0.00 8.00 0.21 19.78 55.81 00:52:17 00:39:03 all 8.92 0.00 10.16 3.72 27.67 49.53 00:52:17 00:39:03 0 9.05 0.00 9.22 3.36 27.67 50.70 00:52:17 00:39:03 1 8.22 0.00 9.88 5.07 27.86 48.96 00:52:17 00:39:03 2 8.88 0.00 11.28 3.08 28.04 48.71 00:52:17 00:39:03 3 9.54 0.00 10.26 3.34 27.12 49.75 00:52:17 00:40:02 all 10.57 0.00 15.08 19.85 28.43 26.08 00:52:17 00:40:02 0 9.63 0.00 13.96 18.72 29.36 28.34 00:52:17 00:40:02 1 12.00 0.00 15.05 21.19 27.41 24.36 00:52:17 00:40:02 2 10.21 0.00 14.97 19.88 27.51 27.44 00:52:17 00:40:02 3 10.48 0.00 16.40 19.64 29.41 24.07 00:52:17 00:41:02 all 32.72 0.00 13.94 14.09 23.16 16.09 00:52:17 00:41:02 0 30.46 0.00 12.88 13.44 24.57 18.65 00:52:17 00:41:02 1 34.45 0.00 15.07 14.22 21.35 14.91 00:52:17 00:41:02 2 33.67 0.00 13.95 13.61 21.50 17.27 00:52:17 00:41:02 3 32.28 0.00 13.86 15.13 25.33 13.40 00:52:17 00:42:01 all 41.34 0.00 13.87 7.81 22.66 14.31 00:52:17 00:42:01 0 42.72 0.00 14.90 7.73 22.81 11.84 00:52:17 00:42:01 1 38.33 0.00 14.01 9.46 23.70 14.49 00:52:17 00:42:01 2 42.63 0.00 13.23 7.02 22.12 15.00 00:52:17 00:42:01 3 41.72 0.00 13.35 7.00 21.99 15.94 00:52:17 00:52:17 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:52:17 00:43:02 all 9.06 0.00 10.02 11.44 38.75 30.72 00:52:17 00:43:02 0 8.12 0.00 9.11 11.61 37.87 33.29 00:52:17 00:43:02 1 8.58 0.00 8.78 11.56 38.75 32.33 00:52:17 00:43:02 2 9.91 0.00 10.03 12.45 38.53 29.07 00:52:17 00:43:02 3 9.70 0.00 12.26 10.11 39.90 28.04 00:52:17 00:44:02 all 25.37 0.00 12.50 14.13 33.65 14.35 00:52:17 00:44:02 0 22.79 0.00 11.98 14.64 34.10 16.50 00:52:17 00:44:02 1 23.96 0.00 11.60 14.96 33.82 15.65 00:52:17 00:44:02 2 24.56 0.00 11.61 15.27 33.26 15.29 00:52:17 00:44:02 3 30.49 0.00 14.95 11.51 33.38 9.66 00:52:17 00:45:01 all 25.56 0.00 12.64 6.81 21.89 33.10 00:52:17 00:45:01 0 25.29 0.00 11.40 6.49 23.53 33.29 00:52:17 00:45:01 1 25.25 0.00 12.22 6.03 22.05 34.46 00:52:17 00:45:01 2 25.29 0.00 13.34 7.77 21.30 32.30 00:52:17 00:45:01 3 26.41 0.00 13.65 6.99 20.63 32.32 00:52:17 00:46:01 all 4.90 0.00 3.43 2.70 8.78 80.20 00:52:17 00:46:01 0 3.81 0.00 3.16 3.50 9.78 79.74 00:52:17 00:46:01 1 8.08 0.00 4.34 4.05 8.59 74.95 00:52:17 00:46:01 2 2.58 0.00 2.97 1.60 8.40 84.46 00:52:17 00:46:01 3 5.17 0.00 3.26 1.65 8.34 81.58 00:52:17 00:47:02 all 0.12 0.00 0.07 0.00 0.64 99.17 00:52:17 00:47:02 0 0.08 0.00 0.07 0.02 1.34 98.50 00:52:17 00:47:02 1 0.10 0.00 0.08 0.00 0.32 99.50 00:52:17 00:47:02 2 0.05 0.00 0.05 0.00 0.42 99.49 00:52:17 00:47:02 3 0.23 0.00 0.07 0.00 0.50 99.20 00:52:17 00:48:01 all 0.08 0.00 0.18 0.00 1.01 98.74 00:52:17 00:48:01 0 0.05 0.00 0.40 0.00 1.38 98.16 00:52:17 00:48:01 1 0.03 0.00 0.08 0.00 0.92 98.96 00:52:17 00:48:01 2 0.03 0.00 0.12 0.00 0.64 99.21 00:52:17 00:48:01 3 0.18 0.00 0.10 0.00 1.09 98.62 00:52:17 00:49:01 all 0.06 0.00 0.03 0.00 0.38 99.53 00:52:17 00:49:01 0 0.20 0.00 0.02 0.00 0.42 99.37 00:52:17 00:49:01 1 0.02 0.00 0.05 0.00 0.38 99.55 00:52:17 00:49:01 2 0.03 0.00 0.03 0.00 0.61 99.32 00:52:17 00:49:01 3 0.00 0.00 0.02 0.00 0.12 99.87 00:52:17 00:50:01 all 0.10 0.00 0.10 0.00 0.45 99.35 00:52:17 00:50:01 0 0.28 0.00 0.07 0.00 0.25 99.40 00:52:17 00:50:01 1 0.03 0.00 0.08 0.00 0.58 99.30 00:52:17 00:50:01 2 0.07 0.00 0.13 0.00 0.70 99.10 00:52:17 00:50:01 3 0.03 0.00 0.10 0.00 0.28 99.58 00:52:17 00:51:01 all 0.10 0.00 0.03 0.00 0.29 99.58 00:52:17 00:51:01 0 0.18 0.00 0.02 0.00 0.10 99.70 00:52:17 00:51:01 1 0.15 0.00 0.05 0.00 0.71 99.09 00:52:17 00:51:01 2 0.07 0.00 0.03 0.00 0.23 99.67 00:52:17 00:51:01 3 0.00 0.00 0.03 0.00 0.10 99.87 00:52:17 00:52:01 all 3.77 0.00 3.70 3.07 15.07 74.38 00:52:17 00:52:01 0 2.61 0.00 3.04 2.07 15.40 76.89 00:52:17 00:52:01 1 4.69 0.00 3.91 4.69 16.11 70.60 00:52:17 00:52:01 2 4.03 0.00 3.68 1.74 14.41 76.13 00:52:17 00:52:01 3 3.80 0.00 4.21 3.85 14.36 73.79 00:52:17 Average: all 14.14 0.00 7.30 4.76 17.07 56.73 00:52:17 Average: 0 13.39 0.00 7.02 4.68 17.75 57.16 00:52:17 Average: 1 14.97 0.00 7.44 5.30 16.98 55.31 00:52:17 Average: 2 13.87 0.00 7.29 4.63 16.81 57.39 00:52:17 Average: 3 14.35 0.00 7.43 4.43 16.72 57.07 00:52:17 00:52:17 00:52:17