Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 15d5910ca8b9da1713db94513de9bdb4c10a9665+6aacc02e765899b5f00a422c0b56178915ca79e6 (4afece0fd240bb7a95047ad83f32fb28bccafc52) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-19183 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # 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 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit 15d5910ca8b9da1713db94513de9bdb4c10a9665 Merge succeeded, producing 15d5910ca8b9da1713db94513de9bdb4c10a9665 Checking out Revision 15d5910ca8b9da1713db94513de9bdb4c10a9665 (PR-2970) > 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 15d5910ca8b9da1713db94513de9bdb4c10a9665 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 15d5910ca8b9da1713db94513de9bdb4c10a9665 # timeout=10 Commit message: "feat(security): Address PR feedback" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 48b219a7dbe546134c23ed40fc40f3bfafa503ec # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:21:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:21:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:21:42 ========================================================= 00:21:42 EdgeX Global Pipelines Version Info 00:21:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:21:45 ------------------- 00:21:45 stable info: 00:21:45 ------------------- 00:21:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:21:45 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:21:45 Message: update stable to v1.0.173 00:21:46 ------------------- 00:21:46 experimental info: 00:21:46 ------------------- 00:21:46 Commited By: **** collab-it+edgex@linuxfoundation.org 00:21:46 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:21:46 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:21:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:21:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:21:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:21:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:21:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:21:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:21:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:21:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:21:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:21:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:21:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:21:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:21:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:21:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:21:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:21:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:21:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:21:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:21:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:21:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:21:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:21:48 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:21:48 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:21:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 00:21:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 00:21:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 00:21:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 15d5910ca8b9da1713db94513de9bdb4c10a9665 [Pipeline] echo 00:21:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 15d5910 [Pipeline] echo 00:21:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:21:49 provisioning config files... 00:21:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config3385114185502759512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:21:49 ---> docker-login.sh 00:21:49 nexus3.edgexfoundry.org:10001 00:21:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:50 Configure a credential helper to remove this warning. See 00:21:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:50 00:21:50 Login Succeeded 00:21:50 nexus3.edgexfoundry.org:10002 00:21:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:50 Configure a credential helper to remove this warning. See 00:21:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:50 00:21:50 Login Succeeded 00:21:50 nexus3.edgexfoundry.org:10003 00:21:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:51 Configure a credential helper to remove this warning. See 00:21:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:51 00:21:51 Login Succeeded 00:21:51 nexus3.edgexfoundry.org:10004 00:21:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:51 Configure a credential helper to remove this warning. See 00:21:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:51 00:21:51 Login Succeeded 00:21:51 docker.io 00:21:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:21:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:21:52 Configure a credential helper to remove this warning. See 00:21:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:21:52 00:21:52 Login Succeeded 00:21:52 ---> docker-login.sh ends [Pipeline] } 00:21:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:21:52 ++ 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:21:52 + for file in '`ls cmd/**/Dockerfile`' 00:21:52 ++ dirname cmd/core-command/Dockerfile 00:21:52 ++ cut -d/ -f2 00:21:52 + echo core-command,cmd/core-command/Dockerfile 00:21:52 + for file in '`ls cmd/**/Dockerfile`' 00:21:52 ++ dirname cmd/core-data/Dockerfile 00:21:52 ++ cut -d/ -f2 00:21:52 + echo core-data,cmd/core-data/Dockerfile 00:21:52 + for file in '`ls cmd/**/Dockerfile`' 00:21:52 ++ dirname cmd/core-metadata/Dockerfile 00:21:52 ++ cut -d/ -f2 00:21:52 + echo core-metadata,cmd/core-metadata/Dockerfile 00:21:52 + for file in '`ls cmd/**/Dockerfile`' 00:21:52 ++ dirname cmd/security-bootstrapper/Dockerfile 00:21:52 ++ cut -d/ -f2 00:21:52 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:21:52 + for file in '`ls cmd/**/Dockerfile`' 00:21:52 ++ cut -d/ -f2 00:21:52 ++ dirname cmd/security-proxy-setup/Dockerfile 00:21:52 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:21:52 + for file in '`ls cmd/**/Dockerfile`' 00:21:52 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:21:52 ++ cut -d/ -f2 00:21:52 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:21:52 + for file in '`ls cmd/**/Dockerfile`' 00:21:52 ++ dirname cmd/support-notifications/Dockerfile 00:21:52 ++ cut -d/ -f2 00:21:52 + echo support-notifications,cmd/support-notifications/Dockerfile 00:21:52 + for file in '`ls cmd/**/Dockerfile`' 00:21:52 ++ dirname cmd/support-scheduler/Dockerfile 00:21:52 ++ cut -d/ -f2 00:21:52 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:21:52 + for file in '`ls cmd/**/Dockerfile`' 00:21:52 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:21:52 ++ cut -d/ -f2 00:21:52 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:21:53 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:21:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:21:53 00:21:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:21:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:21:54 latest: Pulling from edgex-devops/git-semver 00:21:54 31603596830f: Pulling fs layer 00:21:54 2a8b12db71e7: Pulling fs layer 00:21:54 6ca5941a6612: Pulling fs layer 00:21:54 ecc8261a40a4: Pulling fs layer 00:21:54 ecc8261a40a4: Waiting 00:21:54 2a8b12db71e7: Verifying Checksum 00:21:54 2a8b12db71e7: Download complete 00:21:55 31603596830f: Verifying Checksum 00:21:55 31603596830f: Download complete 00:21:55 ecc8261a40a4: Verifying Checksum 00:21:55 ecc8261a40a4: Download complete 00:21:55 6ca5941a6612: Verifying Checksum 00:21:55 6ca5941a6612: Download complete 00:21:55 31603596830f: Pull complete 00:21:55 2a8b12db71e7: Pull complete 00:21:57 6ca5941a6612: Pull complete 00:21:57 ecc8261a40a4: Pull complete 00:21:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:21:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:21:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:21:57 prd-centos7-docker-4c-2g-19183 does not seem to be running inside a container 00:21:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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:22:00 $ docker top 16d726dc8d833d0b8296e20c4c61b18a001c20f9f42a50713166d8a805c322ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:22:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:22:01 [ssh-agent] Looking for ssh-agent implementation... 00:22:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:22:01 $ docker exec 16d726dc8d833d0b8296e20c4c61b18a001c20f9f42a50713166d8a805c322ed ssh-agent 00:22:02 SSH_AUTH_SOCK=/tmp/ssh-qxMs4n43hunZ/agent.11 00:22:02 SSH_AGENT_PID=17 00:22:02 Running ssh-add (command line suppressed) 00:22:02 Identity added: /w/workspace/edgex-go/15@tmp/private_key_7405491703030502452.key (/w/workspace/edgex-go/15@tmp/private_key_7405491703030502452.key) 00:22:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:22:03 + git tag --points-at HEAD [Pipeline] } 00:22:03 $ docker exec --env ******** --env ******** 16d726dc8d833d0b8296e20c4c61b18a001c20f9f42a50713166d8a805c322ed ssh-agent -k 00:22:03 unset SSH_AUTH_SOCK; 00:22:03 unset SSH_AGENT_PID; 00:22:03 echo Agent pid 17 killed; 00:22:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:22:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:22:03 [ssh-agent] Looking for ssh-agent implementation... 00:22:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:22:04 $ docker exec 16d726dc8d833d0b8296e20c4c61b18a001c20f9f42a50713166d8a805c322ed ssh-agent 00:22:04 SSH_AUTH_SOCK=/tmp/ssh-XgwDHBEtkYkm/agent.45 00:22:04 SSH_AGENT_PID=50 00:22:04 Running ssh-add (command line suppressed) 00:22:04 Identity added: /w/workspace/edgex-go/15@tmp/private_key_430189341643957843.key (/w/workspace/edgex-go/15@tmp/private_key_430189341643957843.key) 00:22:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:22:05 + git semver init 00:22:05 # -> Open(): unable to determine branch for HEAD 00:22:05 # $GIT_DIR = /w/workspace/edgex-go/15/.git 00:22:05 # $GIT_WORK_TREE = /w/workspace/edgex-go/15 00:22:05 # $SEMVER_REMOTE_NAME = origin 00:22:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:22:05 # $SEMVER_USER_NAME = edgex-jenkins 00:22:05 # $SEMVER_BRANCH = PR-2970 00:22:05 # $SEMVER_TEMP = /tmp/semver-284527956 00:22:05 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:22:52 # '/tmp/semver-284527956' -> '/w/workspace/edgex-go/15/.semver' 00:22:52 # -> Force: false 00:22:52 # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } 00:22:52 $ docker exec --env ******** --env ******** 16d726dc8d833d0b8296e20c4c61b18a001c20f9f42a50713166d8a805c322ed ssh-agent -k 00:22:53 unset SSH_AUTH_SOCK; 00:22:53 unset SSH_AGENT_PID; 00:22:53 echo Agent pid 50 killed; 00:22:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:22:53 + git semver [Pipeline] } 00:22:53 $ docker stop --time=1 16d726dc8d833d0b8296e20c4c61b18a001c20f9f42a50713166d8a805c322ed 00:22:55 $ docker rm -f 16d726dc8d833d0b8296e20c4c61b18a001c20f9f42a50713166d8a805c322ed [Pipeline] // withDockerContainer [Pipeline] sh 00:22:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:22:57 Stashed 1 file(s) [Pipeline] echo 00:22:57 [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:22:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:22:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:22:58 + sudo service docker restart 00:22:58 + true 00:22:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:23:00 ========================================================= 00:23:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:23:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:23:00 + 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:23:07 Sending build context to Docker daemon 326.6MB 00:23:07 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:23:07 Step 2/6 : FROM ${BASE} 00:23:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:23:07 188c0c94c7c5: Pulling fs layer 00:23:07 0ef7d3d256c8: Pulling fs layer 00:23:07 de9db76c5a1d: Pulling fs layer 00:23:07 bca2f99d35d6: Pulling fs layer 00:23:07 93359f2a8cfa: Pulling fs layer 00:23:07 7c6f9722023f: Pulling fs layer 00:23:07 a35cf1a2eb13: Pulling fs layer 00:23:07 bca2f99d35d6: Waiting 00:23:07 a35cf1a2eb13: Waiting 00:23:07 7c6f9722023f: Waiting 00:23:07 de9db76c5a1d: Verifying Checksum 00:23:07 de9db76c5a1d: Download complete 00:23:07 0ef7d3d256c8: Verifying Checksum 00:23:07 0ef7d3d256c8: Download complete 00:23:07 93359f2a8cfa: Download complete 00:23:08 7c6f9722023f: Verifying Checksum 00:23:08 7c6f9722023f: Download complete 00:23:08 188c0c94c7c5: Verifying Checksum 00:23:08 188c0c94c7c5: Download complete 00:23:08 188c0c94c7c5: Pull complete 00:23:09 0ef7d3d256c8: Pull complete 00:23:09 de9db76c5a1d: Pull complete 00:23:12 a35cf1a2eb13: Verifying Checksum 00:23:12 a35cf1a2eb13: Download complete 00:23:12 Still waiting to schedule task 00:23:12 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:23:13 bca2f99d35d6: Verifying Checksum 00:23:13 bca2f99d35d6: Download complete 00:23:24 bca2f99d35d6: Pull complete 00:23:24 93359f2a8cfa: Pull complete 00:23:24 7c6f9722023f: Pull complete 00:23:29 a35cf1a2eb13: Pull complete 00:23:29 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:23:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:23:29 ---> a62c8e92a672 00:23:29 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:23:29 ---> Running in 8b1cfc674bab 00:23:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:23:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:23:31 (1/12) Installing libmagic (5.38-r0) 00:23:32 (2/12) Installing file (5.38-r0) 00:23:32 (3/12) Installing libc-dev (0.7.2-r3) 00:23:32 (4/12) Installing g++ (9.3.0-r2) 00:23:37 (5/12) Installing fortify-headers (1.1-r0) 00:23:37 (6/12) Installing patch (2.7.6-r6) 00:23:37 (7/12) Installing build-base (0.5-r2) 00:23:37 (8/12) Installing libsodium (1.0.18-r0) 00:23:37 (9/12) Installing pkgconf (1.7.2-r0) 00:23:37 (10/12) Installing libsodium-dev (1.0.18-r0) 00:23:37 (11/12) Installing libzmq (4.3.3-r0) 00:23:37 (12/12) Installing zeromq-dev (4.3.3-r0) 00:23:38 Executing busybox-1.31.1-r19.trigger 00:23:38 OK: 233 MiB in 51 packages 00:23:42 Removing intermediate container 8b1cfc674bab 00:23:42 ---> 55ad3cdd7327 00:23:42 Step 4/6 : WORKDIR /edgex-go 00:23:42 ---> Running in ee70e5519887 00:23:42 Removing intermediate container ee70e5519887 00:23:42 ---> 3dba16b9976a 00:23:42 Step 5/6 : COPY go.mod . 00:23:42 ---> 5deb58b6ff45 00:23:42 Step 6/6 : RUN go mod download 00:23:42 ---> Running in 41f35a637a12 00:24:09 Removing intermediate container 41f35a637a12 00:24:09 ---> 90a5dec6cec5 00:24:09 Successfully built 90a5dec6cec5 00:24:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:24:09 + docker inspect -f . ci-base-image-x86_64 00:24:09 . [Pipeline] withDockerContainer 00:24:10 prd-centos7-docker-4c-2g-19183 does not seem to be running inside a container 00:24:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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:24:11 $ docker top 930f10e933cc73ecc71260d24ce79eabe2324d674d1b02d843efbae69d828d46 -eo pid,comm [Pipeline] { [Pipeline] sh 00:24:12 + go version 00:24:12 go version go1.15.5 linux/amd64 [Pipeline] } 00:24:12 $ docker stop --time=1 930f10e933cc73ecc71260d24ce79eabe2324d674d1b02d843efbae69d828d46 00:24:14 $ docker rm -f 930f10e933cc73ecc71260d24ce79eabe2324d674d1b02d843efbae69d828d46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:24:15 + docker inspect -f . ci-base-image-x86_64 00:24:15 . [Pipeline] withDockerContainer 00:24:15 prd-centos7-docker-4c-2g-19183 does not seem to be running inside a container 00:24: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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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:24:17 $ docker top fe929c076e7efd50703f17ec5ee271976f7b93f6bdccc2b94cc6ba4c51ac7156 -eo pid,comm [Pipeline] { [Pipeline] echo 00:24:17 ========================================================= 00:24:17 [edgeXBuildGoParallel] Running Tests and Build... 00:24:17 ========================================================= [Pipeline] sh 00:24:18 + make test 00:24:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:24:33 ? github.com/edgexfoundry/edgex-go [no test files] 00:25:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:25:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:25:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:25:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:25:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:25:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:25:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:25:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:25:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:25:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:25:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:25:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:25:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:25:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:25:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.306s coverage: 46.6% of statements 00:25:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:25:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:25:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:25:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:25:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:25:29 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.363s coverage: 27.0% of statements 00:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:25:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements 00:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:25:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements 00:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:25:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.424s coverage: 77.8% of statements 00:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:25:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.528s coverage: 82.4% of statements 00:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:25:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:25:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.552s coverage: 28.6% of statements 00:25:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:25:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:25:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:25:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:25:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:25:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.181s coverage: 100.0% of statements 00:25:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:25:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.117s coverage: 100.0% of statements 00:25:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:25:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.231s coverage: 86.7% of statements 00:25:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:25:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.243s coverage: 97.5% of statements 00:25:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:25:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.075s coverage: 78.3% of statements 00:25:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:25:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:25:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:25:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:25:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.806s coverage: 93.8% of statements 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:25:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:25:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.131s coverage: 0.1% of statements 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:25:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 43.8% of statements 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 00:25:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:25:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.073s coverage: 82.7% of statements 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 75.5% of statements 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.080s coverage: 80.8% of statements 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.123s coverage: 84.2% of statements 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.238s coverage: 91.4% of statements 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.317s coverage: 63.5% of statements 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.065s coverage: 91.3% of statements 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.495s coverage: 55.9% of statements 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.112s coverage: 37.0% of statements 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.615s coverage: 84.0% of statements 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.103s coverage: 100.0% of statements 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.325s coverage: 47.1% of statements 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.088s coverage: 100.0% of statements 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.147s coverage: 100.0% of statements 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.267s coverage: 29.1% of statements 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.199s coverage: 99.0% of statements 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.127s coverage: 100.0% of statements 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/system 0.096s coverage: 0.0% of statements 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.064s coverage: 87.9% of statements 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:26:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 00:26:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.095s coverage: 100.0% of statements 00:26:00 GO111MODULE=on go vet ./... 00:26:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19188 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 00:26:04 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 00:26:09 using credential edgex-jenkins-ssh 00:26:09 Cloning the remote Git repository 00:26:09 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:26:09 > git init /w/workspace/edgex-go/15 # timeout=10 00:26:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:26:09 > git --version # timeout=10 00:26:09 > git --version # 'git version 2.17.1' 00:26:09 using GIT_SSH to set credentials SSH Credentials for GitHub 00:26:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:26:27 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit 15d5910ca8b9da1713db94513de9bdb4c10a9665 00:26:28 Merge succeeded, producing 15d5910ca8b9da1713db94513de9bdb4c10a9665 00:26:28 Checking out Revision 15d5910ca8b9da1713db94513de9bdb4c10a9665 (PR-2970) 00:26:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:26:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:26:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:26:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:26:27 using GIT_SSH to set credentials SSH Credentials for GitHub 00:26:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:26:27 > git config core.sparsecheckout # timeout=10 00:26:28 > git checkout -f 15d5910ca8b9da1713db94513de9bdb4c10a9665 # timeout=10 00:26:28 > git remote # timeout=10 00:26:28 > git config --get remote.origin.url # timeout=10 00:26:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:26:28 > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 00:26:28 > git rev-parse HEAD^{commit} # timeout=10 00:26:28 > git config core.sparsecheckout # timeout=10 00:26:28 > git checkout -f 15d5910ca8b9da1713db94513de9bdb4c10a9665 # timeout=10 00:26:32 Commit message: "feat(security): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:26:35 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:26:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:26:36 + true 00:26:36 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:26:38 provisioning config files... 00:26:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config4433494504407353791tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:26:39 ---> docker-login.sh 00:26:39 nexus3.edgexfoundry.org:10001 00:26:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:26:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:26:40 Configure a credential helper to remove this warning. See 00:26:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:26:40 00:26:40 Login Succeeded 00:26:40 nexus3.edgexfoundry.org:10002 00:26:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:26:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:26:40 Configure a credential helper to remove this warning. See 00:26:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:26:40 00:26:40 Login Succeeded 00:26:40 nexus3.edgexfoundry.org:10003 00:26:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:26:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:26:41 Configure a credential helper to remove this warning. See 00:26:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:26:41 00:26:41 Login Succeeded 00:26:41 nexus3.edgexfoundry.org:10004 00:26:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:26:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:26:41 Configure a credential helper to remove this warning. See 00:26:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:26:41 00:26:41 Login Succeeded 00:26:41 docker.io 00:26:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:26:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:26:42 Configure a credential helper to remove this warning. See 00:26:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:26:42 00:26:42 Login Succeeded 00:26:42 ---> docker-login.sh ends [Pipeline] } 00:26:42 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:26:43 ========================================================= 00:26:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:26:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:26:43 + 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:26:45 Sending build context to Docker daemon 165.6MB 00:26:45 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:26:45 Step 2/6 : FROM ${BASE} 00:26:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:26:45 5f621e34cdf4: Pulling fs layer 00:26:45 a4357932f1b6: Pulling fs layer 00:26:45 18c013af1878: Pulling fs layer 00:26:45 00ac8860ef70: Pulling fs layer 00:26:45 63d7cb157983: Pulling fs layer 00:26:45 b116817d02f9: Pulling fs layer 00:26:45 745a02a5169b: Pulling fs layer 00:26:45 00ac8860ef70: Waiting 00:26:45 63d7cb157983: Waiting 00:26:45 b116817d02f9: Waiting 00:26:45 745a02a5169b: Waiting 00:26:45 18c013af1878: Verifying Checksum 00:26:45 18c013af1878: Download complete 00:26:45 a4357932f1b6: Download complete 00:26:45 63d7cb157983: Verifying Checksum 00:26:45 63d7cb157983: Download complete 00:26:46 b116817d02f9: Verifying Checksum 00:26:46 b116817d02f9: Download complete 00:26:46 5f621e34cdf4: Verifying Checksum 00:26:46 5f621e34cdf4: Download complete 00:26:46 5f621e34cdf4: Pull complete 00:26:47 a4357932f1b6: Pull complete 00:26:47 18c013af1878: Pull complete 00:26:47 gofmt -l . 00:26:47 [ "`gofmt -l .`" = "" ] 00:26:47 ./bin/test-go-mod-tidy.sh 00:26:47 ./bin/test-attribution-txt.sh 00:26:48 745a02a5169b: Verifying Checksum 00:26:48 745a02a5169b: Download complete [Pipeline] sh 00:26:49 00ac8860ef70: Verifying Checksum 00:26:49 00ac8860ef70: Download complete 00:26:49 + ls -al . 00:26:49 total 644 00:26:49 drwxrwxr-x 10 1001 1001 4096 Jan 9 00:26 . 00:26:49 drwxr-xr-x 4 root root 30 Jan 9 00:24 .. 00:26:49 -rw-rw-r-- 1 1001 1001 11 Jan 9 00:21 .dockerignore 00:26:49 drwxrwxr-x 8 1001 1001 179 Jan 9 00:21 .git 00:26:49 drwxrwxr-x 3 1001 1001 125 Jan 9 00:21 .github 00:26:49 -rw-rw-r-- 1 1001 1001 872 Jan 9 00:21 .gitignore 00:26:49 drwx------ 3 1001 1001 47 Jan 9 00:22 .semver 00:26:49 -rw-rw-r-- 1 1001 1001 166 Jan 9 00:21 .sonarcloud.properties 00:26:49 -rw-rw-r-- 1 1001 1001 3804 Jan 9 00:21 CONTRIBUTING.md 00:26:49 -rw-rw-r-- 1 1001 1001 931 Jan 9 00:21 Dockerfile.build 00:26:49 -rw-rw-r-- 1 1001 1001 863 Jan 9 00:21 Jenkinsfile 00:26:49 -rw-rw-r-- 1 1001 1001 10775 Jan 9 00:21 LICENSE 00:26:49 -rw-rw-r-- 1 1001 1001 6001 Jan 9 00:21 Makefile 00:26:49 -rw-rw-r-- 1 1001 1001 6524 Jan 9 00:21 README.md 00:26:49 -rw-rw-r-- 1 1001 1001 6744 Jan 9 00:21 SECURITY.md 00:26:49 -rw-rw-r-- 1 1001 1001 5 Jan 9 00:22 VERSION 00:26:49 -rw-rw-r-- 1 1001 1001 4131 Jan 9 00:21 ZMQWindows.md 00:26:49 drwxrwxr-x 2 1001 1001 117 Jan 9 00:21 bin 00:26:49 drwxrwxr-x 15 1001 1001 4096 Jan 9 00:21 cmd 00:26:49 -rw-r--r-- 1 root root 546759 Jan 9 00:25 coverage.out 00:26:49 -rw-r--r-- 1 root root 1005 Jan 9 00:26 go.mod 00:26:49 -rw-r--r-- 1 root root 19172 Jan 9 00:26 go.sum 00:26:49 drwxrwxr-x 8 1001 1001 127 Jan 9 00:21 internal 00:26:49 drwxrwxr-x 4 1001 1001 26 Jan 9 00:21 openapi 00:26:49 drwxrwxr-x 4 1001 1001 71 Jan 9 00:21 snap 00:26:49 -rw-rw-r-- 1 1001 1001 168 Jan 9 00:21 version.go [Pipeline] sh 00:26:50 + '[' -e coverage.out ] 00:26:50 + chown 1001:1001 coverage.out [Pipeline] stash 00:26:50 Stashed 1 file(s) [Pipeline] sh 00:26:50 + make build 00:26:50 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:26:56 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:26:59 00ac8860ef70: Pull complete 00:27:00 63d7cb157983: Pull complete 00:27:00 b116817d02f9: Pull complete 00:27:04 745a02a5169b: Pull complete 00:27:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:27:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:27:04 ---> b7e6874047d6 00:27:04 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:27:08 ---> Running in b7a355467e45 00:27:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:27:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:27:09 (1/12) Installing libmagic (5.38-r0) 00:27:10 (2/12) Installing file (5.38-r0) 00:27:10 (3/12) Installing libc-dev (0.7.2-r3) 00:27:10 (4/12) Installing g++ (9.3.0-r2) 00:27:11 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:27:12 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:27:15 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:27:15 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:27:17 (5/12) Installing fortify-headers (1.1-r0) 00:27:17 (6/12) Installing patch (2.7.6-r6) 00:27:17 (7/12) Installing build-base (0.5-r2) 00:27:17 (8/12) Installing libsodium (1.0.18-r0) 00:27:17 (9/12) Installing pkgconf (1.7.2-r0) 00:27:17 (10/12) Installing libsodium-dev (1.0.18-r0) 00:27:17 (11/12) Installing libzmq (4.3.3-r0) 00:27:17 (12/12) Installing zeromq-dev (4.3.3-r0) 00:27:17 Executing busybox-1.31.1-r19.trigger 00:27:17 OK: 217 MiB in 51 packages 00:27:19 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:27:21 Removing intermediate container b7a355467e45 00:27:21 ---> 5e4f7d613e73 00:27:21 Step 4/6 : WORKDIR /edgex-go 00:27:21 ---> Running in 29e763f63127 00:27:21 Removing intermediate container 29e763f63127 00:27:21 ---> 25c4ea28e512 00:27:21 Step 5/6 : COPY go.mod . 00:27:21 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:27:22 ---> e42c5050fd88 00:27:22 Step 6/6 : RUN go mod download 00:27:22 ---> Running in 37427bf3b5f1 00:27:23 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:27:25 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:27:28 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:27:29 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:27:32 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:27:36 $ docker stop --time=1 fe929c076e7efd50703f17ec5ee271976f7b93f6bdccc2b94cc6ba4c51ac7156 00:27:37 $ docker rm -f fe929c076e7efd50703f17ec5ee271976f7b93f6bdccc2b94cc6ba4c51ac7156 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:27:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:27:40 00:27:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:27:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:27:41 latest: Pulling from edgex-devops/edgex-compose 00:27:41 cbdbe7a5bc2a: Pulling fs layer 00:27:41 ca9280d653b3: Pulling fs layer 00:27:41 7e9c9ca2126c: Pulling fs layer 00:27:41 cbdbe7a5bc2a: Download complete 00:27:42 cbdbe7a5bc2a: Pull complete 00:27:42 ca9280d653b3: Download complete 00:27:45 ca9280d653b3: Pull complete 00:27:45 7e9c9ca2126c: Verifying Checksum 00:27:45 7e9c9ca2126c: Download complete 00:27:49 Removing intermediate container 37427bf3b5f1 00:27:49 ---> cb9846c87917 00:27:49 Successfully built cb9846c87917 00:27:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:27:49 + docker inspect -f . ci-base-image-arm64 00:27:49 . [Pipeline] withDockerContainer 00:27:49 prd-ubuntu18.04-docker-arm64-4c-16g-19188 does not seem to be running inside a container 00:27:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-arm64 cat 00:27:51 $ docker top 8b4deaf679aaa6281df33cce9a8bf189fcc4e8195b6af37bf7f4906380ca74bc -eo pid,comm [Pipeline] { [Pipeline] sh 00:27:52 + go version 00:27:52 go version go1.15.5 linux/arm64 [Pipeline] } 00:27:52 $ docker stop --time=1 8b4deaf679aaa6281df33cce9a8bf189fcc4e8195b6af37bf7f4906380ca74bc 00:27:54 7e9c9ca2126c: Pull complete 00:27:54 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:27:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:27:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:27:54 $ docker rm -f 8b4deaf679aaa6281df33cce9a8bf189fcc4e8195b6af37bf7f4906380ca74bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withDockerContainer 00:27:55 prd-centos7-docker-4c-2g-19183 does not seem to be running inside a container 00:27:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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:27:58 $ docker top 583ce1dd910e7c665dd7e65fdf144f1d976ccc2ff1887f65a5a3cea38f58eaa7 -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:27:59 + grep parallel 00:27:59 + docker-compose build --help 00:27:59 + docker inspect -f . ci-base-image-arm64 00:27:59 . [Pipeline] withDockerContainer 00:28:00 prd-ubuntu18.04-docker-arm64-4c-16g-19188 does not seem to be running inside a container 00:28:00 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-arm64 cat 00:28:01 --parallel Build images in parallel. 00:28:01 $ docker top 4cf62b06ce77c90e79464ceaa52f7f5c9f66ca7481e0328ef62f60f5bb492738 -eo pid,comm [Pipeline] { [Pipeline] } 00:28:02 $ docker stop --time=1 583ce1dd910e7c665dd7e65fdf144f1d976ccc2ff1887f65a5a3cea38f58eaa7 00:28:03 $ docker rm -f 583ce1dd910e7c665dd7e65fdf144f1d976ccc2ff1887f65a5a3cea38f58eaa7 [Pipeline] // withDockerContainer [Pipeline] echo 00:28:03 ========================================================= 00:28:03 [edgeXBuildGoParallel] Running Tests and Build... 00:28:03 ========================================================= [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:28:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:28:04 . [Pipeline] withDockerContainer 00:28:04 + make test 00:28:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:28:04 prd-centos7-docker-4c-2g-19183 does not seem to be running inside a container 00:28:04 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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:28:06 $ docker top 3dbf43bfeb8106363e744f27ba307e6490ddbe03192f1731bb4b0ae4f8cbe0bb -eo pid,comm [Pipeline] { [Pipeline] sh 00:28:06 + docker-compose -f ./docker-compose-build.yml build --parallel 00:28:08 Building docker-core-command-go ... 00:28:08 Building docker-core-data-go ... 00:28:08 Building docker-core-metadata-go ... 00:28:08 Building docker-security-bootstrapper-go ... 00:28:08 Building docker-security-proxy-setup-go ... 00:28:08 Building docker-security-secretstore-setup-go ... 00:28:08 Building docker-support-notifications-go ... 00:28:08 Building docker-support-scheduler-go ... 00:28:08 Building docker-sys-mgmt-agent-go ... 00:28:08 Building docker-core-metadata-go 00:28:08 Building docker-support-notifications-go 00:28:08 Building docker-security-secretstore-setup-go 00:28:08 Building docker-sys-mgmt-agent-go 00:28:08 Building docker-security-proxy-setup-go 00:28:26 ? github.com/edgexfoundry/edgex-go [no test files] 00:28:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:28:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:28:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:28:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:28:55 ---> 90a5dec6cec5 00:28:55 Step 3/21 : WORKDIR /edgex-go 00:28:55 ---> 90a5dec6cec5 00:28:55 Step 3/23 : WORKDIR /edgex-go 00:28:57 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:28:57 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:28:57 ---> 90a5dec6cec5 00:28:57 Step 3/24 : WORKDIR /edgex-go 00:28:57 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:28:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:28:57 ---> 90a5dec6cec5 00:28:57 Step 3/26 : WORKDIR /edgex-go 00:28:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:28:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:28:57 ---> 90a5dec6cec5 00:28:57 Step 3/22 : WORKDIR /edgex-go 00:28:57 ---> Running in 916b022cd2ec 00:28:57 ---> Running in a7fc3465ef1a 00:28:57 ---> Running in addc687bbacd 00:28:57 ---> Running in f2f627061e4e 00:28:57 ---> Running in 988d1f70e9d0 00:28:58 Removing intermediate container 988d1f70e9d0 00:28:58 ---> 86d0bcc7e149 00:28:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:28:58 Removing intermediate container 916b022cd2ec 00:28:58 ---> 771c9195ad6a 00:28:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:28:58 Removing intermediate container f2f627061e4e 00:28:58 ---> e8e0bb1325bc 00:28:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:28:58 Removing intermediate container a7fc3465ef1a 00:28:58 ---> 486aefe89c01 00:28:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:28:58 Removing intermediate container addc687bbacd 00:28:58 ---> 5c174e954545 00:28:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:28:58 ---> Running in 222397be1d5c 00:28:58 ---> Running in 207619fbd559 00:28:58 ---> Running in 82a81938ee66 00:28:58 ---> Running in 19a4cd91f1ca 00:28:58 ---> Running in d076193a76ba 00:29:03 Removing intermediate container 19a4cd91f1ca 00:29:03 ---> e2309bbbbb40 00:29:03 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:29:03 Removing intermediate container 207619fbd559 00:29:03 ---> 19461fbf9f73 00:29:03 Step 5/21 : RUN apk add --update --no-cache make git 00:29:03 Removing intermediate container 222397be1d5c 00:29:03 ---> dc36b66f92b7 00:29:03 Step 5/26 : RUN apk add --update --no-cache make bash git 00:29:03 ---> Running in 11a62b37e6a7 00:29:03 Removing intermediate container 82a81938ee66 00:29:03 ---> 7518625568b3 00:29:03 Step 5/24 : RUN apk add --update --no-cache make git 00:29:03 ---> Running in 2c1c664ee2b8 00:29:03 Removing intermediate container d076193a76ba 00:29:03 ---> d84c4acc1e02 00:29:03 Step 5/23 : RUN apk add --update --no-cache make git 00:29:03 ---> Running in 1318171e2fd0 00:29:03 ---> Running in 820a9b31265f 00:29:03 ---> Running in b103ff595680 00:29:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:06 OK: 233 MiB in 51 packages 00:29:06 OK: 233 MiB in 51 packages 00:29:06 OK: 233 MiB in 51 packages 00:29:06 OK: 233 MiB in 51 packages 00:29:06 OK: 233 MiB in 51 packages 00:29:07 Removing intermediate container 11a62b37e6a7 00:29:07 ---> a9c919a20138 00:29:07 Step 6/22 : COPY go.mod . 00:29:07 Removing intermediate container 1318171e2fd0 00:29:07 ---> 0561b493648b 00:29:07 Step 6/26 : COPY go.mod . 00:29:07 Removing intermediate container 2c1c664ee2b8 00:29:07 ---> 2f37711dc2b6 00:29:07 Step 6/21 : COPY go.mod . 00:29:07 Removing intermediate container b103ff595680 00:29:07 ---> 8296373b424d 00:29:07 Step 6/23 : COPY go.mod . 00:29:08 Removing intermediate container 820a9b31265f 00:29:08 ---> 923b68487fbb 00:29:08 Step 6/24 : COPY go.mod . 00:29:08 ---> 265bd9f5c315 00:29:08 Step 7/22 : RUN go mod download 00:29:08 ---> Running in d30687525882 00:29:08 ---> 0a511bd3e653 00:29:08 Step 7/26 : RUN go mod download 00:29:08 ---> 3913eb5c7b7d 00:29:08 Step 7/24 : RUN go mod download 00:29:08 ---> 45738db772be 00:29:08 Step 7/23 : RUN go mod download 00:29:08 ---> Running in b706610a0bed 00:29:08 ---> 739d4b1ca788 00:29:08 Step 7/21 : RUN go mod download 00:29:09 ---> Running in 827d951f4bce 00:29:09 ---> Running in e1740e049429 00:29:09 ---> Running in 58c6eb44b63f 00:29:12 Removing intermediate container e1740e049429 00:29:12 ---> a3b92babdb26 00:29:12 Step 8/24 : COPY . . 00:29:12 Removing intermediate container b706610a0bed 00:29:12 ---> fc2a6b7407b1 00:29:12 Step 8/26 : COPY . . 00:29:12 Removing intermediate container 827d951f4bce 00:29:12 ---> 9d3f4251ea71 00:29:12 Step 8/23 : COPY . . 00:29:12 Removing intermediate container 58c6eb44b63f 00:29:12 ---> 1d0b35ad1fee 00:29:12 Step 8/21 : COPY . . 00:29:12 Removing intermediate container d30687525882 00:29:12 ---> 488577ad7937 00:29:12 Step 8/22 : COPY . . 00:29:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:29:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:29:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:29:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:29:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:29:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:29:31 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:29:31 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:29:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:29:31 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:29:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:29:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:29:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:29:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:29:42 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.242s coverage: 46.6% of statements 00:29:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:29:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:29:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:29:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:29:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:29:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.504s coverage: 27.0% of statements 00:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:29:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.097s coverage: 100.0% of statements 00:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:29:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 00:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:29:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.230s coverage: 77.1% of statements 00:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:29:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:29:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.670s coverage: 82.4% of statements 00:29:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:29:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:29:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:29:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:29:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.168s coverage: 28.6% of statements 00:29:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:29:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:29:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:29:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:29:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:29:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.191s coverage: 100.0% of statements 00:29:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:29:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements 00:29:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:29:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.275s coverage: 86.7% of statements 00:29:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:29:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.315s coverage: 97.5% of statements 00:29:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:29:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.172s coverage: 78.3% of statements 00:29:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:29:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:29:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:29:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:30:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.126s coverage: 93.8% of statements 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:30:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:30:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.164s coverage: 0.1% of statements 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:30:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.097s coverage: 43.8% of statements 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 00:30:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.125s coverage: 87.5% of statements 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:30:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:30:09 ---> 1891b4444279 00:30:09 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:30:09 ---> 0c80f5f53047 00:30:09 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:30:09 ---> 7bab12184c85 00:30:09 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:30:09 ---> b3719d78d8d8 00:30:09 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:30:09 ---> Running in f5ffbd6488f2 00:30:09 ---> Running in fec61a9f4537 00:30:09 ---> 667c4fd25871 00:30:09 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:30:09 ---> Running in 886698414bd9 00:30:09 ---> Running in 8337d20968cb 00:30:09 ---> Running in 721f9395e5f6 00:30:09 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:30:09 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:30:09 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:30:09 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:30:09 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:30:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.078s coverage: 82.7% of statements 00:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:30:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 00:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:30:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.124s coverage: 75.5% of statements 00:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:30:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.8% of statements 00:30:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements 00:30:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.166s coverage: 84.2% of statements 00:30:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.178s coverage: 91.4% of statements 00:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:30:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.524s coverage: 63.5% of statements 00:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:30:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements 00:30:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements 00:30:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements 00:30:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements 00:30:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 00:30:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.768s coverage: 55.9% of statements 00:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:30:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.351s coverage: 37.0% of statements 00:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:30:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:30:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.528s coverage: 84.0% of statements 00:30:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.069s coverage: 100.0% of statements 00:30:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.410s coverage: 47.1% of statements 00:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:30:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements 00:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:30:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.137s coverage: 100.0% of statements 00:30:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:30:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.580s coverage: 29.1% of statements 00:30:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:30:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:30:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:30:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:30:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:30:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.225s coverage: 99.0% of statements 00:30:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:30:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.125s coverage: 100.0% of statements 00:30:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:30:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements 00:30:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:30:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 00:30:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:30:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:30:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:30:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:30:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements 00:30:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:30:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:30:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 00:30:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.067s coverage: 32.1% of statements 00:30:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:30:37 GO111MODULE=on go vet ./... 00:30:50 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:30:50 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:30:55 Removing intermediate container fec61a9f4537 00:30:55 ---> 27dc5573449d 00:30:55 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:30:56 ---> Running in 94b4f5f24d6a 00:30:58 Removing intermediate container 8337d20968cb 00:30:58 ---> a0bb3f631b0f 00:30:58 00:30:58 Step 10/22 : FROM alpine:3.12 00:30:58 3.12: Pulling from library/alpine 00:30:58 Removing intermediate container f5ffbd6488f2 00:30:58 ---> 1d7b234cf689 00:30:58 00:30:58 Step 10/24 : FROM alpine:3.12 00:30:58 3.12: Pulling from library/alpine 00:30:59 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:31:00 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:31:00 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:31:00 Status: Image is up to date for alpine:3.12 00:31:00 ---> 389fef711851 00:31:00 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:31:00 Status: Downloaded newer image for alpine:3.12 00:31:00 ---> 389fef711851 00:31:00 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:31:01 ---> Running in c9cf2a1e9c46 00:31:01 ---> Running in 50c29e720871 00:31:02 Removing intermediate container 886698414bd9 00:31:02 ---> 7ecfcc7fcccf 00:31:02 00:31:02 Step 10/21 : FROM alpine:3.12 00:31:02 ---> 389fef711851 00:31:02 Step 11/21 : RUN apk add --update --no-cache curl 00:31:02 ---> Running in 5cabda7f98a7 00:31:03 Removing intermediate container 94b4f5f24d6a 00:31:03 ---> aa522933030a 00:31:03 00:31:03 Step 11/26 : FROM docker:20.10.0 00:31:03 20.10.0: Pulling from library/docker 00:31:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:04 (1/5) Installing ca-certificates (20191127-r4) 00:31:04 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:31:04 (3/5) Installing libcurl (7.69.1-r3) 00:31:04 (4/5) Installing curl (7.69.1-r3) 00:31:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:04 (5/5) Installing dumb-init (1.2.2-r1) 00:31:04 Executing busybox-1.31.1-r19.trigger 00:31:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:04 Executing ca-certificates-20191127-r4.trigger 00:31:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:04 OK: 7 MiB in 19 packages 00:31:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:05 (1/2) Installing ca-certificates (20191127-r4) 00:31:05 (2/2) Installing dumb-init (1.2.2-r1) 00:31:05 Executing busybox-1.31.1-r19.trigger 00:31:05 Executing ca-certificates-20191127-r4.trigger 00:31:05 OK: 6 MiB in 16 packages 00:31:05 (1/4) Installing ca-certificates (20191127-r4) 00:31:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:31:06 (3/4) Installing libcurl (7.69.1-r3) 00:31:06 (4/4) Installing curl (7.69.1-r3) 00:31:06 Executing busybox-1.31.1-r19.trigger 00:31:06 Executing ca-certificates-20191127-r4.trigger 00:31:06 OK: 7 MiB in 18 packages 00:31:07 Removing intermediate container 721f9395e5f6 00:31:07 ---> a1e8d8dd4f92 00:31:07 00:31:07 Step 10/23 : FROM alpine:3.12 00:31:07 ---> 389fef711851 00:31:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:31:07 ---> Running in 30c0c99271e5 00:31:08 Removing intermediate container c9cf2a1e9c46 00:31:08 ---> 6f23b7561b6c 00:31:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:31:09 ---> Running in bfda9732cfdb 00:31:09 Removing intermediate container 5cabda7f98a7 00:31:09 ---> 3e54a3db03f2 00:31:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:31:09 Removing intermediate container 50c29e720871 00:31:09 ---> b2017822e338 00:31:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:31:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:09 ---> Running in 11349347844c 00:31:09 ---> Running in fc341344b11b 00:31:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:09 Removing intermediate container bfda9732cfdb 00:31:09 ---> 7c15b9d2f07e 00:31:09 Step 13/24 : WORKDIR / 00:31:09 (1/1) Installing dumb-init (1.2.2-r1) 00:31:09 Executing busybox-1.31.1-r19.trigger 00:31:09 OK: 6 MiB in 15 packages 00:31:10 ---> Running in eabb63b2aea7 00:31:10 Removing intermediate container 11349347844c 00:31:10 ---> 025603f37115 00:31:10 Step 13/21 : WORKDIR /edgex 00:31:10 Removing intermediate container fc341344b11b 00:31:10 ---> 4bfe027b388e 00:31:10 Step 13/22 : ENV APP_PORT=48060 00:31:10 ---> Running in 45b19a09e251 00:31:10 ---> Running in 6156a08066a3 00:31:10 Removing intermediate container eabb63b2aea7 00:31:10 ---> aab58ac2020a 00:31:10 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:31:11 Removing intermediate container 45b19a09e251 00:31:11 ---> f371788740ac 00:31:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:31:11 Removing intermediate container 6156a08066a3 00:31:11 ---> 640f107bed6e 00:31:11 Step 14/22 : EXPOSE $APP_PORT 00:31:11 ---> Running in 9176bf1d10a1 00:31:11 Removing intermediate container 30c0c99271e5 00:31:11 ---> 4b7244575e2d 00:31:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:31:11 ---> 026268a39402 00:31:11 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:31:12 ---> Running in 47a86f9b9b73 00:31:12 ---> b5496632db46 00:31:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:31:12 Removing intermediate container 9176bf1d10a1 00:31:12 ---> 6e117b94664b 00:31:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:31:12 Removing intermediate container 47a86f9b9b73 00:31:12 ---> c665717d4f50 00:31:12 Step 13/23 : ENV APP_PORT=48081 00:31:12 ---> 508f4c67bea1 00:31:12 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:31:12 ---> Running in b9e28ae473d8 00:31:12 ---> 7ae50627d97b 00:31:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:31:16 Removing intermediate container b9e28ae473d8 00:31:16 ---> c64277c43438 00:31:16 Step 14/23 : EXPOSE $APP_PORT 00:31:16 ---> f942cae95298 00:31:16 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:31:16 ---> e4101d1019e0 00:31:16 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:31:16 ---> Running in a6543f662c55 00:31:16 ---> 77acf86a9e3f 00:31:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:31:16 Removing intermediate container a6543f662c55 00:31:16 ---> eb100aa0ebce 00:31:16 Step 15/23 : WORKDIR / 00:31:16 ---> 73f7a77d2d66 00:31:16 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:31:16 ---> Running in d872bfdea46b 00:31:16 ---> 96808a6e6850 00:31:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:31:16 ---> Running in 8bd916f04875 00:31:16 ---> 4a81390954bd 00:31:16 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:31:16 Removing intermediate container d872bfdea46b 00:31:16 ---> c72f21b63097 00:31:16 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:31:16 ---> Running in 1bcd4c1c8ee6 00:31:16 Removing intermediate container 8bd916f04875 00:31:16 ---> bfe6739701f1 00:31:16 Step 18/21 : CMD ["--init=true"] 00:31:16 ---> Running in bfcfe0ff242d 00:31:16 Removing intermediate container 1bcd4c1c8ee6 00:31:16 ---> 6ec074c14c08 00:31:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:31:16 ---> de0caeedf7d2 00:31:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:31:16 ---> Running in bf55e5ce7a70 00:31:16 Removing intermediate container bfcfe0ff242d 00:31:16 ---> 062355ed2f75 00:31:16 Step 19/21 : LABEL arch=x86_64 00:31:16 ---> 0a78cf6e0fd3 00:31:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:31:17 ---> Running in 9c1611036618 00:31:18 ---> d9a104ef323b 00:31:18 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:31:18 Removing intermediate container bf55e5ce7a70 00:31:18 ---> 98672dcf49bc 00:31:18 Step 20/22 : LABEL arch=x86_64 00:31:18 ---> 42c3ef12d773 00:31:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:31:18 ---> Running in 611f04ba9e4e 00:31:18 ---> Running in 7effc85b6de9 00:31:18 Removing intermediate container 9c1611036618 00:31:18 ---> 595dc620c97e 00:31:18 Step 20/21 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 00:31:18 ---> Running in 4cb41c3ffb0b 00:31:18 Removing intermediate container 7effc85b6de9 00:31:18 ---> c749cef74a87 00:31:18 Step 21/22 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 00:31:18 ---> 809241bb6523 00:31:18 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:31:18 ---> Running in 842eac94eca4 00:31:18 ---> Running in eb4d5253e587 00:31:18 Removing intermediate container 4cb41c3ffb0b 00:31:18 ---> d650520fc9b5 00:31:18 Step 21/21 : LABEL version=0.0.0 00:31:18 ---> Running in aa14c23a25c4 00:31:19 Removing intermediate container 842eac94eca4 00:31:19 ---> 111e092b9286 00:31:19 Step 22/22 : LABEL version=0.0.0 00:31:19 Removing intermediate container eb4d5253e587 00:31:19 ---> 90f79f3fc970 00:31:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:31:19 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:31:19 ---> Running in 7e4016040b64 00:31:19 Status: Downloaded newer image for docker:20.10.0 00:31:19 ---> aefe523efa57 00:31:19 Step 12/26 : RUN apk add --no-cache bash 00:31:19 ---> Running in 66a7f0ff0329 00:31:19 Removing intermediate container aa14c23a25c4 00:31:19 ---> 82da356d2ea4 00:31:19 00:31:19 ---> Running in a93e83c1a405 00:31:20 Removing intermediate container 66a7f0ff0329 00:31:20 ---> 2702920efa3d 00:31:20 Step 21/23 : LABEL arch=x86_64 00:31:20 Removing intermediate container 7e4016040b64 00:31:20 ---> 090cdb4854fa 00:31:20 00:31:20 ---> Running in cfd9ee302153 00:31:20 Successfully built 82da356d2ea4 00:31:20 Successfully tagged docker-security-proxy-setup-go:latest 00:31:20  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 00:31:20 Removing intermediate container 611f04ba9e4e 00:31:20 ---> a175908c6e97 00:31:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:31:20 Successfully built 090cdb4854fa 00:31:20 Successfully tagged docker-support-notifications-go:latest 00:31:20  Building docker-support-notifications-go ... done Building docker-core-command-go 00:31:20 Removing intermediate container cfd9ee302153 00:31:20 ---> 4d55481dd0d8 00:31:20 Step 22/23 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 00:31:20 ---> Running in d8a77edf67af 00:31:21 ---> Running in eebe01ddc7de 00:31:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:21 Removing intermediate container eebe01ddc7de 00:31:21 ---> f375b044b5db 00:31:21 Step 23/23 : LABEL version=0.0.0 00:31:21 Removing intermediate container d8a77edf67af 00:31:21 ---> e55c40333b56 00:31:21 Step 22/24 : LABEL arch=x86_64 00:31:21 ---> Running in f04f969d3033 00:31:21 (1/2) Installing readline (8.0.4-r0) 00:31:21 ---> Running in 9a894b1f4091 00:31:21 (2/2) Installing bash (5.0.17-r0) 00:31:22 Executing bash-5.0.17-r0.post-install 00:31:22 Executing busybox-1.31.1-r19.trigger 00:31:22 OK: 12 MiB in 22 packages 00:31:22 Removing intermediate container f04f969d3033 00:31:22 ---> 4e61dc567a41 00:31:22 00:31:23 Removing intermediate container 9a894b1f4091 00:31:23 ---> 848851ee01c6 00:31:23 Step 23/24 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 00:31:23 Successfully built 4e61dc567a41 00:31:23 Successfully tagged docker-core-metadata-go:latest 00:31:23 Building docker-core-data-go 00:31:24  Building docker-core-metadata-go ... done  ---> Running in 76ca28aecfb6 00:31:26 Removing intermediate container 76ca28aecfb6 00:31:26 ---> 485091efdfff 00:31:26 Step 24/24 : LABEL version=0.0.0 00:31:26 Removing intermediate container a93e83c1a405 00:31:26 ---> 09f8ef5e0510 00:31:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:31:26 ---> Running in a401c46b225d 00:31:26 ---> Running in 7ea669dd1b85 00:31:27 Removing intermediate container a401c46b225d 00:31:27 ---> f5680a648d93 00:31:27 00:31:27 Removing intermediate container 7ea669dd1b85 00:31:27 ---> 335efcc03e5a 00:31:27 Step 14/26 : ENV APP_PORT=48090 00:31:27 Successfully built f5680a648d93 00:31:27 Successfully tagged docker-security-secretstore-setup-go:latest 00:31:28 Building docker-support-scheduler-go 00:31:28  Building docker-security-secretstore-setup-go ... done  ---> Running in 0fb030436036 00:31:29 Removing intermediate container 0fb030436036 00:31:29 ---> 1dbe1f83328a 00:31:29 Step 15/26 : EXPOSE $APP_PORT 00:31:29 ---> Running in 3573ffeb985c 00:31:30 Removing intermediate container 3573ffeb985c 00:31:30 ---> 99ecfcbffcbf 00:31:30 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:31:32 ---> 8c45b6ed8257 00:31:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:31:33 ---> 4f56e7262b26 00:31:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:31:34 ---> ddbc9ad9e422 00:31:34 Step 19/26 : RUN apk --no-cache add py3-pip 00:31:35 ---> Running in 9dd0e5751194 00:31:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:37 (1/33) Installing libbz2 (1.0.8-r1) 00:31:37 (2/33) Installing expat (2.2.9-r1) 00:31:37 (3/33) Installing libffi (3.3-r2) 00:31:37 (4/33) Installing gdbm (1.13-r1) 00:31:37 (5/33) Installing xz-libs (5.2.5-r0) 00:31:37 (6/33) Installing sqlite-libs (3.32.1-r0) 00:31:37 (7/33) Installing python3 (3.8.5-r0) 00:31:42 (8/33) Installing py3-appdirs (1.4.4-r1) 00:31:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:31:42 (10/33) Installing py3-parsing (2.4.7-r0) 00:31:42 (11/33) Installing py3-six (1.15.0-r0) 00:31:42 (12/33) Installing py3-packaging (20.4-r0) 00:31:42 (13/33) Installing py3-setuptools (47.0.0-r0) 00:31:43 (14/33) Installing py3-chardet (3.0.4-r4) 00:31:43 (15/33) Installing py3-idna (2.9-r0) 00:31:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:31:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:31:43 (18/33) Installing py3-requests (2.23.0-r0) 00:31:44 (19/33) Installing py3-msgpack (1.0.0-r0) 00:31:44 (20/33) Installing py3-lockfile (0.12.2-r3) 00:31:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:31:44 (22/33) Installing py3-colorama (0.4.3-r0) 00:31:44 (23/33) Installing py3-distlib (0.3.0-r0) 00:31:44 (24/33) Installing py3-distro (1.5.0-r1) 00:31:44 (25/33) Installing py3-webencodings (0.5.1-r3) 00:31:45 (26/33) Installing py3-html5lib (1.0.1-r4) 00:31:45 gofmt -l . 00:31:45 [ "`gofmt -l .`" = "" ] 00:31:46 (27/33) Installing py3-pytoml (0.1.21-r0) 00:31:46 (28/33) Installing py3-pep517 (0.8.2-r0) 00:31:46 (29/33) Installing py3-progress (1.5-r0) 00:31:46 (30/33) Installing py3-toml (0.10.1-r0) 00:31:46 (31/33) Installing py3-retrying (1.3.3-r0) 00:31:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:31:46 (33/33) Installing py3-pip (20.1.1-r0) 00:31:47 Executing busybox-1.31.1-r19.trigger 00:31:47 OK: 71 MiB in 55 packages 00:31:47 ./bin/test-go-mod-tidy.sh 00:31:48 ./bin/test-attribution-txt.sh [Pipeline] sh 00:31:53 + ls -al . 00:31:53 total 672 00:31:53 drwxrwxr-x 9 1001 1001 4096 Jan 9 00:31 . 00:31:53 drwxr-xr-x 4 root root 4096 Jan 9 00:28 .. 00:31:53 -rw-rw-r-- 1 1001 1001 11 Jan 9 00:26 .dockerignore 00:31:53 drwxrwxr-x 8 1001 1001 4096 Jan 9 00:26 .git 00:31:53 drwxrwxr-x 3 1001 1001 4096 Jan 9 00:26 .github 00:31:53 -rw-rw-r-- 1 1001 1001 872 Jan 9 00:26 .gitignore 00:31:53 -rw-rw-r-- 1 1001 1001 166 Jan 9 00:26 .sonarcloud.properties 00:31:53 -rw-rw-r-- 1 1001 1001 3804 Jan 9 00:26 CONTRIBUTING.md 00:31:53 -rw-rw-r-- 1 1001 1001 931 Jan 9 00:26 Dockerfile.build 00:31:53 -rw-rw-r-- 1 1001 1001 863 Jan 9 00:26 Jenkinsfile 00:31:53 -rw-rw-r-- 1 1001 1001 10775 Jan 9 00:26 LICENSE 00:31:53 -rw-rw-r-- 1 1001 1001 6001 Jan 9 00:26 Makefile 00:31:53 -rw-rw-r-- 1 1001 1001 6524 Jan 9 00:26 README.md 00:31:53 -rw-rw-r-- 1 1001 1001 6744 Jan 9 00:26 SECURITY.md 00:31:53 -rw-rw-r-- 1 1001 1001 5 Jan 9 00:22 VERSION 00:31:53 -rw-rw-r-- 1 1001 1001 4131 Jan 9 00:26 ZMQWindows.md 00:31:53 drwxrwxr-x 2 1001 1001 4096 Jan 9 00:26 bin 00:31:53 drwxrwxr-x 15 1001 1001 4096 Jan 9 00:26 cmd 00:31:53 -rw-r--r-- 1 root root 546759 Jan 9 00:30 coverage.out 00:31:53 -rw-r--r-- 1 root root 1005 Jan 9 00:31 go.mod 00:31:53 -rw-r--r-- 1 root root 19172 Jan 9 00:31 go.sum 00:31:53 drwxrwxr-x 8 1001 1001 4096 Jan 9 00:26 internal 00:31:53 drwxrwxr-x 4 1001 1001 4096 Jan 9 00:26 openapi 00:31:53 drwxrwxr-x 4 1001 1001 4096 Jan 9 00:26 snap 00:31:53 -rw-rw-r-- 1 1001 1001 168 Jan 9 00:26 version.go [Pipeline] sh 00:31:54 + '[' -e coverage.out ] 00:31:54 + chown 1001:1001 coverage.out [Pipeline] stash 00:31:54 Warning: overwriting stash ‘coverage-report’ 00:31:55 Stashed 1 file(s) [Pipeline] sh 00:31:56 + make build 00:31:56 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:32:06 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:32:10 Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:32:10 Step 2/32 : FROM ${BUILDER_BASE} AS builder 00:32:10 ---> 90a5dec6cec5 00:32:10 Step 3/32 : WORKDIR /edgex-go 00:32:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:32:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:32:10 ---> 90a5dec6cec5 00:32:10 Step 3/23 : WORKDIR /edgex-go 00:32:10 ---> Using cache 00:32:10 ---> 5c174e954545 00:32:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:32:10 ---> Using cache 00:32:10 ---> 5c174e954545 00:32:10 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:32:10 ---> Using cache 00:32:10 ---> d84c4acc1e02 00:32:10 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:32:10 ---> Using cache 00:32:10 ---> d84c4acc1e02 00:32:10 Step 5/32 : RUN apk add --update --no-cache make git 00:32:10 ---> Using cache 00:32:10 ---> 8296373b424d 00:32:10 Step 6/32 : COPY go.mod . 00:32:10 ---> Using cache 00:32:10 ---> 45738db772be 00:32:10 Step 7/32 : RUN go mod download 00:32:10 ---> Using cache 00:32:10 ---> 9d3f4251ea71 00:32:10 Step 8/32 : COPY . . 00:32:10 ---> Using cache 00:32:10 ---> 667c4fd25871 00:32:10 Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:32:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:32:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:32:10 ---> 90a5dec6cec5 00:32:10 Step 3/23 : WORKDIR /edgex-go 00:32:10 ---> Using cache 00:32:10 ---> 5c174e954545 00:32:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:32:10 ---> Using cache 00:32:10 ---> d84c4acc1e02 00:32:10 Step 5/23 : RUN apk add --update --no-cache make git 00:32:10 ---> Using cache 00:32:10 ---> 8296373b424d 00:32:10 Step 6/23 : COPY go.mod . 00:32:10 ---> Using cache 00:32:10 ---> 45738db772be 00:32:10 Step 7/23 : RUN go mod download 00:32:10 ---> Using cache 00:32:10 ---> 9d3f4251ea71 00:32:10 Step 8/23 : COPY . . 00:32:10 ---> Using cache 00:32:10 ---> 667c4fd25871 00:32:10 Step 9/23 : RUN make cmd/core-command/core-command 00:32:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:32:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:32:10 ---> 90a5dec6cec5 00:32:10 Step 3/22 : WORKDIR /edgex-go 00:32:10 ---> Using cache 00:32:10 ---> 5c174e954545 00:32:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:32:10 ---> Using cache 00:32:10 ---> d84c4acc1e02 00:32:10 Step 5/22 : RUN apk add --update --no-cache make git 00:32:10 ---> Using cache 00:32:10 ---> 8296373b424d 00:32:10 Step 6/22 : COPY go.mod . 00:32:10 ---> Using cache 00:32:10 ---> 45738db772be 00:32:10 Step 7/22 : RUN go mod download 00:32:10 ---> Using cache 00:32:10 ---> 9d3f4251ea71 00:32:10 Step 8/22 : COPY . . 00:32:10 ---> Using cache 00:32:10 ---> 667c4fd25871 00:32:10 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:32:10 ---> Running in 52adba052067 00:32:10 ---> Running in 385e424018b2 00:32:10 ---> Running in 750206be07aa 00:32:10 ---> Running in 84062529c4df 00:32:13 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:32:13 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:32:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:32:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:14 OK: 233 MiB in 51 packages 00:32:16 Removing intermediate container 52adba052067 00:32:16 ---> 8941e38f0955 00:32:16 Step 6/23 : COPY go.mod . 00:32:17 ---> 1eafeae6661b 00:32:17 Step 7/23 : RUN go mod download 00:32:18 ---> Running in 1beefa1ba591 00:32:25 Removing intermediate container 9dd0e5751194 00:32:25 ---> 4f2793cf2040 00:32:25 Step 20/26 : RUN pip install docker-compose==1.23.2 00:32:25 ---> Running in 2732953acd2f 00:32:25 Removing intermediate container 1beefa1ba591 00:32:25 ---> 37cd36544909 00:32:25 Step 8/23 : COPY . . 00:32:28 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:32:32 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:32:36 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:32:37 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:32:40 Collecting docker-compose==1.23.2 00:32:40 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:32:40 Collecting texttable<0.10,>=0.9.0 00:32:40 Downloading texttable-0.9.1.tar.gz (11 kB) 00:32:41 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:32:44 Collecting docker<4.0,>=3.6.0 00:32:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:32:45 Collecting jsonschema<3,>=2.5.1 00:32:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:32:45 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:32:46 Collecting dockerpty<0.5,>=0.4.1 00:32:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:32:48 Collecting docopt<0.7,>=0.6.1 00:32:48 Downloading docopt-0.6.2.tar.gz (25 kB) 00:32:49 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:32:49 Collecting cached-property<2,>=1.2.0 00:32:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:32:50 Collecting PyYAML<4,>=3.10 00:32:50 Downloading PyYAML-3.13.tar.gz (270 kB) 00:32:53 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:32:53 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:32:53 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:32:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:32:55 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:32:55 Collecting websocket-client<1.0,>=0.32.0 00:32:55 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:32:56 Collecting docker-pycreds>=0.4.0 00:32:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:32:56 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:32:56 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:32:56 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:32:56 Collecting urllib3<1.25,>=1.21.1 00:32:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:32:56 Collecting idna<2.8,>=2.5 00:32:56 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:32:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:32:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:32:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:32:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:32:57 Installing collected packages: texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, dockerpty, docopt, cached-property, PyYAML, docker-compose 00:32:57 Running setup.py install for texttable: started 00:32:59 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:32:59 Running setup.py install for texttable: finished with status 'done' 00:33:00 Attempting uninstall: urllib3 00:33:00 Found existing installation: urllib3 1.25.9 00:33:00 Uninstalling urllib3-1.25.9: 00:33:02 Successfully uninstalled urllib3-1.25.9 00:33: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:33:03 Attempting uninstall: idna 00:33:03 Found existing installation: idna 2.9 00:33:03 Uninstalling idna-2.9: 00:33:03 Successfully uninstalled idna-2.9 00:33:05 Attempting uninstall: requests 00:33:05 Found existing installation: requests 2.23.0 00:33:05 Uninstalling requests-2.23.0: 00:33:05 Successfully uninstalled requests-2.23.0 [Pipeline] } 00:33:08 $ docker stop --time=1 4cf62b06ce77c90e79464ceaa52f7f5c9f66ca7481e0328ef62f60f5bb492738 00:33:08 Removing intermediate container 385e424018b2 00:33:08 ---> 94b3c57aa534 00:33:08 00:33:08 Step 10/22 : FROM alpine:3.12 00:33:08 ---> 389fef711851 00:33:08 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:33:08 ---> Using cache 00:33:08 ---> 4b7244575e2d 00:33:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:33:08 ---> Using cache 00:33:08 ---> c665717d4f50 00:33:08 Step 13/22 : ENV APP_PORT=48085 00:33:08 Removing intermediate container 84062529c4df 00:33:08 ---> 6a0afc380f29 00:33:08 00:33:08 Step 10/23 : FROM alpine:3.12 00:33:08 ---> 389fef711851 00:33:08 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:33:08 ---> Using cache 00:33:08 ---> 4b7244575e2d 00:33:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:33:08 ---> Using cache 00:33:08 ---> c665717d4f50 00:33:08 Step 13/23 : ENV APP_PORT=48082 00:33:08 Running setup.py install for dockerpty: started 00:33:09 ---> Running in 18383962c936 00:33:09 ---> Running in 116d589bb04f 00:33:10 Running setup.py install for dockerpty: finished with status 'done' 00:33:10 Running setup.py install for docopt: started 00:33:10 Running setup.py install for docopt: finished with status 'done' 00:33:11 $ docker rm -f 4cf62b06ce77c90e79464ceaa52f7f5c9f66ca7481e0328ef62f60f5bb492738 00:33:11 Running setup.py install for PyYAML: started 00:33:11 Removing intermediate container 116d589bb04f 00:33:11 ---> b4f8d8dda063 00:33:11 Step 14/22 : EXPOSE $APP_PORT 00:33:11 Removing intermediate container 18383962c936 00:33:11 ---> 30836ba68f55 00:33:11 Step 14/23 : EXPOSE $APP_PORT 00:33:11 ---> Running in 167ebcca8ec4 00:33:11 ---> Running in 812d15d0af01 00:33:12 ---> 601c931916a2 00:33:12 Step 9/23 : RUN make cmd/core-data/core-data [Pipeline] // withDockerContainer [Pipeline] } 00:33:12 ---> Running in d97e98e1794f [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:12 Running setup.py install for PyYAML: finished with status 'done' 00:33:12 Removing intermediate container 167ebcca8ec4 00:33:12 ---> 04acb5458f3f 00:33:12 Step 15/23 : WORKDIR / 00:33:12 Removing intermediate container 812d15d0af01 00:33:12 ---> 09ccb4dc3a43 00:33:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:33:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:33:13 00:33:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:33:13 ---> Running in 67d17ca76e75 00:33:13 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:33:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:33:13 latest: Pulling from edgex-devops/edgex-compose-arm64 00:33:13 29e5d40040c1: Pulling fs layer 00:33:13 1ce36da41761: Pulling fs layer 00:33:13 25b303627fd3: Pulling fs layer 00:33:14 29e5d40040c1: Verifying Checksum 00:33:14 29e5d40040c1: Download complete 00:33:14 ---> 5d1cc083c143 00:33:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:33:14 Removing intermediate container 67d17ca76e75 00:33:14 ---> c67397eff10a 00:33:14 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:33:14 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:33:14 1ce36da41761: Verifying Checksum 00:33:14 1ce36da41761: Download complete 00:33:14 29e5d40040c1: Pull complete 00:33:16 1ce36da41761: Pull complete 00:33:16 25b303627fd3: Verifying Checksum 00:33:16 25b303627fd3: Download complete 00:33:16 ---> b553ae6d74bc 00:33:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:33:16 ---> 51f4aadf4746 00:33:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:33:17 Removing intermediate container 750206be07aa 00:33:17 ---> addd88d9030b 00:33:17 00:33:17 Step 10/32 : FROM alpine:3.12 00:33:17 ---> 389fef711851 00:33:17 Step 11/32 : RUN apk add --update --no-cache dumb-init openssl 00:33:19 ---> 8c1de71e272d 00:33:19 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:33:19 ---> Running in bd5074ee316b 00:33:19 ---> Running in 843f6254ea75 00:33:20 ---> ea168c2ed105 00:33:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:33:20 Removing intermediate container 2732953acd2f 00:33:20 ---> c6364bb18dd5 00:33:20 Step 21/26 : RUN apk --no-cache add curl 00:33:20 ---> Running in 7f4eb5c55459 00:33:21 Removing intermediate container 843f6254ea75 00:33:21 ---> 5a86bde2f3bd 00:33:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:33:21 ---> Running in 7f8c8fc97e58 00:33:21 ---> 50fee9ab7418 00:33:21 Step 19/23 : ENTRYPOINT ["/core-command"] 00:33:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:21 ---> Running in 5d53d60c03bf 00:33:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:22 Removing intermediate container 7f8c8fc97e58 00:33:22 ---> d4ffb83f1710 00:33:22 Step 20/22 : LABEL arch=x86_64 00:33:22 ---> Running in 75f23db9f43f 00:33:22 (1/2) Installing dumb-init (1.2.2-r1) 00:33:22 (2/2) Installing openssl (1.1.1i-r0) 00:33:22 Executing busybox-1.31.1-r19.trigger 00:33:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:22 OK: 6 MiB in 16 packages 00:33:22 Removing intermediate container 5d53d60c03bf 00:33:22 ---> 3bd61ed8d5fd 00:33:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:33:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:22 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:33:22 (2/3) Installing libcurl (7.69.1-r3) 00:33:23 Removing intermediate container 75f23db9f43f 00:33:23 ---> 00c10a34a0df 00:33:23 Step 21/22 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 00:33:23 (3/3) Installing curl (7.69.1-r3) 00:33:23 Executing busybox-1.31.1-r19.trigger 00:33:23 ---> Running in ad64e1fd61be 00:33:23 OK: 72 MiB in 58 packages 00:33:23 ---> Running in e3ffa41a38be 00:33:23 Removing intermediate container ad64e1fd61be 00:33:23 ---> 3a9898f538d5 00:33:23 Step 21/23 : LABEL arch=x86_64 00:33:23 ---> Running in 6f69bebfade7 00:33:24 Removing intermediate container e3ffa41a38be 00:33:24 ---> 9c47b1f84492 00:33:24 Step 22/22 : LABEL version=0.0.0 00:33:24 ---> Running in 2d8aa53d0590 00:33:24 Removing intermediate container bd5074ee316b 00:33:24 ---> 7ad0dfb1b0ff 00:33:24 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:33:24 ---> Running in bc59e3190008 00:33:24 Removing intermediate container 6f69bebfade7 00:33:24 ---> 7eda8b156662 00:33:24 Step 22/23 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 00:33:25 Removing intermediate container 2d8aa53d0590 00:33:25 ---> 557de87be5ec 00:33:25 00:33:25 Removing intermediate container 7f4eb5c55459 00:33:25 ---> 0fd26c31f193 00:33:25 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:33:25 ---> Running in afee70a7e62a 00:33:25 ---> Running in aa80761c373f 00:33:26 Removing intermediate container bc59e3190008 00:33:26 ---> 90fbff0b8bbf 00:33:26 Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 00:33:26 Successfully built 557de87be5ec 00:33:26 Successfully tagged docker-support-scheduler-go:latest 00:33:26  Building docker-support-scheduler-go ... done Removing intermediate container afee70a7e62a 00:33:26 ---> 087b7eeeafc4 00:33:26 Step 23/23 : LABEL version=0.0.0 00:33:26 ---> Running in 02482e849f08 00:33:26 Removing intermediate container aa80761c373f 00:33:26 ---> e7ef446b2387 00:33:26 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:33:26 25b303627fd3: Pull complete 00:33:26 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:33:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:33:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:33:26 ---> Running in 4e617963d5a5 00:33:26 ---> Running in 25924cc3f8fe 00:33:26 prd-ubuntu18.04-docker-arm64-4c-16g-19188 does not seem to be running inside a container 00:33:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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:33:27 Removing intermediate container 02482e849f08 00:33:27 ---> 82487c6e4a5d 00:33:27 Step 14/32 : 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:33:28 Removing intermediate container 4e617963d5a5 00:33:28 ---> 9868581c0a1d 00:33:28 00:33:28 Removing intermediate container 25924cc3f8fe 00:33:28 ---> 0d614b0d980d 00:33:28 Step 24/26 : LABEL arch=x86_64 00:33:28 ---> Running in 5d4528e24b8a 00:33:28 ---> Running in 28dff40e2d82 00:33:28 Successfully built 9868581c0a1d 00:33:28 Successfully tagged docker-core-command-go:latest 00:33:29  Building docker-core-command-go ... done Removing intermediate container 28dff40e2d82 00:33:29 ---> e0d22945cef6 00:33:29 Step 25/26 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 00:33:29 ---> Running in 4f0f2d59167d 00:33:29 Connecting to github.com (140.82.113.4:443) 00:33:29 $ docker top b41a275e07795813cfe939809d1b3146ca9b7a9f5f085484dd22b0459216e2bc -eo pid,comm 00:33:30 Removing intermediate container 4f0f2d59167d 00:33:30 ---> 36b61ccc85f7 00:33:30 Step 26/26 : LABEL version=0.0.0 00:33:30 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.232.219:443) [Pipeline] { [Pipeline] sh 00:33:30  ---> Running in b3b66ce00520 00:33:30 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 00:33:30 dockerize-alpine-lin 19% |****** | 560k 0:00:04 ETA 00:33:30 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 00:33:30 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 00:33:30 dockerize 00:33:30 Removing intermediate container b3b66ce00520 00:33:30 ---> cd9de4f41338 00:33:30 00:33:30 + docker-compose build --help 00:33:30 + grep parallel 00:33:30 Successfully built cd9de4f41338 00:33:30 Successfully tagged docker-sys-mgmt-agent-go:latest 00:33:33  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 5d4528e24b8a 00:33:33 ---> 61b87729472c 00:33:33 Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init 00:33:33 ---> Running in 762ff3f3a9d3 00:33:33 Removing intermediate container 762ff3f3a9d3 00:33:33 ---> 48a576d30e7c 00:33:33 Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:33:34 ---> Running in af6d36a43359 00:33:34 --parallel Build images in parallel. [Pipeline] } 00:33:34 $ docker stop --time=1 b41a275e07795813cfe939809d1b3146ca9b7a9f5f085484dd22b0459216e2bc 00:33:34 Removing intermediate container af6d36a43359 00:33:34 ---> 7c16a1a07367 00:33:34 Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 00:33:34 ---> Running in 65301853accb 00:33:36 Move dockerize executable 00:33:36 $ docker rm -f b41a275e07795813cfe939809d1b3146ca9b7a9f5f085484dd22b0459216e2bc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:33:37 . [Pipeline] withDockerContainer 00:33:37 prd-ubuntu18.04-docker-arm64-4c-16g-19188 does not seem to be running inside a container 00:33:37 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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-arm64:latest cat 00:33:38 Removing intermediate container 65301853accb 00:33:38 ---> 09d447b64052 00:33:38 Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} 00:33:38 ---> Running in eb2b27c93559 00:33:38 Removing intermediate container eb2b27c93559 00:33:38 ---> 7823562f635f 00:33:38 Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:33:38 $ docker top 250b6f19e309e4479e21e261a9a0f714decaf63391e892c15b4a592afee72870 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:39 ---> bc6dc2f65dce 00:33:39 Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:33:39 + docker-compose -f ./docker-compose-build.yml build --parallel 00:33:40 ---> Running in c47e4c8b2066 00:33:43 Building docker-core-command-go ... 00:33:43 Building docker-core-data-go ... 00:33:43 Building docker-core-metadata-go ... 00:33:43 Building docker-security-bootstrapper-go ... 00:33:43 Building docker-security-proxy-setup-go ... 00:33:43 Building docker-security-secretstore-setup-go ... 00:33:43 Building docker-support-notifications-go ... 00:33:43 Building docker-support-scheduler-go ... 00:33:43 Building docker-sys-mgmt-agent-go ... 00:33:43 Building docker-support-notifications-go 00:33:43 Building docker-security-proxy-setup-go 00:33:43 Building docker-sys-mgmt-agent-go 00:33:43 Building docker-security-secretstore-setup-go 00:33:43 Building docker-support-scheduler-go 00:33:43 Removing intermediate container c47e4c8b2066 00:33:43 ---> 0dd53cd0c6d6 00:33:43 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:33:46 ---> 71387f4c0030 00:33:46 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:33:46 Removing intermediate container d97e98e1794f 00:33:46 ---> 483f1487ba36 00:33:46 00:33:46 Step 10/23 : FROM alpine:3.12 00:33:46 ---> 389fef711851 00:33:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:33:46 ---> Running in c61d7842b4ab 00:33:46 ---> ea430d379688 00:33:46 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:33:47 Removing intermediate container c61d7842b4ab 00:33:47 ---> 96f258777483 00:33:47 Step 12/23 : ENV APP_PORT=48080 00:33:47 ---> Running in 39b6b8e1bcfd 00:33:47 ---> 6f75379b1954 00:33:47 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:33:47 Removing intermediate container 39b6b8e1bcfd 00:33:47 ---> d69bc575aef5 00:33:47 Step 13/23 : EXPOSE $APP_PORT 00:33:47 ---> Running in 1322b5824530 00:33:48 ---> da2e6ff4b480 00:33:48 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 00:33:48 Removing intermediate container 1322b5824530 00:33:48 ---> 1443eabe36cc 00:33:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:33:48 ---> Running in 199b4bbbcb75 00:33:48 ---> Running in 1fbdedb35645 00:33:48 Removing intermediate container 199b4bbbcb75 00:33:48 ---> 09305099b9b6 00:33:48 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ 00:33:49 ---> 7c385cade9e5 00:33:49 Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:33:50 ---> Running in 416c8ddea706 00:33:50 Removing intermediate container 1fbdedb35645 00:33:50 ---> 85b183df49fb 00:33:50 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:33:50 ---> Running in d09da8c4e272 00:33:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:51 Removing intermediate container 416c8ddea706 00:33:51 ---> beaed2460051 00:33:51 Step 28/32 : ENTRYPOINT ["entrypoint.sh"] 00:33:52 ---> Running in ec51b659e2c3 00:33:52 Removing intermediate container ec51b659e2c3 00:33:52 ---> adbca5599ea5 00:33:52 Step 29/32 : CMD ["install"] 00:33:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:52 ---> Running in e10a673a15c5 00:33:52 Removing intermediate container e10a673a15c5 00:33:52 ---> 98bd004e002e 00:33:52 Step 30/32 : LABEL arch=x86_64 00:33:52 (1/6) Installing dumb-init (1.2.2-r1) 00:33:53 (2/6) Installing libgcc (9.3.0-r2) 00:33:53 (3/6) Installing libsodium (1.0.18-r0) 00:33:53 ---> Running in a59bba37cfd2 00:33:53 (4/6) Installing libstdc++ (9.3.0-r2) 00:33:53 (5/6) Installing libzmq (4.3.3-r0) 00:33:53 Removing intermediate container a59bba37cfd2 00:33:53 ---> ba56b157f63a 00:33:53 Step 31/32 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 00:33:53 (6/6) Installing zeromq (4.3.3-r0) 00:33:53 Executing busybox-1.31.1-r19.trigger 00:33:53 OK: 8 MiB in 20 packages 00:33:53 ---> Running in 6c73c9a62f6f 00:33:54 Removing intermediate container 6c73c9a62f6f 00:33:54 ---> 2fc8fa9143ae 00:33:54 Step 32/32 : LABEL version=0.0.0 00:33:54 ---> Running in 993416c34d73 00:33:55 Removing intermediate container d09da8c4e272 00:33:55 ---> bde0b63cb94f 00:33:55 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:33:55 Removing intermediate container 993416c34d73 00:33:55 ---> ecc688c49a41 00:33:55 00:33:55 Successfully built ecc688c49a41 00:33:55 Successfully tagged docker-security-bootstrapper-go:latest 00:33:56  Building docker-security-bootstrapper-go ... done  ---> f5b31c5b4de6 00:33:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:33:58 ---> fd76c17bbc08 00:33:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:33:58 ---> 8f1c8d22d762 00:33:58 Step 19/23 : ENTRYPOINT ["/core-data"] 00:33:58 ---> Running in 37f38afbe8d7 00:33:58 Removing intermediate container 37f38afbe8d7 00:33:58 ---> 41565bd408c0 00:33:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:33:58 ---> Running in 14805f0f43ea 00:33:59 Removing intermediate container 14805f0f43ea 00:33:59 ---> e9c0a0eb009f 00:33:59 Step 21/23 : LABEL arch=x86_64 00:33:59 ---> Running in ee248fe0dc84 00:33:59 Removing intermediate container ee248fe0dc84 00:33:59 ---> 8cac9aadef0c 00:33:59 Step 22/23 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 00:33:59 ---> Running in 1971f44311d9 00:33:59 Removing intermediate container 1971f44311d9 00:33:59 ---> 4b6d6d7dc255 00:33:59 Step 23/23 : LABEL version=0.0.0 00:34:00 ---> Running in e6435db660e9 00:34:00 Removing intermediate container e6435db660e9 00:34:00 ---> 6cf48b94403c 00:34:00 00:34:01 Successfully built 6cf48b94403c 00:34:01 Successfully tagged docker-core-data-go:latest 00:34:02  Building docker-core-data-go ... done  [Pipeline] } 00:34:02 $ docker stop --time=1 3dbf43bfeb8106363e744f27ba307e6490ddbe03192f1731bb4b0ae4f8cbe0bb 00:34:04 $ docker rm -f 3dbf43bfeb8106363e744f27ba307e6490ddbe03192f1731bb4b0ae4f8cbe0bb [Pipeline] // withDockerContainer [Pipeline] sh 00:34:05 + grep docker 00:34:05 + docker images 00:34:05 docker-core-data-go latest 6cf48b94403c 5 seconds ago 22.3MB 00:34:05 docker-security-bootstrapper-go latest ecc688c49a41 11 seconds ago 41.4MB 00:34:05 docker-sys-mgmt-agent-go latest cd9de4f41338 35 seconds ago 313MB 00:34:05 docker-core-command-go latest 9868581c0a1d 38 seconds ago 16.2MB 00:34:05 docker-support-scheduler-go latest 557de87be5ec 41 seconds ago 16.4MB 00:34:05 docker-security-secretstore-setup-go latest f5680a648d93 2 minutes ago 24.6MB 00:34:05 docker-core-metadata-go latest 4e61dc567a41 2 minutes ago 18.6MB 00:34:05 docker-security-proxy-setup-go latest 82da356d2ea4 2 minutes ago 24.5MB 00:34:05 docker-support-notifications-go latest 090cdb4854fa 2 minutes ago 16.9MB 00:34:05 docker 20.10.0 aefe523efa57 4 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:34:21 Still waiting to schedule task 00:34:21 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:35:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:05 ---> cb9846c87917 00:35:05 Step 3/24 : WORKDIR /edgex-go 00:35:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:05 ---> cb9846c87917 00:35:05 Step 3/22 : WORKDIR /edgex-go 00:35:05 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:05 Step 2/26 : FROM ${BUILDER_BASE} AS builderStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:05 ---> cb9846c87917 00:35:05 00:35:05 Step 3/26 : WORKDIR /edgex-goStep 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:05 00:35:05 ---> cb9846c87917 00:35:05 Step 3/22 : WORKDIR /edgex-go 00:35:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:05 ---> cb9846c87917 00:35:05 Step 3/21 : WORKDIR /edgex-go 00:35:05 ---> Running in d90d327c04a2 00:35:05 ---> Running in 92b865c0b63b 00:35:05 ---> Running in d1b265b4d937 00:35:05 ---> Running in 4d41d0267990 00:35:05 ---> Running in 3505f34a1bdd 00:35:05 Removing intermediate container d90d327c04a2 00:35:05 ---> 04de77f64af7 00:35:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:05 Removing intermediate container d1b265b4d937 00:35:05 ---> 28d93b16515b 00:35:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:05 ---> Running in 6b97a1f35b36 00:35:05 Removing intermediate container 3505f34a1bdd 00:35:05 Removing intermediate container 4d41d0267990 00:35:05 ---> 2487669ee701 00:35:05 ---> 1aed92d40089 00:35:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:05 Removing intermediate container 92b865c0b63b 00:35:05 ---> 813860a1fd31 00:35:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:05 ---> Running in 53d7ef65068f 00:35:05 ---> Running in ab29646537d4 00:35:05 ---> Running in 9cd64656ca75 00:35:05 ---> Running in e57be9bf0324 00:35:05 Removing intermediate container 6b97a1f35b36 00:35:05 ---> ebc913e0f6ec 00:35:05 Step 5/24 : RUN apk add --update --no-cache make git 00:35:05 ---> Running in 99b72896c548 00:35:05 Removing intermediate container 53d7ef65068f 00:35:05 ---> 006c3939cf42 00:35:05 Step 5/26 : RUN apk add --update --no-cache make bash git 00:35:05 Removing intermediate container ab29646537d4 00:35:05 ---> e49c8d364fd3 00:35:05 Step 5/21 : RUN apk add --update --no-cache make git 00:35:05 ---> Running in e820c14f6cd9 00:35:05 ---> Running in fcd1c72edd57 00:35:05 Removing intermediate container e57be9bf0324 00:35:05 ---> 9f8f89c4971f 00:35:05 Step 5/22 : RUN apk add --update --no-cache make git 00:35:05 Removing intermediate container 9cd64656ca75 00:35:05 ---> d61fe7d7539a 00:35:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:35:05 ---> Running in a0c602209efb 00:35:05 ---> Running in 4c2400ae8042 00:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:05 OK: 217 MiB in 51 packages 00:35:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:05 OK: 217 MiB in 51 packages 00:35:05 OK: 217 MiB in 51 packages 00:35:05 OK: 217 MiB in 51 packages 00:35:05 OK: 217 MiB in 51 packages 00:35:06 Removing intermediate container 99b72896c548 00:35:06 ---> 8da074ebb222 00:35:06 Step 6/24 : COPY go.mod . 00:35:07 Removing intermediate container e820c14f6cd9 00:35:07 ---> c602197babe0 00:35:07 Step 6/26 : COPY go.mod . 00:35:07 Removing intermediate container fcd1c72edd57 00:35:07 ---> 506aa5142116 00:35:07 Step 6/21 : COPY go.mod . 00:35:07 Removing intermediate container a0c602209efb 00:35:07 ---> c7bad44744d1 00:35:07 Step 6/22 : COPY go.mod . 00:35:07 ---> fb07cce85d54 00:35:07 Step 7/24 : RUN go mod download 00:35:07 Removing intermediate container 4c2400ae8042 00:35:07 ---> 83516e36194a 00:35:07 Step 6/22 : COPY go.mod . 00:35:08 ---> Running in 04ace085b27e 00:35:08 ---> ad071beb01a7 00:35:08 Step 7/26 : RUN go mod download 00:35:08 ---> 9ad70a7bf1c6 00:35:08 Step 7/21 : RUN go mod download 00:35:08 ---> Running in 5485c1419e40 00:35:08 ---> Running in 8993609e4060 00:35:08 ---> 359bc53682ec 00:35:08 Step 7/22 : RUN go mod download 00:35:09 ---> 36347b1874dd 00:35:09 Step 7/22 : RUN go mod download 00:35:09 ---> Running in 59e06fd03fe2 00:35:09 ---> Running in b5e0610e6eda 00:35:12 Removing intermediate container 04ace085b27e 00:35:12 ---> 573499d973fe 00:35:12 Step 8/24 : COPY . . 00:35:12 Running on prd-ubuntu18.04-docker-8c-8g-19190 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 00:35:12 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 00:35:13 Removing intermediate container 5485c1419e40 00:35:13 ---> 4729f32850f1 00:35:13 Step 8/26 : COPY . . 00:35:14 Removing intermediate container b5e0610e6eda 00:35:14 ---> 81af8c34a84e 00:35:14 Step 8/22 : COPY . . 00:35:14 Removing intermediate container 8993609e4060 00:35:14 ---> a0cbfbb7aa9e 00:35:14 Step 8/21 : COPY . . 00:35:14 Removing intermediate container 59e06fd03fe2 00:35:14 ---> b651f1dfe78c 00:35:14 Step 8/22 : COPY . . 00:35:14 using credential edgex-jenkins-ssh 00:35:14 Cloning the remote Git repository 00:35:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:14 > git init /w/workspace/edgex-go/15 # timeout=10 00:35:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:14 > git --version # timeout=10 00:35:14 > git --version # 'git version 2.17.1' 00:35:14 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:41 ---> 3f0c5bd0c5bf 00:35:41 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:35:41 ---> 75229fc77caf 00:35:41 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:35:41 ---> 1df54df67a4f 00:35:41 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:35:41 ---> 49043a3adbcb 00:35:41 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:35:41 ---> df7b1ff3375d 00:35:41 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:35:41 ---> Running in 361f7550ec5e 00:35:41 ---> Running in a62857c87643 00:35:41 ---> Running in 9d1b6a482bc2 00:35:41 ---> Running in 767f8acc450a 00:35:41 ---> Running in 136a971af0c7 00:35:41 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:35:41 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:35:41 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:35:41 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:35:41 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:35:59 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit 15d5910ca8b9da1713db94513de9bdb4c10a9665 00:35:59 Merge succeeded, producing 15d5910ca8b9da1713db94513de9bdb4c10a9665 00:35:59 Checking out Revision 15d5910ca8b9da1713db94513de9bdb4c10a9665 (PR-2970) 00:35:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:59 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:59 > git config core.sparsecheckout # timeout=10 00:35:59 > git checkout -f 15d5910ca8b9da1713db94513de9bdb4c10a9665 # timeout=10 00:35:59 > git remote # timeout=10 00:35:59 > git config --get remote.origin.url # timeout=10 00:35:59 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:59 > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 00:35:59 > git rev-parse HEAD^{commit} # timeout=10 00:35:59 > git config core.sparsecheckout # timeout=10 00:35:59 > git checkout -f 15d5910ca8b9da1713db94513de9bdb4c10a9665 # timeout=10 00:36:03 Commit message: "feat(security): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:05 + echo snap-build.sh 00:36:05 snap-build.sh 00:36:05 + SNAP_BASE_DIR=. 00:36:05 + '[' '!' -z /w/workspace/edgex-go/15 ']' 00:36:05 + SNAP_BASE_DIR=/w/workspace/edgex-go/15 00:36:05 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/15]' 00:36:05 [snap-build] Building snap in dir [/w/workspace/edgex-go/15] 00:36:05 + cd /w/workspace/edgex-go/15 00:36:05 + sudo apt-get remove -qy --purge lxd lxd-client 00:36:05 Reading package lists... 00:36:05 Building dependency tree... 00:36:05 Reading state information... 00:36:05 The following packages were automatically installed and are no longer required: 00:36:05 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:36:05 uidmap xdelta3 00:36:05 Use 'sudo apt autoremove' to remove them. 00:36:05 The following packages will be REMOVED: 00:36:05 lxd* lxd-client* 00:36:05 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:36:05 After this operation, 31.7 MB disk space will be freed. 00:36:06 (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:36:06 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:36:07 Removing lxd dnsmasq configuration 00:36:07 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:36:07 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:36:08 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:36:09 (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:36:09 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:36:10 Processing triggers for systemd (237-3ubuntu10.42) ... 00:36:10 Processing triggers for ureadahead (0.100.0-21) ... 00:36:11 + sudo snap remove --purge lxd 00:36:11 snap "lxd" is not installed 00:36:11 + sudo groupadd --force --system lxd 00:36:11 ++ whoami 00:36:11 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:36:11 + newgrp - lxd 00:36:11 + sudo snap install lxd 00:36:19 2021-01-09T00:36:18Z INFO Waiting for automatic snapd restart... 00:36:34 lxd 4.9 from Canonical* installed 00:36:34 + sudo lxd init --auto 00:36:43 + sudo snap install --classic snapcraft 00:36:51 snapcraft 4.4.4 from Canonical* installed 00:36:51 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:36:51 + patch --verbose -p1 00:36:51 Hmm... Looks like a unified diff to me... 00:36:51 The text leading up to this was: 00:36:51 -------------------------- 00:36:51 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:36:51 |From: Tony Espy 00:36:51 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:36:51 |Subject: [PATCH] optimize snap build for pipeline CI check 00:36:51 | 00:36:51 |This patch is used by the EdgeX CI pipeline builds to 00:36:51 |optimize the snap CI check run for pull requests. When 00:36:51 |applied, it essentially strips out everything (apps and 00:36:51 |parts) from the snapcraft.yaml file except those required 00:36:51 |to build edgex-go, as the whole idea of the CI check is to 00:36:51 |catch changes to edgex-go that break the snap build. 00:36:51 | 00:36:51 |In general, anyone updating snapcraft.yaml will also need 00:36:51 |to update this patch file, otherwise it may fail to apply, 00:36:51 |resulting in a failed snap build CI check in the associated 00:36:51 |pull request. 00:36:51 | 00:36:51 |Note - in addition to applying this patch, the pipeline also 00:36:51 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:36:51 |need to build the finally binary .snap file (and it won't 00:36:51 |work with the patch applied). This further reduces the build 00:36:51 |time. 00:36:51 |--- 00:36:51 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:36:51 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:36:51 | 00:36:51 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:36:51 |index 1e537489..faf42425 100644 00:36:51 |--- a/snap/snapcraft.yaml 00:36:51 |+++ b/snap/snapcraft.yaml 00:36:51 -------------------------- 00:36:51 patching file snap/snapcraft.yaml 00:36:51 Using Plan A... 00:36:51 Hunk #1 succeeded at 73. 00:36:51 Hunk #2 succeeded at 202 with fuzz 1. 00:36:51 Hunk #3 succeeded at 214. 00:36:51 Hunk #4 succeeded at 222. 00:36:51 Hunk #5 succeeded at 229. 00:36:51 Hunk #6 succeeded at 256. 00:36:51 Hunk #7 succeeded at 290. 00:36:51 Hunk #8 succeeded at 341. 00:36:51 Hmm... Ignoring the trailing garbage. 00:36:51 done 00:36:51 + sudo snapcraft prime --use-lxd 00:36:51 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:36:51 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:36:51 - README.md 00:36:51 - snapcraft.yaml.orig 00:36:51 00:36:51 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:36:52 Launching a container. 00:37:02 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:02 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:04 Waiting for container to be ready 00:37:04 To start your first instance, try: lxc launch ubuntu:18.04 00:37:04 00:37:06 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:37:06 Waiting for network to be ready... 00:37:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:37:07 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] 00:37:07 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:37:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 00:37:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:37:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:37:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] 00:37:07 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] 00:37:07 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 00:37:07 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 00:37:08 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:37:08 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:37:08 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:37:08 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:37:08 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:37:08 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:37:08 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:37:08 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:37:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:37:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1832 kB] 00:37:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 00:37:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:37:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:37:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 00:37:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 00:37:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:37:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:37:09 Removing intermediate container 361f7550ec5e 00:37:09 ---> 664efe4f09d5 00:37:09 00:37:09 Step 10/24 : FROM alpine:3.12 00:37:09 3.12: Pulling from library/alpine 00:37:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:11 Status: Downloaded newer image for alpine:3.12 00:37:11 ---> afeebe901d6b 00:37:11 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:11 Fetched 23.7 MB in 4s (5998 kB/s) 00:37:12 Reading package lists... 00:37:12 Reading package lists... 00:37:12 Building dependency tree... 00:37:12 Reading state information... 00:37:12 ---> Running in 9633f5fa500b 00:37:12 The following additional packages will be installed: 00:37:12 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:37:12 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:37:12 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:37:12 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:37:12 Suggested packages: 00:37:12 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:37:12 Recommended packages: 00:37:12 gnupg libsasl2-modules 00:37:12 The following NEW packages will be installed: 00:37:12 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:37:12 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:37:12 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:37:12 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:37:12 The following packages will be upgraded: 00:37:12 gpg gpg-agent gpgconf libudev1 00:37:12 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 00:37:12 Need to get 3532 kB of archives. 00:37:12 After this operation, 13.3 MB of additional disk space will be used. 00:37:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:37:12 Removing intermediate container 136a971af0c7 00:37:12 ---> e22c8ead244e 00:37:12 00:37:12 Step 10/22 : FROM alpine:3.12 00:37:12 ---> afeebe901d6b 00:37:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:37:12 Removing intermediate container 9d1b6a482bc2 00:37:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:37:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:37:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:37:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:37:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:37:13 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 00:37:13 ---> 59c1dd3669b7 00:37:13 00:37:13 Step 10/21 : FROM alpine:3.12 00:37:13 ---> afeebe901d6b 00:37:13 Step 11/21 : RUN apk add --update --no-cache curl 00:37:13 Removing intermediate container 767f8acc450a 00:37:13 ---> ffc4bce0ba2f 00:37:13 00:37:13 Step 10/22 : FROM alpine:3.12 00:37:13 ---> afeebe901d6b 00:37:13 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:37:13 Removing intermediate container a62857c87643 00:37:13 ---> 43ef2c0fd5a3 00:37:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:13 ---> Running in 89b94734db87 00:37:13 ---> Running in a477d5d85b3f 00:37:13 ---> Running in 38339c3e933f 00:37:13 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 00:37:13 ---> Running in 2a4c67a8673f 00:37:13 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:37:13 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:37:13 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:37:13 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:37:13 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:37:13 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:37:13 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:37:13 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:37:13 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:37:13 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:37:13 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:37:13 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:37:13 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:37:13 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:37:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:14 debconf: delaying package configuration, since apt-utils is not installed 00:37:14 Fetched 3532 kB in 1s (3218 kB/s) 00:37:14 (Reading database ... 12511 files and directories currently installed.) 00:37:14 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 00:37:14 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:37:14 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 00:37:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:14 Selecting previously unselected package udev. 00:37:14 (Reading database ... 12511 files and directories currently installed.) 00:37:14 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 00:37:14 Unpacking udev (237-3ubuntu10.43) ... 00:37:14 Selecting previously unselected package libfuse2:amd64. 00:37:14 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:37:14 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:37:14 (1/5) Installing ca-certificates (20191127-r4) 00:37:14 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:14 Selecting previously unselected package fuse. 00:37:14 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:37:14 Unpacking fuse (2.9.7-1ubuntu1) ... 00:37:14 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:37:14 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:37:15 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:37:15 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:37:15 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:37:15 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:37:15 (3/5) Installing libcurl (7.69.1-r3) 00:37:15 (4/5) Installing curl (7.69.1-r3) 00:37:15 (5/5) Installing dumb-init (1.2.2-r1) 00:37:15 Executing busybox-1.31.1-r19.trigger 00:37:15 Executing ca-certificates-20191127-r4.trigger 00:37:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:15 Selecting previously unselected package libksba8:amd64. 00:37:15 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:37:15 Unpacking libksba8:amd64 (1.3.5-2) ... 00:37:15 Selecting previously unselected package libroken18-heimdal:amd64. 00:37:15 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:15 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:15 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:37:15 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:15 OK: 7 MiB in 19 packages 00:37:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:15 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:15 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:37:15 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:15 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:15 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:37:15 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:15 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:15 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:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:15 Selecting previously unselected package libwind0-heimdal:amd64. 00:37:15 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:15 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:15 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:37:15 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:15 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:15 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:37:15 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:15 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:16 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:37:16 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:16 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:16 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:37:16 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:16 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:16 (1/4) Installing ca-certificates (20191127-r4) 00:37:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:16 (3/4) Installing libcurl (7.69.1-r3) 00:37:16 (4/4) Installing curl (7.69.1-r3) 00:37:16 Executing busybox-1.31.1-r19.trigger 00:37:16 Executing ca-certificates-20191127-r4.trigger 00:37:16 Selecting previously unselected package libsasl2-modules-db:amd64. 00:37:16 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:37:16 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:37:16 Selecting previously unselected package libsasl2-2:amd64. 00:37:16 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:37:16 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:37:16 (1/2) Installing ca-certificates (20191127-r4) 00:37:16 (1/1) Installing dumb-init (1.2.2-r1) 00:37:16 Executing busybox-1.31.1-r19.trigger 00:37:16 OK: 5 MiB in 15 packages 00:37:16 (2/2) Installing dumb-init (1.2.2-r1) 00:37:16 Executing busybox-1.31.1-r19.trigger 00:37:16 Executing ca-certificates-20191127-r4.trigger 00:37:16 Selecting previously unselected package libldap-common. 00:37:16 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:37:16 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:37:16 Selecting previously unselected package libldap-2.4-2:amd64. 00:37:16 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:37:16 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:37:16 Selecting previously unselected package dirmngr. 00:37:16 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:37:16 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:37:16 OK: 7 MiB in 18 packages 00:37:16 OK: 6 MiB in 16 packages 00:37:17 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:37:17 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:37:17 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:37:17 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:37:17 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:37:17 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:37:17 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:17 Setting up libksba8:amd64 (1.3.5-2) ... 00:37:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:37:17 Setting up udev (237-3ubuntu10.43) ... 00:37:17 invoke-rc.d: policy-rc.d denied execution of start. 00:37:17 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:17 Processing triggers for systemd (237-3ubuntu10) ... 00:37:17 Setting up fuse (2.9.7-1ubuntu1) ... 00:37:17 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:37:17 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:17 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:17 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:17 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:18 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:18 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:18 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:18 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:37:18 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:37:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:37:18 Removing intermediate container 9633f5fa500b 00:37:18 ---> 13327b8ec268 00:37:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:18 ---> Running in 062c112aff65 00:37:18 Removing intermediate container 89b94734db87 00:37:18 ---> 65d1f2115583 00:37:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:18 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:37:18 settings in the [Install] section, and DefaultInstance for template units). 00:37:18 This means they are not meant to be enabled using systemctl. 00:37:18 Possible reasons for having this kind of units are: 00:37:18 1) A unit may be statically enabled by being symlinked from another unit's 00:37:18 .wants/ or .requires/ directory. 00:37:18 2) A unit's purpose may be to act as a helper for some other unit which has 00:37:18 a requirement dependency on it. 00:37:18 3) A unit may be started when needed via activation (socket, path, timer, 00:37:18 D-Bus, udev, scripted systemctl call, ...). 00:37:18 4) In case of template units, the unit is meant to be enabled with some 00:37:18 instance name specified. 00:37:18 Reading package lists... 00:37:18 ---> Running in 7148f2a39dde 00:37:19 Building dependency tree... 00:37:19 Reading state information... 00:37:19 The following additional packages will be installed: 00:37:19 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:37:19 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:37:19 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:37:19 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:37:19 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:37:19 Suggested packages: 00:37:19 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:37:19 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:37:19 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:37:19 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:37:19 systemd-container policykit-1 00:37:19 Recommended packages: 00:37:19 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:37:19 The following NEW packages will be installed: 00:37:19 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:37:19 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:37:19 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:37:19 multiarch-support openssh-client python3 python3-minimal python3.6 00:37:19 python3.6-minimal snapd squashfs-tools sudo 00:37:19 The following packages will be upgraded: 00:37:19 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:37:19 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 00:37:19 Need to get 35.2 MB of archives. 00:37:19 After this operation, 141 MB of additional disk space will be used. 00:37:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:37:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:37:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:37:19 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 00:37:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:37:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:37:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:37:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:37:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:37:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:37:19 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:37:19 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:37:19 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:37:19 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:37:19 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:37:19 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:37:19 Removing intermediate container 062c112aff65 00:37:19 ---> 13e87091b9c4 00:37:19 Step 13/24 : WORKDIR / 00:37:19 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:37:19 Removing intermediate container 7148f2a39dde 00:37:19 ---> 03bdee69efd5 00:37:19 Step 13/22 : ENV APP_PORT=48085 00:37:19 Removing intermediate container 38339c3e933f 00:37:19 ---> 485f0f6c9fad 00:37:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:19 Removing intermediate container a477d5d85b3f 00:37:19 ---> 01d2cfb13928 00:37:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:37:19 ---> Running in 94084658a0f0 00:37:20 ---> Running in d939e168cff4 00:37:20 ---> Running in d0073eb0a6ab 00:37:20 ---> Running in 5e40e22bb4a3 00:37:20 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 00:37:20 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:37:20 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:37:20 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:37:20 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:37:20 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:37:20 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:37:20 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:37:20 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:37:20 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:37:20 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:37:20 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:37:20 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:37:20 Removing intermediate container 2a4c67a8673f 00:37:20 ---> c278d62fe81f 00:37:20 00:37:20 Step 11/26 : FROM docker:20.10.0 00:37:20 20.10.0: Pulling from library/docker 00:37:20 Removing intermediate container 94084658a0f0 00:37:20 ---> cdf4d960c7ad 00:37:20 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:37:20 Removing intermediate container d939e168cff4 00:37:20 ---> 43cdebe2bdfc 00:37:20 Step 14/22 : EXPOSE $APP_PORT 00:37:20 Removing intermediate container d0073eb0a6ab 00:37:20 ---> d4152c87b811 00:37:20 Step 13/21 : WORKDIR /edgex 00:37:20 ---> Running in 0ad3764cfff6 00:37:20 Removing intermediate container 5e40e22bb4a3 00:37:20 ---> cde43f8c1caf 00:37:20 Step 13/22 : ENV APP_PORT=48060 00:37:21 ---> Running in 724c24fe14b3 00:37:21 ---> Running in 96238c43b13e 00:37:21 Removing intermediate container 0ad3764cfff6 00:37:21 ---> b3e48287919e 00:37:21 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:37:21 ---> d19ff31185b9 00:37:21 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:37:21 Removing intermediate container 96238c43b13e 00:37:21 ---> 77fb658411c0 00:37:21 Step 14/22 : EXPOSE $APP_PORT 00:37:22 debconf: delaying package configuration, since apt-utils is not installed 00:37:22 Fetched 35.2 MB in 3s (13.6 MB/s) 00:37:22 (Reading database ... 12757 files and directories currently installed.) 00:37:22 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 00:37:22 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:37:22 Removing intermediate container 724c24fe14b3 00:37:22 ---> 3d161f8da20f 00:37:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:22 ---> Running in 586f16a2d74b 00:37:22 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 00:37:22 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:37:23 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 00:37:23 (Reading database ... 12757 files and directories currently installed.) 00:37:23 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:37:23 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:37:23 ---> 3d164e285c66 00:37:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:37:23 ---> 2594b0c75bcc 00:37:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:23 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:37:23 (Reading database ... 12757 files and directories currently installed.) 00:37:23 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:37:23 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:37:23 Removing intermediate container 586f16a2d74b 00:37:23 ---> 422c9ca0007a 00:37:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:37:23 ---> e0c9c7123a07 00:37:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:23 Setting up apt (1.6.12ubuntu0.2) ... 00:37:23 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:37:24 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:37:24 (Reading database ... 12764 files and directories currently installed.) 00:37:24 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:37:24 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:37:24 Selecting previously unselected package libpython3.6-minimal:amd64. 00:37:24 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:37:24 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:37:24 Selecting previously unselected package libexpat1:amd64. 00:37:24 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:37:24 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:37:24 Selecting previously unselected package python3.6-minimal. 00:37:24 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:37:24 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:37:24 ---> 5942cdf28ba5 00:37:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:24 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:37:25 Checking for services that may need to be restarted...done. 00:37:25 Checking for services that may need to be restarted...done. 00:37:25 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:37:25 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:37:25 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:37:25 ---> 2ac86b102523 00:37:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:25 Selecting previously unselected package python3-minimal. 00:37:25 (Reading database ... 13012 files and directories currently installed.) 00:37:25 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:37:25 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:37:25 Selecting previously unselected package mime-support. 00:37:25 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:37:25 Unpacking mime-support (3.60ubuntu1) ... 00:37:25 ---> dde931371125 00:37:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:37:25 Selecting previously unselected package libmpdec2:amd64. 00:37:25 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:37:25 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:37:25 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:37:25 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:37:25 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:37:26 ---> c54a7c5f6ca9 00:37:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:37:26 Selecting previously unselected package python3.6. 00:37:26 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:37:26 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:37:26 Selecting previously unselected package libpython3-stdlib:amd64. 00:37:26 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:37:26 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:37:26 Setting up python3-minimal (3.6.7-1~18.04) ... 00:37:26 ---> 103aecc8f427 00:37:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:26 Selecting previously unselected package python3. 00:37:26 (Reading database ... 13442 files and directories currently installed.) 00:37:26 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:37:26 Unpacking python3 (3.6.7-1~18.04) ... 00:37:26 Selecting previously unselected package multiarch-support. 00:37:26 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:37:26 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:37:27 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:37:27 Selecting previously unselected package liblzo2-2:amd64. 00:37:27 (Reading database ... 13479 files and directories currently installed.) 00:37:27 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:37:27 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:37:27 Selecting previously unselected package libbsd0:amd64. 00:37:27 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:37:27 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:37:27 ---> efbf7ccbe9fd 00:37:27 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:37:27 Selecting previously unselected package sudo. 00:37:27 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:37:27 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:37:27 Selecting previously unselected package apparmor. 00:37:27 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:37:27 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:37:27 Selecting previously unselected package libedit2:amd64. 00:37:27 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:37:27 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:37:27 Selecting previously unselected package libkrb5support0:amd64. 00:37:27 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:37:27 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:37:27 ---> Running in 78328df9e999 00:37:28 Selecting previously unselected package libk5crypto3:amd64. 00:37:28 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:37:28 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:37:28 Selecting previously unselected package libkeyutils1:amd64. 00:37:28 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:37:28 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:37:28 Selecting previously unselected package libkrb5-3:amd64. 00:37:28 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:37:28 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:37:28 ---> 7cfa942ed529 00:37:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:28 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:37:28 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:37:28 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:37:28 ---> cf392f013b9e 00:37:28 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:28 Selecting previously unselected package libssl1.0.0:amd64. 00:37:28 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:37:28 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:37:28 Selecting previously unselected package openssh-client. 00:37:28 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:37:28 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:37:28 Removing intermediate container 78328df9e999 00:37:28 ---> d72cb8e0e079 00:37:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:28 Selecting previously unselected package squashfs-tools. 00:37:28 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:37:28 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:37:28 Selecting previously unselected package snapd. 00:37:28 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:37:29 ---> Running in 2101181a744f 00:37:29 ---> 13a5fbd0cfd7 00:37:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:29 ---> Running in e24d96dfd938 00:37:29 Unpacking snapd (2.48+18.04) ... 00:37:29 ---> e897ebff27a7 00:37:29 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:37:29 ---> Running in 3d01292a82cd 00:37:29 Removing intermediate container 2101181a744f 00:37:29 ---> 47e975131f82 00:37:29 Step 18/21 : CMD ["--init=true"]Removing intermediate container e24d96dfd938 00:37:29 ---> 7847d36acb51 00:37:29 00:37:29 Step 20/22 : LABEL arch=arm64 00:37:30 ---> fed28f8f8416 00:37:30 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:37:30 ---> Running in a09aa9017b03 00:37:30 ---> Running in 5728ffafa586 00:37:30 ---> Running in 4e3376ba05d2 00:37:30 Removing intermediate container 3d01292a82cd 00:37:30 ---> 0c850961ad41 00:37:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:31 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:37:31 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:37:31 Setting up mime-support (3.60ubuntu1) ... 00:37:31 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:37:31 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:37:31 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:37:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:37:31 Setting up systemd (237-3ubuntu10.43) ... 00:37:31 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:37:31 ---> Running in 67d377d9c22e 00:37:31 Removing intermediate container 5728ffafa586 00:37:31 ---> 874db4d03a7c 00:37:31 Step 21/22 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 00:37:31 Removing intermediate container a09aa9017b03 00:37:31 ---> 769880f26451 00:37:31 Step 19/21 : LABEL arch=arm64 00:37:31 ---> Running in a528c7e52355 00:37:31 ---> Running in 125b95fca49c 00:37:32 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:37:32 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:37:32 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:37:32 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:37:32 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:37:32 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:37:32 Removing intermediate container 67d377d9c22e 00:37:32 ---> 05fbdf939235 00:37:32 Step 20/22 : LABEL arch=arm64 00:37:32 ---> Running in 5164ea48dcac 00:37:32 Removing intermediate container 125b95fca49c 00:37:32 ---> 39e4719905fc 00:37:32 Step 20/21 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 00:37:32 Removing intermediate container a528c7e52355 00:37:32 ---> 0310488d33f7 00:37:32 Step 22/22 : LABEL version=0.0.0 00:37:33 ---> Running in f37497d009ab 00:37:33 ---> Running in a33bac78e211 00:37:33 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:37:33 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:37:33 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:37:33 Setting up python3 (3.6.7-1~18.04) ... 00:37:33 running python rtupdate hooks for python3.6... 00:37:33 running python post-rtupdate hooks for python3.6... 00:37:33 Removing intermediate container 5164ea48dcac 00:37:33 ---> f2ed6808cd19 00:37:33 Step 21/22 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 00:37:33 Setting up apparmor (2.12-4ubuntu5.1) ... 00:37:33 ---> Running in 87143a7d8c1a 00:37:33 Removing intermediate container a33bac78e211 00:37:33 ---> cc0e9025829c 00:37:33 00:37:33 Removing intermediate container f37497d009ab 00:37:33 ---> cf3a42037334 00:37:33 Step 21/21 : LABEL version=0.0.0 00:37:33 ---> Running in 497d1931d579 00:37:34 Removing intermediate container 87143a7d8c1a 00:37:34 ---> d3e2f78f68ea 00:37:34 Step 22/22 : LABEL version=0.0.0 00:37:34 Removing intermediate container 4e3376ba05d2 00:37:34 ---> 96179b865ec8 00:37:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:34 Successfully built cc0e9025829c 00:37:34 Successfully tagged docker-support-scheduler-go-arm64:latest 00:37:34  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 00:37:34 ---> Running in 7fc4c50487b5 00:37:34 ---> Running in a8c0439886cc 00:37:34 Removing intermediate container 497d1931d579 00:37:34 ---> fc4fb246c2ab 00:37:34 00:37:34 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:37:34 Status: Downloaded newer image for docker:20.10.0 00:37:34 ---> eeaf43b92773 00:37:34 Step 12/26 : RUN apk add --no-cache bash 00:37:34 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:37:34 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:37:34 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:37:35 ---> Running in 17baee684294 00:37:35 Setting up snapd (2.48+18.04) ... 00:37:35 Successfully built fc4fb246c2ab 00:37:35 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:37:35 Building docker-core-command-go 00:37:35  Building docker-security-proxy-setup-go ... done Removing intermediate container 7fc4c50487b5 00:37:35 ---> 69202edc2ed8 00:37:35 Removing intermediate container a8c0439886cc 00:37:35 00:37:35 ---> 071692a816d3 00:37:35 Step 22/24 : LABEL arch=arm64 00:37:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:37:35 ---> Running in 4ee48ec337ca 00:37:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:37:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:37:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:37:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:37:36 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:37:36 Successfully built 69202edc2ed8 00:37:36 Successfully tagged docker-support-notifications-go-arm64:latest 00:37:36 Building docker-core-data-go 00:37:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:37:36 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:37:36  Building docker-support-notifications-go ... done Removing intermediate container 4ee48ec337ca 00:37:36 ---> b0d0f33a47ad 00:37:36 Step 23/24 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 00:37:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:36 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:37:36 ---> Running in 5eb433586eb6 00:37:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:36 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:37:36 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:37:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:37:36 Processing triggers for systemd (237-3ubuntu10.43) ... 00:37:37 Removing intermediate container 5eb433586eb6 00:37:37 ---> 96a418f90c24 00:37:37 Step 24/24 : LABEL version=0.0.0 00:37:37 ---> Running in d28cb71d3ef6 00:37:37 (1/2) Installing readline (8.0.4-r0) 00:37:37 (2/2) Installing bash (5.0.17-r0) 00:37:37 Executing bash-5.0.17-r0.post-install 00:37:37 Executing busybox-1.31.1-r19.trigger 00:37:37 OK: 12 MiB in 22 packages 00:37:37 Removing intermediate container d28cb71d3ef6 00:37:37 ---> f6c598926ed4 00:37:37 00:37:38 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:37:38 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:37:38 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:37:38 Successfully built f6c598926ed4 00:37:38 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:37:38  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 00:37:39 Reading package lists... 00:37:39 Removing intermediate container 17baee684294 00:37:39 ---> 3f5d73e906b7 00:37:39 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:39 Reading package lists... 00:37:39 ---> Running in 87e4b3ddfbed 00:37:39 Building dependency tree... 00:37:39 Reading state information... 00:37:39 Calculating upgrade... 00:37:40 The following packages will be upgraded: 00:37:40 advancecomp base-files bash binutils binutils-common 00:37:40 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:37:40 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:37:40 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:37:40 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:37:40 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:37:40 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:37:40 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:37:40 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 00:37:40 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 00:37:40 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 00:37:40 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 00:37:40 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 00:37:40 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 00:37:40 ubuntu-keyring util-linux 00:37:40 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:37:40 Need to get 63.7 MB of archives. 00:37:40 After this operation, 5203 kB of additional disk space will be used. 00:37:40 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:37:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] 00:37:40 Removing intermediate container 87e4b3ddfbed 00:37:40 ---> 401daf8877d6 00:37:40 Step 14/26 : ENV APP_PORT=48090 00:37:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:37:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:37:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:37:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:37:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:37:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:37:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:37:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:37:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:37:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:37:40 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:37:40 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:37:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:37:41 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:37:41 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:37:41 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:37:41 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:37:41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:37:41 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:37:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 00:37:41 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:37:41 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:37:41 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:37:41 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:37:41 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:37:41 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:37:41 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:37:41 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:37:41 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:37:41 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:37:41 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:37:41 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:37:41 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:37:41 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:37:41 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:37:41 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:37:41 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 00:37:41 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:37:41 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:37:41 ---> Running in 58864f30edf6 00:37:41 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:37:41 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:37:41 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:37:41 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:37:41 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:37:41 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:37:41 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:37:41 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:37:41 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:37:41 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:37:41 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:37:41 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:37:41 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:37:41 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:37:41 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:37:41 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:37:41 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:37:41 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:37:41 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:37:41 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:37:41 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:37:41 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:37:41 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:37:41 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:37:41 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:37:41 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:37:41 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:37:41 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:37:41 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:37:41 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:37:41 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:37:41 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:37:41 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:37:41 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:37:41 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:37:41 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:37:41 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:37:41 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:37:41 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:37:41 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:37:41 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:37:41 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:37:41 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:37:41 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:37:41 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:37:41 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:37:42 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:37:42 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:37:42 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:37:42 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:37:42 Removing intermediate container 58864f30edf6 00:37:42 ---> 7ae5d101ea50 00:37:42 Step 15/26 : EXPOSE $APP_PORT 00:37:42 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:37:43 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:37:43 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:37:43 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:37:43 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:37:43 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:37:43 debconf: delaying package configuration, since apt-utils is not installed 00:37:43 Fetched 63.7 MB in 3s (20.2 MB/s) 00:37:43 ---> Running in e642aad4ca7b 00:37:43 (Reading database ... 13912 files and directories currently installed.) 00:37:43 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:37:43 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:37:44 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:37:44 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:37:44 Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... 00:37:44 Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... 00:37:44 Removing intermediate container e642aad4ca7b 00:37:44 ---> b7b4c7ffd326 00:37:44 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:37:45 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:45 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:45 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:45 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:45 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:45 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:45 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:45 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:45 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:45 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:45 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:45 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:46 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:46 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:46 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:37:46 (Reading database ... 13911 files and directories currently installed.) 00:37:46 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:46 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:37:46 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:37:46 (Reading database ... 13911 files and directories currently installed.) 00:37:46 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:46 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:46 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:46 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:46 ---> e1f860379f0c 00:37:46 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:37:46 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:46 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:46 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:37:47 (Reading database ... 13911 files and directories currently installed.) 00:37:47 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:37:47 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:37:47 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:37:47 ---> d21ba82f4f16 00:37:47 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:37:47 (Reading database ... 13911 files and directories currently installed.) 00:37:47 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:37:47 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:37:47 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:37:48 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:37:48 Setting up base-files (10.1ubuntu2.10) ... 00:37:48 Installing new version of config file /etc/issue ... 00:37:48 Installing new version of config file /etc/issue.net ... 00:37:48 Installing new version of config file /etc/lsb-release ... 00:37:48 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:37:48 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:37:48 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:37:48 Removing obsolete conffile /etc/default/motd-news ... 00:37:48 (Reading database ... 13912 files and directories currently installed.) 00:37:48 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:37:48 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:37:49 ---> d21db256f739 00:37:49 Step 19/26 : RUN apk --no-cache add py3-pip 00:37:49 Setting up bash (4.4.18-2ubuntu1.2) ... 00:37:49 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:37:49 (Reading database ... 13912 files and directories currently installed.) 00:37:49 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:37:49 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:37:49 ---> Running in 2b0b891aa207 00:37:49 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:37:49 (Reading database ... 13912 files and directories currently installed.) 00:37:49 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 00:37:49 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 00:37:49 Setting up tar (1.29b-2ubuntu0.1) ... 00:37:49 (Reading database ... 13912 files and directories currently installed.) 00:37:49 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:37:49 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:37:50 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:37:50 (Reading database ... 13912 files and directories currently installed.) 00:37:50 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:37:50 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:37:50 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:50 (Reading database ... 13912 files and directories currently installed.) 00:37:50 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:37:50 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:37:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:50 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:37:50 (Reading database ... 13912 files and directories currently installed.) 00:37:50 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:37:50 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:37:51 Setting up grep (3.1-2build1) ... 00:37:51 (Reading database ... 13912 files and directories currently installed.) 00:37:51 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:37:51 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:37:51 (1/33) Installing libbz2 (1.0.8-r1) 00:37:51 (2/33) Installing expat (2.2.9-r1) 00:37:51 (3/33) Installing libffi (3.3-r2) 00:37:51 (4/33) Installing gdbm (1.13-r1) 00:37:51 (5/33) Installing xz-libs (5.2.5-r0) 00:37:51 (6/33) Installing sqlite-libs (3.32.1-r0) 00:37:51 Setting up login (1:4.5-1ubuntu2) ... 00:37:51 (Reading database ... 13912 files and directories currently installed.) 00:37:51 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:37:51 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:37:51 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:37:51 (Reading database ... 13912 files and directories currently installed.) 00:37:51 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:37:51 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:37:51 (7/33) Installing python3 (3.8.5-r0) 00:37:52 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:37:52 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:37:52 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:37:52 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:37:52 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:37:53 (Reading database ... 13912 files and directories currently installed.) 00:37:53 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:37:53 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:37:53 (8/33) Installing py3-appdirs (1.4.4-r1) 00:37:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:37:53 (10/33) Installing py3-parsing (2.4.7-r0) 00:37:53 (11/33) Installing py3-six (1.15.0-r0) 00:37:53 (12/33) Installing py3-packaging (20.4-r0) 00:37:53 (13/33) Installing py3-setuptools (47.0.0-r0) 00:37:53 (14/33) Installing py3-chardet (3.0.4-r4) 00:37:53 (15/33) Installing py3-idna (2.9-r0) 00:37:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:37:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:37:53 (18/33) Installing py3-requests (2.23.0-r0) 00:37:53 (19/33) Installing py3-msgpack (1.0.0-r0) 00:37:53 (20/33) Installing py3-lockfile (0.12.2-r3) 00:37:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:37:53 (22/33) Installing py3-colorama (0.4.3-r0) 00:37:53 (23/33) Installing py3-distlib (0.3.0-r0) 00:37:53 (24/33) Installing py3-distro (1.5.0-r1) 00:37:53 (25/33) Installing py3-webencodings (0.5.1-r3) 00:37:53 (26/33) Installing py3-html5lib (1.0.1-r4) 00:37:53 (27/33) Installing py3-pytoml (0.1.21-r0) 00:37:53 (28/33) Installing py3-pep517 (0.8.2-r0) 00:37:53 (29/33) Installing py3-progress (1.5-r0) 00:37:53 (30/33) Installing py3-toml (0.10.1-r0) 00:37:53 (31/33) Installing py3-retrying (1.3.3-r0) 00:37:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:37:53 (33/33) Installing py3-pip (20.1.1-r0) 00:37:54 Executing busybox-1.31.1-r19.trigger 00:37:54 OK: 71 MiB in 55 packages 00:37:54 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:37:54 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:37:54 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:37:54 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:37:54 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:37:54 (Reading database ... 13912 files and directories currently installed.) 00:37:54 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:37:54 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:37:54 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:37:54 (Reading database ... 13912 files and directories currently installed.) 00:37:54 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:37:54 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:37:54 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:37:54 (Reading database ... 13912 files and directories currently installed.) 00:37:54 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:37:54 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:37:55 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:37:55 (Reading database ... 13912 files and directories currently installed.) 00:37:55 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:37:55 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:37:55 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:37:55 (Reading database ... 13912 files and directories currently installed.) 00:37:55 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:37:55 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:37:55 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:37:55 (Reading database ... 13912 files and directories currently installed.) 00:37:55 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:37:55 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:37:55 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:37:55 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:37:55 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:37:55 (Reading database ... 13912 files and directories currently installed.) 00:37:55 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:37:56 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:37:56 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:37:56 (Reading database ... 13912 files and directories currently installed.) 00:37:56 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:37:56 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:37:56 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:37:56 (Reading database ... 13912 files and directories currently installed.) 00:37:56 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:37:56 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:37:56 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:37:56 (Reading database ... 13912 files and directories currently installed.) 00:37:56 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:37:57 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:37:57 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:37:57 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:37:57 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:37:58 (Reading database ... 13912 files and directories currently installed.) 00:37:58 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:37:58 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:37:58 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:37:58 (Reading database ... 13912 files and directories currently installed.) 00:37:58 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:37:58 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:37:58 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:37:58 (Reading database ... 13914 files and directories currently installed.) 00:37:58 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:37:58 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:37:58 Setting up debconf (1.5.66ubuntu1) ... 00:37:59 (Reading database ... 13914 files and directories currently installed.) 00:37:59 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:37:59 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:37:59 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:37:59 (Reading database ... 13914 files and directories currently installed.) 00:37:59 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:37:59 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:37:59 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:37:59 (Reading database ... 13914 files and directories currently installed.) 00:37:59 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:37:59 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:37:59 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:38:00 (Reading database ... 13914 files and directories currently installed.) 00:38:00 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:38:00 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:38:00 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 00:38:00 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 00:38:00 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:38:00 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:38:00 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:38:00 (Reading database ... 13914 files and directories currently installed.) 00:38:00 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:38:00 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:38:00 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:38:00 (Reading database ... 13914 files and directories currently installed.) 00:38:00 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:38:00 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:38:00 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:38:01 (Reading database ... 13914 files and directories currently installed.) 00:38:01 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:38:01 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:38:01 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:38:01 (Reading database ... 13914 files and directories currently installed.) 00:38:01 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:38:01 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:38:01 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:38:01 (Reading database ... 13914 files and directories currently installed.) 00:38:01 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:38:01 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:38:02 Setting up passwd (1:4.5-1ubuntu2) ... 00:38:02 (Reading database ... 13914 files and directories currently installed.) 00:38:02 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:38:02 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:38:02 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:38:02 (Reading database ... 13914 files and directories currently installed.) 00:38:02 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:38:02 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:38:02 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:38:02 (Reading database ... 13914 files and directories currently installed.) 00:38:02 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:38:02 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:38:03 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:38:03 (Reading database ... 13914 files and directories currently installed.) 00:38:03 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:38:03 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:38:03 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:38:03 (Reading database ... 13914 files and directories currently installed.) 00:38:03 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:38:03 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:38:03 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:38:03 (Reading database ... 13914 files and directories currently installed.) 00:38:03 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:38:03 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:38:03 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:38:03 (Reading database ... 13914 files and directories currently installed.) 00:38:03 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:38:03 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:38:03 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:38:03 (Reading database ... 13915 files and directories currently installed.) 00:38:03 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:38:04 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:38:04 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:38:04 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:38:04 Removing intermediate container 2b0b891aa207 00:38:04 ---> 0bc16afec141 00:38:04 Step 20/26 : RUN pip install docker-compose==1.23.2 00:38:04 ---> Running in 5016e5d1bef2 00:38:04 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:38:04 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:38:04 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:38:04 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:38:05 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:38:05 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:38:05 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:38:05 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:38:05 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:38:05 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:38:05 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:38:05 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:38:05 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:38:05 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:38:05 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:38:05 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:38:05 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:38:05 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:38:06 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:38:06 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:38:07 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:38:07 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:38:07 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:38:07 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:38:07 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:38:07 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:38:07 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:38:07 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:38:07 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:38:07 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:38:08 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:38:08 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:38:08 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:08 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:08 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:08 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:08 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:08 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:08 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:08 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:09 Collecting docker-compose==1.23.2 00:38:09 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:09 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:09 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:10 Collecting docker<4.0,>=3.6.0 00:38:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:10 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:10 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:11 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:11 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:11 Collecting cached-property<2,>=1.2.0 00:38:11 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:38:11 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:11 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:11 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:38:12 Collecting jsonschema<3,>=2.5.1 00:38:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:12 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:12 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:12 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:38:12 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:38:12 Collecting websocket-client<1.0,>=0.32.0 00:38:12 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:38:12 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:38:12 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:38:12 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:38:12 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:38:13 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:38:13 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:38:13 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:38:13 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:38:13 Collecting texttable<0.10,>=0.9.0 00:38:13 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:13 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:38:13 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:38:13 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:38:13 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:38:13 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:13 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:38:13 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:13 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:13 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:13 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:38:13 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:38:13 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:38:14 00:38:14 Current default time zone: 'Etc/UTC' 00:38:14 Local time is now: Sat Jan 9 00:38:13 UTC 2021. 00:38:14 Universal Time is now: Sat Jan 9 00:38:13 UTC 2021. 00:38:14 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:38:14 00:38:14 Setting up systemd-sysv (237-3ubuntu10.43) ... 00:38:14 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:14 Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... 00:38:14 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:38:14 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:38:14 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:38:14 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:38:14 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:38:14 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:38:14 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:38:14 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:14 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:38:14 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:38:14 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:38:14 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:14 Setting up patch (2.7.6-2ubuntu1.1) ... 00:38:14 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:38:14 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:38:14 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:38:14 Installing new version of config file /etc/ssl/openssl.cnf ... 00:38:14 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:38:14 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:38:14 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:38:15 Collecting dockerpty<0.5,>=0.4.1 00:38:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:16 Updating certificates in /etc/ssl/certs... 00:38:17 22 added, 17 removed; done. 00:38:17 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:38:17 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:17 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:38:17 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:38:18 Setting up pkgbinarymangler (138.18.04.1) ... 00:38:18 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:38:18 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:38:18 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:38:18 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:38:18 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:38:18 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:38:18 Collecting PyYAML<4,>=3.10 00:38:18 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:18 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:38:18 Setting up perl (5.26.1-6ubuntu0.5) ... 00:38:18 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:38:18 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:38:18 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:38:18 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:38:18 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:38:18 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:38:18 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:38:18 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:38:18 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:38:18 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:38:18 Processing triggers for systemd (237-3ubuntu10.43) ... 00:38:18 Processing triggers for mime-support (3.60ubuntu1) ... 00:38:18 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:38:18 Updating certificates in /etc/ssl/certs... 00:38:19 0 added, 0 removed; done. 00:38:19 Running hooks in /etc/ca-certificates/update.d... 00:38:19 done. 00:38:20 Reading package lists... 00:38:20 Building dependency tree... 00:38:20 Reading state information... 00:38:20 The following NEW packages will be installed: 00:38:20 apt-transport-https 00:38:20 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:38:20 Need to get 1696 B of archives. 00:38:20 After this operation, 153 kB of additional disk space will be used. 00:38:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:38:20 debconf: delaying package configuration, since apt-utils is not installed 00:38:20 Fetched 1696 B in 0s (20.9 kB/s) 00:38:20 Selecting previously unselected package apt-transport-https. 00:38:20 (Reading database ... 13929 files and directories currently installed.) 00:38:20 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:38:20 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:38:20 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:38:21 Waiting for network to be ready... 00:38:21 Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:21 Step 2/32 : FROM ${BUILDER_BASE} AS builder 00:38:21 ---> cb9846c87917 00:38:21 Step 3/32 : WORKDIR /edgex-go 00:38:21 ---> Using cache 00:38:21 ---> 813860a1fd31 00:38:21 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:21 ---> Using cache 00:38:21 ---> e49c8d364fd3 00:38:21 Step 5/32 : RUN apk add --update --no-cache make git 00:38:21 ---> Using cache 00:38:21 ---> 506aa5142116 00:38:21 Step 6/32 : COPY go.mod . 00:38:21 ---> Using cache 00:38:21 ---> 9ad70a7bf1c6 00:38:21 Step 7/32 : RUN go mod download 00:38:21 ---> Using cache 00:38:21 ---> a0cbfbb7aa9e 00:38:21 Step 8/32 : COPY . . 00:38:21 ---> Using cache 00:38:21 ---> 1df54df67a4f 00:38:21 Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:38:22 Collecting docopt<0.7,>=0.6.1 00:38:22 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:22 ---> cb9846c87917 00:38:22 Step 3/23 : WORKDIR /edgex-go 00:38:22 ---> Using cache 00:38:22 ---> 813860a1fd31 00:38:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:22 ---> Using cache 00:38:22 ---> e49c8d364fd3 00:38:22 Step 5/23 : RUN apk add --update --no-cache make git 00:38:22 ---> Using cache 00:38:22 ---> 506aa5142116 00:38:22 Step 6/23 : COPY go.mod . 00:38:22 ---> Using cache 00:38:22 ---> 9ad70a7bf1c6 00:38:22 Step 7/23 : RUN go mod download 00:38:22 ---> Using cache 00:38:22 ---> a0cbfbb7aa9e 00:38:22 Step 8/23 : COPY . . 00:38:22 ---> Using cache 00:38:22 ---> 1df54df67a4f 00:38:22 Step 9/23 : RUN make cmd/core-command/core-command 00:38:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:22 ---> cb9846c87917 00:38:22 Step 3/23 : WORKDIR /edgex-go 00:38:22 ---> Using cache 00:38:22 ---> 813860a1fd31 00:38:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:22 ---> Using cache 00:38:22 ---> e49c8d364fd3 00:38:22 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:23 ---> cb9846c87917 00:38:23 Step 3/23 : WORKDIR /edgex-go 00:38:23 ---> Using cache 00:38:23 ---> 813860a1fd31 00:38:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:23 ---> Using cache 00:38:23 ---> e49c8d364fd3 00:38:23 Step 5/23 : RUN apk add --update --no-cache make git 00:38:23 ---> Using cache 00:38:23 ---> 506aa5142116 00:38:23 Step 6/23 : COPY go.mod . 00:38:23 ---> Using cache 00:38:23 ---> 9ad70a7bf1c6 00:38:23 Step 7/23 : RUN go mod download 00:38:23 ---> Using cache 00:38:23 ---> a0cbfbb7aa9e 00:38:23 Step 8/23 : COPY . . 00:38:23 ---> Using cache 00:38:23 ---> 1df54df67a4f 00:38:23 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:38:25 ---> Running in a6b35b8fff74 00:38:25 ---> Running in 1b5c3079415b 00:38:25 ---> Running in 2e9e1a0c746c 00:38:25 ---> Running in cc472e2ec3a4 00:38:26 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:26 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:27 Collecting docker-pycreds>=0.4.0 00:38:27 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:38:27 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:38:27 2021-01-09T00:38:24Z INFO Waiting for automatic snapd restart... 00:38:27 snapd 2.48.2 from Canonical* installed 00:38:27 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:38:27 "snapd" switched to the "latest/stable" channel 00:38:27 00:38:28 Collecting idna<2.8,>=2.5 00:38:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:38:28 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:38:28 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:38:28 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:38:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:38:28 Collecting urllib3<1.25,>=1.21.1 00:38:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:38:28 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:38:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:38:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:38:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:38:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:38:29 OK: 217 MiB in 51 packages 00:38:30 Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, cached-property, jsonschema, texttable, dockerpty, PyYAML, docopt, docker-compose 00:38:30 core18 20201210 from Canonical* installed 00:38:30 Attempting uninstall: idna 00:38:30 Found existing installation: idna 2.9 00:38:30 Uninstalling idna-2.9: 00:38:30 Successfully uninstalled idna-2.9 00:38:31 "core18" switched to the "latest/stable" channel 00:38:31 00:38:31 Removing intermediate container 2e9e1a0c746c 00:38:31 ---> 87140bf851ef 00:38:31 Step 6/23 : COPY go.mod . 00:38:32 Attempting uninstall: urllib3 00:38:32 Found existing installation: urllib3 1.25.9 00:38:32 Uninstalling urllib3-1.25.9: 00:38:32 ---> 3ac14a797b48 00:38:32 Step 7/23 : RUN go mod download 00:38:32 Successfully uninstalled urllib3-1.25.9 00:38:32 ---> Running in df6314501672 00:38:33 Attempting uninstall: requests 00:38:33 Found existing installation: requests 2.23.0 00:38:33 Uninstalling requests-2.23.0: 00:38:33 Successfully uninstalled requests-2.23.0 00:38:34 snapcraft 4.4.4 from Canonical* installed 00:38:34 "snapcraft" switched to the "latest/stable" channel 00:38:34 00:38:37 Running setup.py install for texttable: started 00:38:37 Removing intermediate container df6314501672 00:38:37 ---> 2f7213260b1f 00:38:37 Step 8/23 : COPY . . 00:38:37 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:38:37 - README.md 00:38:37 - snapcraft.yaml.orig 00:38:37 00:38:37 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:38:39 Running setup.py install for texttable: finished with status 'done' 00:38:39 Running setup.py install for dockerpty: started 00:38:43 Running setup.py install for dockerpty: finished with status 'done' 00:38:43 Running setup.py install for PyYAML: started 00:38:44 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:38:44 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:38:44 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:38:44 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:38:45 Reading package lists... 00:38:45 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:38:46 Running setup.py install for PyYAML: finished with status 'done' 00:38:46 Running setup.py install for docopt: started 00:38:50 Running setup.py install for docopt: finished with status 'done' 00:38:51 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:38:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:38:52 Reading package lists... 00:38:52 Building dependency tree... 00:38:52 Reading state information... 00:38:52 Suggested packages: 00:38:52 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:38:52 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:38:52 Recommended packages: 00:38:52 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:38:52 The following NEW packages will be installed: 00:38:52 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:38:52 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:38:52 pkg-config zip 00:38:52 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:38:52 Need to get 7655 kB of archives. 00:38:52 After this operation, 43.7 MB of additional disk space will be used. 00:38:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:38:52 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:38:52 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:38:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:38:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:38:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:38:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:38:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:38:52 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:38:52 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:38:52 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:38:53 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:38:53 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:38:53 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:38:53 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:38:53 debconf: delaying package configuration, since apt-utils is not installed 00:38:53 Fetched 7655 kB in 1s (10.6 MB/s) 00:38:53 Selecting previously unselected package libglib2.0-0:amd64. 00:38:53 (Reading database ... 13933 files and directories currently installed.) 00:38:53 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:38:53 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:38:53 Selecting previously unselected package libpsl5:amd64. 00:38:53 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:38:53 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:38:53 Selecting previously unselected package libnghttp2-14:amd64. 00:38:53 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:38:53 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:38:53 Selecting previously unselected package librtmp1:amd64. 00:38:53 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:38:53 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:38:53 Selecting previously unselected package libcurl3-gnutls:amd64. 00:38:53 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:38:53 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:38:53 Selecting previously unselected package liberror-perl. 00:38:53 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:38:53 Unpacking liberror-perl (0.17025-1) ... 00:38:54 Selecting previously unselected package git-man. 00:38:54 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:38:54 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:38:54 Selecting previously unselected package git. 00:38:54 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:38:54 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:38:54 Selecting previously unselected package libnorm1:amd64. 00:38:54 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:38:54 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:38:55 ---> 7251d3a2a2d3 00:38:55 Step 9/23 : RUN make cmd/core-data/core-data 00:38:55 Selecting previously unselected package libpgm-5.2-0:amd64. 00:38:55 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:38:55 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:38:55 Selecting previously unselected package libsodium23:amd64. 00:38:55 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:38:55 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:38:55 ---> Running in 7f424f4f4812 00:38:55 Selecting previously unselected package libzmq5:amd64. 00:38:55 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:38:55 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:38:55 Selecting previously unselected package libzmq3-dev:amd64. 00:38:55 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:38:55 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:38:55 Selecting previously unselected package pkg-config. 00:38:55 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:38:55 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:38:55 Selecting previously unselected package zip. 00:38:55 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:38:55 Unpacking zip (3.0-11build1) ... 00:38:55 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:38:55 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:38:55 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:38:55 Setting up liberror-perl (0.17025-1) ... 00:38:55 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:38:55 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:38:55 No schema files found: doing nothing. 00:38:55 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:38:55 Setting up zip (3.0-11build1) ... 00:38:55 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:38:55 Setting up libsodium23:amd64 (1.0.16-2) ... 00:38:55 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:38:56 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:38:56 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:38:56 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:38:56 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:38:56 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:38:58 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:38:58 Removing intermediate container 5016e5d1bef2 00:38:58 ---> 74aa543000c6 00:38:58 Step 21/26 : RUN apk --no-cache add curl 00:38:58 ---> Running in 73b5a24baee5 00:39:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:01 (2/3) Installing libcurl (7.69.1-r3) 00:39:01 (3/3) Installing curl (7.69.1-r3) 00:39:01 Executing busybox-1.31.1-r19.trigger 00:39:01 OK: 71 MiB in 58 packages 00:39:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:39:02 git set to automatically installed. 00:39:02 git-man set to automatically installed. 00:39:02 libcurl3-gnutls set to automatically installed. 00:39:02 liberror-perl set to automatically installed. 00:39:02 libglib2.0-0 set to automatically installed. 00:39:02 libnghttp2-14 set to automatically installed. 00:39:02 libnorm1 set to automatically installed. 00:39:02 libpgm-5.2-0 set to automatically installed. 00:39:02 libpsl5 set to automatically installed. 00:39:02 librtmp1 set to automatically installed. 00:39:02 libsodium23 set to automatically installed. 00:39:02 libzmq3-dev set to automatically installed. 00:39:02 libzmq5 set to automatically installed. 00:39:02 pkg-config set to automatically installed. 00:39:02 zip set to automatically installed. 00:39:03 Removing intermediate container 73b5a24baee5 00:39:03 ---> c93f95daad55 00:39:03 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:03 ---> Running in 6035cf027d49 00:39:04 Removing intermediate container 6035cf027d49 00:39:04 ---> 9f2849986352 00:39:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:04 ---> Running in c8afd7c76ff7 00:39:04 Removing intermediate container c8afd7c76ff7 00:39:04 ---> 905e8fbc6fa7 00:39:04 Step 24/26 : LABEL arch=arm64 00:39:04 ---> Running in 930b2991d394 00:39:05 snapd is not logged in, snap install commands will use sudo 00:39:05 Removing intermediate container 930b2991d394 00:39:05 ---> 9efd7d503d66 00:39:05 Step 25/26 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 00:39:05 ---> Running in 992370b47f05 00:39:06 Removing intermediate container 992370b47f05 00:39:06 ---> 32792ff05f0e 00:39:06 Step 26/26 : LABEL version=0.0.0 00:39:06 ---> Running in 7ff624eb7ba9 00:39:07 Removing intermediate container 7ff624eb7ba9 00:39:07 ---> 33aea9fa46e7 00:39:07 00:39:07 Successfully built 33aea9fa46e7 00:39:07 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:39:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:39:11 snap "core18" has no updates available 00:39:12 Pulling config-common 00:39:13 Pulling go-build-helper 00:39:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:39:35 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:39:35 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] 00:39:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 00:39:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 00:39:35 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 00:39:35 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] 00:39:35 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] 00:39:35 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 00:39:35 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 00:39:35 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:39:35 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:39:35 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:39:35 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:39:35 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:39:35 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:39:35 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:39:35 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:39:35 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:39:35 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1832 kB] 00:39:35 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 00:39:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 00:39:35 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 00:39:35 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 00:39:35 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 00:39:35 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 00:39:35 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 00:39:35 Fetched 23.7 MB in 0s (0 B/s) 00:39:35 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:39:35 Fetched 96.5 kB in 0s (0 B/s) 00:39:35 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:39:35 Fetched 279 kB in 0s (0 B/s) 00:39:35 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:39:35 Fetched 122 kB in 0s (0 B/s) 00:39:35 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:39:35 Fetched 77.8 kB in 0s (0 B/s) 00:39:35 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:39:35 Fetched 8848 B in 0s (0 B/s) 00:39:35 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:39:35 Fetched 47.8 kB in 0s (0 B/s) 00:39:35 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:39:35 Fetched 45.6 kB in 0s (0 B/s) 00:39:35 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:39:35 Fetched 15.0 kB in 0s (0 B/s) 00:39:35 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:39:35 Fetched 214 kB in 0s (0 B/s) 00:39:35 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:39:35 Fetched 155 kB in 0s (0 B/s) 00:39:35 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:39:35 Fetched 50.6 kB in 0s (0 B/s) 00:39:35 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:39:35 Fetched 14.8 kB in 0s (0 B/s) 00:39:35 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:39:35 Fetched 41.8 kB in 0s (0 B/s) 00:39:35 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:39:35 Fetched 499 kB in 0s (0 B/s) 00:39:35 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:39:35 Fetched 111 kB in 0s (0 B/s) 00:39:35 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:39:35 Fetched 240 kB in 0s (0 B/s) 00:39:35 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:39:35 Fetched 29.3 kB in 0s (0 B/s) 00:39:35 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:39:35 Fetched 85.5 kB in 0s (0 B/s) 00:39:35 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:39:35 Fetched 24.5 kB in 0s (0 B/s) 00:39:35 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:39:35 Fetched 49.2 kB in 0s (0 B/s) 00:39:35 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:39:35 Fetched 54.2 kB in 0s (0 B/s) 00:39:35 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:39:35 Fetched 30.8 kB in 0s (0 B/s) 00:39:35 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:39:35 Fetched 17.0 kB in 0s (0 B/s) 00:39:35 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:39:35 Fetched 85.9 kB in 0s (0 B/s) 00:39:35 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:39:35 Fetched 8720 B in 0s (0 B/s) 00:39:35 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:39:35 Fetched 137 kB in 0s (0 B/s) 00:39:35 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:39:35 Fetched 119 kB in 0s (0 B/s) 00:39:35 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:39:35 Fetched 109 kB in 0s (0 B/s) 00:39:35 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:39:35 Fetched 11.1 kB in 0s (0 B/s) 00:39:35 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:39:35 Fetched 645 kB in 0s (0 B/s) 00:39:35 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:39:35 Fetched 41.3 kB in 0s (0 B/s) 00:39:35 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:39:35 Fetched 17.9 kB in 0s (0 B/s) 00:39:35 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:39:35 Fetched 368 kB in 0s (0 B/s) 00:39:35 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:39:35 Fetched 187 kB in 0s (0 B/s) 00:39:35 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:39:35 Fetched 175 kB in 0s (0 B/s) 00:39:35 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:39:38 Fetched 206 kB in 0s (0 B/s) 00:39:38 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:39:38 Fetched 1301 kB in 0s (0 B/s) 00:39:38 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:39:38 Fetched 36.2 kB in 0s (0 B/s) 00:39:38 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:39:38 Fetched 159 kB in 0s (0 B/s) 00:39:38 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:39:38 Fetched 107 kB in 0s (0 B/s) 00:39:38 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:39:38 Fetched 48.7 kB in 0s (0 B/s) 00:39:38 Pulling static-packages 00:39:40 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:39:40 Skipping pull go-build-helper (already ran) 00:39:40 Skipping pull static-packages (already ran) 00:39:40 Building go-build-helper 00:39:42 Building static-packages 00:39:44 Staging go-build-helper 00:39:45 Staging static-packages 00:39:46 Pulling go115 00:39:47  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-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:39:47 'edgex-go' has dependencies that need to be staged: go115 00:39:47 Skipping pull go115 (already ran) 00:39:47 Building go115 00:39:47 % Total % Received % Xferd Average Speed Time Time Time Current 00:39:47 Dload Upload Total Spent Left Speed 00:39:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 35 115M 35 41.0M 0 0 45.2M 0 0:00:02 --:--:-- 0:00:02 45.2M 78 115M 78 91.2M 0 0 47.8M 0 0:00:02 0:00:01 0:00:01 47.8M 100 115M 100 115M 0 0 47.3M 0 0:00:02 0:00:02 --:--:-- 47.3M 00:39:50 go1.15.2.linux-amd64.tar.gz: OK 00:39:54 Staging go115 00:39:57 Removing intermediate container 1b5c3079415b 00:39:57 ---> e2e7479b10e8 00:39:57 00:39:57 Step 10/23 : FROM alpine:3.12 00:39:57 ---> afeebe901d6b 00:39:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:57 ---> Using cache 00:39:57 ---> 65d1f2115583 00:39:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:57 ---> Using cache 00:39:57 ---> 03bdee69efd5 00:39:57 Step 13/23 : ENV APP_PORT=48082 00:39:57 ---> Running in 90b6fc18fadc 00:39:57 Removing intermediate container 90b6fc18fadc 00:39:57 ---> de1042fe8462 00:39:57 Step 14/23 : EXPOSE $APP_PORT 00:39:58 ---> Running in 5c947cf63d2e 00:39:58 Removing intermediate container 5c947cf63d2e 00:39:58 ---> ed7204ce917c 00:39:58 Step 15/23 : WORKDIR / 00:39:59 ---> Running in d38100faf8e4 00:39:59 Removing intermediate container d38100faf8e4 00:39:59 ---> 2556f2427641 00:39:59 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:39:59 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:39:59 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:39:59 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:39:59 Fetched 0 B in 0s (0 B/s) 00:39:59 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:39:59 Fetched 224 kB in 0s (0 B/s) 00:39:59 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:39:59 Fetched 157 kB in 0s (0 B/s) 00:39:59 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:39:59 Fetched 221 kB in 0s (0 B/s) 00:39:59 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:39:59 Fetched 143 kB in 0s (0 B/s) 00:39:59 Pulling edgex-go 00:40:00 ---> 3fdec6722128 00:40:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:40:00 Pulling version 00:40:01 Building config-common 00:40:02 ---> 123476266d8e 00:40:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:40:03 ---> 512899f9456e 00:40:03 Step 19/23 : ENTRYPOINT ["/core-command"] 00:40:03 Skipping build go-build-helper (already ran) 00:40:03 Skipping build static-packages (already ran) 00:40:03 Skipping build go115 (already ran) 00:40:03 Building edgex-go 00:40: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:40:03 ---> Running in fce3412afa46 00:40:04 Removing intermediate container fce3412afa46 00:40:04 ---> 73fede6de15c 00:40:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:05 ---> Running in 6c3d383acda4 00:40:05 go: downloading github.com/gorilla/mux v1.8.0 00:40:05 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:40:05 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.139 00:40:05 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 00:40:05 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 00:40:05 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:40:05 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 00:40:05 go: downloading github.com/pebbe/zmq4 v1.2.2 00:40:05 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:40:05 go: downloading github.com/imdario/mergo v0.3.11 00:40:05 go: downloading github.com/google/uuid v1.1.4 00:40:05 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:40:05 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:40:05 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:40:05 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 00:40:05 go: downloading github.com/BurntSushi/toml v0.3.1 00:40:05 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:40:05 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:40:05 go: downloading github.com/pkg/errors v0.8.1 00:40:05 go: downloading github.com/go-kit/kit v0.8.0 00:40:05 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 00:40:05 go: downloading gopkg.in/yaml.v2 v2.4.0 00:40:05 go: downloading github.com/hashicorp/consul/api v1.1.0 00:40:05 go: downloading github.com/go-playground/universal-translator v0.17.0 00:40:05 go: downloading github.com/x448/float16 v0.8.4 00:40:05 go: downloading github.com/pelletier/go-toml v1.2.0 00:40:05 go: downloading github.com/leodido/go-urn v1.2.0 00:40:05 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:40:05 go: downloading github.com/go-playground/locales v0.13.0 00:40:05 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:40:05 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:40:05 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:40:05 go: downloading github.com/mitchellh/copystructure v1.0.0 00:40:05 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:40:05 go: downloading github.com/hashicorp/serf v0.8.2 00:40:06 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:40:06 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:40:06 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:40:06 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:40:06 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:40:06 Removing intermediate container 6c3d383acda4 00:40:06 ---> 63a1ba7bcb16 00:40:06 Step 21/23 : LABEL arch=arm64 00:40:06 Removing intermediate container cc472e2ec3a4 00:40:06 ---> e445fedc3d06 00:40:06 00:40:06 Step 10/32 : FROM alpine:3.12 00:40:06 ---> afeebe901d6b 00:40:06 Step 11/32 : RUN apk add --update --no-cache dumb-init openssl 00:40:06 ---> Running in f45ca20b610e 00:40:06 ---> Running in c14a5365c35e 00:40:07 Removing intermediate container f45ca20b610e 00:40:07 ---> 8156e7209df3 00:40:07 Step 22/23 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 00:40:07 ---> Running in 38a24d9a4fb6 00:40:08 Removing intermediate container 38a24d9a4fb6 00:40:08 ---> 8e808d3076b8 00:40:08 Step 23/23 : LABEL version=0.0.0 00:40:09 ---> Running in 4d9d454ebce4 00:40:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:40:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:40:10 (1/2) Installing dumb-init (1.2.2-r1) 00:40:10 (2/2) Installing openssl (1.1.1i-r0) 00:40:10 Removing intermediate container 4d9d454ebce4 00:40:10 ---> 74384ddfa6c6 00:40:10 00:40:10 Executing busybox-1.31.1-r19.trigger 00:40:10 OK: 6 MiB in 16 packages 00:40:11 Successfully built 74384ddfa6c6 00:40:11 Successfully tagged docker-core-command-go-arm64:latest 00:40:12  Building docker-core-command-go ... done Removing intermediate container c14a5365c35e 00:40:12 ---> 6a8aab0c6a79 00:40:12 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:40:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:40:13 ---> Running in e87b7b6096a7 00:40:13 Removing intermediate container a6b35b8fff74 00:40:13 ---> 8cf067e83786 00:40:13 00:40:13 Step 10/23 : FROM alpine:3.12 00:40:13 ---> afeebe901d6b 00:40:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:40:13 ---> Using cache 00:40:13 ---> 65d1f2115583 00:40:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:13 ---> Using cache 00:40:13 ---> 03bdee69efd5 00:40:13 Step 13/23 : ENV APP_PORT=48081 00:40:13 ---> Running in 500371dc174b 00:40:13 Removing intermediate container e87b7b6096a7 00:40:13 ---> 286b4ba7134a 00:40:13 Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 00:40:13 ---> Running in 1cb02da2e20f 00:40:14 Removing intermediate container 500371dc174b 00:40:14 ---> fff8769c7a8f 00:40:14 Step 14/23 : EXPOSE $APP_PORT 00:40:14 ---> Running in 444a93c32f3e 00:40:14 Removing intermediate container 1cb02da2e20f 00:40:14 ---> 950e94513e9c 00:40:14 Step 14/32 : 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:40:15 ---> Running in 3f5d2d2077b2 00:40:15 Removing intermediate container 444a93c32f3e 00:40:15 ---> 0700748103e8 00:40:15 Step 15/23 : WORKDIR / 00:40:15 ---> Running in b3751f5e49aa 00:40:15 Removing intermediate container b3751f5e49aa 00:40:15 ---> 2840396dbe74 00:40:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:40:16 Connecting to github.com (140.82.114.4:443) 00:40:16 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:16 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.88.116:443) 00:40:16 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 00:40:16 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 00:40:16 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 00:40:17 dockerize 00:40:17 ---> 8083294b4cf9 00:40:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:40:17 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:40:18 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:40:18 ---> 1f1f2643431f 00:40:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:40:18 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:40:18 go: downloading github.com/stretchr/testify v1.6.1 00:40:18 Removing intermediate container 3f5d2d2077b2 00:40:18 ---> c452a2581c1d 00:40:18 Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init 00:40:19 go: downloading github.com/davecgh/go-spew v1.1.1 00:40:19 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:40:19 go: downloading github.com/pmezard/go-difflib v1.0.0 00:40:19 ---> Running in c7bf3e1096e3 00:40:19 ---> 51a60a1ab28a 00:40:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:40:19 Removing intermediate container c7bf3e1096e3 00:40:19 ---> 8be10debc69f 00:40:19 Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:40:19 ---> Running in 06e07ab6cc97 00:40:19 ---> Running in 1f78b9436758 00:40:20 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:40:20 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:40:20 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:40:20 Removing intermediate container 06e07ab6cc97 00:40:20 ---> b91a83ad7d48 00:40:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:20 Removing intermediate container 1f78b9436758 00:40:20 ---> 7c40a912f493 00:40:20 Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 00:40:20 ---> Running in 4d1c2117cfd3 00:40:20 ---> Running in d22ba6f296f8 00:40:21 Removing intermediate container 4d1c2117cfd3 00:40:21 ---> 0f292475ed07 00:40:21 Step 21/23 : LABEL arch=arm64 00:40:21 ---> Running in 8b008fd8a543 00:40:21 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:21 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:40:22 Move dockerize executable 00:40:22 Removing intermediate container 8b008fd8a543 00:40:22 ---> e6022a33a840 00:40:22 Step 22/23 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 00:40:22 ---> Running in 78c8f004a0b8 00:40:23 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:40:23 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:40:23 Removing intermediate container 78c8f004a0b8 00:40:23 ---> ecd2bc106404 00:40:23 Step 23/23 : LABEL version=0.0.0 00:40:23 ---> Running in 50ef1700b86f 00:40:24 Removing intermediate container d22ba6f296f8 00:40:24 ---> c1cdcdd5b0f9 00:40:24 Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} 00:40:24 ---> Running in 5115ce5a4e0a 00:40:24 Removing intermediate container 50ef1700b86f 00:40:24 ---> a4d16a565fb1 00:40:24 00:40:24 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:24 Successfully built a4d16a565fb1 00:40:24 Successfully tagged docker-core-metadata-go-arm64:latest 00:40:24  Building docker-core-metadata-go ... done Removing intermediate container 5115ce5a4e0a 00:40:24 ---> c8f8fda0fdc4 00:40:24 Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:40:25 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:40:25 ---> 94b817d1a045 00:40:25 Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:40:25 ---> Running in eb2f9d899d89 00:40:26 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:40:27 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:40:27 go: downloading github.com/lib/pq v1.9.0 00:40:28 Removing intermediate container eb2f9d899d89 00:40:28 ---> 5a3aec17dc3d 00:40:28 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:40:29 Removing intermediate container 7f424f4f4812 00:40:29 ---> 3cf1c6fd406e 00:40:29 00:40:29 Step 10/23 : FROM alpine:3.12 00:40:29 ---> afeebe901d6b 00:40:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:29 ---> 9ffbb196fdf3 00:40:29 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:40:29 ---> Running in fd0f8c3b1c72 00:40:29 Removing intermediate container fd0f8c3b1c72 00:40:29 ---> 40c82d392fb0 00:40:29 Step 12/23 : ENV APP_PORT=48080 00:40:29 ---> Running in a4f12547c992 00:40:29 ---> 79812a88ffed 00:40:29 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:40:30 Building version 00:40:30 Removing intermediate container a4f12547c992 00:40:30 ---> 8675e4623598 00:40:30 Step 13/23 : EXPOSE $APP_PORT 00:40:30 ---> Running in 7246bac0c441 00:40:31 ---> f7279b34ecc4 00:40:31 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:40:31 Removing intermediate container 7246bac0c441 00:40:31 ---> d8f0ac1d2b2c 00:40:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:31 ---> Running in 498a54e13728 00:40:31 Staging config-common 00:40:32 ---> ba369e51c0d7 00:40:32 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 00:40:32 ---> Running in 8a0e44f9f915 00:40:32 Skipping stage go-build-helper (already ran) 00:40:32 Skipping stage static-packages (already ran) 00:40:32 Skipping stage go115 (already ran) 00:40:32 Staging edgex-go 00:40:33 Removing intermediate container 8a0e44f9f915 00:40:33 ---> dc87c0614c3f 00:40:33 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ 00:40:33 Staging version 00:40:34 Removing intermediate container 498a54e13728 00:40:34 ---> 2f27ff1aab20 00:40:34 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:40:34 ---> 8cd059630d50 00:40:34 Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:40:34 ---> Running in cdf2765279d8 00:40:34 Priming config-common 00:40:34 ---> Running in e19f5c9e5f85 00:40:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:40:35 Priming go-build-helper 00:40:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:40:36 Priming static-packages 00:40:36 Removing intermediate container e19f5c9e5f85 00:40:36 ---> 8c9420db3424 00:40:36 Step 28/32 : ENTRYPOINT ["entrypoint.sh"] 00:40:36 (1/6) Installing dumb-init (1.2.2-r1) 00:40:36 (2/6) Installing libgcc (9.3.0-r2) 00:40:37 (3/6) Installing libsodium (1.0.18-r0) 00:40:37 (4/6) Installing libstdc++ (9.3.0-r2) 00:40:37 ---> Running in 32cb702c705b 00:40:37 (5/6) Installing libzmq (4.3.3-r0) 00:40:37 (6/6) Installing zeromq (4.3.3-r0) 00:40:37 Executing busybox-1.31.1-r19.trigger 00:40:37 OK: 8 MiB in 20 packages 00:40:37 Removing intermediate container 32cb702c705b 00:40:37 ---> 04aa2a1e093a 00:40:37 Step 29/32 : CMD ["install"] 00:40:38 ---> Running in 72b6f7b9bb5a 00:40:38 Priming go115 00:40:38 Removing intermediate container 72b6f7b9bb5a 00:40:38 ---> 9f155ab73d68 00:40:38 Step 30/32 : LABEL arch=arm64 00:40:39 Priming edgex-go 00:40:39 ---> Running in dc5bd815cbd3 00:40:39 Removing intermediate container cdf2765279d8 00:40:39 ---> aeb0489f375e 00:40:39 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:40:40 Removing intermediate container dc5bd815cbd3 00:40:40 ---> 1a2d517593a2 00:40:40 Step 31/32 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 00:40:40 ---> Running in e6ce35fb5f2d 00:40:40 ---> 61241e48e3ff 00:40:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:40 Priming version 00:40:41 Removing intermediate container e6ce35fb5f2d 00:40:41 ---> dc38461604c8 00:40:41 Step 32/32 : LABEL version=0.0.0 00:40:41 ---> Running in 2dc2b9f24e4b 00:40:41 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 00:40:41 ---> 1c6991c50933 00:40:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:42 Removing intermediate container 2dc2b9f24e4b 00:40:42 ---> 4001131b40fb 00:40:42 00:40:42 Successfully built 4001131b40fb 00:40:42 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:40:42  Building docker-security-bootstrapper-go ... done  ---> f3505a1d2aa8 00:40:42 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:43 ---> Running in 5ffea766cc77 00:40:43 Removing intermediate container 5ffea766cc77 00:40:43 ---> 5218b0ca03a0 00:40:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 00:40:43 ---> Running in 1ff99cc21751 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 00:40:43 Removing intermediate container 1ff99cc21751 00:40:43 ---> 7f0c38f94abc 00:40:43 Step 21/23 : LABEL arch=arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 00:40:44 ---> Running in ccfbf16135b1 [Pipeline] } 00:40:44 Removing intermediate container ccfbf16135b1 00:40:44 ---> 017b25ba33c7 00:40:44 Step 22/23 : LABEL git_sha=15d5910ca8b9da1713db94513de9bdb4c10a9665 00:40:44 ---> Running in f98489570d72 00:40:44 Removing intermediate container f98489570d72 00:40:44 ---> 1e7ef3795098 00:40:44 Step 23/23 : LABEL version=0.0.0 00:40:45 ---> Running in 2193b89f3080 00:40:45 Removing intermediate container 2193b89f3080 00:40:45 ---> 35addbcfb36e 00:40:45 00:40:46 Successfully built 35addbcfb36e 00:40:46 Successfully tagged docker-core-data-go-arm64:latest 00:40:46  Building docker-core-data-go ... done  [Pipeline] } 00:40:46 $ docker stop --time=1 250b6f19e309e4479e21e261a9a0f714decaf63391e892c15b4a592afee72870 00:40:48 $ docker rm -f 250b6f19e309e4479e21e261a9a0f714decaf63391e892c15b4a592afee72870 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:49 + docker images 00:40:49 + grep docker 00:40:49 docker-core-data-go-arm64 latest 35addbcfb36e 4 seconds ago 21MB 00:40:49 docker-security-bootstrapper-go-arm64 latest 4001131b40fb 8 seconds ago 40.3MB 00:40:49 docker-core-metadata-go-arm64 latest a4d16a565fb1 26 seconds ago 17.6MB 00:40:49 docker-core-command-go-arm64 latest 74384ddfa6c6 40 seconds ago 15.4MB 00:40:49 docker-sys-mgmt-agent-go-arm64 latest 33aea9fa46e7 About a minute ago 300MB 00:40:49 docker-security-secretstore-setup-go-arm64 latest f6c598926ed4 3 minutes ago 23.4MB 00:40:49 docker-support-notifications-go-arm64 latest 69202edc2ed8 3 minutes ago 15.9MB 00:40:49 docker-security-proxy-setup-go-arm64 latest fc4fb246c2ab 3 minutes ago 23.3MB 00:40:49 docker-support-scheduler-go-arm64 latest cc0e9025829c 3 minutes ago 15.5MB 00:40:49 docker 20.10.0 eeaf43b92773 4 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) [Pipeline] unstash [Pipeline] wrap 00:40:51 provisioning config files... 00:40:51 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/15@tmp/config3052058589912624997tmp [Pipeline] { [Pipeline] sh 00:40:52 + set +x 00:40:52 + curl -s https://codecov.io/bash 00:40:52 + bash -s -- 00:40:52 00:40:52 _____ _ 00:40:52 / ____| | | 00:40:52 | | ___ __| | ___ ___ _____ __ 00:40:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:40:52 | |___| (_) | (_| | __/ (_| (_) \ V / 00:40:52 \_____\___/ \__,_|\___|\___\___/ \_/ 00:40:52 Bash-20201231-23d4836 00:40:52 00:40:52 00:40:52 ==> git version 2.24.3 found 00:40:52 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:40:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:40:52 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:40:52 ==> Jenkins CI detected. 00:40:52 project root: . 00:40:52 --> token set from env 00:40:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:40:53 ==> Running gcov in . (disable via -X gcov) 00:40:53 ==> Python coveragepy not found 00:40:53 ==> Searching for coverage reports in: 00:40:53 + . 00:40:53 -> Found 1 reports 00:40:53 ==> Detecting git/mercurial file structure 00:40:53 ==> Reading reports 00:40:53 + ./coverage.out bytes=546759 00:40:53 ==> Appending adjustments 00:40:53 https://docs.codecov.io/docs/fixing-reports 00:40:59 + Found adjustments 00:40:59 ==> Gzipping contents 00:40:59 84K /tmp/codecov.7s9w9O.gz 00:40:59 ==> Uploading reports 00:40:59 url: https://codecov.io 00:40:59 query: branch=PR-2970&commit=15d5910ca8b9da1713db94513de9bdb4c10a9665&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 00:40:59 -> Pinging Codecov 00:40:59 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2970&commit=15d5910ca8b9da1713db94513de9bdb4c10a9665&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 00:40:59 -> Uploading to 00:40:59 https://storage.googleapis.com/codecov/v4/raw/2021-01-09/00271124DB129430A58F1EEE437C3FCB/15d5910ca8b9da1713db94513de9bdb4c10a9665/f9e2b31a-a3be-4386-92a7-ecb768cfc32f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210109%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210109T004059Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3bdbc56ab9ece093676aeb743ade16f95717a76ad93101edf23b4e10fb46e1a7 00:40:59 % Total % Received % Xferd Average Speed Time Time Time Current 00:40:59 Dload Upload Total Spent Left Speed 00:41:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83489 0 0 100 83489 0 104k --:--:-- --:--:-- --:--:-- 104k 100 83489 0 0 100 83489 0 104k --:--:-- --:--:-- --:--:-- 104k 00:41:00 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/15d5910ca8b9da1713db94513de9bdb4c10a9665 [Pipeline] } 00:41:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:41:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:41:04 ---> package-listing.sh 00:41:04 ++ facter osfamily 00:41:04 ++ tr '[:upper:]' '[:lower:]' 00:41:04 + OS_FAMILY=redhat 00:41:04 + workspace=/w/workspace/edgex-go/15 00:41:04 + START_PACKAGES=/tmp/packages_start.txt 00:41:04 + END_PACKAGES=/tmp/packages_end.txt 00:41:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:41:04 + PACKAGES=/tmp/packages_start.txt 00:41:04 + '[' /w/workspace/edgex-go/15 ']' 00:41:04 + PACKAGES=/tmp/packages_end.txt 00:41:04 + case "${OS_FAMILY}" in 00:41:04 + rpm -qa 00:41:04 + sort 00:41:10 + '[' -f /tmp/packages_start.txt ']' 00:41:10 + '[' -f /tmp/packages_end.txt ']' 00:41:10 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:41:10 + '[' /w/workspace/edgex-go/15 ']' 00:41:10 + mkdir -p /w/workspace/edgex-go/15/archives/ 00:41:10 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] echo 00:41:10 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/15/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:41:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:41:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:41:11 00:41:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:41:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:41:11 alpine: Pulling from edgex-lftools-log-publisher 00:41:11 df20fa9351a1: Pulling fs layer 00:41:11 36b3adc4ff6f: Pulling fs layer 00:41:11 8ad3a11d3b57: Pulling fs layer 00:41:11 46f8f816bc3b: Pulling fs layer 00:41:11 93b61091891f: Pulling fs layer 00:41:11 46f8f816bc3b: Waiting 00:41:11 93b61091891f: Waiting 00:41:11 93b9cdb0e59b: Pulling fs layer 00:41:11 5e14af77c1be: Pulling fs layer 00:41:11 01666e4c0597: Pulling fs layer 00:41:11 aa168da1d23b: Pulling fs layer 00:41:11 93b9cdb0e59b: Waiting 00:41:11 5e14af77c1be: Waiting 00:41:11 01666e4c0597: Waiting 00:41:11 aa168da1d23b: Waiting 00:41:11 36b3adc4ff6f: Verifying Checksum 00:41:11 36b3adc4ff6f: Download complete 00:41:11 46f8f816bc3b: Verifying Checksum 00:41:11 46f8f816bc3b: Download complete 00:41:11 df20fa9351a1: Verifying Checksum 00:41:11 df20fa9351a1: Download complete 00:41:11 93b61091891f: Download complete 00:41:11 93b9cdb0e59b: Verifying Checksum 00:41:11 93b9cdb0e59b: Download complete 00:41:12 5e14af77c1be: Verifying Checksum 00:41:12 5e14af77c1be: Download complete 00:41:12 01666e4c0597: Verifying Checksum 00:41:12 01666e4c0597: Download complete 00:41:12 df20fa9351a1: Pull complete 00:41:12 36b3adc4ff6f: Pull complete 00:41:12 8ad3a11d3b57: Verifying Checksum 00:41:12 8ad3a11d3b57: Download complete 00:41:15 8ad3a11d3b57: Pull complete 00:41:15 46f8f816bc3b: Pull complete 00:41:16 93b61091891f: Pull complete 00:41:16 93b9cdb0e59b: Pull complete 00:41:16 5e14af77c1be: Pull complete 00:41:17 01666e4c0597: Pull complete 00:41:18 aa168da1d23b: Verifying Checksum 00:41:18 aa168da1d23b: Download complete 00:41:33 aa168da1d23b: Pull complete 00:41:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:41:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:41:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:41:33 prd-centos7-docker-4c-2g-19183 does not seem to be running inside a container 00:41:33 $ 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/15/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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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:41:37 $ docker top 0086e17e5c141935e10824a2c02b697d40c4a134a44bf052c10c85977390f585 -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:38 + touch /tmp/pre-build-complete [Pipeline] sh 00:41:39 + mkdir -p /var/log/sa [Pipeline] sh 00:41:39 + ls /var/log/sa-host 00:41:39 + sadf -c /var/log/sa-host/sa09 00:41:39 file_magic: OK 00:41:39 HZ: Using current value: 100 00:41:39 file_header: OK 00:41:39 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:41:39 Statistics: 00:41:39 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... 00:41:39 File successfully converted to sysstat format version 12.2.1 00:41:39 + sadf -c /var/log/sa-host/sa23 00:41:39 file_magic: OK 00:41:39 HZ: Using current value: 100 00:41:39 file_header: OK 00:41:39 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:41:39 Statistics: 00:41:39 Hnuu...uuuununununu... 00:41:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:41:40 provisioning config files... 00:41:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config4139199655651513675tmp [Pipeline] { [Pipeline] echo 00:41:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:41:41 ---> create-netrc.sh [Pipeline] } 00:41:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:41:41 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:41:41 ---> python-tools-install.sh [Pipeline] echo 00:41:41 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:41:42 ---> sudo-logs.sh 00:41:42 Archiving 'sudo' log.. [Pipeline] echo 00:41:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:41:42 ---> job-cost.sh 00:41:43 lf-activate-venv: SKIPPING 00:41:43 INFO: No Stack... 00:41:44 INFO: Retrieving Pricing Info for: v1-standard-2 00:41:44 INFO: Archiving Costs [Pipeline] echo 00:41:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:41:45 ---> logs-deploy.sh 00:41:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/15 00:41:45 INFO: archiving workspace using pattern(s): 00:41:47 Archives upload complete. 00:41:47 INFO: archiving logs to Nexus