Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23+2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 (c70118bbf93edaa51fb65f120ccf2c25c1f9effa) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [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-26863 in /w/workspace/edgexfoundry_edgex-go_PR-3179 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 into PR head commit c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23 Merge succeeded, producing 9993902a221f4ad19e46546f987dccf325cd49b9 Checking out Revision 9993902a221f4ad19e46546f987dccf325cd49b9 (PR-3179) > 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/3179/head:refs/remotes/origin/PR-3179 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23 # 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 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9993902a221f4ad19e46546f987dccf325cd49b9 # timeout=10 Commit message: "Merge commit '2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33' into HEAD" > git rev-list --no-walk c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:00 ========================================================= 00:31:00 EdgeX Global Pipelines Version Info 00:31:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:02 ------------------- 00:31:02 stable info: 00:31:02 ------------------- 00:31:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:02 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:02 Message: update stable to v1.0.179 00:31:03 ------------------- 00:31:03 experimental info: 00:31:03 ------------------- 00:31:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:03 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:03 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3179 [Pipeline] echo 00:31:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3179 [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3179 [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9993902a221f4ad19e46546f987dccf325cd49b9 [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9993902 [Pipeline] echo 00:31:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:06 provisioning config files... 00:31:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7960193328522616638tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:07 ---> docker-login.sh 00:31:07 nexus3.edgexfoundry.org:10001 00:31:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:07 Configure a credential helper to remove this warning. See 00:31:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:07 00:31:07 Login Succeeded 00:31:07 nexus3.edgexfoundry.org:10002 00:31:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:07 Configure a credential helper to remove this warning. See 00:31:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:07 00:31:07 Login Succeeded 00:31:07 nexus3.edgexfoundry.org:10003 00:31:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:07 Configure a credential helper to remove this warning. See 00:31:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:07 00:31:07 Login Succeeded 00:31:07 nexus3.edgexfoundry.org:10004 00:31:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:08 Configure a credential helper to remove this warning. See 00:31:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:08 00:31:08 Login Succeeded 00:31:08 docker.io 00:31:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:08 Configure a credential helper to remove this warning. See 00:31:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:08 00:31:08 Login Succeeded 00:31:08 ---> docker-login.sh ends [Pipeline] } 00:31:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:09 ++ 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:31:09 + for file in '`ls cmd/**/Dockerfile`' 00:31:09 ++ dirname cmd/core-command/Dockerfile 00:31:09 ++ cut -d/ -f2 00:31:09 + echo core-command,cmd/core-command/Dockerfile 00:31:09 + for file in '`ls cmd/**/Dockerfile`' 00:31:09 ++ dirname cmd/core-data/Dockerfile 00:31:09 ++ cut -d/ -f2 00:31:09 + echo core-data,cmd/core-data/Dockerfile 00:31:09 + for file in '`ls cmd/**/Dockerfile`' 00:31:09 ++ dirname cmd/core-metadata/Dockerfile 00:31:09 ++ cut -d/ -f2 00:31:09 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:09 + for file in '`ls cmd/**/Dockerfile`' 00:31:09 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:09 ++ cut -d/ -f2 00:31:09 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:09 + for file in '`ls cmd/**/Dockerfile`' 00:31:09 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:09 ++ cut -d/ -f2 00:31:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:09 + for file in '`ls cmd/**/Dockerfile`' 00:31:09 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:09 ++ cut -d/ -f2 00:31:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:09 + for file in '`ls cmd/**/Dockerfile`' 00:31:09 ++ dirname cmd/support-notifications/Dockerfile 00:31:09 ++ cut -d/ -f2 00:31:09 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:09 + for file in '`ls cmd/**/Dockerfile`' 00:31:09 ++ dirname cmd/support-scheduler/Dockerfile 00:31:09 ++ cut -d/ -f2 00:31:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:09 + for file in '`ls cmd/**/Dockerfile`' 00:31:09 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:09 ++ cut -d/ -f2 00:31:09 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:09 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:31:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:11 00:31:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:11 latest: Pulling from edgex-devops/git-semver 00:31:11 31603596830f: Pulling fs layer 00:31:11 2a8b12db71e7: Pulling fs layer 00:31:11 6ca5941a6612: Pulling fs layer 00:31:11 ecc8261a40a4: Pulling fs layer 00:31:11 ecc8261a40a4: Waiting 00:31:11 2a8b12db71e7: Verifying Checksum 00:31:11 31603596830f: Verifying Checksum 00:31:11 31603596830f: Download complete 00:31:11 ecc8261a40a4: Verifying Checksum 00:31:11 ecc8261a40a4: Download complete 00:31:11 6ca5941a6612: Verifying Checksum 00:31:11 6ca5941a6612: Download complete 00:31:11 31603596830f: Pull complete 00:31:11 2a8b12db71e7: Pull complete 00:31:12 6ca5941a6612: Pull complete 00:31:12 ecc8261a40a4: Pull complete 00:31:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:13 prd-centos7-docker-4c-2g-26863 does not seem to be running inside a container 00:31:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:15 $ docker top 4dacb65f4dbdcb1724d599698ce8ef0c44778027ef177cffe21eacab00f91e43 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:16 [ssh-agent] Looking for ssh-agent implementation... 00:31:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:16 $ docker exec 4dacb65f4dbdcb1724d599698ce8ef0c44778027ef177cffe21eacab00f91e43 ssh-agent 00:31:16 SSH_AUTH_SOCK=/tmp/ssh-c3rwgCfixgob/agent.12 00:31:16 SSH_AGENT_PID=17 00:31:16 Running ssh-add (command line suppressed) 00:31:16 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7588442663469421081.key (/w/workspace/edgex-go/2@tmp/private_key_7588442663469421081.key) 00:31:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:17 + git tag --points-at HEAD [Pipeline] } 00:31:17 $ docker exec --env ******** --env ******** 4dacb65f4dbdcb1724d599698ce8ef0c44778027ef177cffe21eacab00f91e43 ssh-agent -k 00:31:17 unset SSH_AUTH_SOCK; 00:31:17 unset SSH_AGENT_PID; 00:31:17 echo Agent pid 17 killed; 00:31:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:17 [ssh-agent] Looking for ssh-agent implementation... 00:31:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:17 $ docker exec 4dacb65f4dbdcb1724d599698ce8ef0c44778027ef177cffe21eacab00f91e43 ssh-agent 00:31:17 SSH_AUTH_SOCK=/tmp/ssh-MnYB6Zemw5oo/agent.46 00:31:17 SSH_AGENT_PID=52 00:31:17 Running ssh-add (command line suppressed) 00:31:17 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8506192978499015071.key (/w/workspace/edgex-go/2@tmp/private_key_8506192978499015071.key) 00:31:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:18 + git semver init 00:31:18 # -> Open(): unable to determine branch for HEAD 00:31:18 # $GIT_DIR = /w/workspace/edgex-go/2/.git 00:31:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 00:31:18 # $SEMVER_REMOTE_NAME = origin 00:31:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:18 # $SEMVER_USER_NAME = edgex-jenkins 00:31:18 # $SEMVER_BRANCH = PR-3179 00:31:18 # $SEMVER_TEMP = /tmp/semver-315361285 00:31:18 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:44 # '/tmp/semver-315361285' -> '/w/workspace/edgex-go/2/.semver' 00:31:44 # -> Force: false 00:31:44 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 00:31:44 $ docker exec --env ******** --env ******** 4dacb65f4dbdcb1724d599698ce8ef0c44778027ef177cffe21eacab00f91e43 ssh-agent -k 00:31:45 unset SSH_AUTH_SOCK; 00:31:45 unset SSH_AGENT_PID; 00:31:45 echo Agent pid 52 killed; 00:31:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:45 + git semver [Pipeline] } 00:31:45 $ docker stop --time=1 4dacb65f4dbdcb1724d599698ce8ef0c44778027ef177cffe21eacab00f91e43 00:31:47 $ docker rm -f 4dacb65f4dbdcb1724d599698ce8ef0c44778027ef177cffe21eacab00f91e43 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:48 Stashed 1 file(s) [Pipeline] echo 00:31:48 [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:31:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:49 + sudo service docker restart 00:31:49 + true 00:31:49 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:50 ========================================================= 00:31:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:50 + 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:31:55 Sending build context to Docker daemon 328MB 00:31:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:55 Step 2/6 : FROM ${BASE} 00:31:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:55 188c0c94c7c5: Pulling fs layer 00:31:55 0ef7d3d256c8: Pulling fs layer 00:31:55 de9db76c5a1d: Pulling fs layer 00:31:55 bca2f99d35d6: Pulling fs layer 00:31:55 93359f2a8cfa: Pulling fs layer 00:31:55 7c6f9722023f: Pulling fs layer 00:31:55 a35cf1a2eb13: Pulling fs layer 00:31:55 bca2f99d35d6: Waiting 00:31:55 93359f2a8cfa: Waiting 00:31:55 7c6f9722023f: Waiting 00:31:55 a35cf1a2eb13: Waiting 00:31:55 de9db76c5a1d: Verifying Checksum 00:31:55 de9db76c5a1d: Download complete 00:31:55 0ef7d3d256c8: Verifying Checksum 00:31:55 0ef7d3d256c8: Download complete 00:31:55 93359f2a8cfa: Download complete 00:31:55 7c6f9722023f: Verifying Checksum 00:31:55 7c6f9722023f: Download complete 00:31:55 188c0c94c7c5: Verifying Checksum 00:31:55 188c0c94c7c5: Download complete 00:31:55 188c0c94c7c5: Pull complete 00:31:55 0ef7d3d256c8: Pull complete 00:31:55 de9db76c5a1d: Pull complete 00:31:56 a35cf1a2eb13: Verifying Checksum 00:31:56 a35cf1a2eb13: Download complete 00:31:57 bca2f99d35d6: Verifying Checksum 00:31:57 bca2f99d35d6: Download complete 00:32:02 bca2f99d35d6: Pull complete 00:32:02 93359f2a8cfa: Pull complete 00:32:02 7c6f9722023f: Pull complete 00:32:03 Still waiting to schedule task 00:32:03 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:07 a35cf1a2eb13: Pull complete 00:32:07 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:07 ---> a62c8e92a672 00:32:07 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:32:07 ---> Running in bd8245610432 00:32:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:10 (1/12) Installing libmagic (5.38-r0) 00:32:10 (2/12) Installing file (5.38-r0) 00:32:10 (3/12) Installing libc-dev (0.7.2-r3) 00:32:10 (4/12) Installing g++ (9.3.0-r2) 00:32:16 (5/12) Installing fortify-headers (1.1-r0) 00:32:16 (6/12) Installing patch (2.7.6-r6) 00:32:16 (7/12) Installing build-base (0.5-r2) 00:32:16 (8/12) Installing libsodium (1.0.18-r0) 00:32:16 (9/12) Installing pkgconf (1.7.2-r0) 00:32:16 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:16 (11/12) Installing libzmq (4.3.3-r0) 00:32:17 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:17 Executing busybox-1.31.1-r19.trigger 00:32:17 OK: 233 MiB in 51 packages 00:32:21 Removing intermediate container bd8245610432 00:32:21 ---> 6d030cedadec 00:32:21 Step 4/6 : WORKDIR /edgex-go 00:32:21 ---> Running in 92a2f2dad8ae 00:32:21 Removing intermediate container 92a2f2dad8ae 00:32:21 ---> 2da29bd13acc 00:32:21 Step 5/6 : COPY go.mod . 00:32:21 ---> a817ba228edc 00:32:21 Step 6/6 : RUN go mod download 00:32:21 ---> Running in 440df51c1579 00:32:48 Removing intermediate container 440df51c1579 00:32:48 ---> be7eb81853df 00:32:48 Successfully built be7eb81853df 00:32:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:48 + docker inspect -f . ci-base-image-x86_64 00:32:48 . [Pipeline] withDockerContainer 00:32:48 prd-centos7-docker-4c-2g-26863 does not seem to be running inside a container 00:32:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:49 $ docker top 07ddfa9e446d678c395cb74b3b4c2884763658e1dded5416a06623ec3f746cbc -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:49 + go version 00:32:49 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:49 $ docker stop --time=1 07ddfa9e446d678c395cb74b3b4c2884763658e1dded5416a06623ec3f746cbc 00:32:51 $ docker rm -f 07ddfa9e446d678c395cb74b3b4c2884763658e1dded5416a06623ec3f746cbc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:52 + docker inspect -f . ci-base-image-x86_64 00:32:52 . [Pipeline] withDockerContainer 00:32:52 prd-centos7-docker-4c-2g-26863 does not seem to be running inside a container 00:32:52 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:53 $ docker top 5dbc34ec02c40684981213c92ecd3725ad257681d796403e6b444cd9e337a3a3 -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:53 ========================================================= 00:32:53 [edgeXBuildGoParallel] Running Tests and Build... 00:32:53 ========================================================= [Pipeline] sh 00:32:53 + make test 00:32:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:01 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 45.9% of statements 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:33:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.095s coverage: 100.0% of statements 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.201s coverage: 27.1% of statements 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.041s coverage: 100.0% of statements 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 65.8% of statements 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.117s coverage: 82.3% of statements 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.311s coverage: 28.6% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.098s coverage: 86.7% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.388s coverage: 92.8% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.041s coverage: 58.8% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.034s coverage: 45.5% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.080s coverage: 79.5% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements 00:33:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.043s coverage: 94.4% of statements 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.029s coverage: 44.8% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.072s coverage: 92.9% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.157s coverage: 63.5% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.284s coverage: 68.9% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 37.5% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.271s coverage: 84.3% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 92.9% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/secretsengine 0.052s coverage: 89.5% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.038s coverage: 100.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.096s coverage: 89.4% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.667s coverage: 29.1% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.054s coverage: 100.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:34:05 GO111MODULE=on go vet ./... 00:34:32 gofmt -l . 00:34:32 [ "`gofmt -l .`" = "" ] 00:34:32 ./bin/test-go-mod-tidy.sh 00:34:32 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:32 + ls -al . 00:34:32 total 712 00:34:32 drwxrwxr-x 10 1001 1001 4096 Feb 19 00:34 . 00:34:32 drwxr-xr-x 4 root root 28 Feb 19 00:32 .. 00:34:32 -rw-rw-r-- 1 1001 1001 11 Feb 19 00:30 .dockerignore 00:34:32 drwxrwxr-x 8 1001 1001 179 Feb 19 00:30 .git 00:34:32 drwxrwxr-x 3 1001 1001 125 Feb 19 00:30 .github 00:34:32 -rw-rw-r-- 1 1001 1001 818 Feb 19 00:30 .gitignore 00:34:32 drwx------ 3 1001 1001 60 Feb 19 00:31 .semver 00:34:32 -rw-rw-r-- 1 1001 1001 166 Feb 19 00:30 .sonarcloud.properties 00:34:32 -rw-rw-r-- 1 1001 1001 8475 Feb 19 00:30 Attribution.txt 00:34:32 -rw-rw-r-- 1 1001 1001 3804 Feb 19 00:30 CONTRIBUTING.md 00:34:32 -rw-rw-r-- 1 1001 1001 931 Feb 19 00:30 Dockerfile.build 00:34:32 -rw-rw-r-- 1 1001 1001 863 Feb 19 00:30 Jenkinsfile 00:34:32 -rw-rw-r-- 1 1001 1001 10775 Feb 19 00:30 LICENSE 00:34:32 -rw-rw-r-- 1 1001 1001 5774 Feb 19 00:30 Makefile 00:34:32 -rw-rw-r-- 1 1001 1001 6524 Feb 19 00:30 README.md 00:34:32 -rw-rw-r-- 1 1001 1001 6755 Feb 19 00:30 SECURITY.md 00:34:32 -rw-rw-r-- 1 1001 1001 5 Feb 19 00:31 VERSION 00:34:32 -rw-rw-r-- 1 1001 1001 4131 Feb 19 00:30 ZMQWindows.md 00:34:32 drwxrwxr-x 2 1001 1001 117 Feb 19 00:30 bin 00:34:32 drwxrwxr-x 14 1001 1001 4096 Feb 19 00:30 cmd 00:34:32 -rw-r--r-- 1 root root 599033 Feb 19 00:34 coverage.out 00:34:32 -rw-r--r-- 1 root root 1055 Feb 19 00:34 go.mod 00:34:32 -rw-r--r-- 1 root root 21638 Feb 19 00:34 go.sum 00:34:32 drwxrwxr-x 8 1001 1001 127 Feb 19 00:30 internal 00:34:32 drwxrwxr-x 4 1001 1001 26 Feb 19 00:30 openapi 00:34:32 drwxrwxr-x 4 1001 1001 71 Feb 19 00:30 snap 00:34:32 -rw-rw-r-- 1 1001 1001 168 Feb 19 00:30 version.go [Pipeline] sh 00:34:32 + '[' -e coverage.out ] 00:34:32 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:33 Stashed 1 file(s) [Pipeline] sh 00:34:33 + make build 00:34:33 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:34:36 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:34:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:34:46 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:34:48 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:34:48 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:34:49 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:34:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26866 in /w/workspace/edgexfoundry_edgex-go_PR-3179 [Pipeline] { [Pipeline] ws 00:34:49 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:34:51 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:34:52 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:34: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:34:54 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:34:54 using credential edgex-jenkins-ssh 00:34:54 Cloning the remote Git repository 00:34:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:55 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:34:55 > git init /w/workspace/edgex-go/2 # timeout=10 00:34:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:55 > git --version # timeout=10 00:34:55 > git --version # 'git version 2.17.1' 00:34:55 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } 00:34:57 $ docker stop --time=1 5dbc34ec02c40684981213c92ecd3725ad257681d796403e6b444cd9e337a3a3 00:34:58 $ docker rm -f 5dbc34ec02c40684981213c92ecd3725ad257681d796403e6b444cd9e337a3a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:02 00:35:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:03 latest: Pulling from edgex-devops/edgex-compose 00:35:03 cbdbe7a5bc2a: Pulling fs layer 00:35:03 ca9280d653b3: Pulling fs layer 00:35:03 7e9c9ca2126c: Pulling fs layer 00:35:03 cbdbe7a5bc2a: Download complete 00:35:03 ca9280d653b3: Verifying Checksum 00:35:03 ca9280d653b3: Download complete 00:35:03 cbdbe7a5bc2a: Pull complete 00:35:04 7e9c9ca2126c: Download complete 00:35:05 ca9280d653b3: Pull complete 00:35:13 7e9c9ca2126c: Pull complete 00:35:13 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:13 prd-centos7-docker-4c-2g-26863 does not seem to be running inside a container 00:35:13 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:13 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3179/head:refs/remotes/origin/PR-3179 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:14 Merging remotes/origin/master commit 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 into PR head commit c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23 00:35:15 Merge succeeded, producing e78c975d082ae26483ca3194eefc4b4681f3a045 00:35:15 Checking out Revision e78c975d082ae26483ca3194eefc4b4681f3a045 (PR-3179) 00:35:16 $ docker top ab0241bec66820d8cbebdb6343ad8a553f716b9d3de1337879daf393ff99a955 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:14 > git config core.sparsecheckout # timeout=10 00:35:14 > git checkout -f c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23 # timeout=10 00:35:15 > git remote # timeout=10 00:35:15 > git config --get remote.origin.url # timeout=10 00:35:15 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:15 > git merge 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 # timeout=10 00:35:15 > git rev-parse HEAD^{commit} # timeout=10 00:35:15 > git config core.sparsecheckout # timeout=10 00:35:15 > git checkout -f e78c975d082ae26483ca3194eefc4b4681f3a045 # timeout=10 00:35:16 + docker-compose build --help 00:35:16 + grep parallel 00:35:17 --parallel Build images in parallel. [Pipeline] } 00:35:17 $ docker stop --time=1 ab0241bec66820d8cbebdb6343ad8a553f716b9d3de1337879daf393ff99a955 00:35:19 $ docker rm -f ab0241bec66820d8cbebdb6343ad8a553f716b9d3de1337879daf393ff99a955 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:19 . [Pipeline] withDockerContainer 00:35:19 prd-centos7-docker-4c-2g-26863 does not seem to be running inside a container 00:35:19 Commit message: "Merge commit '2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33' into HEAD" 00:35:19 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:19 > git rev-list --no-walk c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23 # timeout=10 00:35:20 $ docker top eccbea031adabc7a8a51276675da8bab1240ef08103d7968d6b21859f480698f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 00:35:21 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] sh 00:35:21 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:35:21 Building docker-core-command-go ... 00:35:21 Building docker-core-data-go ... 00:35:21 Building docker-core-metadata-go ... 00:35:21 Building docker-security-bootstrapper-go ... 00:35:21 Building docker-security-proxy-setup-go ... 00:35:21 Building docker-security-secretstore-setup-go ... 00:35:21 Building docker-support-notifications-go ... 00:35:21 Building docker-support-scheduler-go ... 00:35:21 Building docker-sys-mgmt-agent-go ... 00:35:21 Building docker-core-metadata-go 00:35:21 Building docker-security-secretstore-setup-go 00:35:21 Building docker-support-notifications-go 00:35:21 Building docker-security-proxy-setup-go 00:35:21 Building docker-security-bootstrapper-go 00:35:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:22 + sudo service docker restart 00:35:22 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:25 provisioning config files... 00:35:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1012475450752724398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:35:25 ---> docker-login.sh 00:35:25 nexus3.edgexfoundry.org:10001 00:35:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:27 Configure a credential helper to remove this warning. See 00:35:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:27 00:35:27 Login Succeeded 00:35:27 nexus3.edgexfoundry.org:10002 00:35:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:27 Configure a credential helper to remove this warning. See 00:35:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:27 00:35:27 Login Succeeded 00:35:27 nexus3.edgexfoundry.org:10003 00:35:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:28 Configure a credential helper to remove this warning. See 00:35:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:28 00:35:28 Login Succeeded 00:35:28 nexus3.edgexfoundry.org:10004 00:35:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:28 Configure a credential helper to remove this warning. See 00:35:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:28 00:35:28 Login Succeeded 00:35:28 docker.io 00:35:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:29 Configure a credential helper to remove this warning. See 00:35:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:29 00:35:29 Login Succeeded 00:35:29 ---> docker-login.sh ends [Pipeline] } 00:35:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:29 ========================================================= 00:35:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:30 + 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:35:32 Sending build context to Docker daemon 166.4MB 00:35:32 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:35:32 Step 2/6 : FROM ${BASE} 00:35:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:32 5f621e34cdf4: Pulling fs layer 00:35:32 a4357932f1b6: Pulling fs layer 00:35:32 18c013af1878: Pulling fs layer 00:35:32 00ac8860ef70: Pulling fs layer 00:35:32 63d7cb157983: Pulling fs layer 00:35:32 b116817d02f9: Pulling fs layer 00:35:32 745a02a5169b: Pulling fs layer 00:35:32 00ac8860ef70: Waiting 00:35:32 63d7cb157983: Waiting 00:35:32 b116817d02f9: Waiting 00:35:32 745a02a5169b: Waiting 00:35:32 18c013af1878: Verifying Checksum 00:35:32 18c013af1878: Download complete 00:35:32 a4357932f1b6: Download complete 00:35:32 63d7cb157983: Verifying Checksum 00:35:32 63d7cb157983: Download complete 00:35:32 b116817d02f9: Verifying Checksum 00:35:32 b116817d02f9: Download complete 00:35:32 5f621e34cdf4: Verifying Checksum 00:35:32 5f621e34cdf4: Download complete 00:35:33 5f621e34cdf4: Pull complete 00:35:34 a4357932f1b6: Pull complete 00:35:34 18c013af1878: Pull complete 00:35:35 745a02a5169b: Verifying Checksum 00:35:35 745a02a5169b: Download complete 00:35:36 00ac8860ef70: Verifying Checksum 00:35:36 00ac8860ef70: Download complete 00:35:46 00ac8860ef70: Pull complete 00:35:46 63d7cb157983: Pull complete 00:35:47 b116817d02f9: Pull complete 00:35:51 745a02a5169b: Pull complete 00:35:51 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:35:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:51 ---> b7e6874047d6 00:35:51 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:35:53 ---> Running in 86703764d613 00:35:54 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:54 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:35:54 ---> be7eb81853df 00:35:54 Step 3/30 : WORKDIR /edgex-go 00:35:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:54 ---> be7eb81853df 00:35:54 Step 3/23 : WORKDIR /edgex-go 00:35:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:54 ---> be7eb81853df 00:35:54 Step 3/24 : WORKDIR /edgex-go 00:35:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:54 ---> be7eb81853df 00:35:54 Step 3/21 : WORKDIR /edgex-go 00:35:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:54 ---> be7eb81853df 00:35:54 Step 3/22 : WORKDIR /edgex-go 00:35:54 ---> Running in 7537a47d321e 00:35:54 ---> Running in c79d0309ef15 00:35:54 ---> Running in 7fbc093d7a28 00:35:54 ---> Running in b1a4671f0e85 00:35:54 ---> Running in ad8f0b1e2a0d 00:35:54 Removing intermediate container ad8f0b1e2a0d 00:35:54 ---> a1312b0e4871 00:35:54 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:54 Removing intermediate container b1a4671f0e85 00:35:54 ---> fecb25c9528d 00:35:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:54 Removing intermediate container 7537a47d321e 00:35:54 ---> 907cd0127453 00:35:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:54 Removing intermediate container c79d0309ef15 00:35:54 ---> 907f8c91a3ba 00:35:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:54 Removing intermediate container 7fbc093d7a28 00:35:54 ---> 140893025488 00:35:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:54 ---> Running in ad03d6e54502 00:35:54 ---> Running in 01f192a94b4a 00:35:54 ---> Running in 16e63fe91a6e 00:35:54 ---> Running in 79228250f55f 00:35:54 ---> Running in 0a973f730f8f 00:35:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:56 Removing intermediate container ad03d6e54502 00:35:56 ---> e65d9ad51dc6 00:35:56 Step 5/24 : RUN apk add --update --no-cache make git 00:35:57 (1/12) Installing libmagic (5.38-r0) 00:35:57 ---> Running in 1daade97d2e4 00:35:57 Removing intermediate container 01f192a94b4a 00:35:57 ---> 924c0e656a66 00:35:57 Step 5/30 : RUN apk add --update --no-cache make git 00:35:57 (2/12) Installing file (5.38-r0) 00:35:57 (3/12) Installing libc-dev (0.7.2-r3) 00:35:57 Removing intermediate container 16e63fe91a6e 00:35:57 ---> 0f43c1906a0b 00:35:57 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:35:57 ---> Running in 3c1d119fb45e 00:35:57 ---> Running in b7016a82e141 00:35:57 (4/12) Installing g++ (9.3.0-r2) 00:35:57 Removing intermediate container 79228250f55f 00:35:57 ---> 3c0200b3e906 00:35:57 Step 5/21 : RUN apk add --update --no-cache make git 00:35:57 Removing intermediate container 0a973f730f8f 00:35:57 ---> 2bcbbfa90325 00:35:57 Step 5/23 : RUN apk add --update --no-cache make git 00:35:57 ---> Running in 3f97f8ec26f0 00:35:57 ---> Running in 87f325aed924 00:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:59 OK: 233 MiB in 51 packages 00:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:59 Removing intermediate container 1daade97d2e4 00:35:59 ---> 07249c789d7f 00:35:59 Step 6/24 : COPY go.mod . 00:36:00 OK: 233 MiB in 51 packages 00:36:00 ---> f76cf1d23870 00:36:00 Step 7/24 : RUN go mod download 00:36:00 OK: 233 MiB in 51 packages 00:36:00 ---> Running in 509771d351b4 00:36:00 OK: 233 MiB in 51 packages 00:36:00 OK: 233 MiB in 51 packages 00:36:00 Removing intermediate container 87f325aed924 00:36:00 ---> 80c4cc2e6e6d 00:36:00 Step 6/23 : COPY go.mod . 00:36:01 ---> 3aacd57c7616 00:36:01 Step 7/23 : RUN go mod download 00:36:01 Removing intermediate container b7016a82e141 00:36:01 ---> 5c3c98ca86f0 00:36:01 Step 6/22 : COPY go.mod . 00:36:01 ---> Running in c2bebc81379f 00:36:01 Removing intermediate container 3c1d119fb45e 00:36:01 ---> 5598b1414e34 00:36:01 Step 6/30 : COPY go.mod . 00:36:01 Removing intermediate container 3f97f8ec26f0 00:36:01 ---> 8ea19fd4d0a3 00:36:01 Step 6/21 : COPY go.mod . 00:36:01 ---> d9b2d0cfa3b1 00:36:01 Step 7/22 : RUN go mod download 00:36:01 ---> Running in f658e0b2a243 00:36:01 (5/12) Installing fortify-headers (1.1-r0) 00:36:02 ---> 5c4fe723181b 00:36:02 Step 7/30 : RUN go mod download 00:36:02 ---> 67bd68fd58ce 00:36:02 Step 7/21 : RUN go mod download 00:36:02 (6/12) Installing patch (2.7.6-r6) 00:36:02 (7/12) Installing build-base (0.5-r2) 00:36:02 (8/12) Installing libsodium (1.0.18-r0) 00:36:02 ---> Running in 8cb338e0a907 00:36:02 ---> Running in 20732041f504 00:36:02 (9/12) Installing pkgconf (1.7.2-r0) 00:36:02 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:02 Removing intermediate container 509771d351b4 00:36:02 ---> 19434ce2e22f 00:36:02 Step 8/24 : COPY . . 00:36:02 (11/12) Installing libzmq (4.3.3-r0) 00:36:02 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:02 Executing busybox-1.31.1-r19.trigger 00:36:03 OK: 217 MiB in 51 packages 00:36:04 Removing intermediate container c2bebc81379f 00:36:04 ---> 4337fa250a14 00:36:04 Step 8/23 : COPY . . 00:36:07 Removing intermediate container 86703764d613 00:36:07 ---> 0a294f9aa2d8 00:36:07 Step 4/6 : WORKDIR /edgex-go 00:36:07 ---> Running in d6c7cdfa9b15 00:36:07 Removing intermediate container f658e0b2a243 00:36:07 ---> 0305b23dda31 00:36:07 Step 8/22 : COPY . . 00:36:07 Removing intermediate container d6c7cdfa9b15 00:36:07 ---> 16c691e4e485 00:36:07 Step 5/6 : COPY go.mod . 00:36:08 ---> 5727a5d7e00e 00:36:08 Step 6/6 : RUN go mod download 00:36:08 ---> Running in 9ba5f6d82f56 00:36:15 Removing intermediate container 8cb338e0a907 00:36:15 ---> a6588726290a 00:36:15 Step 8/30 : COPY . . 00:36:19 Removing intermediate container 20732041f504 00:36:19 ---> 7816295c26d9 00:36:19 Step 8/21 : COPY . . 00:36:35 Removing intermediate container 9ba5f6d82f56 00:36:35 ---> a4da6416fedb 00:36:35 Successfully built a4da6416fedb 00:36:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:36:35 + docker inspect -f . ci-base-image-arm64 00:36:35 . [Pipeline] withDockerContainer 00:36:35 prd-ubuntu18.04-docker-arm64-4c-16g-26866 does not seem to be running inside a container 00:36:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:37 $ docker top e439b7d7fb99b8e6239a24c9643b53a092680d7c6efd05a276f08c8ee0be4d0f -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:38 + go version 00:36:38 go version go1.15.5 linux/arm64 [Pipeline] } 00:36:38 $ docker stop --time=1 e439b7d7fb99b8e6239a24c9643b53a092680d7c6efd05a276f08c8ee0be4d0f 00:36:40 $ docker rm -f e439b7d7fb99b8e6239a24c9643b53a092680d7c6efd05a276f08c8ee0be4d0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 00:36:41 ---> a8b7e3c80f7a 00:36:41 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:41 + docker inspect -f . ci-base-image-arm64 00:36:41 . [Pipeline] withDockerContainer 00:36:41 prd-ubuntu18.04-docker-arm64-4c-16g-26866 does not seem to be running inside a container 00:36:41 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:36:43 $ docker top 5947f187bcea2513adce68d5e43d4a9e78403d890d8955589d51c70e6ded7f9e -eo pid,comm [Pipeline] { [Pipeline] echo 00:36:43 ========================================================= 00:36:43 [edgeXBuildGoParallel] Running Tests and Build... 00:36:43 ========================================================= [Pipeline] sh 00:36:44 + make test 00:36:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:49 ---> Running in e892101300b6 00:36:51 ---> ba2df7314ba6 00:36:51 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:36:51 ---> dd8c9da499bb 00:36:51 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:36:52 ---> Running in 95d7a3928eab 00:36:53 ---> Running in d809e598b726 00:36:53 ---> 56c51445c511 00:36:53 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:36:53 ---> 04ffff7198d4 00:36:53 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:36:53 ---> Running in b8f84782aad2 00:36:53 ---> Running in f980c38b131d 00:36: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:36:54 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:36:54 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:36:54 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:36:54 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:37:11 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:21 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:21 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:30 Removing intermediate container e892101300b6 00:37:30 ---> e67fcddd8e08 00:37:30 00:37:30 Step 10/24 : FROM alpine:3.12 00:37:30 Removing intermediate container b8f84782aad2 00:37:30 ---> 8ea38156915f 00:37:30 00:37:30 Step 10/30 : FROM alpine:3.12 00:37:30 3.12: Pulling from library/alpine 00:37:30 3.12: Pulling from library/alpine 00:37:30 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:30 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:30 Status: Image is up to date for alpine:3.12 00:37:30 Status: Downloaded newer image for alpine:3.12 00:37:30 ---> 389fef711851 00:37:30 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:30 ---> 389fef711851 00:37:30 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:37:34 ---> Running in b21cc7822f2f 00:37:34 ---> Running in 4b77d37c15d8 00:37:35 Removing intermediate container f980c38b131d 00:37:35 ---> 4cc3895e62f7 00:37:35 00:37:35 Step 10/21 : FROM alpine:3.12 00:37:35 ---> 389fef711851 00:37:35 Step 11/21 : RUN apk add --update --no-cache curl 00:37:35 Removing intermediate container 95d7a3928eab 00:37:35 ---> 1e84963b0eef 00:37:35 00:37:35 Step 10/22 : FROM alpine:3.12 00:37:35 Removing intermediate container d809e598b726 00:37:35 ---> af723eca1248 00:37:35 00:37:35 Step 10/23 : FROM alpine:3.12 00:37:35 ---> 389fef711851 00:37:35 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:37:35 ---> 389fef711851 00:37:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:37:35 ---> Running in 5661e966612d 00:37:35 Removing intermediate container b21cc7822f2f 00:37:35 ---> f2a95eed90ed 00:37:35 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:37:35 ---> Running in f5827431878b 00:37:35 ---> Running in faffd932679b 00:37:35 ---> Running in ed58cf80dc43 00:37:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:35 (1/5) Installing ca-certificates (20191127-r4) 00:37:35 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:35 (3/5) Installing libcurl (7.69.1-r3) 00:37:35 (4/5) Installing curl (7.69.1-r3) 00:37:35 (5/5) Installing dumb-init (1.2.2-r1) 00:37:35 Executing busybox-1.31.1-r19.trigger 00:37:35 Executing ca-certificates-20191127-r4.trigger 00:37:36 OK: 7 MiB in 19 packages 00:37:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:36 (1/4) Installing ca-certificates (20191127-r4) 00:37:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:36 (3/4) Installing libcurl (7.69.1-r3) 00:37:36 (4/4) Installing curl (7.69.1-r3) 00:37:36 Executing busybox-1.31.1-r19.trigger 00:37:36 Executing ca-certificates-20191127-r4.trigger 00:37:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:36 OK: 7 MiB in 18 packages 00:37:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:36 (1/1) Installing dumb-init (1.2.2-r1) 00:37:36 Executing busybox-1.31.1-r19.trigger 00:37:36 OK: 6 MiB in 15 packages 00:37:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:36 (1/2) Installing dumb-init (1.2.2-r1) 00:37:36 (2/2) Installing su-exec (0.2-r1) 00:37:36 Executing busybox-1.31.1-r19.trigger 00:37:36 OK: 6 MiB in 16 packages 00:37:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:37 (1/2) Installing ca-certificates (20191127-r4) 00:37:37 (2/2) Installing dumb-init (1.2.2-r1) 00:37:37 Executing busybox-1.31.1-r19.trigger 00:37:37 Executing ca-certificates-20191127-r4.trigger 00:37:38 OK: 6 MiB in 16 packages 00:37:39 Removing intermediate container 4b77d37c15d8 00:37:39 ---> 91010009f7ba 00:37:39 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:39 Removing intermediate container 5661e966612d 00:37:39 ---> 544d83526df6 00:37:39 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:39 ---> Running in 8f15f6eba51b 00:37:39 ---> Running in f84a514faba7 00:37:39 Removing intermediate container f5827431878b 00:37:39 ---> 8503e71bcb97 00:37:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:37:39 Removing intermediate container ed58cf80dc43 00:37:39 ---> 25a2e3c08eb5 00:37:39 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:37:39 ---> Running in 59b2844608fc 00:37:40 ---> Running in 3a5a72addc9f 00:37:40 Removing intermediate container 8f15f6eba51b 00:37:40 ---> 27aa6dd46637 00:37:40 Step 13/24 : WORKDIR / 00:37:40 Removing intermediate container f84a514faba7 00:37:40 ---> 2998c0818fe6 00:37:40 Step 13/21 : WORKDIR /edgex 00:37:40 Removing intermediate container faffd932679b 00:37:40 ---> da46dc23bca8 00:37:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:37:40 Removing intermediate container 59b2844608fc 00:37:40 ---> e82eea538ae7 00:37:40 Step 13/23 : ENV APP_PORT=48081 00:37:40 ---> Running in 6e0fcaff3f93 00:37:40 ---> Running in 3ec926e9b703 00:37:40 ---> Running in d7354653d48f 00:37:41 ---> Running in f9f5e4bcd64d 00:37:41 Removing intermediate container 3a5a72addc9f 00:37:41 ---> cfa9c6e989fb 00:37:41 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:37:41 ---> Running in 0932003cfd12 00:37:41 Removing intermediate container 6e0fcaff3f93 00:37:41 ---> 4174e5fee1e7 00:37:41 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:41 Removing intermediate container d7354653d48f 00:37:41 ---> f8502729114b 00:37:41 Step 13/22 : ENV APP_PORT=48060 00:37:41 Removing intermediate container 3ec926e9b703 00:37:41 ---> 5dfdea30f4d1 00:37:41 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:41 Removing intermediate container f9f5e4bcd64d 00:37:41 ---> d0356dff501a 00:37:41 Step 14/23 : EXPOSE $APP_PORT 00:37:41 ---> Running in 72acb73cf546 00:37:41 ---> Running in d998c68c9071 00:37:41 Removing intermediate container 0932003cfd12 00:37:41 ---> 7be7ba0da37d 00:37:41 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:37:41 ---> b04392730102 00:37:41 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:41 ---> da38820b5c01 00:37:41 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:42 Removing intermediate container 72acb73cf546 00:37:42 ---> a67156d1f140 00:37:42 Step 14/22 : EXPOSE $APP_PORT 00:37:42 ---> Running in fec833133516 00:37:42 Removing intermediate container d998c68c9071 00:37:42 ---> 0cc61ba87ade 00:37:42 Step 15/23 : WORKDIR / 00:37:42 ---> Running in 0ec482304537 00:37:42 ---> Running in 7bb8a93da5df 00:37:42 ---> f5b5711bb5e5 00:37:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:43 ---> c3552848387d 00:37:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:37:43 Removing intermediate container 7bb8a93da5df 00:37:43 ---> 1025eded7c97 00:37:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:43 ---> d923c85c8afe 00:37:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:43 Removing intermediate container 0ec482304537 00:37:43 ---> 4031ecc7d444 00:37:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:43 ---> 545c23a3f7fc 00:37:43 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:43 ---> Running in 503fd26d84d3 00:37:43 ---> c40de4d19e79 00:37:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:43 ---> e0f57d752c9b 00:37:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:43 ---> 2efc2f6b0e4f 00:37:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:44 Removing intermediate container fec833133516 00:37:44 ---> 0d36741212df 00:37:44 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:37:44 ---> Running in 51f63d2aea12 00:37:44 Removing intermediate container 503fd26d84d3 00:37:44 ---> 105a088ce37b 00:37:44 Step 18/21 : CMD ["--init=true"] 00:37:44 ---> Running in c7648fb64731 00:37:44 Removing intermediate container 51f63d2aea12 00:37:44 ---> 53024d57e54f 00:37:44 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:37:44 ---> 3dea8f530fc9 00:37:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:44 Removing intermediate container c7648fb64731 00:37:44 ---> b3be0a500e6c 00:37:44 Step 19/21 : LABEL arch=x86_64 00:37:44 ---> b7e96a8ecf74 00:37:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:44 ---> cad916c4169c 00:37:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:45 ---> Running in 1ab2e80cb047 00:37:45 ---> 54ad21eb7314 00:37:45 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:37:45 ---> Running in ab504ac8b7a5 00:37:45 ---> 9ceb17185a5a 00:37:45 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:37:45 ---> aa32f2423001 00:37:45 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:37:45 Removing intermediate container 1ab2e80cb047 00:37:45 ---> ba3b042912c6 00:37:45 Step 20/21 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 00:37:45 ---> 2eed155327e8 00:37:45 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:37:45 ---> Running in c5a9a8830a55 00:37:45 ---> Running in 8c1d2534bac4 00:37:45 ---> Running in 7ee68c2266bf 00:37:45 ---> Running in a77891261199 00:37:46 Removing intermediate container c5a9a8830a55 00:37:46 ---> a5ffc9179736 00:37:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:46 Removing intermediate container 8c1d2534bac4 00:37:46 ---> 97a3eb3e54fb 00:37:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:46 Removing intermediate container 7ee68c2266bf 00:37:46 ---> f9e3f9d56b8b 00:37:46 Step 21/21 : LABEL version=0.0.0 00:37:46 ---> Running in 5d83f072a17e 00:37:46 ---> Running in 8dd4ff40fd90 00:37:46 ---> Running in 9cd66bb57268 00:37:46 Removing intermediate container 5d83f072a17e 00:37:46 ---> f19b5ce5db37 00:37:46 Step 21/23 : LABEL arch=x86_64 00:37:46 Removing intermediate container 8dd4ff40fd90 00:37:46 ---> 0a4da6e54d46 00:37:46 Step 20/22 : LABEL arch=x86_64 00:37:46 Removing intermediate container 9cd66bb57268 00:37:46 ---> 7f6cbed87948 00:37:46 00:37:46 Successfully built 7f6cbed87948 00:37:46 ---> Running in 5438ef0d8385 00:37:46 ---> Running in f6f325ce464a 00:37:46 Successfully tagged docker-security-proxy-setup-go:latest 00:37:46 Building docker-sys-mgmt-agent-go 00:37:47  Building docker-security-proxy-setup-go ... done Removing intermediate container 5438ef0d8385 00:37:47 ---> 790f7297885e 00:37:47 Step 22/23 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 00:37:47 Removing intermediate container ab504ac8b7a5 00:37:47 ---> f6b6e8ffc2a2 00:37:47 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:47 Removing intermediate container a77891261199 00:37:47 ---> 4241640ea48f 00:37:47 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:47 Removing intermediate container f6f325ce464a 00:37:47 ---> 3128a647df77 00:37:47 Step 21/22 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 00:37:47 ---> Running in 697a3cc9773d 00:37:47 ---> Running in b3e61df37d3e 00:37:47 ---> Running in be79e0db17a4 00:37:47 ---> 1aee7e82dfe3 00:37:47 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:37:47 Removing intermediate container b3e61df37d3e 00:37:47 ---> 32b9e2c4bdd9 00:37:47 Step 22/24 : LABEL arch=x86_64 00:37:47 Removing intermediate container 697a3cc9773d 00:37:47 ---> 77feb96c5b5c 00:37:47 Step 23/23 : LABEL version=0.0.0 00:37:48 Removing intermediate container be79e0db17a4 00:37:48 ---> c6723bf8639e 00:37:48 Step 22/22 : LABEL version=0.0.0 00:37:49 ---> Running in 581e07a7ce25 00:37:49 ---> Running in 5a42cad066ef 00:37:49 ---> Running in 82a9a0ed5f2c 00:37:51 ---> 25652c0125d6 00:37:51 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:37:51 Removing intermediate container 5a42cad066ef 00:37:51 ---> 0cd9d52b4768 00:37:51 Step 23/24 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 00:37:51 Removing intermediate container 581e07a7ce25 00:37:51 ---> 6088373e07f4 00:37:51 00:37:51 Removing intermediate container 82a9a0ed5f2c 00:37:51 ---> c15fbe5ccebc 00:37:51 00:37:51 ---> 8884d2cde7ec 00:37:51 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:37:51 ---> Running in cc8f3dc82590 00:37:52 Successfully built c15fbe5ccebc 00:37:52 Successfully built 6088373e07f4 00:37:52 Successfully tagged docker-support-notifications-go:latest 00:37:52  Building docker-support-notifications-go ... done Building docker-core-command-go 00:37:52 Successfully tagged docker-core-metadata-go:latest 00:37:52 Building docker-core-data-go 00:37:52  Building docker-core-metadata-go ... done  ---> a954937ae0ee 00:37:52 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:37:52 Removing intermediate container cc8f3dc82590 00:37:52 ---> c171027eb3ff 00:37:52 Step 24/24 : LABEL version=0.0.0 00:37:52 ---> Running in e2d9e0cfacc5 00:37:53 ---> Running in b3c535213efd 00:37:56 Removing intermediate container e2d9e0cfacc5 00:37:56 ---> 89dd05abbac3 00:37:56 00:37:56 Successfully built 89dd05abbac3 00:37:56 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:56 Building docker-support-scheduler-go 00:37:56  Building docker-security-secretstore-setup-go ... done Removing intermediate container b3c535213efd 00:37:56 ---> 998b3cd89c1c 00:37:56 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:37:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:01 ---> 2595972a0b09 00:38:01 Step 25/30 : RUN chmod +x /entrypoint.sh 00:38:02 ---> Running in 2bd7776c2929 00:38:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:04 Removing intermediate container 2bd7776c2929 00:38:04 ---> 0a5e1be67aa4 00:38:04 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:38:05 ---> Running in b5758955da94 00:38:09 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:10 ---> be7eb81853df 00:38:10 Step 3/26 : WORKDIR /edgex-go 00:38:11 ---> Using cache 00:38:11 ---> 140893025488 00:38:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:11 ---> Using cache 00:38:11 ---> 2bcbbfa90325 00:38:11 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:14 Removing intermediate container b5758955da94 00:38:14 ---> ee9a64d05bd8 00:38:14 Step 27/30 : CMD ["gate"] 00:38:15 ---> Running in 8dad5e69bce9 00:38:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:15 ---> Running in 074b2411614d 00:38:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:17 Removing intermediate container 074b2411614d 00:38:17 ---> 637614ba049a 00:38:17 Step 28/30 : LABEL arch=x86_64 00:38:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:18 ---> be7eb81853df 00:38:18 Step 3/23 : WORKDIR /edgex-go 00:38:18 ---> Using cache 00:38:18 ---> 140893025488 00:38:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:18 ---> Using cache 00:38:18 ---> 2bcbbfa90325 00:38:18 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:18 ---> be7eb81853df 00:38:18 Step 3/23 : WORKDIR /edgex-go 00:38:18 ---> Using cache 00:38:18 ---> 140893025488 00:38:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:18 ---> Using cache 00:38:18 ---> 2bcbbfa90325 00:38:18 Step 5/23 : RUN apk add --update --no-cache make git 00:38:18 ---> Using cache 00:38:18 ---> 80c4cc2e6e6d 00:38:18 Step 6/23 : COPY go.mod . 00:38:18 ---> Using cache 00:38:18 ---> 3aacd57c7616 00:38:18 Step 7/23 : RUN go mod download 00:38:18 ---> Using cache 00:38:18 ---> 4337fa250a14 00:38:18 Step 8/23 : COPY . . 00:38:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:18 ---> Using cache 00:38:18 ---> dd8c9da499bb 00:38:18 Step 9/23 : RUN make cmd/core-command/core-command 00:38:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:19 OK: 233 MiB in 51 packages 00:38:19 ---> Running in 21eb514735ea 00:38:19 ---> Running in 77f8c263123e 00:38:19 ---> Running in 308008dcd53e 00:38:20 Removing intermediate container 77f8c263123e 00:38:20 ---> 944fb4f6f844 00:38:20 Step 29/30 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 00:38:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:20 ---> be7eb81853df 00:38:20 Step 3/22 : WORKDIR /edgex-go 00:38:20 ---> Using cache 00:38:20 ---> 140893025488 00:38:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:20 ---> Using cache 00:38:20 ---> 2bcbbfa90325 00:38:20 Step 5/22 : RUN apk add --update --no-cache make git 00:38:20 ---> Using cache 00:38:20 ---> 80c4cc2e6e6d 00:38:20 Step 6/22 : COPY go.mod . 00:38:20 ---> Using cache 00:38:20 ---> 3aacd57c7616 00:38:20 Step 7/22 : RUN go mod download 00:38:20 ---> Using cache 00:38:20 ---> 4337fa250a14 00:38:20 Step 8/22 : COPY . . 00:38:20 ---> Using cache 00:38:20 ---> dd8c9da499bb 00:38:20 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:38:21 ---> Running in 6d05f1a93f15 00:38:21 Removing intermediate container 8dad5e69bce9 00:38:21 ---> 09d6dccab9cd 00:38:21 Step 6/26 : COPY go.mod . 00:38:21 ---> Running in 70ff87907297 00:38:21 Removing intermediate container 6d05f1a93f15 00:38:21 ---> 9aa8c0a15788 00:38:21 Step 30/30 : LABEL version=0.0.0 00:38:21 ---> d6b6ab72e20a 00:38:21 Step 7/26 : RUN go mod download 00:38:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:38:22 ---> Running in add70c7a252b 00:38:22 ---> Running in fc2410bb27e9 00:38:22 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:38:22 Removing intermediate container fc2410bb27e9 00:38:22 ---> 13e278f1dce3 00:38:22 00:38:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:22 Successfully built 13e278f1dce3 00:38:22 Successfully tagged docker-security-bootstrapper-go:latest 00:38:23  Building docker-security-bootstrapper-go ... done OK: 233 MiB in 51 packages 00:38:25 Removing intermediate container add70c7a252b 00:38:25 ---> 860e10a5c810 00:38:25 Step 8/26 : COPY . . 00:38:25 Removing intermediate container 21eb514735ea 00:38:25 ---> 0782a640439f 00:38:25 Step 6/23 : COPY go.mod . 00:38:26 ---> e8da10d68a60 00:38:26 Step 7/23 : RUN go mod download 00:38:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:27 ---> Running in bea35ba72dde 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.364s coverage: 45.9% of statements 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:38:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:38:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.324s coverage: 100.0% of statements 00:38:34 Removing intermediate container bea35ba72dde 00:38:34 ---> acee28be19ea 00:38:34 Step 8/23 : COPY . . 00:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.490s coverage: 27.1% of statements 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:38:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.255s coverage: 65.8% of statements 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:38:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:38:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.756s coverage: 82.3% of statements 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.228s coverage: 28.6% of statements 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.154s coverage: 100.0% of statements 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:38:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.108s coverage: 100.0% of statements 00:38:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.295s coverage: 86.7% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.373s coverage: 97.5% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:38:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.120s coverage: 78.3% of statements 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:38:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:38:56 ---> b3034d38ea1f 00:38:56 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:56 ---> Running in 0741bdb9771c 00:38:57 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:39:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.338s coverage: 92.8% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.223s coverage: 0.1% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 45.5% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.060s coverage: 94.1% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.102s coverage: 96.3% of statements 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.080s coverage: 87.5% of statements 00:39:01 ---> 41bae4888f42 00:39:01 Step 9/23 : RUN make cmd/core-data/core-data 00:39:02 ---> Running in 6c6b9a600c41 00:39:02 Removing intermediate container 308008dcd53e 00:39:02 ---> 27d30fa62545 00:39:02 00:39:02 Step 10/23 : FROM alpine:3.12 00:39:02 ---> 389fef711851 00:39:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:02 Removing intermediate container 70ff87907297 00:39:02 ---> f05c546190de 00:39:02 00:39:02 Step 10/22 : FROM alpine:3.12 00:39:02 ---> 389fef711851 00:39:02 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:39:02 ---> Using cache 00:39:02 ---> 8503e71bcb97 00:39:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:02 ---> Using cache 00:39:02 ---> 8503e71bcb97 00:39:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:02 ---> Using cache 00:39:02 ---> e82eea538ae7 00:39:02 Step 13/23 : ENV APP_PORT=48082 00:39:02 ---> Using cache 00:39:02 ---> e82eea538ae7 00:39:02 Step 13/22 : ENV APP_PORT=48085 00:39:02 ---> Running in eb38d5804209 00:39:02 ---> Running in 3fd8f5dcf7e2 00:39:03 Removing intermediate container eb38d5804209 00:39:03 ---> b34ddb0ebe7f 00:39:03 Step 14/22 : EXPOSE $APP_PORT 00:39:03 Removing intermediate container 3fd8f5dcf7e2 00:39:03 ---> ef6eb8e21ea8 00:39:03 Step 14/23 : EXPOSE $APP_PORT 00:39: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:39:03 ---> Running in d73c5e896850 00:39:03 ---> Running in c940119e6059 00:39:03 Removing intermediate container d73c5e896850 00:39:03 ---> 7950b02ba91d 00:39:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:03 Removing intermediate container c940119e6059 00:39:03 ---> 81e0eea04625 00:39:03 Step 15/23 : WORKDIR / 00:39:03 ---> Running in dbab4b9ae245 00:39:04 ---> ec8c3dd39477 00:39:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:39:04 Removing intermediate container dbab4b9ae245 00:39:04 ---> 0401fbc740f2 00:39:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:04 ---> f9c6271b2959 00:39:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:04 ---> c421ff6363ba 00:39:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:05 ---> f10a7ec522de 00:39:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:05 ---> 4921571dd11a 00:39:05 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:39:05 ---> Running in b02aab23dcb9 00:39:05 ---> 9596a1a2f3aa 00:39:05 Step 19/23 : ENTRYPOINT ["/core-command"] 00:39:05 ---> Running in 0dfd761a1731 00:39:05 Removing intermediate container b02aab23dcb9 00:39:05 ---> 94511c95a192 00:39:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:05 ---> Running in d740920be94a 00:39:06 Removing intermediate container 0dfd761a1731 00:39:06 ---> 2688cea60dd7 00:39:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:06 ---> Running in 9558e9f94afc 00:39:06 Removing intermediate container d740920be94a 00:39:06 ---> 3e4357123464 00:39:06 Step 20/22 : LABEL arch=x86_64 00:39:06 ---> Running in 0e7a011876b9 00:39:06 Removing intermediate container 9558e9f94afc 00:39:06 ---> 8021c09f2aef 00:39:06 Step 21/23 : LABEL arch=x86_64 00:39:07 ---> Running in 77c495139a9c 00:39:08 Removing intermediate container 0e7a011876b9 00:39:08 ---> 18c8bd4bc71f 00:39:08 Step 21/22 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 00:39:08 ---> Running in f23b2c1f9970 00:39:08 Removing intermediate container 77c495139a9c 00:39:08 ---> 4df00c45ae50 00:39:08 Step 22/23 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 00:39:08 ---> Running in dc43fa4857f0 00:39:08 Removing intermediate container f23b2c1f9970 00:39:08 ---> fa00da2b573e 00:39:08 Step 22/22 : LABEL version=0.0.0 00:39:08 ---> Running in ae58a45920d2 00:39:08 Removing intermediate container dc43fa4857f0 00:39:08 ---> a24db40d477c 00:39:08 Step 23/23 : LABEL version=0.0.0 00:39:08 ---> Running in 4cef81d1bf78 00:39:08 Removing intermediate container ae58a45920d2 00:39:08 ---> 13bb0ebc42f7 00:39:08 00:39:09 Removing intermediate container 4cef81d1bf78 00:39:09 ---> 5c0d69621aaa 00:39:09 00:39:09 Successfully built 13bb0ebc42f7 00:39:09 Successfully tagged docker-support-scheduler-go:latest 00:39:09  Building docker-support-scheduler-go ... done Successfully built 5c0d69621aaa 00:39:09 Successfully tagged docker-core-command-go:latest 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.094s coverage: 94.4% of statements 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements 00:39:19  Building docker-core-command-go ... done Removing intermediate container 0741bdb9771c 00:39:19 ---> 0e2680d01210 00:39:19 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:19 ---> Running in 3fee1d9e22af 00:39:20 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:39:22 Removing intermediate container 3fee1d9e22af 00:39:22 ---> ef6cdea6bfcb 00:39:22 00:39:22 Step 11/26 : FROM docker:20.10.0 00:39:22 20.10.0: Pulling from library/docker 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.134s coverage: 92.9% of statements 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.165s coverage: 84.2% of statements 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.165s coverage: 91.4% of statements 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.517s coverage: 63.5% of statements 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.053s coverage: 73.7% of statements 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.788s coverage: 68.9% of statements 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:29 Removing intermediate container 6c6b9a600c41 00:39:29 ---> a31cdee649c0 00:39:29 00:39:29 Step 10/23 : FROM alpine:3.12 00:39:29 ---> 389fef711851 00:39:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:29 ---> Running in 6da83e693d05 00:39:29 Removing intermediate container 6da83e693d05 00:39:29 ---> 47c3c1b90299 00:39:29 Step 12/23 : ENV APP_PORT=48080 00:39:29 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:29 Status: Downloaded newer image for docker:20.10.0 00:39:29 ---> aefe523efa57 00:39:29 Step 12/26 : RUN apk add --no-cache bash 00:39:29 ---> Running in f06e067ec809 00:39:29 ---> Running in 5e406d050610 00:39:29 Removing intermediate container f06e067ec809 00:39:29 ---> f3654f8ca56f 00:39:29 Step 13/23 : EXPOSE $APP_PORT 00:39:29 ---> Running in 4e79a39d2bca 00:39:29 Removing intermediate container 4e79a39d2bca 00:39:29 ---> c3be82d47749 00:39:29 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:29 ---> Running in 1d4667038ba9 00:39:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:29 (1/2) Installing readline (8.0.4-r0) 00:39:29 (2/2) Installing bash (5.0.17-r0) 00:39:29 Executing bash-5.0.17-r0.post-install 00:39:29 Executing busybox-1.31.1-r19.trigger 00:39:29 OK: 12 MiB in 22 packages 00:39:30 Removing intermediate container 5e406d050610 00:39:30 ---> a899cca4ac58 00:39:30 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:30 Removing intermediate container 1d4667038ba9 00:39:30 ---> 05487070b761 00:39:30 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.449s coverage: 37.5% of statements 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.700s coverage: 84.3% of statements 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.122s coverage: 92.9% of statements 00:39:30 ---> Running in af638253f34f 00:39:30 ---> Running in f4cdb91c9ad8 00:39:30 Removing intermediate container af638253f34f 00:39:30 ---> 008b09cf02b3 00:39:30 Step 14/26 : ENV APP_PORT=48090 00:39:30 ---> Running in aa44f6a56c85 00:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/secretsengine 0.131s coverage: 89.5% of statements 00:39:30 Removing intermediate container aa44f6a56c85 00:39:30 ---> da54cfd69d82 00:39:30 Step 15/26 : EXPOSE $APP_PORT 00:39:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:30 ---> Running in 5c0d2be5252e 00:39:31 Removing intermediate container 5c0d2be5252e 00:39:31 ---> 96e780cfdc8a 00:39:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:31 ---> 64804c4f4a31 00:39:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:31 ---> 6f94239bf38b 00:39:31 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:32 (1/6) Installing dumb-init (1.2.2-r1) 00:39:32 (2/6) Installing libgcc (9.3.0-r2) 00:39:32 ---> b78b27912b80 00:39:32 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:32 (3/6) Installing libsodium (1.0.18-r0) 00:39:32 ---> Running in 55483aeef73a 00:39:32 (4/6) Installing libstdc++ (9.3.0-r2) 00:39:32 (5/6) Installing libzmq (4.3.3-r0) 00:39:32 (6/6) Installing zeromq (4.3.3-r0) 00:39:32 Executing busybox-1.31.1-r19.trigger 00:39:32 OK: 8 MiB in 20 packages 00:39:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:33 (1/33) Installing libbz2 (1.0.8-r1) 00:39:33 (2/33) Installing expat (2.2.9-r1) 00:39:33 (3/33) Installing libffi (3.3-r2) 00:39:33 (4/33) Installing gdbm (1.13-r1) 00:39:33 (5/33) Installing xz-libs (5.2.5-r0) 00:39:33 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:33 (7/33) Installing python3 (3.8.5-r0) 00:39:35 Removing intermediate container f4cdb91c9ad8 00:39:35 ---> 4a3a3b885e8c 00:39:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:35 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:35 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:35 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:35 (11/33) Installing py3-six (1.15.0-r0) 00:39:35 (12/33) Installing py3-packaging (20.4-r0) 00:39:35 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:35 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:35 (15/33) Installing py3-idna (2.9-r0) 00:39:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:35 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:35 (18/33) Installing py3-requests (2.23.0-r0) 00:39:35 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:36 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:38 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:38 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:38 ---> f287fb8f7eed 00:39:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:38 (24/33) Installing py3-distro (1.5.0-r1) 00:39:38 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:38 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:38 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:38 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:38 (29/33) Installing py3-progress (1.5-r0) 00:39:38 (30/33) Installing py3-toml (0.10.1-r0) 00:39:38 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:38 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:38 (33/33) Installing py3-pip (20.1.1-r0) 00:39:38 Executing busybox-1.31.1-r19.trigger 00:39:38 OK: 71 MiB in 55 packages 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.491s coverage: 47.0% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.170s coverage: 100.0% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.335s coverage: 89.4% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:39:40 ---> 0d520c050ab9 00:39:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:44 ---> 2b83d2cb7f0f 00:39:44 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:44 ---> Running in 3cb4c73bacfb 00:39:44 Removing intermediate container 55483aeef73a 00:39:44 ---> 632a75531e7f 00:39:44 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:44 Removing intermediate container 3cb4c73bacfb 00:39:44 ---> 987b226d47b9 00:39:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:44 ---> Running in 741a3e4a9df1 00:39:44 ---> Running in 55878b40a078 00:39:44 Removing intermediate container 55878b40a078 00:39:44 ---> 591bada1f42a 00:39:44 Step 21/23 : LABEL arch=x86_64 00:39:44 ---> Running in 797bb7f5cbfa 00:39:45 Removing intermediate container 797bb7f5cbfa 00:39:45 ---> 5a8e354ffc4e 00:39:45 Step 22/23 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 00:39:45 ---> Running in f14fd740a43d 00:39:45 Removing intermediate container f14fd740a43d 00:39:45 ---> 0a54d58f4a09 00:39:45 Step 23/23 : LABEL version=0.0.0 00:39:45 ---> Running in 13d54fe8300f 00:39:45 Removing intermediate container 13d54fe8300f 00:39:45 ---> 9b3f56210d22 00:39:45 00:39:45 Successfully built 9b3f56210d22 00:39:45 Successfully tagged docker-core-data-go:latest 00:39:45  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 00:39:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:46 Collecting cached-property<2,>=1.2.0 00:39:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:46 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:39:46 Collecting websocket-client<1.0,>=0.32.0 00:39:46 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:46 Collecting docker<4.0,>=3.6.0 00:39:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:46 Collecting dockerpty<0.5,>=0.4.1 00:39:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:47 Collecting jsonschema<3,>=2.5.1 00:39:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:47 Collecting texttable<0.10,>=0.9.0 00:39:47 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.385s coverage: 29.1% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.220s coverage: 99.0% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.137s coverage: 100.0% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 00:39:48 Collecting docopt<0.7,>=0.6.1 00:39:48 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:48 GO111MODULE=on go vet ./... 00:39:48 Collecting PyYAML<4,>=3.10 00:39:48 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:49 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:39:49 Collecting urllib3<1.25,>=1.21.1 00:39:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:49 Collecting idna<2.8,>=2.5 00:39:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:49 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:39:49 Collecting docker-pycreds>=0.4.0 00:39:49 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:49 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:49 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:49 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:49 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:49 Installing collected packages: cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, jsonschema, texttable, docopt, PyYAML, docker-compose 00:39:49 Attempting uninstall: urllib3 00:39:49 Found existing installation: urllib3 1.25.9 00:39:49 Uninstalling urllib3-1.25.9: 00:39:49 Successfully uninstalled urllib3-1.25.9 00:39:50 Attempting uninstall: idna 00:39:50 Found existing installation: idna 2.9 00:39:50 Uninstalling idna-2.9: 00:39:50 Successfully uninstalled idna-2.9 00:39:50 Attempting uninstall: requests 00:39:50 Found existing installation: requests 2.23.0 00:39:50 Uninstalling requests-2.23.0: 00:39:50 Successfully uninstalled requests-2.23.0 00:39:50 Running setup.py install for dockerpty: started 00:39:51 Running setup.py install for dockerpty: finished with status 'done' 00:39:51 Running setup.py install for texttable: started 00:39:51 Running setup.py install for texttable: finished with status 'done' 00:39:51 Running setup.py install for docopt: started 00:39:52 Running setup.py install for docopt: finished with status 'done' 00:39:52 Running setup.py install for PyYAML: started 00:39:53 Running setup.py install for PyYAML: finished with status 'done' 00:39:53 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:39:56 Removing intermediate container 741a3e4a9df1 00:39:56 ---> eb06f763edaf 00:39:56 Step 21/26 : RUN apk --no-cache add curl 00:39:56 ---> Running in 48b94c67a83e 00:39:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:56 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:56 (2/3) Installing libcurl (7.69.1-r3) 00:39:56 (3/3) Installing curl (7.69.1-r3) 00:39:57 Executing busybox-1.31.1-r19.trigger 00:39:57 OK: 72 MiB in 58 packages 00:39:57 Removing intermediate container 48b94c67a83e 00:39:57 ---> 6c54146ff94d 00:39:57 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:57 ---> Running in 82dc16bc094d 00:39:57 Removing intermediate container 82dc16bc094d 00:39:57 ---> 7e7e95bae986 00:39:57 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:57 ---> Running in fe02a00a7fc9 00:39:57 Removing intermediate container fe02a00a7fc9 00:39:57 ---> 338d1dc83b06 00:39:57 Step 24/26 : LABEL arch=x86_64 00:39:57 ---> Running in 50b37eb0eb87 00:39:58 Removing intermediate container 50b37eb0eb87 00:39:58 ---> ecc87c48249e 00:39:58 Step 25/26 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 00:39:58 ---> Running in ed71c7955d42 00:39:58 Removing intermediate container ed71c7955d42 00:39:58 ---> 042835ce3078 00:39:58 Step 26/26 : LABEL version=0.0.0 00:39:58 ---> Running in 4654e4e0c07a 00:39:58 Removing intermediate container 4654e4e0c07a 00:39:58 ---> 90a0d121aad4 00:39:58 00:39:59 Successfully built 90a0d121aad4 00:39:59 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:59  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:39:59 $ docker stop --time=1 eccbea031adabc7a8a51276675da8bab1240ef08103d7968d6b21859f480698f 00:40:00 $ docker rm -f eccbea031adabc7a8a51276675da8bab1240ef08103d7968d6b21859f480698f [Pipeline] // withDockerContainer [Pipeline] sh 00:40:01 + docker images 00:40:01 + grep docker 00:40:01 docker-sys-mgmt-agent-go latest 90a0d121aad4 3 seconds ago 313MB 00:40:01 docker-core-data-go latest 9b3f56210d22 16 seconds ago 22.4MB 00:40:01 docker-core-command-go latest 5c0d69621aaa 53 seconds ago 17.1MB 00:40:01 docker-support-scheduler-go latest 13bb0ebc42f7 53 seconds ago 17.2MB 00:40:01 docker-security-bootstrapper-go latest 13e278f1dce3 About a minute ago 18.2MB 00:40:01 docker-security-secretstore-setup-go latest 89dd05abbac3 2 minutes ago 24.9MB 00:40:01 docker-support-notifications-go latest c15fbe5ccebc 2 minutes ago 17.7MB 00:40:01 docker-core-metadata-go latest 6088373e07f4 2 minutes ago 19MB 00:40:01 docker-security-proxy-setup-go latest 7f6cbed87948 2 minutes ago 24.7MB 00:40:01 docker 20.10.0 aefe523efa57 2 months 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:40:17 Still waiting to schedule task 00:40:17 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:41:09 gofmt -l . 00:41:11 [ "`gofmt -l .`" = "" ] 00:41:14 ./bin/test-go-mod-tidy.sh 00:41:14 Running on prd-ubuntu18.04-docker-8c-8g-26870 in /w/workspace/edgexfoundry_edgex-go_PR-3179 [Pipeline] { [Pipeline] ws 00:41:15 Running in /w/workspace/edgex-go/2 [Pipeline] { 00:41:15 ./bin/test-attribution-txt.sh [Pipeline] checkout [Pipeline] sh 00:41:17 using credential edgex-jenkins-ssh 00:41:17 + ls -al . 00:41:17 total 740 00:41:17 drwxrwxr-x 9 1001 1001 4096 Feb 19 00:41 . 00:41:17 drwxr-xr-x 4 root root 4096 Feb 19 00:36 .. 00:41:17 -rw-rw-r-- 1 1001 1001 11 Feb 19 00:35 .dockerignore 00:41:17 drwxrwxr-x 8 1001 1001 4096 Feb 19 00:35 .git 00:41:17 drwxrwxr-x 3 1001 1001 4096 Feb 19 00:35 .github 00:41:17 -rw-rw-r-- 1 1001 1001 818 Feb 19 00:35 .gitignore 00:41:17 -rw-rw-r-- 1 1001 1001 166 Feb 19 00:35 .sonarcloud.properties 00:41:17 -rw-rw-r-- 1 1001 1001 8475 Feb 19 00:35 Attribution.txt 00:41:17 -rw-rw-r-- 1 1001 1001 3804 Feb 19 00:35 CONTRIBUTING.md 00:41:17 -rw-rw-r-- 1 1001 1001 931 Feb 19 00:35 Dockerfile.build 00:41:17 -rw-rw-r-- 1 1001 1001 863 Feb 19 00:35 Jenkinsfile 00:41:17 -rw-rw-r-- 1 1001 1001 10775 Feb 19 00:35 LICENSE 00:41:17 -rw-rw-r-- 1 1001 1001 5774 Feb 19 00:35 Makefile 00:41:17 -rw-rw-r-- 1 1001 1001 6524 Feb 19 00:35 README.md 00:41:17 -rw-rw-r-- 1 1001 1001 6755 Feb 19 00:35 SECURITY.md 00:41:17 -rw-rw-r-- 1 1001 1001 5 Feb 19 00:31 VERSION 00:41:17 -rw-rw-r-- 1 1001 1001 4131 Feb 19 00:35 ZMQWindows.md 00:41:17 drwxrwxr-x 2 1001 1001 4096 Feb 19 00:35 bin 00:41:17 drwxrwxr-x 14 1001 1001 4096 Feb 19 00:35 cmd 00:41:17 -rw-r--r-- 1 root root 599033 Feb 19 00:39 coverage.out 00:41:17 -rw-r--r-- 1 root root 1055 Feb 19 00:41 go.mod 00:41:17 -rw-r--r-- 1 root root 21638 Feb 19 00:41 go.sum 00:41:17 drwxrwxr-x 8 1001 1001 4096 Feb 19 00:35 internal 00:41:17 drwxrwxr-x 4 1001 1001 4096 Feb 19 00:35 openapi 00:41:17 drwxrwxr-x 4 1001 1001 4096 Feb 19 00:35 snap 00:41:17 -rw-rw-r-- 1 1001 1001 168 Feb 19 00:35 version.go [Pipeline] sh 00:41:17 Cloning the remote Git repository 00:41:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:17 > git init /w/workspace/edgex-go/2 # timeout=10 00:41:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:17 > git --version # timeout=10 00:41:17 > git --version # 'git version 2.17.1' 00:41:17 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:17 + '[' -e coverage.out ] 00:41:17 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:17 Warning: overwriting stash ‘coverage-report’ 00:41:19 Stashed 1 file(s) [Pipeline] sh 00:41:20 + make build 00:41:20 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:41:32 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:41:38 Merging remotes/origin/master commit 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 into PR head commit c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23 00:41:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:38 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3179/head:refs/remotes/origin/PR-3179 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:41:38 > git config core.sparsecheckout # timeout=10 00:41:38 > git checkout -f c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23 # timeout=10 00:41:39 Merge succeeded, producing 6746c01638b8c9a7691207a154578be6b29b9370 00:41:39 Checking out Revision 6746c01638b8c9a7691207a154578be6b29b9370 (PR-3179) 00:41:39 > git remote # timeout=10 00:41:39 > git config --get remote.origin.url # timeout=10 00:41:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:39 > git merge 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 # timeout=10 00:41:39 > git rev-parse HEAD^{commit} # timeout=10 00:41:39 > git config core.sparsecheckout # timeout=10 00:41:39 > git checkout -f 6746c01638b8c9a7691207a154578be6b29b9370 # timeout=10 00:41:42 Commit message: "Merge commit '2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33' into HEAD" 00:41:42 > git rev-list --no-walk c0a071ae3ef137448e8cb0b4bec86a00bbf4fc23 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:41:43 + echo snap-build.sh 00:41:43 snap-build.sh 00:41:43 + SNAP_BASE_DIR=. 00:41:43 + '[' '!' -z /w/workspace/edgex-go/2 ']' 00:41:43 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 00:41:43 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 00:41:43 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 00:41:43 + cd /w/workspace/edgex-go/2 00:41:43 + sudo apt-get remove -qy --purge lxd lxd-client 00:41:43 Reading package lists... 00:41:43 Building dependency tree... 00:41:43 Reading state information... 00:41:44 The following packages were automatically installed and are no longer required: 00:41:44 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:41:44 uidmap xdelta3 00:41:44 Use 'sudo apt autoremove' to remove them. 00:41:44 The following packages will be REMOVED: 00:41:44 lxd* lxd-client* 00:41:44 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:41:44 After this operation, 31.7 MB disk space will be freed. 00:41:45 (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:41:45 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:46 Removing lxd dnsmasq configuration 00:41:46 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:41:46 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:41:47 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:41:47 (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:41:47 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:49 Processing triggers for systemd (237-3ubuntu10.42) ... 00:41:49 Processing triggers for ureadahead (0.100.0-21) ... 00:41:51 + sudo snap remove --purge lxd 00:41:51 snap "lxd" is not installed 00:41:51 + sudo groupadd --force --system lxd 00:41:51 ++ whoami 00:41:51 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:41:51 + newgrp - lxd 00:41:51 + sudo snap install lxd 00:41:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:42:01 2021-02-19T00:41:58Z INFO Waiting for automatic snapd restart... 00:42:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:42:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:42:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:42:16 lxd 4.11 from Canonical* installed 00:42:16 + sudo lxd init --auto 00:42:17 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:42:24 + sudo snap install --classic snapcraft 00:42:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:42:28 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:42:28 snapcraft 4.5.1 from Canonical* installed 00:42:28 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:42:28 + patch --verbose -p1 00:42:28 Hmm... Looks like a unified diff to me... 00:42:28 The text leading up to this was: 00:42:28 -------------------------- 00:42:28 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:42:28 |From: Tony Espy 00:42:28 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:42:28 |Subject: [PATCH] optimize snap build for pipeline CI check 00:42:28 | 00:42:28 |This patch is used by the EdgeX CI pipeline builds to 00:42:28 |optimize the snap CI check run for pull requests. When 00:42:28 |applied, it essentially strips out everything (apps and 00:42:28 |parts) from the snapcraft.yaml file except those required 00:42:28 |to build edgex-go, as the whole idea of the CI check is to 00:42:28 |catch changes to edgex-go that break the snap build. 00:42:28 | 00:42:28 |In general, anyone updating snapcraft.yaml will also need 00:42:28 |to update this patch file, otherwise it may fail to apply, 00:42:28 |resulting in a failed snap build CI check in the associated 00:42:28 |pull request. 00:42:28 | 00:42:28 |Note - in addition to applying this patch, the pipeline also 00:42:28 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:42:28 |need to build the finally binary .snap file (and it won't 00:42:28 |work with the patch applied). This further reduces the build 00:42:28 |time. 00:42:28 |--- 00:42:28 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:42:28 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:42:28 | 00:42:28 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:42:28 |index 1e537489..faf42425 100644 00:42:28 |--- a/snap/snapcraft.yaml 00:42:28 |+++ b/snap/snapcraft.yaml 00:42:28 -------------------------- 00:42:28 patching file snap/snapcraft.yaml 00:42:28 Using Plan A... 00:42:28 Hunk #1 succeeded at 73. 00:42:28 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:42:28 Hunk #3 succeeded at 217 (offset 3 lines). 00:42:28 Hunk #4 succeeded at 225 (offset 3 lines). 00:42:28 Hunk #5 succeeded at 232 (offset 3 lines). 00:42:28 Hunk #6 succeeded at 259 (offset 3 lines). 00:42:28 Hunk #7 succeeded at 293 (offset 3 lines). 00:42:28 Hunk #8 succeeded at 352 (offset 11 lines). 00:42:28 Hmm... Ignoring the trailing garbage. 00:42:28 done 00:42:28 + sudo snapcraft prime --use-lxd 00:42:29 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:42:29 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:42:29 - README.md 00:42:29 - snapcraft.yaml.orig 00:42:29 00:42:29 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:42:30 Launching a container. 00:42:33 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:42:37 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:42:42 Waiting for container to be ready 00:42:42 To start your first instance, try: lxc launch ubuntu:18.04 00:42:42 00:42:44 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:42:46 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:42:46 Waiting for network to be ready... 00:42:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:42:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 00:42:47 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:42:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 00:42:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:42:47 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:42:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:42:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:42:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 00:42:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 00:42:47 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:42:47 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:42:48 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:42:48 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:42:48 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:42:48 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:42:48 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:42:48 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:42:48 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:42:48 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] 00:42:48 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 00:42:48 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:42:48 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:42:48 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:42:48 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:42:48 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 00:42:48 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [Pipeline] } 00:42:51 $ docker stop --time=1 5947f187bcea2513adce68d5e43d4a9e78403d890d8955589d51c70e6ded7f9e 00:42:51 Fetched 23.9 MB in 4s (5698 kB/s) 00:42:51 Reading package lists... 00:42:52 Reading package lists... 00:42:52 Building dependency tree... 00:42:52 Reading state information... 00:42:52 The following additional packages will be installed: 00:42:52 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:42:52 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:42:52 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:42:52 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:42:52 Suggested packages: 00:42:52 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:42:52 Recommended packages: 00:42:52 gnupg libsasl2-modules 00:42:52 The following NEW packages will be installed: 00:42:52 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:42:52 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:42:52 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:42:52 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:42:52 The following packages will be upgraded: 00:42:52 gpg gpg-agent gpgconf libudev1 00:42:52 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:42:52 Need to get 3532 kB of archives. 00:42:52 After this operation, 13.3 MB of additional disk space will be used. 00:42:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:42:52 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:42:53 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:42:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:42:53 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:42:53 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:42:53 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:42:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 00:42:53 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 00:42:53 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:42:53 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:42:53 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:42:53 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:42:53 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:42:53 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:42:53 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:42:53 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:42:53 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:42:53 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:42:53 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:42:53 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:42:53 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:42:53 debconf: delaying package configuration, since apt-utils is not installed 00:42:53 Fetched 3532 kB in 1s (3157 kB/s) 00:42:53 $ docker rm -f 5947f187bcea2513adce68d5e43d4a9e78403d890d8955589d51c70e6ded7f9e 00:42:53 (Reading database ... 12511 files and directories currently installed.) 00:42:53 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:42:53 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:42:53 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:42:54 Selecting previously unselected package udev. 00:42:54 (Reading database ... 12511 files and directories currently installed.) 00:42:54 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:42:54 Unpacking udev (237-3ubuntu10.44) ... 00:42:54 Selecting previously unselected package libfuse2:amd64. 00:42:54 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:42:54 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:42:54 Selecting previously unselected package fuse. 00:42:54 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:42:54 Unpacking fuse (2.9.7-1ubuntu1) ... 00:42:54 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:54 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:54 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:54 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:55 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:55 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:42:55 Selecting previously unselected package libksba8:amd64. 00:42:55 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:42:55 Unpacking libksba8:amd64 (1.3.5-2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 00:42:55 Selecting previously unselected package libroken18-heimdal:amd64. 00:42:55 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:55 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:55 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:42:55 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:55 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 00:42:55 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:42:55 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:55 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:55 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:42:55 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:55 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:55 Selecting previously unselected package libwind0-heimdal:amd64. 00:42:55 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:55 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] isUnix [Pipeline] sh 00:42:55 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:42:55 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:55 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:55 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:42:55 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:55 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:56 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:42:56 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:56 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:56 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:42:56 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:42:56 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:56 00:42:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:56 Selecting previously unselected package libsasl2-modules-db:amd64. 00:42:56 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:42:56 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:56 Selecting previously unselected package libsasl2-2:amd64. 00:42:56 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:42:56 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:56 Selecting previously unselected package libldap-common. 00:42:56 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 00:42:56 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 00:42:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:56 Selecting previously unselected package libldap-2.4-2:amd64. 00:42:56 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 00:42:56 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 00:42:56 Selecting previously unselected package dirmngr. 00:42:56 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:42:56 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:42:56 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:56 29e5d40040c1: Pulling fs layer 00:42:56 1ce36da41761: Pulling fs layer 00:42:56 25b303627fd3: Pulling fs layer 00:42:56 29e5d40040c1: Download complete 00:42:56 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 00:42:56 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:42:56 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:42:56 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:56 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:42:56 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:42:57 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:57 Setting up libksba8:amd64 (1.3.5-2) ... 00:42:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:57 Setting up udev (237-3ubuntu10.44) ... 00:42:57 invoke-rc.d: policy-rc.d denied execution of start. 00:42:57 29e5d40040c1: Pull complete 00:42:57 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:57 Processing triggers for systemd (237-3ubuntu10) ... 00:42:57 Setting up fuse (2.9.7-1ubuntu1) ... 00:42:57 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:42:57 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:57 1ce36da41761: Verifying Checksum 00:42:57 1ce36da41761: Download complete 00:42:57 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:57 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:57 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:57 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:57 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:57 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:42:57 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 00:42:57 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:42:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:42:58 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:42:58 settings in the [Install] section, and DefaultInstance for template units). 00:42:58 This means they are not meant to be enabled using systemctl. 00:42:58 Possible reasons for having this kind of units are: 00:42:58 1) A unit may be statically enabled by being symlinked from another unit's 00:42:58 .wants/ or .requires/ directory. 00:42:58 2) A unit's purpose may be to act as a helper for some other unit which has 00:42:58 a requirement dependency on it. 00:42:58 3) A unit may be started when needed via activation (socket, path, timer, 00:42:58 D-Bus, udev, scripted systemctl call, ...). 00:42:58 4) In case of template units, the unit is meant to be enabled with some 00:42:58 instance name specified. 00:42:58 1ce36da41761: Pull complete 00:42:58 Reading package lists... 00:42:59 Building dependency tree... 00:42:59 Reading state information... 00:42:59 The following additional packages will be installed: 00:42:59 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:42:59 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:42:59 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:42:59 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:42:59 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:42:59 Suggested packages: 00:42:59 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:42:59 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:42:59 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:42:59 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:42:59 systemd-container policykit-1 00:42:59 Recommended packages: 00:42:59 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:42:59 The following NEW packages will be installed: 00:42:59 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:42:59 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:42:59 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:42:59 multiarch-support openssh-client python3 python3-minimal python3.6 00:42:59 python3.6-minimal snapd squashfs-tools sudo 00:42:59 The following packages will be upgraded: 00:42:59 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:42:59 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:42:59 Need to get 35.2 MB of archives. 00:42:59 After this operation, 141 MB of additional disk space will be used. 00:42:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:42:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:42:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 00:42:59 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:42:59 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:42:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:42:59 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:42:59 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:42:59 25b303627fd3: Download complete 00:42:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:42:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:42:59 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:42:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:42:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:42:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:42:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:42:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:42:59 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 00:42:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:42:59 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:43:00 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:43:00 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:43:00 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:43:00 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:43:00 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:43:00 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:43:00 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:43:00 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:43:00 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:43:00 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:43:00 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:43:00 debconf: delaying package configuration, since apt-utils is not installed 00:43:00 Fetched 35.2 MB in 1s (27.3 MB/s) 00:43:00 (Reading database ... 12757 files and directories currently installed.) 00:43:00 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:43:00 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:01 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:43:01 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:01 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:43:01 (Reading database ... 12757 files and directories currently installed.) 00:43:01 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:43:01 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:01 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:43:01 (Reading database ... 12757 files and directories currently installed.) 00:43:01 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:43:01 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:02 Setting up apt (1.6.12ubuntu0.2) ... 00:43:02 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:43:02 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:43:02 (Reading database ... 12764 files and directories currently installed.) 00:43:02 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 00:43:02 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 00:43:03 Selecting previously unselected package libpython3.6-minimal:amd64. 00:43:03 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:03 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:03 Selecting previously unselected package libexpat1:amd64. 00:43:03 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:43:03 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:03 Selecting previously unselected package python3.6-minimal. 00:43:03 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:03 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:43:03 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 00:43:03 Checking for services that may need to be restarted...done. 00:43:03 Checking for services that may need to be restarted...done. 00:43:03 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:03 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:03 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:43:04 Selecting previously unselected package python3-minimal. 00:43:04 (Reading database ... 13012 files and directories currently installed.) 00:43:04 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:43:04 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:43:04 Selecting previously unselected package mime-support. 00:43:04 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:43:04 Unpacking mime-support (3.60ubuntu1) ... 00:43:04 Selecting previously unselected package libmpdec2:amd64. 00:43:04 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:43:04 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:04 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:43:04 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:04 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:04 Selecting previously unselected package python3.6. 00:43:04 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:04 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:43:05 Selecting previously unselected package libpython3-stdlib:amd64. 00:43:05 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:43:05 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:05 Setting up python3-minimal (3.6.7-1~18.04) ... 00:43:05 Selecting previously unselected package python3. 00:43:05 (Reading database ... 13442 files and directories currently installed.) 00:43:05 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:43:05 Unpacking python3 (3.6.7-1~18.04) ... 00:43:05 Selecting previously unselected package multiarch-support. 00:43:05 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:43:05 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:43:05 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:43:05 Selecting previously unselected package liblzo2-2:amd64. 00:43:05 (Reading database ... 13479 files and directories currently installed.) 00:43:05 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:43:05 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:43:05 Selecting previously unselected package libbsd0:amd64. 00:43:05 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:43:05 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:06 Selecting previously unselected package sudo. 00:43:06 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:43:06 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:43:06 Selecting previously unselected package apparmor. 00:43:06 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:43:06 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:43:06 Selecting previously unselected package libedit2:amd64. 00:43:06 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:43:06 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:43:06 Selecting previously unselected package libkrb5support0:amd64. 00:43:06 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:43:06 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:06 Selecting previously unselected package libk5crypto3:amd64. 00:43:06 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:43:06 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:06 Selecting previously unselected package libkeyutils1:amd64. 00:43:06 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:43:06 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:07 Selecting previously unselected package libkrb5-3:amd64. 00:43:07 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:43:07 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:07 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:43:07 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:43:07 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:07 Selecting previously unselected package libssl1.0.0:amd64. 00:43:07 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 00:43:07 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:43:07 Selecting previously unselected package openssh-client. 00:43:07 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:43:07 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:07 Selecting previously unselected package squashfs-tools. 00:43:07 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:43:07 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:07 Selecting previously unselected package snapd. 00:43:07 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:43:07 Unpacking snapd (2.48.3+18.04) ... 00:43:09 25b303627fd3: Pull complete 00:43:09 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:09 prd-ubuntu18.04-docker-arm64-4c-16g-26866 does not seem to be running inside a container 00:43:09 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:43:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:09 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:43:09 Setting up mime-support (3.60ubuntu1) ... 00:43:09 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:43:10 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:10 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:10 Setting up systemd (237-3ubuntu10.44) ... 00:43:10 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:43:11 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:11 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:11 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:43:11 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:11 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:11 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:43:12 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:12 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:12 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:12 Setting up python3 (3.6.7-1~18.04) ... 00:43:12 running python rtupdate hooks for python3.6... 00:43:12 running python post-rtupdate hooks for python3.6... 00:43:12 Setting up apparmor (2.12-4ubuntu5.1) ... 00:43:12 $ docker top fe3c652e294e66e0a75027298ed0a298b73e0d1587f3293f976cc78f17e0634f -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:13 + docker-compose build --help 00:43:13 + grep parallel 00:43:14 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:43:14 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:14 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:14 Setting up snapd (2.48.3+18.04) ... 00:43:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:43:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:43:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:43:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:43:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:15 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:15 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:43:15 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:43:15 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:43:16 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:43:16 /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:43:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:16 Processing triggers for systemd (237-3ubuntu10.44) ... 00:43:17 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:43:17 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:43:17 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:43:18 --parallel Build images in parallel. [Pipeline] } 00:43:18 $ docker stop --time=1 fe3c652e294e66e0a75027298ed0a298b73e0d1587f3293f976cc78f17e0634f 00:43:18 Reading package lists... 00:43:18 Reading package lists... 00:43:19 Building dependency tree... 00:43:19 Reading state information... 00:43:19 Calculating upgrade... 00:43:19 The following packages will be upgraded: 00:43:19 advancecomp base-files bash binutils binutils-common 00:43:19 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:43:19 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:43:19 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:43:19 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:43:19 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:43:19 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:43:19 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:43:19 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:43:19 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:43:19 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:43:19 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:43:19 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:43:19 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:43:19 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:43:19 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:43:19 Need to get 63.8 MB of archives. 00:43:19 After this operation, 5189 kB of additional disk space will be used. 00:43:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:43:19 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:43:20 $ docker rm -f fe3c652e294e66e0a75027298ed0a298b73e0d1587f3293f976cc78f17e0634f 00:43:20 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:43:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:43:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:43:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:43:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:43:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:43:20 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:43:20 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:43:20 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:43:20 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:43:20 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:43:20 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:43:20 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [Pipeline] // withDockerContainer [Pipeline] writeFile 00:43:20 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:43:20 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:43:20 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:43:20 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:43:20 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:43:20 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:43:20 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:43:20 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:43:20 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:43:20 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:43:20 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:43:20 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:43:20 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:43:20 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:43:20 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:20 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:43:20 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:43:20 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:43:20 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:43:20 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:43:20 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:43:20 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:43:20 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:43:20 Get:39 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:43:20 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:43:20 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:43:20 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:43:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:20 . [Pipeline] withDockerContainer 00:43:21 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:43:21 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:43:21 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:43:21 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:43:21 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:43:21 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:43:21 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:43:21 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:43:21 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:43:21 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:43:21 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:43:21 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:43:21 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:43:21 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:43:21 Get:57 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:43:21 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:43:21 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:43:21 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:43:21 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:43:21 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:43:21 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:43:21 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:43:21 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:43:21 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:43:21 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:43:21 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:43:21 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:43:21 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:43:21 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:43:21 prd-ubuntu18.04-docker-arm64-4c-16g-26866 does not seem to be running inside a container 00:43:21 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:43:21 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:43:21 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:43:21 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 00:43:21 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:43:21 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:43:21 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:43:21 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:43:21 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:43:21 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:43:21 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:43:21 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:43:21 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:43:21 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:43:21 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:43:21 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:43:21 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:43:21 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:21 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:43:21 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:43:22 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:43:22 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:43:22 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:43:22 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:43:22 $ docker top 3dbed112ad186dff15a51c916e802c21ea7e89d4cf9b2c0bab58e2cad2c9ed3a -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:23 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:43:23 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:43:23 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:43:23 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:43:23 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:43:23 debconf: delaying package configuration, since apt-utils is not installed 00:43:23 Fetched 63.8 MB in 4s (16.2 MB/s) 00:43:23 (Reading database ... 13912 files and directories currently installed.) 00:43:23 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:43:23 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:23 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:24 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:43:24 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:24 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:43:24 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:43:25 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:25 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:25 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:25 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:25 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:25 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:25 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:25 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:25 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:25 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:25 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:26 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:26 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:26 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:26 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:26 (Reading database ... 13911 files and directories currently installed.) 00:43:26 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:26 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:43:26 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:43:26 (Reading database ... 13911 files and directories currently installed.) 00:43:26 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:26 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:26 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:26 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:26 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:26 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:26 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:27 (Reading database ... 13911 files and directories currently installed.) 00:43:27 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:43:27 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:27 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:43:27 (Reading database ... 13911 files and directories currently installed.) 00:43:27 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:43:27 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:43:27 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:43:27 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:43:28 Building docker-core-command-go ... 00:43:28 Building docker-core-data-go ... 00:43:28 Building docker-core-metadata-go ... 00:43:28 Building docker-security-bootstrapper-go ... 00:43:28 Building docker-security-proxy-setup-go ... 00:43:28 Building docker-security-secretstore-setup-go ... 00:43:28 Building docker-support-notifications-go ... 00:43:28 Building docker-support-scheduler-go ... 00:43:28 Building docker-sys-mgmt-agent-go ... 00:43:28 Building docker-security-bootstrapper-go 00:43:28 Building docker-core-command-go 00:43:28 Building docker-support-notifications-go 00:43:28 Building docker-security-secretstore-setup-go 00:43:28 Building docker-core-metadata-go 00:43:28 Setting up base-files (10.1ubuntu2.10) ... 00:43:28 Installing new version of config file /etc/issue ... 00:43:28 Installing new version of config file /etc/issue.net ... 00:43:28 Installing new version of config file /etc/lsb-release ... 00:43:28 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:43:28 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:43:28 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:43:28 Removing obsolete conffile /etc/default/motd-news ... 00:43:28 (Reading database ... 13912 files and directories currently installed.) 00:43:28 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:43:29 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:43:29 Setting up bash (4.4.18-2ubuntu1.2) ... 00:43:29 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:43:29 (Reading database ... 13912 files and directories currently installed.) 00:43:29 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:29 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:43:29 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:43:29 (Reading database ... 13912 files and directories currently installed.) 00:43:29 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:43:29 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:43:29 Setting up tar (1.29b-2ubuntu0.2) ... 00:43:29 (Reading database ... 13912 files and directories currently installed.) 00:43:29 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:43:29 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:29 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:43:30 (Reading database ... 13912 files and directories currently installed.) 00:43:30 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:30 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:30 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:30 (Reading database ... 13912 files and directories currently installed.) 00:43:30 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:30 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:30 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:43:30 (Reading database ... 13912 files and directories currently installed.) 00:43:30 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:43:30 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:43:30 Setting up grep (3.1-2build1) ... 00:43:30 (Reading database ... 13912 files and directories currently installed.) 00:43:30 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:43:30 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:43:31 Setting up login (1:4.5-1ubuntu2) ... 00:43:31 (Reading database ... 13912 files and directories currently installed.) 00:43:31 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:31 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:31 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:43:31 (Reading database ... 13912 files and directories currently installed.) 00:43:31 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:31 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:31 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:31 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:31 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:31 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:32 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:43:32 (Reading database ... 13912 files and directories currently installed.) 00:43:32 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:43:32 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:33 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:43:33 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:43:34 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:43:34 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:43:34 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:43:34 (Reading database ... 13912 files and directories currently installed.) 00:43:34 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:43:34 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:43:34 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:43:34 (Reading database ... 13912 files and directories currently installed.) 00:43:34 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:34 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:34 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:34 (Reading database ... 13912 files and directories currently installed.) 00:43:34 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:35 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:35 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:35 (Reading database ... 13912 files and directories currently installed.) 00:43:35 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:35 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:35 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:35 (Reading database ... 13912 files and directories currently installed.) 00:43:35 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:35 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:35 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:35 (Reading database ... 13912 files and directories currently installed.) 00:43:35 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:35 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:35 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:36 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:36 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:36 (Reading database ... 13912 files and directories currently installed.) 00:43:36 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:36 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:36 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:36 (Reading database ... 13912 files and directories currently installed.) 00:43:36 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:36 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:36 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:36 (Reading database ... 13912 files and directories currently installed.) 00:43:36 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:36 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:36 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:43:37 (Reading database ... 13912 files and directories currently installed.) 00:43:37 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:37 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:37 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:43:38 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:43:38 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:43:38 (Reading database ... 13912 files and directories currently installed.) 00:43:38 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:43:38 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:38 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:43:38 (Reading database ... 13912 files and directories currently installed.) 00:43:38 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:43:39 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:39 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:43:39 (Reading database ... 13914 files and directories currently installed.) 00:43:39 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:43:39 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:43:39 Setting up debconf (1.5.66ubuntu1) ... 00:43:39 (Reading database ... 13914 files and directories currently installed.) 00:43:39 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:43:39 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:43:39 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:43:39 (Reading database ... 13914 files and directories currently installed.) 00:43:39 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:43:40 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:43:40 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:43:40 (Reading database ... 13914 files and directories currently installed.) 00:43:40 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:40 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:40 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:40 (Reading database ... 13914 files and directories currently installed.) 00:43:40 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:40 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:40 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:40 (Reading database ... 13914 files and directories currently installed.) 00:43:40 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:40 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:41 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:41 (Reading database ... 13914 files and directories currently installed.) 00:43:41 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:41 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:41 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:43:41 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:41 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:41 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:41 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:42 (Reading database ... 13914 files and directories currently installed.) 00:43:42 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:43:42 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:43:42 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:43:42 (Reading database ... 13914 files and directories currently installed.) 00:43:42 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:43:42 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:42 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:42 (Reading database ... 13914 files and directories currently installed.) 00:43:42 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:42 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:42 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:43 (Reading database ... 13914 files and directories currently installed.) 00:43:43 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:43:43 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:43:43 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:43:43 (Reading database ... 13914 files and directories currently installed.) 00:43:43 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:43:43 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:43:43 Setting up passwd (1:4.5-1ubuntu2) ... 00:43:43 (Reading database ... 13914 files and directories currently installed.) 00:43:43 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:43 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:43 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:43:43 (Reading database ... 13914 files and directories currently installed.) 00:43:43 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:43:43 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:43:44 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:43:44 (Reading database ... 13914 files and directories currently installed.) 00:43:44 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:43:44 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:43:44 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:43:44 (Reading database ... 13914 files and directories currently installed.) 00:43:44 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:43:44 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:43:44 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:43:44 (Reading database ... 13914 files and directories currently installed.) 00:43:44 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:43:44 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:43:44 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:43:44 (Reading database ... 13914 files and directories currently installed.) 00:43:44 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:43:44 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:43:45 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:43:45 (Reading database ... 13914 files and directories currently installed.) 00:43:45 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:43:45 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:43:45 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:43:45 (Reading database ... 13915 files and directories currently installed.) 00:43:45 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:43:45 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:43:45 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:43:45 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:43:45 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 00:43:45 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 00:43:46 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:43:46 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:43:46 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:43:46 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:43:46 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:43:46 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:43:46 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:43:46 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:43:46 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:43:46 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:43:46 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:43:46 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:43:46 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:43:46 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:43:47 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:43:47 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:43:47 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:43:47 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:43:48 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:43:48 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:43:48 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:43:48 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:43:48 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:48 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:48 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:48 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:49 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:49 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:49 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:49 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:49 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:49 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:49 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:49 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:49 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:49 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:49 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:49 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:50 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:50 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:51 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:51 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:52 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:52 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:52 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:52 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:53 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:53 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:53 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:53 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:53 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:43:53 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:53 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:43:53 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:54 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:43:54 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:43:54 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:54 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:54 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:54 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:54 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:43:54 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:43:54 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:54 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:54 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:54 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:54 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:54 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:43:54 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:43:54 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:43:54 00:43:54 Current default time zone: 'Etc/UTC' 00:43:54 Local time is now: Fri Feb 19 00:43:54 UTC 2021. 00:43:54 Universal Time is now: Fri Feb 19 00:43:54 UTC 2021. 00:43:54 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:43:54 00:43:55 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:43:55 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:55 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:43:55 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:43:55 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:43:55 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:43:55 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:43:55 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:43:55 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:43:55 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:43:55 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:55 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:43:55 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:55 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:43:55 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:55 Setting up patch (2.7.6-2ubuntu1.1) ... 00:43:55 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:43:55 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:43:56 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 00:43:56 Installing new version of config file /etc/ssl/openssl.cnf ... 00:43:56 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:43:56 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:43:56 Setting up ca-certificates (20210119~18.04.1) ... 00:43:57 Updating certificates in /etc/ssl/certs... 00:43:58 23 added, 27 removed; done. 00:43:59 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:43:59 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:59 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:43:59 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:43:59 Setting up pkgbinarymangler (138.18.04.1) ... 00:43:59 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:59 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:43:59 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:59 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:59 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:59 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:43:59 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:43:59 Setting up perl (5.26.1-6ubuntu0.5) ... 00:43:59 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:43:59 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:43:59 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:43:59 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:43:59 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:43:59 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:43:59 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:43:59 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:43:59 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:43:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:43:59 Processing triggers for systemd (237-3ubuntu10.44) ... 00:44:00 Processing triggers for mime-support (3.60ubuntu1) ... 00:44:00 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:44:00 Updating certificates in /etc/ssl/certs... 00:44:00 0 added, 0 removed; done. 00:44:00 Running hooks in /etc/ca-certificates/update.d... 00:44:00 done. 00:44:01 Reading package lists... 00:44:01 Building dependency tree... 00:44:01 Reading state information... 00:44:01 The following NEW packages will be installed: 00:44:01 apt-transport-https 00:44:01 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:44:01 Need to get 1696 B of archives. 00:44:01 After this operation, 153 kB of additional disk space will be used. 00:44:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:44:01 debconf: delaying package configuration, since apt-utils is not installed 00:44:01 Fetched 1696 B in 0s (6336 B/s) 00:44:01 Selecting previously unselected package apt-transport-https. 00:44:01 (Reading database ... 13920 files and directories currently installed.) 00:44:01 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:44:02 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:44:02 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:44:02 Waiting for network to be ready... 00:44:06 2021-02-19T00:44:05Z INFO Waiting for automatic snapd restart... 00:44:06 snapd 2.48.2.1 from Canonical* installed 00:44:06 "snapd" switched to the "latest/stable" channel 00:44:06 00:44:09 core18 20210128 from Canonical* installed 00:44:09 "core18" switched to the "latest/stable" channel 00:44:09 00:44:12 snapcraft 4.5.1 from Canonical* installed 00:44:13 "snapcraft" switched to the "latest/stable" channel 00:44:13 00:44:16 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:44:16 - README.md 00:44:16 - snapcraft.yaml.orig 00:44:16 00:44:16 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:44:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:23 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:23 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:23 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:24 Reading package lists... 00:44:24 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:44:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:31 Reading package lists... 00:44:31 Building dependency tree... 00:44:31 Reading state information... 00:44:31 Suggested packages: 00:44:31 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:44:31 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:44:31 Recommended packages: 00:44:31 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:44:31 The following NEW packages will be installed: 00:44:31 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:44:31 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:44:31 pkg-config zip 00:44:31 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:44:31 Need to get 7655 kB of archives. 00:44:31 After this operation, 43.7 MB of additional disk space will be used. 00:44:31 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:44:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:44:31 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:44:31 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:44:31 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:44:31 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:44:31 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:44:31 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:44:31 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:44:31 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:44:32 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:44:32 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:44:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:44:32 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:44:32 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:44:32 debconf: delaying package configuration, since apt-utils is not installed 00:44:32 Fetched 7655 kB in 1s (5848 kB/s) 00:44:32 Selecting previously unselected package libglib2.0-0:amd64. 00:44:32 (Reading database ... 13924 files and directories currently installed.) 00:44:32 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:44:32 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:44:33 Selecting previously unselected package libpsl5:amd64. 00:44:33 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:44:33 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:44:33 Selecting previously unselected package libnghttp2-14:amd64. 00:44:33 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:44:33 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:44:33 Selecting previously unselected package librtmp1:amd64. 00:44:33 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:44:33 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:44:33 Selecting previously unselected package libcurl3-gnutls:amd64. 00:44:33 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:44:33 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:44:33 Selecting previously unselected package liberror-perl. 00:44:33 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:44:33 Unpacking liberror-perl (0.17025-1) ... 00:44:33 Selecting previously unselected package git-man. 00:44:33 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:44:33 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:44:33 Selecting previously unselected package git. 00:44:33 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:44:33 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:44:34 Selecting previously unselected package libnorm1:amd64. 00:44:34 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:44:34 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:44:34 Selecting previously unselected package libpgm-5.2-0:amd64. 00:44:34 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:44:34 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:44:34 Selecting previously unselected package libsodium23:amd64. 00:44:34 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:44:34 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:44:35 Selecting previously unselected package libzmq5:amd64. 00:44:35 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:44:35 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:44:35 Selecting previously unselected package libzmq3-dev:amd64. 00:44:35 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:44:35 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:44:35 Selecting previously unselected package pkg-config. 00:44:35 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:44:35 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:44:35 Selecting previously unselected package zip. 00:44:35 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:44:35 Unpacking zip (3.0-11build1) ... 00:44:35 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:44:35 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:44:35 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:44:35 Setting up liberror-perl (0.17025-1) ... 00:44:35 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:44:35 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:44:35 No schema files found: doing nothing. 00:44:35 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:44:35 Setting up zip (3.0-11build1) ... 00:44:35 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:44:35 Setting up libsodium23:amd64 (1.0.16-2) ... 00:44:35 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:44:35 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:44:35 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:44:35 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:44:36 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:44:36 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:44:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:42 git set to automatically installed. 00:44:42 git-man set to automatically installed. 00:44:42 libcurl3-gnutls set to automatically installed. 00:44:42 liberror-perl set to automatically installed. 00:44:42 libglib2.0-0 set to automatically installed. 00:44:42 libnghttp2-14 set to automatically installed. 00:44:42 libnorm1 set to automatically installed. 00:44:42 libpgm-5.2-0 set to automatically installed. 00:44:42 libpsl5 set to automatically installed. 00:44:42 librtmp1 set to automatically installed. 00:44:42 libsodium23 set to automatically installed. 00:44:42 libzmq3-dev set to automatically installed. 00:44:42 libzmq5 set to automatically installed. 00:44:42 pkg-config set to automatically installed. 00:44:42 zip set to automatically installed. 00:44:45 snapd is not logged in, snap install commands will use sudo 00:44:49 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:49 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:49 ---> a4da6416fedb 00:44:49 Step 3/24 : WORKDIR /edgex-go 00:44:49 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:49 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:44:49 ---> a4da6416fedb 00:44:49 Step 3/30 : WORKDIR /edgex-go 00:44:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:49 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:49 ---> a4da6416fedb 00:44:49 00:44:49 Step 3/22 : WORKDIR /edgex-goStep 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:49 00:44:49 ---> a4da6416fedb 00:44:49 Step 3/23 : WORKDIR /edgex-go 00:44:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:49 ---> a4da6416fedb 00:44:49 Step 3/23 : WORKDIR /edgex-go 00:44:49 ---> Running in bcd26c0eb4d8 00:44:49 ---> Running in 005b91632820 00:44:49 ---> Running in 48a4d4edbc0b 00:44:49 ---> Running in b2b4ea0f9aad 00:44:49 ---> Running in e704b2771a79 00:44:49 Removing intermediate container 005b91632820 00:44:49 ---> 51ad74336628 00:44:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:49 Removing intermediate container 48a4d4edbc0b 00:44:49 ---> dacd096c25f7 00:44:49 Removing intermediate container bcd26c0eb4d8 00:44:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> f91e76e6e419 00:44:49 00:44:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:49 Removing intermediate container e704b2771a79 00:44:49 ---> 734923d137be 00:44:49 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:49 ---> Running in 778f76132a11 00:44:49 Removing intermediate container b2b4ea0f9aad 00:44:49 ---> efd552732f1f 00:44:49 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:49 ---> Running in 77862a0e428a 00:44:49 ---> Running in 5406829a3b43 00:44:49 ---> Running in 158a80aa8df5 00:44:49 ---> Running in d27d17432283 00:44:49 Removing intermediate container 778f76132a11 00:44:49 ---> 3ba5181c410b 00:44:49 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:44:49 ---> Running in bb891e8bd8ab 00:44:49 Removing intermediate container 5406829a3b43 00:44:49 ---> fc5c7df1802d 00:44:49 Step 5/23 : RUN apk add --update --no-cache make git 00:44:49 Removing intermediate container 158a80aa8df5 00:44:49 ---> 0552e3720083 00:44:49 Step 5/30 : RUN apk add --update --no-cache make git 00:44:49 ---> Running in a45a86b49981 00:44:49 ---> Running in a71db720d77d 00:44:49 Removing intermediate container d27d17432283 00:44:49 ---> d71ac53b5ddb 00:44:49 Step 5/24 : RUN apk add --update --no-cache make git 00:44:49 Removing intermediate container 77862a0e428a 00:44:49 ---> 84875b1d1aef 00:44:49 Step 5/23 : RUN apk add --update --no-cache make git 00:44:49 ---> Running in 7c8067b5be45 00:44:49 ---> Running in 8a2898cfa83c 00:44:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:49 OK: 217 MiB in 51 packages 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:50 OK: 217 MiB in 51 packages 00:44:50 OK: 217 MiB in 51 packages 00:44:51 OK: 217 MiB in 51 packages 00:44:51 Removing intermediate container bb891e8bd8ab 00:44:51 ---> 9978b0707f48 00:44:51 Step 6/22 : COPY go.mod . 00:44:51 OK: 217 MiB in 51 packages 00:44:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:51 snap "core18" has no updates available 00:44:52 Removing intermediate container a45a86b49981 00:44:52 ---> eb2e59be03e4 00:44:52 Step 6/23 : COPY go.mod . 00:44:52 Removing intermediate container a71db720d77d 00:44:52 ---> 4218b5cf7e40 00:44:52 Step 6/30 : COPY go.mod . 00:44:52 ---> 189923e15d27 00:44:52 Step 7/22 : RUN go mod download 00:44:52 Removing intermediate container 7c8067b5be45 00:44:52 Pulling config-common 00:44:52 + snapcraftctl pull 00:44:52 ---> ccb5fe0465c9 00:44:52 Step 6/24 : COPY go.mod . 00:44:52 ---> Running in 01a2871487e0 00:44:53 Removing intermediate container 8a2898cfa83c 00:44:53 ---> 941c1ddf840a 00:44:53 Step 6/23 : COPY go.mod . 00:44:53 ---> b64b9e52f36c 00:44:53 Step 7/30 : RUN go mod download 00:44:53 ---> 861e68468c31 00:44:53 Step 7/23 : RUN go mod download 00:44:53 Pulling go-build-helper 00:44:53 + snapcraftctl pull 00:44:53 ---> Running in 8a2745095213 00:44:53 ---> Running in 0ad1c0b6b43b 00:44:54 ---> 246bc7c9f120 00:44:54 Step 7/24 : RUN go mod download 00:44:54 ---> Running in eaf2e5395b44 00:44:54 ---> 3ff1a59fb04f 00:44:54 Step 7/23 : RUN go mod download 00:44:54 ---> Running in 2f1462736eda 00:44:57 Removing intermediate container 01a2871487e0 00:44:57 ---> fd9adb6b8b2f 00:44:57 Step 8/22 : COPY . . 00:44:59 Removing intermediate container 8a2745095213 00:44:59 ---> 5ada1dfc47c5 00:44:59 Step 8/30 : COPY . . 00:44:59 Removing intermediate container eaf2e5395b44 00:44:59 ---> 6a57ff09f75f 00:44:59 Step 8/24 : COPY . . 00:45:00 Removing intermediate container 0ad1c0b6b43b 00:45:00 ---> ac41cbbdb890 00:45:00 Step 8/23 : COPY . . 00:45:00 Removing intermediate container 2f1462736eda 00:45:00 ---> 8eb7f0609907 00:45:00 Step 8/23 : COPY . . 00:45:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:45:15 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:45:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 00:45:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 00:45:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:45:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:45:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:45:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:45:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 00:45:15 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 00:45:15 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:45:15 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:45:15 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:45:15 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:45:15 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:45:15 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:45:15 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:45:15 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:45:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:45:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1885 kB] 00:45:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 00:45:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:45:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:45:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:45:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:45:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 00:45:15 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 00:45:15 Fetched 23.9 MB in 0s (0 B/s) 00:45:15 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:45:15 Fetched 96.5 kB in 0s (0 B/s) 00:45:15 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:45:15 Fetched 279 kB in 0s (0 B/s) 00:45:15 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:45:15 Fetched 122 kB in 0s (0 B/s) 00:45:15 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:45:15 Fetched 77.8 kB in 0s (0 B/s) 00:45:15 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:45:15 Fetched 8848 B in 0s (0 B/s) 00:45:15 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:45:15 Fetched 47.8 kB in 0s (0 B/s) 00:45:15 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:45:15 Fetched 45.6 kB in 0s (0 B/s) 00:45:15 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:45:15 Fetched 15.0 kB in 0s (0 B/s) 00:45:15 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:45:15 Fetched 214 kB in 0s (0 B/s) 00:45:15 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 00:45:15 Fetched 155 kB in 0s (0 B/s) 00:45:15 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:45:15 Fetched 50.6 kB in 0s (0 B/s) 00:45:15 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:45:15 Fetched 14.8 kB in 0s (0 B/s) 00:45:15 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:45:15 Fetched 41.8 kB in 0s (0 B/s) 00:45:15 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:45:15 Fetched 499 kB in 0s (0 B/s) 00:45:15 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:45:15 Fetched 111 kB in 0s (0 B/s) 00:45:15 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:45:15 Fetched 240 kB in 0s (0 B/s) 00:45:15 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:45:15 Fetched 29.3 kB in 0s (0 B/s) 00:45:15 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:45:15 Fetched 85.5 kB in 0s (0 B/s) 00:45:15 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:45:15 Fetched 24.5 kB in 0s (0 B/s) 00:45:15 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:45:15 Fetched 49.2 kB in 0s (0 B/s) 00:45:15 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:45:15 Fetched 54.2 kB in 0s (0 B/s) 00:45:15 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:45:15 Fetched 30.8 kB in 0s (0 B/s) 00:45:15 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 00:45:15 Fetched 16.6 kB in 0s (0 B/s) 00:45:15 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:45:15 Fetched 85.9 kB in 0s (0 B/s) 00:45:15 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:45:15 Fetched 8720 B in 0s (0 B/s) 00:45:15 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:45:15 Fetched 137 kB in 0s (0 B/s) 00:45:15 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:45:15 Fetched 119 kB in 0s (0 B/s) 00:45:15 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:45:15 Fetched 109 kB in 0s (0 B/s) 00:45:15 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:45:15 Fetched 11.1 kB in 0s (0 B/s) 00:45:15 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:45:15 Fetched 645 kB in 0s (0 B/s) 00:45:15 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:45:15 Fetched 41.3 kB in 0s (0 B/s) 00:45:15 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:45:15 Fetched 17.9 kB in 0s (0 B/s) 00:45:15 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:45:15 Fetched 368 kB in 0s (0 B/s) 00:45:15 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:45:15 Fetched 187 kB in 0s (0 B/s) 00:45:15 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:45:15 Fetched 175 kB in 0s (0 B/s) 00:45:15 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:45:19 Fetched 206 kB in 0s (0 B/s)+ snapcraftctl pull 00:45:19 00:45:19 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 00:45:19 Fetched 1301 kB in 0s (0 B/s) 00:45:19 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:45:19 Fetched 36.2 kB in 0s (0 B/s) 00:45:19 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:45:19 Fetched 159 kB in 0s (0 B/s) 00:45:19 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:45:19 Fetched 107 kB in 0s (0 B/s) 00:45:19 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:45:19 Fetched 48.7 kB in 0s (0 B/s) 00:45:19 Pulling static-packages 00:45:19 'go115' has dependencies that need to be staged: go-build-helper static-packages 00:45:19 Skipping pull go-build-helper (already ran) 00:45:19 Skipping pull static-packages (already ran) 00:45:19 Building go-build-helper 00:45:19 + snapcraftctl build 00:45:24 Building static-packages 00:45:24 + snapcraftctl build 00:45:25 Staging go-build-helper 00:45:25 + snapcraftctl stage 00:45:26 Staging static-packages 00:45:26 + snapcraftctl stage 00:45:27 Pulling go115 00:45:27 + snapcraftctl pull 00:45:27 ---> 9aca4b5e90b0 00:45:27 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:45:27 ---> c0c714c7b765 00:45:27 Step 9/23 : RUN make cmd/core-command/core-command 00:45:27 ---> Running in 80f43f396151 00:45:27 ---> e9e4e4033b96 00:45:27 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:45:27 ---> db7bf0495de8 00:45:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:45:27 ---> 4852cf8fb997 00:45:27 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:45:27 ---> Running in 4812b25a645b 00:45:27 ---> Running in 83bd3b9ec304 00:45:27 ---> Running in 648c0ffa3902 00:45:27 ---> Running in e7aae4cd2e42 00:45:28 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:45:28 'edgex-go' has dependencies that need to be staged: go115 00:45:28 Skipping pull go115 (already ran) 00:45:28 Building go115 00:45:28 + dpkg --print-architecture 00:45:28 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 00:45:28 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 00:45:28 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 00:45:28 % Total % Received % Xferd Average Speed Time Time Time Current 00:45:28 Dload Upload Total Spent Left Speed 00:45: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:45: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:45:29 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:45:29 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:45:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 9775k 0 0 18.1M 0 0:00:06 --:--:-- 0:00:06 18.1M 40 115M 40 46.7M 0 0 30.6M 0 0:00:03 0:00:01 0:00:02 30.6M 74 115M 74 86.5M 0 0 34.2M 0 0:00:03 0:00:02 0:00:01 34.2M 100 115M 100 115M 0 0 35.1M 0 0:00:03 0:00:03 --:--:-- 35.1M 00:45:31 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 00:45:31 + sha256sum -c sha256 00:45:31 + grep OK 00:45:32 go1.15.2.linux-amd64.tar.gz: OK 00:45:32 + mkdir -p /root/stage/go1.15 00:45:32 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 00:45:36 Staging go115 00:45:36 + snapcraftctl stage 00:45:41 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:41 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:41 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:41 Fetched 0 B in 0s (0 B/s) 00:45:41 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:45:41 Fetched 224 kB in 0s (0 B/s) 00:45:41 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:45:41 Fetched 157 kB in 0s (0 B/s) 00:45:41 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:45:41 Fetched 221 kB in 0s (0 B/s) 00:45:41 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:45:41 Fetched 143 kB in 0s (0 B/s) 00:45:41 Pulling edgex-go 00:45:41 + snapcraftctl pull 00:45:42 Pulling version 00:45:42 + cd /root/project 00:45:42 + [ -f VERSION ] 00:45:42 + PROJECT_VERSION=local-dev 00:45:42 + git rev-parse --short HEAD 00:45:42 + GIT_REVISION=6746c016 00:45:42 + snapcraftctl set-version local-dev 00:45:43 Building config-common 00:45:43 + snapcraftctl build 00:45:45 Skipping build go-build-helper (already ran) 00:45:45 Skipping build static-packages (already ran) 00:45:45 Skipping build go115 (already ran) 00:45:45 Building edgex-go 00:45:45 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 00:45:45 + cd /root/parts/edgex-go/src 00:45:45 + make build 00:45:45 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:45:47 go: downloading github.com/gorilla/mux v1.8.0 00:45:47 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:45:47 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 00:45:47 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:45:47 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 00:45:47 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.12 00:45:47 go: downloading github.com/google/uuid v1.2.0 00:45:47 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.6 00:45:47 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:45:47 go: downloading github.com/x448/float16 v0.8.4 00:45:47 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 00:45:47 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:45:47 go: downloading github.com/imdario/mergo v0.3.11 00:45:47 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:45:47 go: downloading github.com/pkg/errors v0.8.1 00:45:47 go: downloading github.com/pelletier/go-toml v1.2.0 00:45:47 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:45:47 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 00:45:47 go: downloading github.com/BurntSushi/toml v0.3.1 00:45:47 go: downloading github.com/go-kit/kit v0.8.0 00:45:47 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:45:47 go: downloading github.com/pebbe/zmq4 v1.2.2 00:45:47 go: downloading github.com/hashicorp/consul/api v1.8.1 00:45:47 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:45:47 go: downloading github.com/leodido/go-urn v1.2.0 00:45:47 go: downloading github.com/go-playground/universal-translator v0.17.0 00:45:47 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:45:47 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:45:47 go: downloading github.com/mitchellh/copystructure v1.0.0 00:45:47 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:45:47 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:45:47 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:45:47 go: downloading github.com/hashicorp/serf v0.9.5 00:45:47 go: downloading github.com/go-playground/locales v0.13.0 00:45:47 go: downloading github.com/hashicorp/go-hclog v0.12.0 00:45:47 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:45:47 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:45:47 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:45:48 go: downloading github.com/mattn/go-isatty v0.0.12 00:45:48 go: downloading github.com/fatih/color v1.9.0 00:45:48 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:45:48 go: downloading github.com/mattn/go-colorable v0.1.6 00:45:48 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 00:45:48 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:45: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:45:56 go: downloading gopkg.in/yaml.v2 v2.4.0 00:46:01 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:46:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:46:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:46:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:46:04 go: downloading github.com/stretchr/testify v1.7.0 00:46:04 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:46:04 go: downloading github.com/davecgh/go-spew v1.1.1 00:46:04 go: downloading github.com/pmezard/go-difflib v1.0.0 00:46:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:46:06 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:46:06 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:46:07 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:46:08 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:46:08 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 00:46: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:46:10 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:46:10 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:46:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:46:12 go: downloading github.com/lib/pq v1.9.0 00:46:14 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 00:46:14 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 00:46:14 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 00:46:14 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 00:46:14 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 00:46:14 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 00:46:14 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 00:46:14 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 00:46:14 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 00:46:14 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 00:46:14 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 00:46:14 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 00:46:14 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 00:46:14 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 00:46:14 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 00:46:14 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 00:46:14 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 00:46:14 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 00:46:14 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 00:46:14 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 00:46:14 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 00:46:14 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 00:46:14 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 00:46:14 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 00:46:14 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 00:46:14 Building version 00:46:14 + snapcraftctl build 00:46:17 Staging config-common 00:46:17 + snapcraftctl stage 00:46:18 Skipping stage go-build-helper (already ran) 00:46:18 Skipping stage static-packages (already ran) 00:46:18 Skipping stage go115 (already ran) 00:46:18 Staging edgex-go 00:46:18 + snapcraftctl stage 00:46:18 Staging version 00:46:18 + snapcraftctl stage 00:46:20 Priming config-common 00:46:20 + snapcraftctl prime 00:46:20 Priming go-build-helper 00:46:20 + snapcraftctl prime 00:46:21 Priming static-packages 00:46:21 + snapcraftctl prime 00:46:24 Priming go115 00:46:24 + snapcraftctl prime 00:46:24 Priming edgex-go 00:46:24 + snapcraftctl prime 00:46:26 Priming version 00:46:26 + snapcraftctl prime 00:46:26 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:47:05 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:47:21 Removing intermediate container 83bd3b9ec304 00:47:21 ---> 0a649b15d0fc 00:47:21 00:47:21 Step 10/30 : FROM alpine:3.12 00:47:21 3.12: Pulling from library/alpine 00:47:21 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:21 Status: Downloaded newer image for alpine:3.12 00:47:21 ---> afeebe901d6b 00:47:21 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:47:21 ---> Running in 78c7bf733a2b 00:47:22 Removing intermediate container 78c7bf733a2b 00:47:22 ---> a7375eda7f99 00:47:22 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:47:23 ---> Running in 5d74de3f7d6b 00:47:24 Removing intermediate container e7aae4cd2e42 00:47:24 ---> 5a93584b3696 00:47:24 00:47:24 Step 10/24 : FROM alpine:3.12 00:47:24 ---> afeebe901d6b 00:47:24 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:47:24 ---> Running in fa584f15fb2e 00:47:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:26 (1/2) Installing dumb-init (1.2.2-r1) 00:47:27 (2/2) Installing su-exec (0.2-r1) 00:47:27 Executing busybox-1.31.1-r19.trigger 00:47:27 OK: 5 MiB in 16 packages 00:47:27 (1/5) Installing ca-certificates (20191127-r4) 00:47:27 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:47:27 (3/5) Installing libcurl (7.69.1-r3) 00:47:27 (4/5) Installing curl (7.69.1-r3) 00:47:27 (5/5) Installing dumb-init (1.2.2-r1) 00:47:28 Executing busybox-1.31.1-r19.trigger 00:47:28 Executing ca-certificates-20191127-r4.trigger 00:47:28 OK: 7 MiB in 19 packages 00:47:30 Removing intermediate container 5d74de3f7d6b 00:47:30 ---> 3239cb6931d8 00:47:30 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:47:30 ---> Running in 9c6b42f3e626 00:47:31 Removing intermediate container fa584f15fb2e 00:47:31 ---> 37d477ac67c3 00:47:31 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:31 Removing intermediate container 9c6b42f3e626 00:47:31 ---> f95d90a217eb 00:47:31 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:47:31 ---> Running in 551a1b55d878 00:47:31 ---> Running in 9fc2ff57360b 00:47:32 Removing intermediate container 551a1b55d878 00:47:32 ---> 8abaa993bdab 00:47:32 Step 13/24 : WORKDIR / 00:47:32 Removing intermediate container 9fc2ff57360b 00:47:32 ---> 759a227acd93 00:47:32 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:47:32 ---> Running in d87709ef95de 00:47:32 ---> Running in 6b4ca8000ada 00:47:34 Removing intermediate container d87709ef95de 00:47:34 ---> 5ac86269d6c7 00:47:34 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:47:35 ---> 89fb28b561e6 00:47:35 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:47:37 Removing intermediate container 6b4ca8000ada 00:47:37 ---> d4aa9da61008 00:47:37 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:47:37 ---> 059c7ce7e214 00:47:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:47:37 ---> Running in dc4071f36cf8 00:47:39 ---> ba4cf5d332fa 00:47:39 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:47:39 Removing intermediate container dc4071f36cf8 00:47:39 ---> 7079a8dc9b91 00:47:39 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:47:42 ---> af60327d3e46 00:47:42 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:47:42 Removing intermediate container 4812b25a645b 00:47:42 ---> 8630c071292a 00:47:42 00:47:42 Step 10/23 : FROM alpine:3.12 00:47:42 ---> afeebe901d6b 00:47:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:47:42 ---> Running in 4bd011125bd6 00:47:42 ---> aea51d1c3d4c 00:47:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:47:42 ---> Running in bf358afc9f62 00:47:43 Removing intermediate container 80f43f396151 00:47:43 ---> 0a62ea955c07 00:47:43 00:47:43 Step 10/22 : FROM alpine:3.12 00:47:43 ---> afeebe901d6b 00:47:43 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:47:43 ---> Running in 762e9ce39e93 00:47:44 ---> 44a7867c8256 00:47:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:47:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:45 (1/1) Installing dumb-init (1.2.2-r1) 00:47:45 Executing busybox-1.31.1-r19.trigger 00:47:45 OK: 5 MiB in 15 packages 00:47:46 ---> 36e383885e2c 00:47:46 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:47:46 ---> Running in a19f39c58c28 00:47:46 (1/2) Installing ca-certificates (20191127-r4) 00:47:46 (2/2) Installing dumb-init (1.2.2-r1) 00:47:46 Executing busybox-1.31.1-r19.trigger 00:47:46 Executing ca-certificates-20191127-r4.trigger 00:47:47 OK: 6 MiB in 16 packages 00:47:47 Removing intermediate container 4bd011125bd6 00:47:47 ---> e4aefe4eb8f3 00:47:47 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:49 ---> 2a5b765caac9 00:47:49 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:47:49 Removing intermediate container bf358afc9f62 00:47:49 ---> 28ec3fed78ae 00:47:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:49 ---> Running in 6df3254d1bcc 00:47:49 Removing intermediate container 762e9ce39e93 00:47:49 ---> adc4dc06ce65 00:47:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:47:50 Removing intermediate container 648c0ffa3902 00:47:50 ---> a88235c344d9 00:47:50 00:47:50 Step 10/23 : FROM alpine:3.12 00:47:50 ---> afeebe901d6b 00:47:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:47:50 ---> Using cache 00:47:50 ---> 28ec3fed78ae 00:47:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:50 ---> Using cache 00:47:50 ---> 55b32c4eddd4 00:47:50 Step 13/23 : ENV APP_PORT=48081 00:47:50 ---> Running in 779e630bf953 00:47:50 Removing intermediate container 6df3254d1bcc 00:47:50 ---> 55b32c4eddd4 00:47:50 Step 13/23 : ENV APP_PORT=48082 00:47:50 ---> fbf8f1eb3174 00:47:50 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:47:50 ---> Running in 28bcb6b3c1ce 00:47:50 Removing intermediate container a19f39c58c28 00:47:50 ---> 29b10a829514 00:47:50 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:47:50 ---> Running in 6551ecfb1dd3 00:47:51 ---> Running in 3ed8371953c7 00:47:51 Removing intermediate container 779e630bf953 00:47:51 ---> 2054b9d62b65 00:47:51 Step 13/22 : ENV APP_PORT=48060 00:47:51 ---> Running in 0c2eb6a51c5c 00:47:51 Removing intermediate container 28bcb6b3c1ce 00:47:51 ---> b6362b194b20 00:47:51 Step 14/23 : EXPOSE $APP_PORT 00:47:51 Removing intermediate container 6551ecfb1dd3 00:47:51 ---> 9357ab398379 00:47:51 Step 14/23 : EXPOSE $APP_PORT 00:47:51 ---> Running in aedec1c3d4d3 00:47:51 ---> 8e234f9f634a 00:47:51 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:47:51 ---> Running in 93cf957861c7 00:47:51 Removing intermediate container 3ed8371953c7 00:47:51 ---> df7aaa23125b 00:47:51 Step 22/24 : LABEL arch=arm64 00:47:51 Removing intermediate container 0c2eb6a51c5c 00:47:51 ---> 189f55185ad0 00:47:51 Step 14/22 : EXPOSE $APP_PORT 00:47:52 ---> Running in 661365511cc7 00:47:52 ---> Running in 13442ec45610 00:47:52 Removing intermediate container aedec1c3d4d3 00:47:52 ---> 5459e44466d2 00:47:52 Step 15/23 : WORKDIR / 00:47:52 Removing intermediate container 93cf957861c7 00:47:52 ---> 483773f165e7 00:47:52 Step 15/23 : WORKDIR / 00:47:52 ---> Running in 79ced7c954fc 00:47:52 ---> Running in 5cb97f34bf7e 00:47:52 ---> 0a0b5fe9a142 00:47:52 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:47:53 Removing intermediate container 661365511cc7 00:47:53 ---> 37991de06231 00:47:53 Step 23/24 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 00:47:53 Removing intermediate container 13442ec45610 00:47:53 ---> c78a25b959f6 00:47:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:53 ---> Running in 47736621f7b7 00:47:53 ---> Running in cdbe1367ea8f 00:47:53 Removing intermediate container 79ced7c954fc 00:47:53 ---> 5c68666f493d 00:47:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:53 Removing intermediate container 5cb97f34bf7e 00:47:53 ---> 4470567d95bc 00:47:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:53 ---> b5b871aee1a7 00:47:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:54 Removing intermediate container cdbe1367ea8f 00:47:54 ---> 2feca30f3c97 00:47:54 Step 24/24 : LABEL version=0.0.0 00:47:54 Removing intermediate container 47736621f7b7 00:47:54 ---> e5e3bfe7e77b 00:47:54 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:47:54 ---> Running in 6fce4261e715 00:47:54 ---> 7503d2c4aa34 00:47:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:47:54 ---> 2b42b9b72261 00:47:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:47:55 Removing intermediate container 6fce4261e715 00:47:55 ---> 75cb0ae6d2f5 00:47:55 00:47:55 Successfully built 75cb0ae6d2f5 00:47:55 ---> e28ef4066193 00:47:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:47:55 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:47:55  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 00:47:55 ---> f3004e765324 00:47:55 Step 25/30 : RUN chmod +x /entrypoint.sh 00:47:56 ---> Running in 3b3aa1fd1eeb 00:47:56 ---> 2f7360be0116 00:47:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:47:56 ---> 876c560b6f7f 00:47:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:47:56 ---> b9675dbd6b1f 00:47:56 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:47:57 ---> Running in b4b8cc3af441 00:47:59 ---> 21fc8aa0b24f 00:47:59 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:47:59 ---> 3fd52ae5ca4b 00:47:59 Step 19/23 : ENTRYPOINT ["/core-command"] 00:47:59 Removing intermediate container b4b8cc3af441 00:47:59 ---> cb2472342a31 00:47:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:00 ---> Running in 464fff1fcbf6 00:48:00 ---> Running in 620d40932e6f 00:48:00 ---> Running in 3157bf8d38c9 00:48:00 Removing intermediate container 464fff1fcbf6 00:48:00 ---> f7503f569b1f 00:48:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:01 ---> Running in 11d9b18907ed 00:48:01 Removing intermediate container 3157bf8d38c9 00:48:01 ---> 08462928d0ab 00:48:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:01 Removing intermediate container 620d40932e6f 00:48:01 ---> ec7b8e63cc00 00:48:01 Step 20/22 : LABEL arch=arm64 00:48:01 Removing intermediate container 3b3aa1fd1eeb 00:48:01 ---> 40b6f15b4191 00:48:01 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:48:01 ---> Running in 1f346bb65adf 00:48:01 ---> Running in 6b65aa492526 00:48:02 ---> Running in 6bd1975350bb 00:48:02 Removing intermediate container 11d9b18907ed 00:48:02 ---> 716f0d68db81 00:48:02 Step 21/23 : LABEL arch=arm64 00:48:02 Removing intermediate container 1f346bb65adf 00:48:02 ---> 5a1bc802874c 00:48:02 Removing intermediate container 6b65aa492526 00:48:02 Step 21/22 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 00:48:02 ---> 943d0b9691c1 00:48:02 Step 21/23 : LABEL arch=arm64 00:48:02 ---> Running in 76c3467c72b4 00:48:02 ---> Running in e6f718df72ce 00:48:02 ---> Running in 512024d854da 00:48:03 Removing intermediate container 6bd1975350bb 00:48:03 ---> 8edbc2d63bcb 00:48:03 Step 27/30 : CMD ["gate"] 00:48:03 Removing intermediate container 76c3467c72b4 00:48:03 ---> 34572e95786c 00:48:03 Step 22/23 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 00:48:03 ---> Running in db73b3272df9 00:48:03 Removing intermediate container 512024d854da 00:48:03 ---> d7cbd8578c56 00:48:03 Step 22/23 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 00:48:04 ---> Running in 893fc2d94f0d 00:48:04 Removing intermediate container e6f718df72ce 00:48:04 ---> 22ccda0a81f1 00:48:04 Step 22/22 : LABEL version=0.0.0 00:48:04 ---> Running in 8efce3049672 00:48:04 ---> Running in 16d92ec7ff3a 00:48:04 Removing intermediate container db73b3272df9 00:48:04 ---> c015439047b5 00:48:04 Step 28/30 : LABEL arch=arm64 00:48:05 Removing intermediate container 8efce3049672 00:48:05 ---> 0fab8f03bf4d 00:48:05 00:48:05 Removing intermediate container 893fc2d94f0d 00:48:05 ---> da337efd353b 00:48:05 Step 23/23 : LABEL version=0.0.0 00:48:05 Successfully built 0fab8f03bf4d 00:48:05 ---> Running in 29809c5766d1 00:48:05 Successfully tagged docker-support-notifications-go-arm64:latest 00:48:05 Removing intermediate container 16d92ec7ff3a 00:48:05 ---> 2651f9fbbf97 00:48:05 Step 23/23 : LABEL version=0.0.0 00:48:05 Building docker-security-proxy-setup-go 00:48:06  Building docker-support-notifications-go ... done  ---> Running in e2356eecfcea 00:48:06 ---> Running in 1eef88ad5deb 00:48:06 Removing intermediate container 29809c5766d1 00:48:06 ---> 8dd7b524d39b 00:48:06 Step 29/30 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 00:48:06 ---> Running in 5de91f470f1a 00:48:06 Removing intermediate container 1eef88ad5deb 00:48:06 ---> e334a8ab7a0b 00:48:06 00:48:06 Removing intermediate container e2356eecfcea 00:48:06 ---> 8d81f50a4138 00:48:06 00:48:07 Successfully built 8d81f50a4138 00:48:07 Successfully built e334a8ab7a0b 00:48:08 Successfully tagged docker-core-metadata-go-arm64:latest 00:48:08 Successfully tagged docker-core-command-go-arm64:latest 00:48:08  Building docker-core-metadata-go ... done Building docker-core-data-go 00:48:08  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 00:48:08 Removing intermediate container 5de91f470f1a 00:48:08 ---> 014e249511b5 00:48:08 Step 30/30 : LABEL version=0.0.0 00:48:08 ---> Running in a39ea40accab 00:48:09 Removing intermediate container a39ea40accab 00:48:09 ---> 6e0be2ec6eb2 00:48:09 00:48:09 Successfully built 6e0be2ec6eb2 00:48:09 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:48:31  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:31 ---> a4da6416fedb 00:48:31 Step 3/22 : WORKDIR /edgex-go 00:48:31 ---> Using cache 00:48:31 ---> efd552732f1f 00:48:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:31 ---> Using cache 00:48:31 ---> d71ac53b5ddb 00:48:31 Step 5/22 : RUN apk add --update --no-cache make git 00:48:31 ---> Using cache 00:48:31 ---> ccb5fe0465c9 00:48:31 Step 6/22 : COPY go.mod . 00:48:31 ---> Using cache 00:48:31 ---> 246bc7c9f120 00:48:31 Step 7/22 : RUN go mod download 00:48:31 ---> Using cache 00:48:31 ---> 6a57ff09f75f 00:48:31 Step 8/22 : COPY . . 00:48:31 ---> Using cache 00:48:31 ---> db7bf0495de8 00:48:31 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:48:38 ---> Running in 1eebbdd82094 00:48:40 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:48:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:50 ---> a4da6416fedb 00:48:50 Step 3/21 : WORKDIR /edgex-go 00:48:50 ---> Using cache 00:48:50 ---> efd552732f1f 00:48:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:50 ---> Using cache 00:48:50 ---> d71ac53b5ddb 00:48:50 Step 5/21 : RUN apk add --update --no-cache make git 00:48:50 ---> Using cache 00:48:50 ---> ccb5fe0465c9 00:48:50 Step 6/21 : COPY go.mod . 00:48:50 ---> Using cache 00:48:50 ---> 246bc7c9f120 00:48:50 Step 7/21 : RUN go mod download 00:48:50 ---> Using cache 00:48:50 ---> 6a57ff09f75f 00:48:50 Step 8/21 : COPY . . 00:48:50 ---> Using cache 00:48:50 ---> db7bf0495de8 00:48:50 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:48:51 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:48:51 ---> a4da6416fedb 00:48:51 Step 3/26 : WORKDIR /edgex-go 00:48:51 ---> Using cache 00:48:51 ---> efd552732f1f 00:48:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:51 ---> Using cache 00:48:51 ---> d71ac53b5ddb 00:48:51 Step 5/26 : RUN apk add --update --no-cache make bash git 00:48:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:52 ---> a4da6416fedb 00:48:52 Step 3/23 : WORKDIR /edgex-go 00:48:52 ---> Using cache 00:48:52 ---> efd552732f1f 00:48:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:52 ---> Using cache 00:48:52 ---> d71ac53b5ddb 00:48:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:48:53 ---> Running in 780f5739f878 00:48:53 ---> Running in 5ef2214e11b3 00:48:53 ---> Running in eeb6d43727f3 00:48:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:56 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:48:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:58 OK: 217 MiB in 51 packages 00:48:58 OK: 217 MiB in 51 packages 00:49:00 Removing intermediate container eeb6d43727f3 00:49:00 ---> f4a48dcdafe9 00:49:00 Step 6/23 : COPY go.mod . 00:49:00 Removing intermediate container 5ef2214e11b3 00:49:00 ---> 2d8f16e6a762 00:49:00 Step 6/26 : COPY go.mod . 00:49:01 ---> 5bf6e8bed7ce 00:49:01 Step 7/23 : RUN go mod download 00:49:01 ---> e57e4a198adf 00:49:01 Step 7/26 : RUN go mod download 00:49:01 ---> Running in 9bb2d27cb63b 00:49:01 ---> Running in df20f6ec06d2 00:49:06 Removing intermediate container 9bb2d27cb63b 00:49:06 ---> d1ad168383f6 00:49:06 Step 8/23 : COPY . . 00:49:06 Removing intermediate container df20f6ec06d2 00:49:06 ---> b98c183bea64 00:49:06 Step 8/26 : COPY . . 00:49:39 ---> 868794fa43e1 00:49:39 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:49:39 ---> b36957046838 00:49:39 Step 9/23 : RUN make cmd/core-data/core-data 00:49:39 ---> Running in f18c9b217ea6 00:49:39 ---> Running in fc8d10385e6e 00:49:40 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:49:40 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:49:50 Removing intermediate container 1eebbdd82094 00:49:50 ---> e72c653090c0 00:49:50 00:49:50 Step 10/22 : FROM alpine:3.12 00:49:50 ---> afeebe901d6b 00:49:50 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:49:50 ---> Using cache 00:49:50 ---> 28ec3fed78ae 00:49:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:50 ---> Using cache 00:49:50 ---> 55b32c4eddd4 00:49:50 Step 13/22 : ENV APP_PORT=48085 00:49:51 ---> Running in d69a93a67391 00:49:51 Removing intermediate container d69a93a67391 00:49:51 ---> 7ff29180a535 00:49:51 Step 14/22 : EXPOSE $APP_PORT 00:49:52 ---> Running in ad797b0a15fd 00:49:52 Removing intermediate container ad797b0a15fd 00:49:52 ---> f581c677aefe 00:49:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:54 ---> c1dc2ff02ca9 00:49:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:55 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:49:56 ---> 40ae622c6b03 00:49:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:57 ---> 2d17ff78c185 00:49:57 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:49:57 ---> Running in 9b8584bbea22 00:49:58 Removing intermediate container 9b8584bbea22 00:49:58 ---> 8dd310f44339 00:49:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:58 ---> Running in 5ac7a203d8f6 00:49:59 Removing intermediate container 5ac7a203d8f6 00:49:59 ---> 281ecf0e16ce 00:49:59 Step 20/22 : LABEL arch=arm64 00:49:59 ---> Running in 8d308409e3da 00:50:00 Removing intermediate container 8d308409e3da 00:50:00 ---> 3188c43d6431 00:50:00 Step 21/22 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 00:50:00 ---> Running in 3a87b76ddf29 00:50:01 Removing intermediate container 3a87b76ddf29 00:50:01 ---> 6f7cc7e78cfb 00:50:01 Step 22/22 : LABEL version=0.0.0 00:50:01 ---> Running in debc61831946 00:50:02 Removing intermediate container debc61831946 00:50:02 ---> 5bf717473308 00:50:02 00:50:03 Successfully built 5bf717473308 00:50:03 Successfully tagged docker-support-scheduler-go-arm64:latest 00:50:15  Building docker-support-scheduler-go ... done Removing intermediate container 780f5739f878 00:50:15 ---> c40568a987ca 00:50:15 00:50:15 Step 10/21 : FROM alpine:3.12 00:50:15 ---> afeebe901d6b 00:50:15 Step 11/21 : RUN apk add --update --no-cache curl 00:50:15 ---> Running in e9123ac2cec3 00:50:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:16 (1/4) Installing ca-certificates (20191127-r4) 00:50:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:16 (3/4) Installing libcurl (7.69.1-r3) 00:50:16 (4/4) Installing curl (7.69.1-r3) 00:50:16 Executing busybox-1.31.1-r19.trigger 00:50:16 Executing ca-certificates-20191127-r4.trigger 00:50:16 OK: 7 MiB in 18 packages 00:50:19 Removing intermediate container e9123ac2cec3 00:50:19 ---> f44bce09ed30 00:50:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:19 ---> Running in ad6acabc7c75 00:50:20 Removing intermediate container ad6acabc7c75 00:50:20 ---> 3c62c5ad1825 00:50:20 Step 13/21 : WORKDIR /edgex 00:50:20 ---> Running in 43caf5ac6712 00:50:21 Removing intermediate container 43caf5ac6712 00:50:21 ---> 4f4e56788188 00:50:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:22 ---> 8ad67e3c44b3 00:50:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:24 ---> d13c62e9a9d8 00:50:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:26 ---> fd5d5f41e4d0 00:50:26 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:26 ---> Running in cb677970cfee 00:50:27 Removing intermediate container cb677970cfee 00:50:27 ---> f9c0a1a3246d 00:50:27 Step 18/21 : CMD ["--init=true"] 00:50:27 ---> Running in ae77ae021582 00:50:28 Removing intermediate container ae77ae021582 00:50:28 ---> 42fbd551d42c 00:50:28 Step 19/21 : LABEL arch=arm64 00:50:28 ---> Running in e8d11d6d6375 00:50:29 Removing intermediate container e8d11d6d6375 00:50:29 ---> e07201610af1 00:50:29 Step 20/21 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 00:50:29 ---> Running in b43c46a5678e 00:50:30 Removing intermediate container b43c46a5678e 00:50:30 ---> 205dd64f32ee 00:50:30 Step 21/21 : LABEL version=0.0.0 00:50:30 ---> Running in 7f99ea81ce7f 00:50:30 Removing intermediate container 7f99ea81ce7f 00:50:30 ---> 334d728ccd7a 00:50:30 00:50:31 Successfully built 334d728ccd7a 00:50:31 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:50:49  Building docker-security-proxy-setup-go ... done Removing intermediate container f18c9b217ea6 00:50:49 ---> e98da75c9c4f 00:50:49 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:50:49 ---> Running in 99fc47b41212 00:50:51 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:50:54 Removing intermediate container 99fc47b41212 00:50:54 ---> 08d205b78cda 00:50:54 00:50:54 Step 11/26 : FROM docker:20.10.0 00:50:54 20.10.0: Pulling from library/docker 00:51:04 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:51:04 Status: Downloaded newer image for docker:20.10.0 00:51:04 ---> eeaf43b92773 00:51:04 Step 12/26 : RUN apk add --no-cache bash 00:51:04 ---> Running in 48ee7f2c1142 00:51:05 Removing intermediate container fc8d10385e6e 00:51:05 ---> b80c276b7629 00:51:05 00:51:05 Step 10/23 : FROM alpine:3.12 00:51:05 ---> afeebe901d6b 00:51:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:05 ---> Running in 69e26f646c36 00:51:06 Removing intermediate container 69e26f646c36 00:51:06 ---> 15f8f9e42280 00:51:06 Step 12/23 : ENV APP_PORT=48080 00:51:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:06 ---> Running in 10c358185a3c 00:51:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:06 Removing intermediate container 10c358185a3c 00:51:06 ---> b7074b06e75a 00:51:06 Step 13/23 : EXPOSE $APP_PORT 00:51:06 ---> Running in f158dd79d98b 00:51:06 (1/2) Installing readline (8.0.4-r0) 00:51:06 (2/2) Installing bash (5.0.17-r0) 00:51:06 Executing bash-5.0.17-r0.post-install 00:51:06 Executing busybox-1.31.1-r19.trigger 00:51:07 OK: 12 MiB in 22 packages 00:51:07 Removing intermediate container f158dd79d98b 00:51:07 ---> f1f0a3f2b3f9 00:51:07 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:07 ---> Running in fac77ff68f37 00:51:08 Removing intermediate container 48ee7f2c1142 00:51:08 ---> b00dadf9d505 00:51:08 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:51:08 ---> Running in 27040d8dbb42 00:51:09 Removing intermediate container 27040d8dbb42 00:51:09 ---> efd3a84d0cdd 00:51:09 Step 14/26 : ENV APP_PORT=48090 00:51:09 ---> Running in 1c3943db79e6 00:51:10 Removing intermediate container fac77ff68f37 00:51:10 ---> d11254a180c5 00:51:10 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:51:10 Removing intermediate container 1c3943db79e6 00:51:10 ---> d3dd807ce73f 00:51:10 Step 15/26 : EXPOSE $APP_PORT 00:51:10 ---> Running in 4d3e2b400c75 00:51:10 ---> Running in a301d34ba827 00:51:10 Removing intermediate container 4d3e2b400c75 00:51:10 ---> c81ee7ef91fb 00:51:10 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:51:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:11 ---> 80f3426f31cc 00:51:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:51:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:12 ---> c19edf59b8c4 00:51:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:51:13 (1/6) Installing dumb-init (1.2.2-r1) 00:51:13 (2/6) Installing libgcc (9.3.0-r2) 00:51:13 (3/6) Installing libsodium (1.0.18-r0) 00:51:13 (4/6) Installing libstdc++ (9.3.0-r2) 00:51:13 ---> 443752438d5a 00:51:13 Step 19/26 : RUN apk --no-cache add py3-pip 00:51:13 ---> Running in 4854f1891404 00:51:13 (5/6) Installing libzmq (4.3.3-r0) 00:51:13 (6/6) Installing zeromq (4.3.3-r0) 00:51:14 Executing busybox-1.31.1-r19.trigger 00:51:14 OK: 8 MiB in 20 packages 00:51:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:15 Removing intermediate container a301d34ba827 00:51:15 ---> 4fbed6fd1e97 00:51:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:15 (1/33) Installing libbz2 (1.0.8-r1) 00:51:15 (2/33) Installing expat (2.2.9-r1) 00:51:15 (3/33) Installing libffi (3.3-r2) 00:51:15 (4/33) Installing gdbm (1.13-r1) 00:51:15 (5/33) Installing xz-libs (5.2.5-r0) 00:51:15 (6/33) Installing sqlite-libs (3.32.1-r0) 00:51:15 (7/33) Installing python3 (3.8.5-r0) 00:51:17 ---> dd52a7881efd 00:51:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:17 (8/33) Installing py3-appdirs (1.4.4-r1) 00:51:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:51:17 (10/33) Installing py3-parsing (2.4.7-r0) 00:51:17 (11/33) Installing py3-six (1.15.0-r0) 00:51:17 (12/33) Installing py3-packaging (20.4-r0) 00:51:17 (13/33) Installing py3-setuptools (47.0.0-r0) 00:51:17 (14/33) Installing py3-chardet (3.0.4-r4) 00:51:17 (15/33) Installing py3-idna (2.9-r0) 00:51:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:51:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:51:17 (18/33) Installing py3-requests (2.23.0-r0) 00:51:17 (19/33) Installing py3-msgpack (1.0.0-r0) 00:51:17 (20/33) Installing py3-lockfile (0.12.2-r3) 00:51:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:51:17 (22/33) Installing py3-colorama (0.4.3-r0) 00:51:17 (23/33) Installing py3-distlib (0.3.0-r0) 00:51:17 (24/33) Installing py3-distro (1.5.0-r1) 00:51:17 (25/33) Installing py3-webencodings (0.5.1-r3) 00:51:17 (26/33) Installing py3-html5lib (1.0.1-r4) 00:51:18 (27/33) Installing py3-pytoml (0.1.21-r0) 00:51:18 (28/33) Installing py3-pep517 (0.8.2-r0) 00:51:18 (29/33) Installing py3-progress (1.5-r0) 00:51:18 (30/33) Installing py3-toml (0.10.1-r0) 00:51:18 (31/33) Installing py3-retrying (1.3.3-r0) 00:51:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:51:18 (33/33) Installing py3-pip (20.1.1-r0) 00:51:18 Executing busybox-1.31.1-r19.trigger 00:51:18 OK: 71 MiB in 55 packages 00:51:18 ---> 461e13a9d7f4 00:51:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:19 ---> fafd33e6d484 00:51:19 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:19 ---> Running in 240c99f0366f 00:51:20 Removing intermediate container 240c99f0366f 00:51:20 ---> 26b83e9e1b21 00:51:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:20 ---> Running in 95a6e5635b29 00:51:21 Removing intermediate container 95a6e5635b29 00:51:21 ---> 78f809436d6d 00:51:21 Step 21/23 : LABEL arch=arm64 00:51:21 ---> Running in 16f31938f854 00:51:22 Removing intermediate container 16f31938f854 00:51:22 ---> 2d8c2891dbda 00:51:22 Step 22/23 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 00:51:22 ---> Running in cc13a5bf5b9a 00:51:23 Removing intermediate container cc13a5bf5b9a 00:51:23 ---> 5ea8ac5a8191 00:51:23 Step 23/23 : LABEL version=0.0.0 00:51:23 ---> Running in 6dcd5fe2974d 00:51:24 Removing intermediate container 6dcd5fe2974d 00:51:24 ---> 0fb84b1d418a 00:51:24 00:51:24 Successfully built 0fb84b1d418a 00:51:24 Successfully tagged docker-core-data-go-arm64:latest 00:51:25  Building docker-core-data-go ... done Removing intermediate container 4854f1891404 00:51:25 ---> 56a9cda5b3ba 00:51:25 Step 20/26 : RUN pip install docker-compose==1.23.2 00:51:25 ---> Running in d7517f10bdb2 00:51:32 Collecting docker-compose==1.23.2 00:51:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:51:33 Collecting PyYAML<4,>=3.10 00:51:33 Downloading PyYAML-3.13.tar.gz (270 kB) 00:51:37 Collecting docopt<0.7,>=0.6.1 00:51:37 Downloading docopt-0.6.2.tar.gz (25 kB) 00:51:40 Collecting dockerpty<0.5,>=0.4.1 00:51:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:51:42 Collecting cached-property<2,>=1.2.0 00:51:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:51:43 Collecting websocket-client<1.0,>=0.32.0 00:51:43 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:51:43 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:51:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:51:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:51:45 Collecting jsonschema<3,>=2.5.1 00:51:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:51:45 Collecting texttable<0.10,>=0.9.0 00:51:45 Downloading texttable-0.9.1.tar.gz (11 kB) 00:51:48 Collecting docker<4.0,>=3.6.0 00:51:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:51:49 Collecting idna<2.8,>=2.5 00:51:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:51:49 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:51:49 Collecting urllib3<1.25,>=1.21.1 00:51:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:51:50 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:51:50 Collecting docker-pycreds>=0.4.0 00:51:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:51:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:51:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:51:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:51:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:51:51 Installing collected packages: PyYAML, docopt, dockerpty, cached-property, websocket-client, idna, urllib3, requests, jsonschema, texttable, docker-pycreds, docker, docker-compose 00:51:51 Running setup.py install for PyYAML: started 00:51:54 Running setup.py install for PyYAML: finished with status 'done' 00:51:54 Running setup.py install for docopt: started 00:51:56 Running setup.py install for docopt: finished with status 'done' 00:51:56 Running setup.py install for dockerpty: started 00:51:59 Running setup.py install for dockerpty: finished with status 'done' 00:51:59 Attempting uninstall: idna 00:51:59 Found existing installation: idna 2.9 00:51:59 Uninstalling idna-2.9: 00:51:59 Successfully uninstalled idna-2.9 00:52:00 Attempting uninstall: urllib3 00:52:00 Found existing installation: urllib3 1.25.9 00:52:00 Uninstalling urllib3-1.25.9: 00:52:00 Successfully uninstalled urllib3-1.25.9 00:52:01 Attempting uninstall: requests 00:52:01 Found existing installation: requests 2.23.0 00:52:01 Uninstalling requests-2.23.0: 00:52:01 Successfully uninstalled requests-2.23.0 00:52:02 Running setup.py install for texttable: started 00:52:04 Running setup.py install for texttable: finished with status 'done' 00:52:06 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:52:12 Removing intermediate container d7517f10bdb2 00:52:12 ---> 76bba5039716 00:52:12 Step 21/26 : RUN apk --no-cache add curl 00:52:12 ---> Running in 68a8a020c8d7 00:52:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:13 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:52:13 (2/3) Installing libcurl (7.69.1-r3) 00:52:13 (3/3) Installing curl (7.69.1-r3) 00:52:13 Executing busybox-1.31.1-r19.trigger 00:52:13 OK: 71 MiB in 58 packages 00:52:15 Removing intermediate container 68a8a020c8d7 00:52:15 ---> cd424b67ecf5 00:52:15 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:52:15 ---> Running in 2e204e81ddf8 00:52:15 Removing intermediate container 2e204e81ddf8 00:52:15 ---> 03f3c44bb595 00:52:15 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:15 ---> Running in 697db3c457e0 00:52:16 Removing intermediate container 697db3c457e0 00:52:16 ---> 60fac10e9e62 00:52:16 Step 24/26 : LABEL arch=arm64 00:52:16 ---> Running in bb03ad7a27c9 00:52:16 Removing intermediate container bb03ad7a27c9 00:52:16 ---> fcf210570f35 00:52:16 Step 25/26 : LABEL git_sha=9993902a221f4ad19e46546f987dccf325cd49b9 00:52:16 ---> Running in 79e4ca955bbb 00:52:17 Removing intermediate container 79e4ca955bbb 00:52:17 ---> 9b4402405e63 00:52:17 Step 26/26 : LABEL version=0.0.0 00:52:17 ---> Running in ff12941c04ca 00:52:17 Removing intermediate container ff12941c04ca 00:52:17 ---> 82877b1fecc0 00:52:17 00:52:18 Successfully built 82877b1fecc0 00:52:18 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:52:19  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:52:19 $ docker stop --time=1 3dbed112ad186dff15a51c916e802c21ea7e89d4cf9b2c0bab58e2cad2c9ed3a 00:52:21 $ docker rm -f 3dbed112ad186dff15a51c916e802c21ea7e89d4cf9b2c0bab58e2cad2c9ed3a [Pipeline] // withDockerContainer [Pipeline] sh 00:52:21 + docker images 00:52:21 + grep docker 00:52:22 docker-sys-mgmt-agent-go-arm64 latest 82877b1fecc0 4 seconds ago 300MB 00:52:22 docker-core-data-go-arm64 latest 0fb84b1d418a 58 seconds ago 21.1MB 00:52:22 docker-security-proxy-setup-go-arm64 latest 334d728ccd7a About a minute ago 23.4MB 00:52:22 docker-support-scheduler-go-arm64 latest 5bf717473308 2 minutes ago 16.3MB 00:52:22 docker-security-bootstrapper-go-arm64 latest 6e0be2ec6eb2 4 minutes ago 17.2MB 00:52:22 docker-core-metadata-go-arm64 latest 8d81f50a4138 4 minutes ago 17.9MB 00:52:22 docker-core-command-go-arm64 latest e334a8ab7a0b 4 minutes ago 16.2MB 00:52:22 docker-support-notifications-go-arm64 latest 0fab8f03bf4d 4 minutes ago 16.8MB 00:52:22 docker-security-secretstore-setup-go-arm64 latest 75cb0ae6d2f5 4 minutes ago 23.6MB 00:52:22 docker 20.10.0 eeaf43b92773 2 months 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:52:24 provisioning config files... 00:52:24 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config827961220622585699tmp [Pipeline] { [Pipeline] sh 00:52:24 + set +x 00:52:24 + curl -s https://codecov.io/bash 00:52:24 + bash -s -- 00:52:25 00:52:25 _____ _ 00:52:25 / ____| | | 00:52:25 | | ___ __| | ___ ___ _____ __ 00:52:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:52:25 | |___| (_) | (_| | __/ (_| (_) \ V / 00:52:25 \_____\___/ \__,_|\___|\___\___/ \_/ 00:52:25 Bash-20210129-7c25fce 00:52:25 00:52:25 00:52:25 ==> git version 2.24.3 found 00:52:25 ==> 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:52:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:52:25 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:52:25 ==> Jenkins CI detected. 00:52:25 project root: . 00:52:25 --> token set from env 00:52:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:52:25 ==> Running gcov in . (disable via -X gcov) 00:52:25 ==> Python coveragepy not found 00:52:25 ==> Searching for coverage reports in: 00:52:25 + . 00:52:25 -> Found 1 reports 00:52:25 ==> Detecting git/mercurial file structure 00:52:25 ==> Reading reports 00:52:25 + ./coverage.out bytes=599033 00:52:25 ==> Appending adjustments 00:52:25 https://docs.codecov.io/docs/fixing-reports 00:52:28 + Found adjustments 00:52:28 ==> Gzipping contents 00:52:28 88K /tmp/codecov.qezlI0.gz 00:52:28 ==> Uploading reports 00:52:28 url: https://codecov.io 00:52:28 query: branch=PR-3179&commit=9993902a221f4ad19e46546f987dccf325cd49b9&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3179%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3179&job=&cmd_args= 00:52:28 -> Pinging Codecov 00:52:28 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3179&commit=9993902a221f4ad19e46546f987dccf325cd49b9&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3179%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3179&job=&cmd_args= 00:52:29 -> Uploading to 00:52:29 https://storage.googleapis.com/codecov/v4/raw/2021-02-19/00271124DB129430A58F1EEE437C3FCB/9993902a221f4ad19e46546f987dccf325cd49b9/c02f7274-a638-4d9d-ac1f-f6060fa943a7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210219%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210219T005229Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2af86ee1e206b0c2c3e6f57aa2b1c896bacfac2fda23e8fdaa7f2fd3d8ea7a5c 00:52:29 % Total % Received % Xferd Average Speed Time Time Time Current 00:52:29 Dload Upload Total Spent Left Speed 00:52:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 90001 0 0 100 90001 0 136k --:--:-- --:--:-- --:--:-- 136k 100 90001 0 0 100 90001 0 136k --:--:-- --:--:-- --:--:-- 136k 00:52:30 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/9993902a221f4ad19e46546f987dccf325cd49b9 [Pipeline] } 00:52:30 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:52:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:52:33 ---> package-listing.sh 00:52:33 ++ facter osfamily 00:52:33 ++ tr '[:upper:]' '[:lower:]' 00:52:33 + OS_FAMILY=redhat 00:52:33 + workspace=/w/workspace/edgex-go/2 00:52:33 + START_PACKAGES=/tmp/packages_start.txt 00:52:33 + END_PACKAGES=/tmp/packages_end.txt 00:52:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:52:33 + PACKAGES=/tmp/packages_start.txt 00:52:33 + '[' /w/workspace/edgex-go/2 ']' 00:52:33 + PACKAGES=/tmp/packages_end.txt 00:52:33 + case "${OS_FAMILY}" in 00:52:33 + rpm -qa 00:52:33 + sort 00:52:38 + '[' -f /tmp/packages_start.txt ']' 00:52:38 + '[' -f /tmp/packages_end.txt ']' 00:52:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:52:38 + '[' /w/workspace/edgex-go/2 ']' 00:52:38 + mkdir -p /w/workspace/edgex-go/2/archives/ 00:52:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 00:52:38 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:52:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:52:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:39 00:52:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:52:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:39 alpine: Pulling from edgex-lftools-log-publisher 00:52:39 df20fa9351a1: Pulling fs layer 00:52:39 36b3adc4ff6f: Pulling fs layer 00:52:39 8ad3a11d3b57: Pulling fs layer 00:52:39 46f8f816bc3b: Pulling fs layer 00:52:39 93b61091891f: Pulling fs layer 00:52:39 93b9cdb0e59b: Pulling fs layer 00:52:39 5e14af77c1be: Pulling fs layer 00:52:39 01666e4c0597: Pulling fs layer 00:52:39 aa168da1d23b: Pulling fs layer 00:52:39 46f8f816bc3b: Waiting 00:52:39 93b61091891f: Waiting 00:52:39 93b9cdb0e59b: Waiting 00:52:39 5e14af77c1be: Waiting 00:52:39 01666e4c0597: Waiting 00:52:39 aa168da1d23b: Waiting 00:52:39 36b3adc4ff6f: Verifying Checksum 00:52:39 36b3adc4ff6f: Download complete 00:52:39 46f8f816bc3b: Verifying Checksum 00:52:39 46f8f816bc3b: Download complete 00:52:39 df20fa9351a1: Download complete 00:52:39 93b9cdb0e59b: Verifying Checksum 00:52:39 93b9cdb0e59b: Download complete 00:52:39 5e14af77c1be: Verifying Checksum 00:52:39 5e14af77c1be: Download complete 00:52:39 93b61091891f: Download complete 00:52:39 01666e4c0597: Verifying Checksum 00:52:39 01666e4c0597: Download complete 00:52:40 df20fa9351a1: Pull complete 00:52:40 36b3adc4ff6f: Pull complete 00:52:40 8ad3a11d3b57: Verifying Checksum 00:52:40 8ad3a11d3b57: Download complete 00:52:41 8ad3a11d3b57: Pull complete 00:52:41 46f8f816bc3b: Pull complete 00:52:42 aa168da1d23b: Verifying Checksum 00:52:42 aa168da1d23b: Download complete 00:52:43 93b61091891f: Pull complete 00:52:43 93b9cdb0e59b: Pull complete 00:52:43 5e14af77c1be: Pull complete 00:52:43 01666e4c0597: Pull complete 00:52:53 aa168da1d23b: Pull complete 00:52:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:52:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:52:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:52:54 prd-centos7-docker-4c-2g-26863 does not seem to be running inside a container 00:52:54 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:52:57 $ docker top 49c6d2616779d1539d5a90c407bd691fceaae462be16d9a8305864993214a76d -eo pid,comm [Pipeline] { [Pipeline] sh 00:52:58 + touch /tmp/pre-build-complete [Pipeline] sh 00:52:58 + mkdir -p /var/log/sa [Pipeline] sh 00:52:58 + ls /var/log/sa-host 00:52:58 + sadf -c /var/log/sa-host/sa19 00:52:58 file_magic: OK 00:52:58 HZ: Using current value: 100 00:52:58 file_header: OK 00:52:58 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:52:58 Statistics: 00:52:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:52:58 File successfully converted to sysstat format version 12.2.1 00:52:58 + sadf -c /var/log/sa-host/sa23 00:52:58 file_magic: OK 00:52:58 HZ: Using current value: 100 00:52:58 file_header: OK 00:52:58 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:52:58 Statistics: 00:52:58 Hnuu...uuuununununu... 00:52:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:52:59 provisioning config files... 00:52:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6090252725821271721tmp [Pipeline] { [Pipeline] echo 00:52:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:52:59 ---> create-netrc.sh [Pipeline] } 00:52:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:52:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:53:00 ---> python-tools-install.sh [Pipeline] echo 00:53:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:53:00 ---> sudo-logs.sh 00:53:00 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:53:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:53:00 ---> job-cost.sh 00:53:00 lf-activate-venv: SKIPPING 00:53:00 INFO: No Stack... 00:53:02 INFO: Retrieving Pricing Info for: v1-standard-2 00:53:02 INFO: Archiving Costs [Pipeline] echo 00:53:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:53:02 ---> logs-deploy.sh 00:53:02 lf-activate-venv: SKIPPING 00:53:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3179/2 00:53:02 INFO: archiving workspace using pattern(s): 00:53:04 Archives upload complete. 00:53:04 INFO: archiving logs to Nexus