Pull request #3459 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from dc2a22834f13eee8a53be0eae98ff8ae8ed084f4+efcc50239e0d152f0b735e3d100765ac31cee296 (11c0433dcbe268de7bb0f0b844a577879555e46f) 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-4985’ Running on prd-centos7-docker-4c-2g-4987 in /w/workspace/edgexfoundry_edgex-go_PR-3459 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 efcc50239e0d152f0b735e3d100765ac31cee296 into PR head commit dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 > 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/3459/head:refs/remotes/origin/PR-3459 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 # 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 efcc50239e0d152f0b735e3d100765ac31cee296 # timeout=10 Merge succeeded, producing dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 Checking out Revision dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 (PR-3459) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:57:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 01:57:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:57:45 ========================================================= 01:57:45 EdgeX Global Pipelines Version Info 01:57:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 93c9b86952b721576cadb1cb6cbfe1af5d91c4d5 # timeout=10 01:57:48 ------------------- 01:57:48 stable info: 01:57:48 ------------------- 01:57:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:57:48 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 01:57:48 Message: update stable to v1.0.192 01:57:49 ------------------- 01:57:49 experimental info: 01:57:49 ------------------- 01:57:49 Commited By: **** collab-it+edgex@linuxfoundation.org 01:57:49 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 01:57:49 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:57:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:57:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 01:57:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3459 [Pipeline] echo 01:57:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3459 [Pipeline] echo 01:57:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3459 [Pipeline] echo 01:57:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [Pipeline] echo 01:57:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = dc2a228 [Pipeline] echo 01:57:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:57:50 provisioning config files... 01:57:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1690471404344480528tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:57:50 ---> docker-login.sh 01:57:50 nexus3.edgexfoundry.org:10001 01:57:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:57:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:57:51 Configure a credential helper to remove this warning. See 01:57:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:57:51 01:57:51 Login Succeeded 01:57:51 nexus3.edgexfoundry.org:10002 01:57:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:57:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:57:52 Configure a credential helper to remove this warning. See 01:57:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:57:52 01:57:52 Login Succeeded 01:57:52 nexus3.edgexfoundry.org:10003 01:57:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:57:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:57:52 Configure a credential helper to remove this warning. See 01:57:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:57:52 01:57:52 Login Succeeded 01:57:52 nexus3.edgexfoundry.org:10004 01:57:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:57:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:57:53 Configure a credential helper to remove this warning. See 01:57:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:57:53 01:57:53 Login Succeeded 01:57:53 docker.io 01:57:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:57:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:57:53 Configure a credential helper to remove this warning. See 01:57:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:57:53 01:57:53 Login Succeeded 01:57:53 ---> docker-login.sh ends [Pipeline] } 01:57:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:57:54 ++ 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 01:57:54 + for file in '`ls cmd/**/Dockerfile`' 01:57:54 ++ dirname cmd/core-command/Dockerfile 01:57:54 ++ cut -d/ -f2 01:57:54 + echo core-command,cmd/core-command/Dockerfile 01:57:54 + for file in '`ls cmd/**/Dockerfile`' 01:57:54 ++ dirname cmd/core-data/Dockerfile 01:57:54 ++ cut -d/ -f2 01:57:54 + echo core-data,cmd/core-data/Dockerfile 01:57:54 + for file in '`ls cmd/**/Dockerfile`' 01:57:54 ++ dirname cmd/core-metadata/Dockerfile 01:57:54 ++ cut -d/ -f2 01:57:54 + echo core-metadata,cmd/core-metadata/Dockerfile 01:57:54 + for file in '`ls cmd/**/Dockerfile`' 01:57:54 ++ dirname cmd/security-bootstrapper/Dockerfile 01:57:54 ++ cut -d/ -f2 01:57:54 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:57:54 + for file in '`ls cmd/**/Dockerfile`' 01:57:54 ++ dirname cmd/security-proxy-setup/Dockerfile 01:57:54 ++ cut -d/ -f2 01:57:54 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:57:54 + for file in '`ls cmd/**/Dockerfile`' 01:57:54 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:57:54 ++ cut -d/ -f2 01:57:54 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:57:54 + for file in '`ls cmd/**/Dockerfile`' 01:57:54 ++ cut -d/ -f2 01:57:54 ++ dirname cmd/support-notifications/Dockerfile 01:57:54 + echo support-notifications,cmd/support-notifications/Dockerfile 01:57:54 + for file in '`ls cmd/**/Dockerfile`' 01:57:54 ++ dirname cmd/support-scheduler/Dockerfile 01:57:54 ++ cut -d/ -f2 01:57:54 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:57:54 + for file in '`ls cmd/**/Dockerfile`' 01:57:54 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:57:54 ++ cut -d/ -f2 01:57:54 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:57:54 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 01:57:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:57:55 01:57:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:57:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:57:55 latest: Pulling from edgex-devops/git-semver 01:57:55 31603596830f: Pulling fs layer 01:57:55 54011a49482f: Pulling fs layer 01:57:55 a6820b24f6d8: Pulling fs layer 01:57:55 f581987b2513: Pulling fs layer 01:57:55 f581987b2513: Waiting 01:57:55 54011a49482f: Download complete 01:57:55 31603596830f: Download complete 01:57:56 f581987b2513: Verifying Checksum 01:57:56 f581987b2513: Download complete 01:57:56 a6820b24f6d8: Verifying Checksum 01:57:56 a6820b24f6d8: Download complete 01:57:56 31603596830f: Pull complete 01:57:56 54011a49482f: Pull complete 01:57:58 a6820b24f6d8: Pull complete 01:57:59 f581987b2513: Pull complete 01:57:59 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 01:57:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:57:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:57:59 prd-centos7-docker-4c-2g-4987 does not seem to be running inside a container 01:58:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:58:03 $ docker top 2b953443181ee4445a350944ad0bf75470d5d0b80de51d54e53a8f1a9cddb4be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:58:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:58:03 [ssh-agent] Looking for ssh-agent implementation... 01:58:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:58:04 $ docker exec 2b953443181ee4445a350944ad0bf75470d5d0b80de51d54e53a8f1a9cddb4be ssh-agent 01:58:06 SSH_AUTH_SOCK=/tmp/ssh-xLyb3UV7P8Pu/agent.11 01:58:06 SSH_AGENT_PID=16 01:58:06 Running ssh-add (command line suppressed) 01:58:07 Identity added: /w/workspace/edgex-go/3@tmp/private_key_2405910178996360018.key (/w/workspace/edgex-go/3@tmp/private_key_2405910178996360018.key) 01:58:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:58:07 + git tag --points-at HEAD [Pipeline] } 01:58:08 $ docker exec --env ******** --env ******** 2b953443181ee4445a350944ad0bf75470d5d0b80de51d54e53a8f1a9cddb4be ssh-agent -k 01:58:08 unset SSH_AUTH_SOCK; 01:58:08 unset SSH_AGENT_PID; 01:58:08 echo Agent pid 16 killed; 01:58:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:58:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:58:08 [ssh-agent] Looking for ssh-agent implementation... 01:58:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:58:09 $ docker exec 2b953443181ee4445a350944ad0bf75470d5d0b80de51d54e53a8f1a9cddb4be ssh-agent 01:58:09 SSH_AUTH_SOCK=/tmp/ssh-jQPxjiwe36C8/agent.44 01:58:09 SSH_AGENT_PID=50 01:58:09 Running ssh-add (command line suppressed) 01:58:10 Identity added: /w/workspace/edgex-go/3@tmp/private_key_866537288882572338.key (/w/workspace/edgex-go/3@tmp/private_key_866537288882572338.key) 01:58:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:58:10 + git semver init 01:58:10 # -> Open(): unable to determine branch for HEAD 01:58:10 # $GIT_DIR = /w/workspace/edgex-go/3/.git 01:58:10 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 01:58:10 # $SEMVER_REMOTE_NAME = origin 01:58:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:58:10 # $SEMVER_USER_NAME = edgex-jenkins 01:58:10 # $SEMVER_BRANCH = PR-3459 01:58:10 # $SEMVER_TEMP = /tmp/semver-918984228 01:58:10 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:58:50 # '/tmp/semver-918984228' -> '/w/workspace/edgex-go/3/.semver' 01:58:50 # -> Force: false 01:58:50 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 01:58:50 $ docker exec --env ******** --env ******** 2b953443181ee4445a350944ad0bf75470d5d0b80de51d54e53a8f1a9cddb4be ssh-agent -k 01:58:50 unset SSH_AUTH_SOCK; 01:58:51 unset SSH_AGENT_PID; 01:58:51 echo Agent pid 50 killed; 01:58:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:58:51 + git semver [Pipeline] } 01:58:51 $ docker stop --time=1 2b953443181ee4445a350944ad0bf75470d5d0b80de51d54e53a8f1a9cddb4be 01:58:54 $ docker rm -f 2b953443181ee4445a350944ad0bf75470d5d0b80de51d54e53a8f1a9cddb4be [Pipeline] // withDockerContainer [Pipeline] sh 01:58:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:58:56 Stashed 1 file(s) [Pipeline] echo 01:58:56 [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 01:58:56 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:58:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:58:57 + sudo service docker restart 01:58:57 + true 01:58:57 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 01:58:59 ========================================================= 01:58:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 01:58:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:58:59 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 01:59:08 Sending build context to Docker daemon 330.3MB 01:59:08 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 01:59:08 Step 2/6 : FROM ${BASE} 01:59:08 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 01:59:08 540db60ca938: Pulling fs layer 01:59:08 adcc1eea9eea: Pulling fs layer 01:59:08 4c4ab2625f07: Pulling fs layer 01:59:08 0510c868ecb4: Pulling fs layer 01:59:08 afea3b2eda06: Pulling fs layer 01:59:08 7809a108b3ef: Pulling fs layer 01:59:08 f706445af74f: Pulling fs layer 01:59:08 0510c868ecb4: Waiting 01:59:08 afea3b2eda06: Waiting 01:59:08 7809a108b3ef: Waiting 01:59:08 f706445af74f: Waiting 01:59:08 4c4ab2625f07: Verifying Checksum 01:59:08 4c4ab2625f07: Download complete 01:59:08 adcc1eea9eea: Verifying Checksum 01:59:08 adcc1eea9eea: Download complete 01:59:08 afea3b2eda06: Verifying Checksum 01:59:08 afea3b2eda06: Download complete 01:59:08 7809a108b3ef: Verifying Checksum 01:59:08 7809a108b3ef: Download complete 01:59:08 540db60ca938: Download complete 01:59:08 540db60ca938: Pull complete 01:59:08 adcc1eea9eea: Pull complete 01:59:09 4c4ab2625f07: Pull complete 01:59:10 f706445af74f: Verifying Checksum 01:59:10 f706445af74f: Download complete 01:59:11 Still waiting to schedule task 01:59:11 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 01:59:12 0510c868ecb4: Verifying Checksum 01:59:12 0510c868ecb4: Download complete 01:59:28 0510c868ecb4: Pull complete 01:59:28 afea3b2eda06: Pull complete 01:59:29 7809a108b3ef: Pull complete 01:59:37 f706445af74f: Pull complete 01:59:37 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 01:59:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 01:59:37 ---> b068be0155e3 01:59:37 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 01:59:37 ---> Running in 4d20caec71bd 01:59:39 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 01:59:40 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 01:59:40 (1/12) Installing libmagic (5.39-r0) 01:59:41 (2/12) Installing file (5.39-r0) 01:59:41 (3/12) Installing libc-dev (0.7.2-r3) 01:59:41 (4/12) Installing g++ (10.2.1_pre1-r3) 01:59:59 (5/12) Installing fortify-headers (1.1-r0) 01:59:59 (6/12) Installing patch (2.7.6-r6) 01:59:59 (7/12) Installing build-base (0.5-r2) 01:59:59 (8/12) Installing libsodium (1.0.18-r0) 02:00:00 (9/12) Installing pkgconf (1.7.3-r0) 02:00:00 (10/12) Installing libsodium-dev (1.0.18-r0) 02:00:00 (11/12) Installing libzmq (4.3.3-r1) 02:00:00 (12/12) Installing zeromq-dev (4.3.3-r1) 02:00:00 Executing busybox-1.32.1-r6.trigger 02:00:00 OK: 219 MiB in 52 packages 02:00:04 Removing intermediate container 4d20caec71bd 02:00:04 ---> 5c8a6a66662a 02:00:04 Step 4/6 : WORKDIR /edgex-go 02:00:05 ---> Running in e5d4c9592956 02:00:05 Removing intermediate container e5d4c9592956 02:00:05 ---> 263dee7ba256 02:00:05 Step 5/6 : COPY go.mod . 02:00:06 ---> 8606bd09b88d 02:00:06 Step 6/6 : RUN go mod download 02:00:07 ---> Running in bd0e36db9cea 02:00:39 Removing intermediate container bd0e36db9cea 02:00:39 ---> e31f8776f20a 02:00:39 Successfully built e31f8776f20a 02:00:39 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:00:40 + docker inspect -f . ci-base-image-x86_64 02:00:40 . [Pipeline] withDockerContainer 02:00:40 prd-centos7-docker-4c-2g-4987 does not seem to be running inside a container 02:00:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:00:42 $ docker top c930821d2d3265ccde2f49159ef53ef4c57f4aed1620bea9fc9be254c5c27c3c -eo pid,comm [Pipeline] { [Pipeline] sh 02:00:43 + go version 02:00:43 go version go1.16.3 linux/amd64 [Pipeline] } 02:00:43 $ docker stop --time=1 c930821d2d3265ccde2f49159ef53ef4c57f4aed1620bea9fc9be254c5c27c3c 02:00:45 $ docker rm -f c930821d2d3265ccde2f49159ef53ef4c57f4aed1620bea9fc9be254c5c27c3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:00:46 + docker inspect -f . ci-base-image-x86_64 02:00:46 . [Pipeline] withDockerContainer 02:00:46 prd-centos7-docker-4c-2g-4987 does not seem to be running inside a container 02:00:46 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:00:48 $ docker top 4f519763f850e6e2372bae0fead8c5bbd028e5657349349c76600d0126098681 -eo pid,comm [Pipeline] { [Pipeline] echo 02:00:48 ========================================================= 02:00:48 [edgeXBuildGoParallel] Running Tests and Build... 02:00:48 ========================================================= [Pipeline] sh 02:00:49 + go mod tidy [Pipeline] sh 02:00:53 + make test 02:00:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:01:15 ? github.com/edgexfoundry/edgex-go [no test files] 02:02:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:02:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:02:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:02:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:02:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:02:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:02:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:02:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:02:21 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:02:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:02:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:02:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:02:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:02:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.224s coverage: 45.9% of statements 02:02:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:02:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:02:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:02:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:02:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:02:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:02:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.083s coverage: 28.7% of statements 02:02:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.149s coverage: 100.0% of statements 02:02:35 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.359s coverage: 27.8% of statements 02:02:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:02:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:02:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:02:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:02:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:02:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.293s coverage: 81.2% of statements 02:02:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:02:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.177s coverage: 100.0% of statements 02:02:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:02:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.159s coverage: 100.0% of statements 02:02:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:02:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:02:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.187s coverage: 71.3% of statements 02:02:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:02:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:02:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.711s coverage: 87.7% of statements 02:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:02:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.303s coverage: 78.9% of statements 02:02:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:02:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.838s coverage: 28.6% of statements 02:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:02:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.306s coverage: 100.0% of statements 02:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:02:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.274s coverage: 100.0% of statements 02:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:02:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.702s coverage: 86.7% of statements 02:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:02:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.386s coverage: 97.5% of statements 02:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:02:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.148s coverage: 78.3% of statements 02:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:02:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4989 in /w/workspace/edgexfoundry_edgex-go_PR-3459 [Pipeline] { [Pipeline] ws 02:02:50 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 02:02:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.097s coverage: 95.1% of statements 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:02:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.221s coverage: 58.8% of statements 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:02:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.180s coverage: 0.8% of statements 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:02:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.125s coverage: 22.0% of statements 02:02:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:02:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.346s coverage: 47.1% of statements 02:02:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.216s coverage: 79.5% of statements 02:02:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.228s coverage: 94.1% of statements 02:02:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.198s coverage: 96.3% of statements 02:02:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.246s coverage: 87.5% of statements 02:02:56 using credential edgex-jenkins-ssh 02:02:56 Cloning the remote Git repository 02:02:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:02:57 > git init /w/workspace/edgex-go/3 # timeout=10 02:02:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:02:57 > git --version # timeout=10 02:02:57 > git --version # 'git version 2.17.1' 02:02:57 using GIT_SSH to set credentials SSH Credentials for GitHub 02:02:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.354s coverage: 94.4% of statements 02:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.111s coverage: 44.8% of statements 02:03:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.918s coverage: 81.8% of statements 02:03:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 02:03:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:03:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:03:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:03:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:03:14 using GIT_SSH to set credentials SSH Credentials for GitHub 02:03:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3459/head:refs/remotes/origin/PR-3459 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:03:15 Merging remotes/origin/master commit efcc50239e0d152f0b735e3d100765ac31cee296 into PR head commit dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:03:15 Merge succeeded, producing dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:03:15 Checking out Revision dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 (PR-3459) 02:03:15 > git config core.sparsecheckout # timeout=10 02:03:15 > git checkout -f dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 # timeout=10 02:03:15 > git remote # timeout=10 02:03:15 > git config --get remote.origin.url # timeout=10 02:03:15 using GIT_SSH to set credentials SSH Credentials for GitHub 02:03:15 > git merge efcc50239e0d152f0b735e3d100765ac31cee296 # timeout=10 02:03:15 > git rev-parse HEAD^{commit} # timeout=10 02:03:15 > git config core.sparsecheckout # timeout=10 02:03:15 > git checkout -f dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 # timeout=10 02:03:20 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" 02:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.430s coverage: 92.9% of statements 02:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements 02:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 02:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 02:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 02:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 02:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.300s coverage: 87.2% of statements 02:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.094s coverage: 100.0% of statements 02:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.197s coverage: 76.0% of statements 02:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.153s coverage: 80.0% of statements 02:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.193s coverage: 87.2% of statements 02:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.351s coverage: 85.4% of statements 02:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.410s coverage: 91.2% of statements 02:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.631s coverage: 64.4% of statements 02:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:03:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.141s coverage: 100.0% of statements 02:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements 02:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements 02:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.127s coverage: 73.7% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.102s coverage: 100.0% of statements 02:03:21 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:03:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:03:22 + + true 02:03:22 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:03:24 provisioning config files... 02:03:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3172172018577996886tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:03:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.009s coverage: 66.9% of statements 02:03:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:03:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:03:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 02:03:25 ---> docker-login.sh 02:03:25 nexus3.edgexfoundry.org:10001 02:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.487s coverage: 43.4% of statements 02:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.204s coverage: 89.5% of statements 02:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.179s coverage: 84.8% of statements 02:03:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:26 Configure a credential helper to remove this warning. See 02:03:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:26 02:03:26 Login Succeeded 02:03:26 nexus3.edgexfoundry.org:10002 02:03:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:26 Configure a credential helper to remove this warning. See 02:03:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:26 02:03:26 Login Succeeded 02:03:26 nexus3.edgexfoundry.org:10003 02:03:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:27 Configure a credential helper to remove this warning. See 02:03:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:27 02:03:27 Login Succeeded 02:03:27 nexus3.edgexfoundry.org:10004 02:03:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:28 Configure a credential helper to remove this warning. See 02:03:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:28 02:03:28 Login Succeeded 02:03:28 docker.io 02:03:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:03:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:03:28 Configure a credential helper to remove this warning. See 02:03:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:03:28 02:03:28 Login Succeeded 02:03:28 ---> docker-login.sh ends [Pipeline] } 02:03:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:03:28 ========================================================= 02:03:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 02:03:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:03:29 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 02:03:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.218s coverage: 47.0% of statements 02:03:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:03:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:03:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:03:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:03:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:03:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.086s coverage: 100.0% of statements 02:03:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:03:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements 02:03:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:03:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 02:03:31 Sending build context to Docker daemon 167.8MB 02:03:31 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 02:03:31 Step 2/6 : FROM ${BASE} 02:03:31 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:03:31 595b0fe564bb: Pulling fs layer 02:03:31 7186ed65a4f7: Pulling fs layer 02:03:31 316046926c0a: Pulling fs layer 02:03:31 4ebd0625c992: Pulling fs layer 02:03:31 207e8628e3a3: Pulling fs layer 02:03:31 c791037a9be2: Pulling fs layer 02:03:31 ffd874e62e21: Pulling fs layer 02:03:31 4ebd0625c992: Waiting 02:03:31 207e8628e3a3: Waiting 02:03:31 c791037a9be2: Waiting 02:03:31 ffd874e62e21: Waiting 02:03:31 316046926c0a: Download complete 02:03:31 7186ed65a4f7: Verifying Checksum 02:03:31 7186ed65a4f7: Download complete 02:03:31 207e8628e3a3: Verifying Checksum 02:03:31 207e8628e3a3: Download complete 02:03:31 c791037a9be2: Verifying Checksum 02:03:31 c791037a9be2: Download complete 02:03:31 595b0fe564bb: Download complete 02:03:32 595b0fe564bb: Pull complete 02:03:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.178s coverage: 21.5% of statements 02:03:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 02:03:32 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.197s coverage: 92.2% of statements 02:03:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 02:03:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 02:03:32 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 02:03:33 7186ed65a4f7: Pull complete 02:03:33 316046926c0a: Pull complete 02:03:34 ffd874e62e21: Verifying Checksum 02:03:34 ffd874e62e21: Download complete 02:03:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.417s coverage: 28.7% of statements 02:03:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:03:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:03:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:03:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:03:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:03:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.270s coverage: 99.0% of statements 02:03:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:03:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.272s coverage: 100.0% of statements 02:03:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:03:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:03:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:03:35 4ebd0625c992: Verifying Checksum 02:03:35 4ebd0625c992: Download complete 02:03:36 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.229s coverage: 64.6% of statements 02:03:36 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:03:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.579s coverage: 97.6% of statements 02:03:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:03:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:03:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:03:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.215s coverage: 0.0% of statements 02:03:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:03:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.109s coverage: 100.0% of statements 02:03:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:03:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:03:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:03:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:03:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.139s coverage: 87.9% of statements 02:03:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:03:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:03:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.247s coverage: 100.0% of statements 02:03:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.479s coverage: 28.1% of statements 02:03:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 02:03:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.055s coverage: 85.7% of statements 02:03:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 02:03:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.153s coverage: 100.0% of statements 02:03:41 GO111MODULE=on go vet ./... 02:03:45 4ebd0625c992: Pull complete 02:03:45 207e8628e3a3: Pull complete 02:03:45 c791037a9be2: Pull complete 02:03:49 ffd874e62e21: Pull complete 02:03:49 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 02:03:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 02:03:49 ---> cfc18b08335c 02:03:49 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 02:03:52 ---> Running in bc2d495b4a00 02:03:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:03:54 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:03:55 (1/12) Installing libmagic (5.39-r0) 02:03:55 (2/12) Installing file (5.39-r0) 02:03:55 (3/12) Installing libc-dev (0.7.2-r3) 02:03:55 (4/12) Installing g++ (10.2.1_pre1-r3) 02:04:22 (5/12) Installing fortify-headers (1.1-r0) 02:04:22 (6/12) Installing patch (2.7.6-r6) 02:04:22 (7/12) Installing build-base (0.5-r2) 02:04:22 (8/12) Installing libsodium (1.0.18-r0) 02:04:22 (9/12) Installing pkgconf (1.7.3-r0) 02:04:22 (10/12) Installing libsodium-dev (1.0.18-r0) 02:04:22 (11/12) Installing libzmq (4.3.3-r1) 02:04:23 (12/12) Installing zeromq-dev (4.3.3-r1) 02:04:23 Executing busybox-1.32.1-r6.trigger 02:04:23 OK: 218 MiB in 52 packages 02:04:27 Removing intermediate container bc2d495b4a00 02:04:27 ---> 94d9f54f337b 02:04:27 Step 4/6 : WORKDIR /edgex-go 02:04:27 ---> Running in 6e40f767c3b1 02:04:27 Removing intermediate container 6e40f767c3b1 02:04:27 ---> f4c3d0539ce3 02:04:27 Step 5/6 : COPY go.mod . 02:04:28 ---> e39c5663c1f1 02:04:28 Step 6/6 : RUN go mod download 02:04:28 ---> Running in c1904bf535f5 02:04:55 Removing intermediate container c1904bf535f5 02:04:55 ---> 03e07f319055 02:04:55 Successfully built 03e07f319055 02:04:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:04:55 + docker inspect -f . ci-base-image-arm64 02:04:55 . [Pipeline] withDockerContainer 02:04:55 prd-ubuntu18.04-docker-arm64-4c-16g-4989 does not seem to be running inside a container 02:04:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:04:57 $ docker top d79b178fbeb3b20995e2ceb018bb3f33c07bb42f972a2372e59be3eedf276fa6 -eo pid,comm [Pipeline] { [Pipeline] sh 02:04:58 + go version 02:04:58 go version go1.16.3 linux/arm64 [Pipeline] } 02:04:58 $ docker stop --time=1 d79b178fbeb3b20995e2ceb018bb3f33c07bb42f972a2372e59be3eedf276fa6 02:05:00 $ docker rm -f d79b178fbeb3b20995e2ceb018bb3f33c07bb42f972a2372e59be3eedf276fa6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:05:01 + docker inspect -f . ci-base-image-arm64 02:05:01 . [Pipeline] withDockerContainer 02:05:01 prd-ubuntu18.04-docker-arm64-4c-16g-4989 does not seem to be running inside a container 02:05:01 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:05:02 $ docker top 8643144ef9f93ad64b4c6adbe8027ad42584c95d12c8caf30bd16339b2af41e7 -eo pid,comm [Pipeline] { [Pipeline] echo 02:05:03 ========================================================= 02:05:03 [edgeXBuildGoParallel] Running Tests and Build... 02:05:03 ========================================================= [Pipeline] sh 02:05:03 + go mod tidy [Pipeline] sh 02:05:05 + make test 02:05:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:05:19 gofmt -l . 02:05:19 [ "`gofmt -l .`" = "" ] 02:05:19 ./bin/test-go-mod-tidy.sh 02:05:19 ./bin/test-attribution-txt.sh [Pipeline] sh 02:05:20 + ls -al . 02:05:20 total 836 02:05:20 drwxrwxr-x 10 1001 1001 4096 May 13 02:05 . 02:05:20 drwxr-xr-x 4 root root 28 May 13 02:00 .. 02:05:20 -rw-rw-r-- 1 1001 1001 11 May 13 01:57 .dockerignore 02:05:20 drwxrwxr-x 8 1001 1001 179 May 13 01:57 .git 02:05:20 drwxrwxr-x 3 1001 1001 125 May 13 01:57 .github 02:05:20 -rw-rw-r-- 1 1001 1001 818 May 13 01:57 .gitignore 02:05:20 drwx------ 3 1001 1001 60 May 13 01:58 .semver 02:05:20 -rw-rw-r-- 1 1001 1001 166 May 13 01:57 .sonarcloud.properties 02:05:20 -rw-rw-r-- 1 1001 1001 8609 May 13 01:57 Attribution.txt 02:05:20 -rw-rw-r-- 1 1001 1001 3804 May 13 01:57 CONTRIBUTING.md 02:05:20 -rw-rw-r-- 1 1001 1001 931 May 13 01:57 Dockerfile.build 02:05:20 -rw-rw-r-- 1 1001 1001 863 May 13 01:57 Jenkinsfile 02:05:20 -rw-rw-r-- 1 1001 1001 10775 May 13 01:57 LICENSE 02:05:20 -rw-rw-r-- 1 1001 1001 5594 May 13 01:57 Makefile 02:05:20 -rw-rw-r-- 1 1001 1001 7978 May 13 01:57 README.md 02:05:20 -rw-rw-r-- 1 1001 1001 6755 May 13 01:57 SECURITY.md 02:05:20 -rw-rw-r-- 1 1001 1001 5 May 13 01:58 VERSION 02:05:20 -rw-rw-r-- 1 1001 1001 4131 May 13 01:57 ZMQWindows.md 02:05:20 drwxrwxr-x 2 1001 1001 117 May 13 01:57 bin 02:05:20 drwxrwxr-x 14 1001 1001 4096 May 13 01:57 cmd 02:05:20 -rw-r--r-- 1 root root 727486 May 13 02:03 coverage.out 02:05:20 -rw-r--r-- 1 root root 1060 May 13 02:05 go.mod 02:05:20 -rw-r--r-- 1 root root 22101 May 13 02:00 go.sum 02:05:20 drwxrwxr-x 8 1001 1001 127 May 13 01:57 internal 02:05:20 drwxrwxr-x 4 1001 1001 26 May 13 01:57 openapi 02:05:20 drwxrwxr-x 4 1001 1001 71 May 13 01:57 snap 02:05:20 -rw-rw-r-- 1 1001 1001 168 May 13 01:57 version.go [Pipeline] sh 02:05:21 + '[' -e coverage.out ] 02:05:21 + chown 1001:1001 coverage.out [Pipeline] stash 02:05:21 Stashed 1 file(s) [Pipeline] sh 02:05:22 + make build 02:05:22 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 02:05:28 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 02:05:32 ? github.com/edgexfoundry/edgex-go [no test files] 02:06: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 02:06:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 02:06:13 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 02:06:14 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 02:06:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:06:23 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 02:06:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:06:28 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 02:06:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:06:31 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 02:06:34 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 02:06:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [Pipeline] } 02:06:39 $ docker stop --time=1 4f519763f850e6e2372bae0fead8c5bbd028e5657349349c76600d0126098681 02:06:41 $ docker rm -f 4f519763f850e6e2372bae0fead8c5bbd028e5657349349c76600d0126098681 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:06:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:06:43 02:06:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 02:06:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:06:44 latest: Pulling from edgex-devops/edgex-compose 02:06:44 cbdbe7a5bc2a: Pulling fs layer 02:06:44 ca9280d653b3: Pulling fs layer 02:06:44 7e9c9ca2126c: Pulling fs layer 02:06:44 cbdbe7a5bc2a: Verifying Checksum 02:06:44 cbdbe7a5bc2a: Download complete 02:06:45 cbdbe7a5bc2a: Pull complete 02:06:45 ca9280d653b3: Verifying Checksum 02:06:45 ca9280d653b3: Download complete 02:06:45 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:06:45 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:06:48 ca9280d653b3: Pull complete 02:06:48 7e9c9ca2126c: Download complete 02:06:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:06:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:06:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:06:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:06:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:06:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:07:01 7e9c9ca2126c: Pull complete 02:07:01 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 02:07:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:07:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 02:07:02 prd-centos7-docker-4c-2g-4987 does not seem to be running inside a container 02:07:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:07:04 $ docker top 85a3ec4ebe823ac26dbb99002ac313bd87e6d2e292230c8ab3eb809d6df87260 -eo pid,comm [Pipeline] { [Pipeline] sh 02:07:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:07:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:07:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:07:05 + docker-compose build --help 02:07:05 + grep parallel 02:07:07 --parallel Build images in parallel. [Pipeline] } 02:07:07 $ docker stop --time=1 85a3ec4ebe823ac26dbb99002ac313bd87e6d2e292230c8ab3eb809d6df87260 02:07:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.438s coverage: 45.9% of statements 02:07:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:07:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:07:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:07:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:07:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:07:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:07:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.247s coverage: 28.7% of statements 02:07:09 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.409s coverage: 100.0% of statements 02:07:09 $ docker rm -f 85a3ec4ebe823ac26dbb99002ac313bd87e6d2e292230c8ab3eb809d6df87260 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:07:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:07:10 . [Pipeline] withDockerContainer 02:07:10 prd-centos7-docker-4c-2g-4987 does not seem to be running inside a container 02:07:10 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:07:11 $ docker top c280627af588f0cf67869405e1ddac594caad2073b4782c96c73d30f810138dc -eo pid,comm [Pipeline] { [Pipeline] sh 02:07:12 + docker-compose -f ./docker-compose-build.yml build --parallel 02:07:14 Building core-command ... 02:07:14 Building core-data ... 02:07:14 Building core-metadata ... 02:07:14 Building security-bootstrapper ... 02:07:14 Building security-proxy-setup ... 02:07:14 Building security-secretstore-setup ... 02:07:14 Building support-notifications ... 02:07:14 Building support-scheduler ... 02:07:14 Building sys-mgmt-agent ... 02:07:14 Building core-data 02:07:14 Building security-bootstrapper 02:07:14 Building support-scheduler 02:07:14 Building security-secretstore-setup 02:07:14 Building core-metadata 02:07:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.590s coverage: 27.8% of statements 02:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:07:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.203s coverage: 81.2% of statements 02:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:07:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.245s coverage: 100.0% of statements 02:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:07:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.199s coverage: 100.0% of statements 02:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:07:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:07:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.363s coverage: 71.3% of statements 02:07:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:07:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:07:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.570s coverage: 87.7% of statements 02:07:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:07:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:07:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.229s coverage: 78.9% of statements 02:07:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:07:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.153s coverage: 28.6% of statements 02:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:07:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.271s coverage: 100.0% of statements 02:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:07:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.192s coverage: 100.0% of statements 02:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:07:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.368s coverage: 86.7% of statements 02:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:07:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.604s coverage: 97.5% of statements 02:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:07:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.256s coverage: 78.3% of statements 02:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:07:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:07:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.174s coverage: 95.1% of statements 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:07:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.150s coverage: 58.8% of statements 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:07:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.265s coverage: 0.8% of statements 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:07:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.251s coverage: 22.0% of statements 02:07:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.212s coverage: 47.1% of statements 02:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.301s coverage: 79.5% of statements 02:07:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.186s coverage: 94.1% of statements 02:07:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.184s coverage: 96.3% of statements 02:07:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.161s coverage: 87.5% of statements 02:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.271s coverage: 94.4% of statements 02:07:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.169s coverage: 44.8% of statements 02:07:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.542s coverage: 81.8% of statements 02:07:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 02:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.240s coverage: 92.9% of statements 02:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 65.1% of statements 02:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 02:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 02:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 02:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 02:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements 02:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.150s coverage: 100.0% of statements 02:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.183s coverage: 76.0% of statements 02:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.171s coverage: 80.0% of statements 02:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.248s coverage: 87.2% of statements 02:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.252s coverage: 85.4% of statements 02:08:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.301s coverage: 91.2% of statements 02:08:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:08:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.757s coverage: 64.4% of statements 02:08:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:08:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:08:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.156s coverage: 100.0% of statements 02:08:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements 02:08:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements 02:08:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements 02:08:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 02:08:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.057s coverage: 66.9% of statements 02:08:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:08:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:08:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 02:08:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.709s coverage: 43.4% of statements 02:08:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:08:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:08:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.099s coverage: 89.5% of statements 02:08:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:08:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.148s coverage: 84.8% of statements 02:08:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.417s coverage: 47.0% of statements 02:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:08:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements 02:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:08:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements 02:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:08:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 02:08:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.226s coverage: 21.5% of statements 02:08:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 02:08:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.447s coverage: 92.2% of statements 02:08:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 02:08:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 02:08:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 02:08:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.694s coverage: 28.7% of statements 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:08:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.400s coverage: 99.0% of statements 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:08:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.281s coverage: 100.0% of statements 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:08:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.363s coverage: 64.6% of statements 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:08:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.429s coverage: 97.6% of statements 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:08:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:08:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:08:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:08:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements 02:08:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.164s coverage: 28.1% of statements 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 02:08:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.055s coverage: 85.7% of statements 02:08:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 02:08:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 02:08:28 GO111MODULE=on go vet ./... 02:08:37 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:08:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:08:37 ---> e31f8776f20a 02:08:37 Step 3/24 : WORKDIR /edgex-go 02:08:37 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:08:37 Step 2/32 : FROM ${BUILDER_BASE} AS builder 02:08:37 ---> e31f8776f20a 02:08:37 Step 3/32 : WORKDIR /edgex-go 02:08:37 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:08:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:08:37 ---> e31f8776f20a 02:08:37 Step 3/23 : WORKDIR /edgex-go 02:08:37 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:08:37 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:08:37 ---> e31f8776f20a 02:08:37 Step 3/26 : WORKDIR /edgex-go 02:08:37 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:08:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:08:37 ---> e31f8776f20a 02:08:37 Step 3/24 : WORKDIR /edgex-go 02:08:37 ---> Running in 0752432bf496 02:08:37 ---> Running in 6209ae5b617c 02:08:37 ---> Running in 1e11d574db04 02:08:37 ---> Running in 288a3df2b16b 02:08:37 ---> Running in bc016eca5cb7 02:08:37 Removing intermediate container 6209ae5b617c 02:08:37 ---> e857a4f074d7 02:08:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:08:37 Removing intermediate container 1e11d574db04 02:08:37 ---> 1768d862ecd9 02:08:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:08:37 Removing intermediate container 0752432bf496 02:08:37 ---> d345c3b00bb9 02:08:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:08:37 Removing intermediate container 288a3df2b16b 02:08:37 ---> 59fc8b226a28 02:08:37 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:08:37 Removing intermediate container bc016eca5cb7 02:08:37 ---> e8e2166bb577 02:08:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:08:37 ---> Running in 5dc3baab79cf 02:08:37 ---> Running in 7873ae4a960a 02:08:37 ---> Running in ff94950af1a6 02:08:37 ---> Running in 88dda9860ef5 02:08:37 ---> Running in fff948990130 02:08:37 Removing intermediate container 7873ae4a960a 02:08:37 ---> d679ceebbe92 02:08:37 Step 5/24 : RUN apk add --update --no-cache make git 02:08:37 Removing intermediate container 5dc3baab79cf 02:08:37 ---> cf4be9c23d05 02:08:37 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:08:37 Removing intermediate container 88dda9860ef5 02:08:37 ---> 8ddde71fd082 02:08:37 Step 5/23 : RUN apk add --update --no-cache make git 02:08:37 ---> Running in 62dddd5ee9c5 02:08:37 ---> Running in 5e4e5a552e9f 02:08:37 Removing intermediate container fff948990130 02:08:37 ---> 54408f6bded7 02:08:37 Step 5/26 : RUN apk add --update --no-cache make git 02:08:37 ---> Running in 4b9da2e10ffc 02:08:37 Removing intermediate container ff94950af1a6 02:08:37 ---> e5a8186c78a0 02:08:37 Step 5/32 : RUN apk add --update --no-cache make git 02:08:37 ---> Running in 83e9b84fc9bf 02:08:37 ---> Running in b35e0b238d94 02:08:40 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:08:40 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:08:40 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:08:40 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:08:40 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:08:41 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:08:41 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:08:41 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:08:41 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:08:41 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:08:41 OK: 219 MiB in 52 packages 02:08:41 OK: 219 MiB in 52 packages 02:08:41 OK: 219 MiB in 52 packages 02:08:41 OK: 219 MiB in 52 packages 02:08:42 OK: 219 MiB in 52 packages 02:08:42 Removing intermediate container 4b9da2e10ffc 02:08:42 ---> 9a5ff5701554 02:08:42 Step 6/24 : COPY go.mod . 02:08:42 Removing intermediate container 62dddd5ee9c5 02:08:42 ---> 6d861582a407 02:08:42 Step 6/24 : COPY go.mod . 02:08:43 Removing intermediate container 5e4e5a552e9f 02:08:43 ---> 994b820ca76d 02:08:43 Step 6/23 : COPY go.mod . 02:08:43 ---> 26c75c1eb040 02:08:43 Step 7/24 : RUN go mod download 02:08:43 Removing intermediate container 83e9b84fc9bf 02:08:43 ---> 41a9b065bce4 02:08:43 Step 6/26 : COPY go.mod . 02:08:43 Removing intermediate container b35e0b238d94 02:08:43 ---> 358ae0fc4268 02:08:43 Step 6/32 : COPY go.mod . 02:08:43 ---> 6affbcc1ce46 02:08:43 Step 7/24 : RUN go mod download 02:08:43 ---> Running in 8a2287f32244 02:08:43 ---> Running in db8f1596c794 02:08:43 ---> 313f97247b9d 02:08:43 Step 7/23 : RUN go mod download 02:08:44 ---> 89e2673ed91a 02:08:44 Step 7/26 : RUN go mod download 02:08:44 ---> Running in 414cc1bb386e 02:08:44 ---> 145986fa72d2 02:08:44 Step 7/32 : RUN go mod download 02:08:45 ---> Running in 44b37c73d907 02:08:45 ---> Running in 8efb16798cbc 02:08:49 Removing intermediate container 414cc1bb386e 02:08:49 ---> eedc299fde34 02:08:49 Step 8/23 : COPY . . 02:08:49 Removing intermediate container 44b37c73d907 02:08:49 ---> 25d8dfc15581 02:08:49 Step 8/26 : COPY . . 02:08:49 Removing intermediate container db8f1596c794 02:08:49 ---> 226c00239450 02:08:49 Step 8/24 : COPY . . 02:08:49 Removing intermediate container 8efb16798cbc 02:08:49 ---> 8c5c6a372faf 02:08:49 Step 8/32 : COPY . . 02:08:49 Removing intermediate container 8a2287f32244 02:08:49 ---> 069d7436b40f 02:08:49 Step 8/24 : COPY . . 02:10:05 gofmt -l . 02:10:05 [ "`gofmt -l .`" = "" ] 02:10:07 ./bin/test-go-mod-tidy.sh 02:10:08 ./bin/test-attribution-txt.sh [Pipeline] sh 02:10:11 + ls -al . 02:10:11 total 864 02:10:11 drwxrwxr-x 9 1001 1001 4096 May 13 02:10 . 02:10:11 drwxr-xr-x 4 root root 4096 May 13 02:05 .. 02:10:11 -rw-rw-r-- 1 1001 1001 11 May 13 02:03 .dockerignore 02:10:11 drwxrwxr-x 8 1001 1001 4096 May 13 02:03 .git 02:10:11 drwxrwxr-x 3 1001 1001 4096 May 13 02:03 .github 02:10:11 -rw-rw-r-- 1 1001 1001 818 May 13 02:03 .gitignore 02:10:11 -rw-rw-r-- 1 1001 1001 166 May 13 02:03 .sonarcloud.properties 02:10:11 -rw-rw-r-- 1 1001 1001 8609 May 13 02:03 Attribution.txt 02:10:11 -rw-rw-r-- 1 1001 1001 3804 May 13 02:03 CONTRIBUTING.md 02:10:11 -rw-rw-r-- 1 1001 1001 931 May 13 02:03 Dockerfile.build 02:10:11 -rw-rw-r-- 1 1001 1001 863 May 13 02:03 Jenkinsfile 02:10:11 -rw-rw-r-- 1 1001 1001 10775 May 13 02:03 LICENSE 02:10:11 -rw-rw-r-- 1 1001 1001 5594 May 13 02:03 Makefile 02:10:11 -rw-rw-r-- 1 1001 1001 7978 May 13 02:03 README.md 02:10:11 -rw-rw-r-- 1 1001 1001 6755 May 13 02:03 SECURITY.md 02:10:11 -rw-rw-r-- 1 1001 1001 5 May 13 01:58 VERSION 02:10:11 -rw-rw-r-- 1 1001 1001 4131 May 13 02:03 ZMQWindows.md 02:10:11 drwxrwxr-x 2 1001 1001 4096 May 13 02:03 bin 02:10:11 drwxrwxr-x 14 1001 1001 4096 May 13 02:03 cmd 02:10:11 -rw-r--r-- 1 root root 727486 May 13 02:08 coverage.out 02:10:11 -rw-r--r-- 1 root root 1060 May 13 02:10 go.mod 02:10:11 -rw-r--r-- 1 root root 22101 May 13 02:05 go.sum 02:10:11 drwxrwxr-x 8 1001 1001 4096 May 13 02:03 internal 02:10:11 drwxrwxr-x 4 1001 1001 4096 May 13 02:03 openapi 02:10:11 drwxrwxr-x 4 1001 1001 4096 May 13 02:03 snap 02:10:11 -rw-rw-r-- 1 1001 1001 168 May 13 02:03 version.go [Pipeline] sh 02:10:12 + '[' -e coverage.out ] 02:10:12 + chown 1001:1001 coverage.out [Pipeline] stash 02:10:12 Warning: overwriting stash ‘coverage-report’ 02:10:13 Stashed 1 file(s) [Pipeline] sh 02:10:13 + make build 02:10:13 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 02:10:20 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 02:10:43 ---> 9661d2ce371b 02:10:43 Step 9/26 : RUN go mod tidy 02:10:43 ---> 0a174e06769a 02:10:43 Step 9/23 : RUN go mod tidy 02:10:43 ---> Running in 491ce0830174 02:10:43 ---> Running in c3b45cb016d0 02:10:43 ---> 501d09f8676b 02:10:43 Step 9/32 : RUN go mod tidy 02:10:43 ---> 7160b4666361 02:10:43 Step 9/24 : RUN go mod tidy 02:10:43 ---> 0d12ca7e2c2e 02:10:43 Step 9/24 : RUN go mod tidy 02:10:43 ---> Running in fe23889e2b29 02:10:43 ---> Running in 1f6b9d3eb57c 02:10:43 ---> Running in 7e3303cbc40b 02:10:43 Removing intermediate container 1f6b9d3eb57c 02:10:43 ---> 741e05629b07 02:10:43 Step 10/24 : RUN make cmd/core-metadata/core-metadata 02:10:43 Removing intermediate container c3b45cb016d0 02:10:43 ---> 01d8fb963a1f 02:10:43 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 02:10:43 Removing intermediate container fe23889e2b29 02:10:43 ---> 391f42eaf350 02:10:43 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 02:10:44 Removing intermediate container 491ce0830174 02:10:44 ---> 37d24db14b70 02:10:44 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:10:44 ---> Running in 98ae4256ede4 02:10:44 ---> Running in cbdaddddf233 02:10:44 ---> Running in d7f12f263422 02:10:44 ---> Running in 28353b589b37 02:10:44 Removing intermediate container 7e3303cbc40b 02:10:44 ---> c3d5a2816887 02:10:44 Step 10/24 : RUN make cmd/core-data/core-data 02:10:44 ---> Running in 8a837504ef95 02:10:46 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 02:10:46 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 02:10:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 02:10:46 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 02:10:46 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 02:10:47 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 02:10:49 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 02:10:53 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 02:10:54 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 02:10:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 02:11:03 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 02:11:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 02:11: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 02:11:12 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 02:11:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 02:11:21 $ docker stop --time=1 8643144ef9f93ad64b4c6adbe8027ad42584c95d12c8caf30bd16339b2af41e7 02:11:23 $ docker rm -f 8643144ef9f93ad64b4c6adbe8027ad42584c95d12c8caf30bd16339b2af41e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:11:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:11:25 02:11:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:11:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:11:26 latest: Pulling from edgex-devops/edgex-compose-arm64 02:11:26 29e5d40040c1: Pulling fs layer 02:11:26 1ce36da41761: Pulling fs layer 02:11:26 25b303627fd3: Pulling fs layer 02:11:26 29e5d40040c1: Verifying Checksum 02:11:26 29e5d40040c1: Download complete 02:11:27 1ce36da41761: Verifying Checksum 02:11:27 1ce36da41761: Download complete 02:11:27 29e5d40040c1: Pull complete 02:11:28 1ce36da41761: Pull complete 02:11:28 25b303627fd3: Download complete 02:11:38 25b303627fd3: Pull complete 02:11:38 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 02:11:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:11:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 02:11:39 prd-ubuntu18.04-docker-arm64-4c-16g-4989 does not seem to be running inside a container 02:11:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:11:42 $ docker top 4046dbb3968728be645a33f0d5ce67e69631fef1154081f2a82229159cfb0679 -eo pid,comm [Pipeline] { [Pipeline] sh 02:11:43 + grep parallel+ 02:11:43 docker-compose build --help 02:11:46 --parallel Build images in parallel. [Pipeline] } 02:11:46 $ docker stop --time=1 4046dbb3968728be645a33f0d5ce67e69631fef1154081f2a82229159cfb0679 02:11:48 $ docker rm -f 4046dbb3968728be645a33f0d5ce67e69631fef1154081f2a82229159cfb0679 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:11:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:11:49 . [Pipeline] withDockerContainer 02:11:49 prd-ubuntu18.04-docker-arm64-4c-16g-4989 does not seem to be running inside a container 02:11:49 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:11:51 $ docker top de95eea039dd8b2fad1496a62abc473a64daa07b2462dadd32c561ed66d3199c -eo pid,comm [Pipeline] { [Pipeline] sh 02:11:52 + docker-compose -f ./docker-compose-build.yml build --parallel 02:11:55 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 02:11:56 Building core-command ... 02:11:56 Building core-data ... 02:11:56 Building core-metadata ... 02:11:56 Building security-bootstrapper ... 02:11:56 Building security-proxy-setup ... 02:11:56 Building security-secretstore-setup ... 02:11:56 Building support-notifications ... 02:11:56 Building support-scheduler ... 02:11:56 Building sys-mgmt-agent ... 02:11:56 Building core-command 02:11:56 Building support-scheduler 02:11:56 Building security-proxy-setup 02:11:56 Building security-secretstore-setup 02:11:56 Building support-notifications 02:12:03 Removing intermediate container d7f12f263422 02:12:03 ---> e566899ae103 02:12:03 02:12:03 Step 11/32 : FROM alpine:3.12 02:12:03 3.12: Pulling from library/alpine 02:12:05 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 02:12:05 Status: Downloaded newer image for alpine:3.12 02:12:05 ---> 13621d1b12d4 02:12:05 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 02:12:06 ---> Running in ece73bf6d6c5 02:12:09 Removing intermediate container ece73bf6d6c5 02:12:09 ---> d37f077014fb 02:12:09 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 02:12:09 Removing intermediate container 28353b589b37 02:12:09 ---> 584ce129f7c0 02:12:09 02:12:09 Step 11/26 : FROM alpine:3.12 02:12:09 ---> 13621d1b12d4 02:12:09 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 02:12:10 ---> Running in c8f5d85a9ab6 02:12:10 ---> Running in 593f883d3eaf 02:12:10 Removing intermediate container cbdaddddf233 02:12:10 ---> a25680485e6e 02:12:10 02:12:10 Step 11/23 : FROM alpine:3.12 02:12:10 ---> 13621d1b12d4 02:12:10 Step 12/23 : RUN apk add --update --no-cache dumb-init 02:12:12 ---> Running in eaa46e4f6c85 02:12:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:12:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:12:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:12:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:12:13 (1/2) Installing dumb-init (1.2.2-r1) 02:12:13 (2/2) Installing su-exec (0.2-r1) 02:12:13 (1/6) Installing ca-certificates (20191127-r4) 02:12:14 Executing busybox-1.31.1-r20.trigger 02:12:14 OK: 6 MiB in 16 packages 02:12:14 (2/6) Installing nghttp2-libs (1.41.0-r0) 02:12:14 (3/6) Installing libcurl (7.76.1-r0) 02:12:14 (4/6) Installing curl (7.76.1-r0) 02:12:15 (5/6) Installing dumb-init (1.2.2-r1) 02:12:15 (6/6) Installing su-exec (0.2-r1) 02:12:15 Executing busybox-1.31.1-r20.trigger 02:12:15 Executing ca-certificates-20191127-r4.trigger 02:12:15 OK: 7 MiB in 20 packages 02:12:15 Removing intermediate container 98ae4256ede4 02:12:15 ---> 414a7fe617ed 02:12:15 02:12:15 Step 11/24 : FROM alpine:3.12 02:12:15 ---> 13621d1b12d4 02:12:15 Step 12/24 : RUN apk add --update --no-cache dumb-init 02:12:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:12:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:12:16 (1/1) Installing dumb-init (1.2.2-r1) 02:12:16 Executing busybox-1.31.1-r20.trigger 02:12:16 OK: 6 MiB in 15 packages 02:12:16 ---> Running in 102b03c58cbc 02:12:17 Removing intermediate container 8a837504ef95 02:12:17 ---> caf073446f94 02:12:17 02:12:17 Step 11/24 : FROM alpine:3.12 02:12:17 ---> 13621d1b12d4 02:12:17 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:12:17 ---> Running in c0d1f0144f8f 02:12:17 Removing intermediate container c8f5d85a9ab6 02:12:17 ---> 18c2454e0424 02:12:17 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 02:12:18 Removing intermediate container 593f883d3eaf 02:12:18 ---> 54190d90a036 02:12:18 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:12:18 Removing intermediate container c0d1f0144f8f 02:12:18 ---> e735783c63e2 02:12:18 Step 13/24 : ENV APP_PORT=48080 02:12:18 ---> Running in 5aba62c239c1 02:12:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:12:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:12:18 ---> Running in ce3d24460f6d 02:12:18 ---> Running in 287bd3588e49 02:12:18 Removing intermediate container eaa46e4f6c85 02:12:18 ---> cef351f423de 02:12:18 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:12:18 (1/1) Installing dumb-init (1.2.2-r1) 02:12:18 Executing busybox-1.31.1-r20.trigger 02:12:18 OK: 6 MiB in 15 packages 02:12:18 ---> Running in dff6129192b6 02:12:18 Removing intermediate container 5aba62c239c1 02:12:18 ---> ee0719edff68 02:12:18 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 02:12:18 Removing intermediate container ce3d24460f6d 02:12:18 ---> e6351238bd40 02:12:18 Step 14/26 : WORKDIR / 02:12:18 ---> Running in 1a9107a4a680 02:12:18 Removing intermediate container 287bd3588e49 02:12:18 ---> 008083f9ca68 02:12:18 Step 14/24 : EXPOSE $APP_PORT 02:12:19 ---> Running in cb1b2bd5a2db 02:12:19 Removing intermediate container dff6129192b6 02:12:19 ---> ea4b97d7dafd 02:12:19 Step 14/23 : ENV APP_PORT=48085 02:12:19 ---> Running in 6774c17ea7b8 02:12:19 ---> Running in 0e2c767e0ee3 02:12:19 Removing intermediate container 1a9107a4a680 02:12:19 ---> 20fee2917ca8 02:12:19 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 02:12:19 Removing intermediate container cb1b2bd5a2db 02:12:19 ---> 9ab3489711e1 02:12:19 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:12:19 Removing intermediate container 6774c17ea7b8 02:12:19 ---> 8348b88dee89 02:12:19 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:12:19 Removing intermediate container 102b03c58cbc 02:12:19 ---> cc0de9b3b086 02:12:19 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:12:19 ---> Running in 547c0ee7d999 02:12:20 Removing intermediate container 0e2c767e0ee3 02:12:20 ---> 9f528d1c7253 02:12:20 Step 15/23 : EXPOSE $APP_PORT 02:12:20 ---> Running in eb7730d89d41 02:12:20 ---> Running in e998e12850f0 02:12:20 ---> Running in 3128a025669c 02:12:20 ---> abe948772b31 02:12:20 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:12:21 Removing intermediate container e998e12850f0 02:12:21 ---> 46aa4f2ebfa1 02:12:21 Step 14/24 : ENV APP_PORT=48081 02:12:21 Removing intermediate container 3128a025669c 02:12:21 ---> f0171e4d8dfd 02:12:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:12:21 ---> a4e297859141 02:12:21 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:12:21 ---> Running in a29f9d357d33 02:12:22 Removing intermediate container a29f9d357d33 02:12:22 ---> 9c788090f048 02:12:22 Step 15/24 : EXPOSE $APP_PORT 02:12:22 ---> 0cfec3ccca10 02:12:22 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 02:12:22 ---> 4d1b618c7b73 02:12:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:12:22 ---> Running in bcefb8edc624 02:12:22 Removing intermediate container bcefb8edc624 02:12:22 ---> edcf20079ef7 02:12:22 Step 16/24 : WORKDIR / 02:12:23 ---> 12245851e22f 02:12:23 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:12:23 ---> Running in c67ca658acf0 02:12:23 Removing intermediate container eb7730d89d41 02:12:23 ---> 2256f841c3f0 02:12:23 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 02:12:23 Removing intermediate container 547c0ee7d999 02:12:23 ---> 471a5176d6a8 02:12:23 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 02:12:23 ---> ca23d71c6ee3 02:12:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:12:24 ---> Running in ae6724941962 02:12:24 ---> Running in b06001635b2a 02:12:24 Removing intermediate container c67ca658acf0 02:12:24 ---> 11a47de7bc4d 02:12:24 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 02:12:24 ---> c2172f5fc964 02:12:24 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:12:24 ---> 9e466cb8e076 02:12:24 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 02:12:24 Removing intermediate container ae6724941962 02:12:24 ---> 9edfe5742cf1 02:12:24 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 02:12:25 ---> ae74a94bc2ec 02:12:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:12:25 ---> Running in 7d74b960f7e2 02:12:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:12:25 ---> 678bf63bb9f5 02:12:25 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 02:12:25 Removing intermediate container 7d74b960f7e2 02:12:25 ---> 076cc5c6629c 02:12:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:12:25 ---> Running in 7d38f8eb0e41 02:12:25 ---> 899851b2a1b6 02:12:25 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:12:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:12:26 ---> Running in fd800eec7b05 02:12:26 ---> c24705a22ee7 02:12:26 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:12:26 ---> 8f2f74730eac 02:12:26 Step 22/26 : 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/ 02:12:26 ---> Running in 6632ed1883ef 02:12:26 Removing intermediate container fd800eec7b05 02:12:26 ---> b0921847c979 02:12:26 Step 21/23 : LABEL arch=x86_64 02:12:26 (1/6) Installing dumb-init (1.2.2-r1) 02:12:26 ---> Running in 5c00819eada2 02:12:26 (2/6) Installing libgcc (9.3.0-r2) 02:12:26 (3/6) Installing libsodium (1.0.18-r0) 02:12:26 ---> 12ebf9c214c0 02:12:26 Step 20/24 : ENTRYPOINT ["/core-metadata"] 02:12:26 (4/6) Installing libstdc++ (9.3.0-r2) 02:12:26 ---> Running in e9486508b29a 02:12:27 Removing intermediate container 5c00819eada2 02:12:27 ---> 0691b8fe65a2 02:12:27 Step 22/23 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:12:27 ---> Running in 798d463d98ef 02:12:27 Removing intermediate container e9486508b29a 02:12:27 ---> 732570b3855f 02:12:27 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:12:27 ---> Running in feba5cfdc4a9 02:12:27 (5/6) Installing libzmq (4.3.3-r0) 02:12:27 Removing intermediate container 798d463d98ef 02:12:27 ---> 19d7459f41e6 02:12:27 Step 23/23 : LABEL version=0.0.0 02:12:27 (6/6) Installing zeromq (4.3.3-r0) 02:12:27 Executing busybox-1.31.1-r20.trigger 02:12:27 OK: 8 MiB in 20 packages 02:12:27 ---> Running in 814fd38473e0 02:12:28 Removing intermediate container 7d38f8eb0e41 02:12:28 ---> aa1a2fcd420c 02:12:28 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 02:12:28 Removing intermediate container feba5cfdc4a9 02:12:28 ---> 51dca7f62cd9 02:12:28 Step 22/24 : LABEL arch=x86_64 02:12:28 ---> Running in 59f9002fbfd6 02:12:28 Removing intermediate container 6632ed1883ef 02:12:28 ---> 126d6221b5d1 02:12:28 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 02:12:28 Removing intermediate container 814fd38473e0 02:12:28 ---> 03cb31b13ec6 02:12:28 02:12:28 ---> Running in 722c87a2ba03 02:12:29 ---> 8318b6b363ca 02:12:29 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:12:29 Removing intermediate container 59f9002fbfd6 02:12:29 ---> 205b9aa6b70f 02:12:29 Step 23/24 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:12:29 Removing intermediate container b06001635b2a 02:12:29 ---> 51acf6b6df37 02:12:29 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 02:12:29 ---> Running in 8a1241fc3a66 02:12:29 Removing intermediate container 722c87a2ba03 02:12:29 ---> b8c1c66deee7 02:12:29 Step 24/26 : LABEL arch=x86_64 02:12:29 Successfully built 03cb31b13ec6 02:12:29 Successfully tagged support-scheduler:latest 02:12:29 ---> Running in ad514f0d0eb1 02:12:29  Building support-scheduler ... done Building support-notifications 02:12:29 Removing intermediate container 8a1241fc3a66 02:12:29 ---> 82deb1842d36 02:12:29 Step 24/24 : LABEL version=0.0.0 02:12:29 ---> dba276701d50 02:12:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:12:29 ---> Running in 2fe4813c5903 02:12:30 ---> e49f7a1df969 02:12:30 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:12:30 Removing intermediate container ad514f0d0eb1 02:12:30 ---> a235bf62adf4 02:12:30 Step 25/26 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:12:30 ---> Running in b1f218f08b33 02:12:30 Removing intermediate container 2fe4813c5903 02:12:30 ---> a9728398ef51 02:12:30 02:12:31 ---> 5243552c3262 02:12:31 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:12:31 Removing intermediate container b1f218f08b33 02:12:31 ---> c6a9a1b21591 02:12:31 Step 26/26 : LABEL version=0.0.0 02:12:31 Successfully built a9728398ef51 02:12:31 Successfully tagged core-metadata:latest 02:12:31 Building security-proxy-setup 02:12:31  Building core-metadata ... done  ---> Running in cc19759d8d30 02:12:31 ---> 465c82ecde3d 02:12:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:12:31 ---> 0c6f063f9cdf 02:12:31 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 02:12:32 Removing intermediate container cc19759d8d30 02:12:32 ---> 23adc5d330e2 02:12:32 02:12:33 Successfully built 23adc5d330e2 02:12:34 Successfully tagged security-secretstore-setup:latest 02:12:34  Building security-secretstore-setup ... done Building sys-mgmt-agent 02:12:34 ---> d768e7367009 02:12:34 Step 20/24 : ENTRYPOINT ["/core-data"] 02:12:35 ---> df7a612d35bf 02:12:35 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 02:12:35 ---> Running in abafdf3115db 02:12:36 ---> Running in c6db6c31dcdc 02:12:36 Removing intermediate container abafdf3115db 02:12:36 ---> 5642e5dd7bc1 02:12:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:12:36 ---> Running in e26c0223f9a4 02:12:36 Removing intermediate container c6db6c31dcdc 02:12:36 ---> 3e60a26e383c 02:12:36 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:12:36 Removing intermediate container e26c0223f9a4 02:12:36 ---> e6ae19702bea 02:12:36 Step 22/24 : LABEL arch=x86_64 02:12:39 ---> Running in aa02bfe72b5a 02:12:39 ---> bb11d671f3b1 02:12:39 Step 27/32 : RUN chmod +x /entrypoint.sh 02:12:39 ---> Running in 3260f7043e9c 02:12:39 Removing intermediate container aa02bfe72b5a 02:12:39 ---> 5447df413416 02:12:39 Step 23/24 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:12:39 ---> Running in b2a42cb113ea 02:12:40 Removing intermediate container b2a42cb113ea 02:12:40 ---> 5c14dc4dfa62 02:12:40 Step 24/24 : LABEL version=0.0.0 02:12:40 ---> Running in 055ae36ff287 02:12:41 Removing intermediate container 055ae36ff287 02:12:41 ---> a8bb0e13310e 02:12:41 02:12:42 Successfully built a8bb0e13310e 02:12:42 Successfully tagged core-data:latest 02:12:42 Building core-command 02:12:44  Building core-data ... done Removing intermediate container 3260f7043e9c 02:12:44 ---> 009ce678a657 02:12:44 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 02:12:44 ---> Running in 7119d775f07f 02:12:44 Removing intermediate container 7119d775f07f 02:12:44 ---> 1d6cf4c88b3c 02:12:44 Step 29/32 : CMD ["gate"] 02:12:45 ---> Running in 8acc05818900 02:12:46 Removing intermediate container 8acc05818900 02:12:46 ---> 66b4f6ba11eb 02:12:46 Step 30/32 : LABEL arch=x86_64 02:12:46 ---> Running in 97f9b6c326de 02:12:47 Removing intermediate container 97f9b6c326de 02:12:47 ---> 050ee938dabb 02:12:47 Step 31/32 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:12:47 ---> Running in d11b9a206088 02:12:48 Removing intermediate container d11b9a206088 02:12:48 ---> 7f4d56a0f2fb 02:12:48 Step 32/32 : LABEL version=0.0.0 02:12:48 ---> Running in d90bf729b7c0 02:12:49 Removing intermediate container d90bf729b7c0 02:12:49 ---> 68f079ce8c21 02:12:49 02:12:50 Successfully built 68f079ce8c21 02:12:50 Successfully tagged security-bootstrapper:latest 02:13:18 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:13:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:13:18 ---> 03e07f319055 02:13:18 Step 3/26 : WORKDIR /edgex-go 02:13:18 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:13:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:13:18 ---> 03e07f319055 02:13:18 Step 3/23 : WORKDIR /edgex-go 02:13:18 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:13:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:13:18 ---> 03e07f319055 02:13:18 Step 3/23 : WORKDIR /edgex-go 02:13:18 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:13:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:13:18 ---> 03e07f319055 02:13:18 Step 3/22 : WORKDIR /edgex-go 02:13:18 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:13:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:13:18 ---> 03e07f319055 02:13:18 Step 3/24 : WORKDIR /edgex-go 02:13:18 ---> Running in 02d673be16bc 02:13:18 ---> Running in 48a51589f215 02:13:18 ---> Running in af813315a287 02:13:18 ---> Running in f8e4dd0f3755 02:13:18 ---> Running in b159e290c169 02:13:18 Removing intermediate container 02d673be16bc 02:13:18 ---> 9d9ba4dae742 02:13:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:13:18 ---> Running in 4165a74cea06 02:13:18 Removing intermediate container f8e4dd0f3755 02:13:18 ---> 70fc33af090e 02:13:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:13:18 Removing intermediate container b159e290c169 02:13:18 Removing intermediate container 48a51589f215 02:13:18 ---> 2be5ca2d691a 02:13:18 ---> 60525102f292 02:13:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:13:18 02:13:18 Removing intermediate container af813315a287 02:13:18 ---> 120188b17e0a 02:13:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:13:18 ---> Running in a1c362ebcba4 02:13:18 ---> Running in 6b7864de9487 02:13:18 ---> Running in 01cf95378197 02:13:18 ---> Running in 85baa3dbf34d 02:13:18 Removing intermediate container 4165a74cea06 02:13:18 ---> cf48a3298af3 02:13:18 Step 5/23 : RUN apk add --update --no-cache make git 02:13:18 ---> Running in 0085e1a951db 02:13:18 Removing intermediate container a1c362ebcba4 02:13:18 ---> 7c6b91acc937 02:13:18 Step 5/26 : RUN apk add --update --no-cache make git 02:13:18 Removing intermediate container 6b7864de9487 02:13:18 ---> 2caaff6cf3a3 02:13:18 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 02:13:18 ---> Running in 727f50487784 02:13:18 ---> Running in 2b56c0245ee0 02:13:18 Removing intermediate container 85baa3dbf34d 02:13:18 ---> 377c3c6586af 02:13:18 Step 5/24 : RUN apk add --update --no-cache make git 02:13:18 Removing intermediate container 01cf95378197 02:13:18 ---> 26bae6ca9ad1 02:13:18 Step 5/22 : RUN apk add --update --no-cache make git 02:13:18 ---> Running in 39032ce08343 02:13:18 ---> Running in 01ff3a4170f9 02:13:18  Building security-bootstrapper ... done Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:13:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:13:18 ---> e31f8776f20a 02:13:18 Step 3/22 : WORKDIR /edgex-go 02:13:18 ---> Using cache 02:13:18 ---> e8e2166bb577 02:13:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:13:18 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:13:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:13:18 ---> e31f8776f20a 02:13:18 Step 3/23 : WORKDIR /edgex-go 02:13:18 ---> Using cache 02:13:18 ---> e8e2166bb577 02:13:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:13:18 ---> Using cache 02:13:18 ---> 54408f6bded7 02:13:18 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 02:13:18 ---> Using cache 02:13:18 ---> 54408f6bded7 02:13:18 Step 5/22 : RUN apk add --update --no-cache make git 02:13:18 ---> Using cache 02:13:18 ---> 41a9b065bce4 02:13:18 Step 6/22 : COPY go.mod . 02:13:18 ---> Using cache 02:13:18 ---> 89e2673ed91a 02:13:18 Step 7/22 : RUN go mod download 02:13:18 ---> Using cache 02:13:18 ---> 25d8dfc15581 02:13:18 Step 8/22 : COPY . . 02:13:18 ---> Using cache 02:13:18 ---> 9661d2ce371b 02:13:18 Step 9/22 : RUN go mod tidy 02:13:18 ---> Using cache 02:13:18 ---> 37d24db14b70 02:13:18 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:13:18 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:13:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:13:18 ---> e31f8776f20a 02:13:18 Step 3/24 : WORKDIR /edgex-go 02:13:18 ---> Using cache 02:13:18 ---> e8e2166bb577 02:13:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:13:18 ---> Using cache 02:13:18 ---> 54408f6bded7 02:13:18 Step 5/24 : RUN apk add --update --no-cache make bash git 02:13:18 ---> Running in f37118ba0cb2 02:13:18 ---> Running in 3da8e5e61b49 02:13:18 ---> Running in 4988d0a552ef 02:13:18 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:13:19 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:13:19 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:13:19 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:13:19 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:13:19 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:13:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:13:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:13:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:13:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:13:20 OK: 218 MiB in 52 packages 02:13:21 OK: 218 MiB in 52 packages 02:13:21 OK: 218 MiB in 52 packages 02:13:21 OK: 218 MiB in 52 packages 02:13:21 OK: 218 MiB in 52 packages 02:13:23 Removing intermediate container 0085e1a951db 02:13:23 ---> d2b0b2a7ad8a 02:13:23 Step 6/23 : COPY go.mod . 02:13:23 Removing intermediate container 727f50487784 02:13:23 ---> 0e2d9a006cd7 02:13:23 Step 6/26 : COPY go.mod . 02:13:23 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 02:13:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:13:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:13:23 Removing intermediate container 2b56c0245ee0 02:13:23 ---> bcc2c7b22054 02:13:23 Step 6/23 : COPY go.mod . 02:13:23 Removing intermediate container 39032ce08343 02:13:23 ---> 7aaf0c29711c 02:13:23 Step 6/24 : COPY go.mod . 02:13:23 Removing intermediate container 01ff3a4170f9 02:13:23 ---> 9626ff80ed12 02:13:23 Step 6/22 : COPY go.mod . 02:13:23 ---> 4885119d84c7 02:13:23 Step 7/23 : RUN go mod download 02:13:23 ---> 34e3ead5dba1 02:13:23 Step 7/26 : RUN go mod download 02:13:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:13:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:13:24 ---> Running in 37caa237dbc2 02:13:24 ---> Running in ef2e2040478b 02:13:24 ---> 7f460cf79820 02:13:24 Step 7/23 : RUN go mod download 02:13:24 OK: 219 MiB in 52 packages 02:13:24 OK: 219 MiB in 52 packages 02:13:24 ---> Running in 6b4c7c3760c1 02:13:24 ---> 361b642d6eba 02:13:24 Step 7/24 : RUN go mod download 02:13:24 ---> 8a11b285e49c 02:13:24 Step 7/22 : RUN go mod download 02:13:25 ---> Running in fc3f0b1fa78b 02:13:25 ---> Running in d512c0abebb7 02:13:29 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:13:29 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:13:29 ---> e31f8776f20a 02:13:29 Step 3/24 : WORKDIR /edgex-go 02:13:29 ---> Using cache 02:13:29 ---> e8e2166bb577 02:13:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:13:29 ---> Using cache 02:13:29 ---> 54408f6bded7 02:13:29 Step 5/24 : RUN apk add --update --no-cache make git 02:13:29 ---> Using cache 02:13:29 ---> 41a9b065bce4 02:13:29 Step 6/24 : COPY go.mod . 02:13:29 ---> Using cache 02:13:29 ---> 89e2673ed91a 02:13:29 Step 7/24 : RUN go mod download 02:13:29 ---> Using cache 02:13:29 ---> 25d8dfc15581 02:13:29 Step 8/24 : COPY . . 02:13:29 ---> Using cache 02:13:29 ---> 9661d2ce371b 02:13:29 Step 9/24 : RUN go mod tidy 02:13:29 ---> Using cache 02:13:29 ---> 37d24db14b70 02:13:29 Step 10/24 : RUN make cmd/core-command/core-command 02:13:29 Removing intermediate container 37caa237dbc2 02:13:29 ---> 9a0f5bee6d2f 02:13:29 Step 8/23 : COPY . . 02:13:29 Removing intermediate container ef2e2040478b 02:13:29 ---> fb006d3b5997 02:13:29 Step 8/26 : COPY . . 02:13:29 Removing intermediate container d512c0abebb7 02:13:29 ---> a83297671217 02:13:29 Step 8/22 : COPY . . 02:13:29 Removing intermediate container 6b4c7c3760c1 02:13:29 ---> f65fc9e324df 02:13:29 Step 8/23 : COPY . . 02:13:29 Removing intermediate container fc3f0b1fa78b 02:13:29 ---> 6956975ad1ea 02:13:29 Step 8/24 : COPY . . 02:13:29 ---> Running in 2364a7dd6010 02:13:30 Removing intermediate container f37118ba0cb2 02:13:30 ---> 6b450a7477a1 02:13:30 Step 6/23 : COPY go.mod . 02:13:30 Removing intermediate container 3da8e5e61b49 02:13:30 ---> 2176afbda7da 02:13:30 Step 6/24 : COPY go.mod . 02:13:31 ---> 002f5056104f 02:13:31 Step 7/23 : RUN go mod download 02:13:31 ---> 47581863ee5b 02:13:31 Step 7/24 : RUN go mod download 02:13:31 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 02:13:31 ---> Running in 2deef27f4ead 02:13:31 ---> Running in 8d798d60a086 02:13:37 Removing intermediate container 8d798d60a086 02:13:37 ---> 52094a7672fd 02:13:37 Step 8/24 : COPY . . 02:13:37 Removing intermediate container 2deef27f4ead 02:13:37 ---> 85959a46977a 02:13:37 Step 8/23 : COPY . . 02:13:56 ---> 6ba6a87a2be8 02:13:56 Step 9/22 : RUN go mod tidy 02:13:56 ---> a249bde9f272 02:13:56 Step 9/23 : RUN go mod tidy 02:13:56 ---> e9a77c6a0d3e 02:13:56 Step 9/26 : RUN go mod tidy 02:13:56 ---> 76d6b4d3753c 02:13:56 Step 9/24 : RUN go mod tidy 02:13:56 ---> 110223720b3d 02:13:56 Step 9/23 : RUN go mod tidy 02:13:56 ---> Running in dba514ddf576 02:13:56 ---> Running in 4d804d99a182 02:13:56 ---> Running in d7808bb7f13e 02:13:56 ---> Running in df3bc19b2b85 02:13:56 ---> Running in 310682598eaa 02:14:01 Removing intermediate container dba514ddf576 02:14:01 ---> 871425e0e80d 02:14:01 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:14:01 ---> Running in e7b68caa40aa 02:14:01 Removing intermediate container d7808bb7f13e 02:14:01 ---> 13097ec3b30d 02:14:01 Step 10/23 : RUN make cmd/support-notifications/support-notifications 02:14:01 Removing intermediate container 4d804d99a182 02:14:01 ---> 80e60195de6b 02:14:01 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:14:02 ---> Running in 336312e541d2 02:14:02 Removing intermediate container df3bc19b2b85 02:14:02 ---> 6a861a67f5e7 02:14:02 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 02:14:02 ---> Running in af49e8d18be2 02:14:02 ---> Running in 6ddba1045384 02:14:02 Removing intermediate container 310682598eaa 02:14:02 ---> 925adb1c3648 02:14:02 Step 10/24 : RUN make cmd/core-command/core-command 02:14:03 ---> Running in 6b837902c4e2 02:14:03 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 02:14: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 02:14:04 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 02:14:05 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 02:14:05 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 02:14:11 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 02:14:30 Removing intermediate container 2364a7dd6010 02:14:30 ---> db58da2924c3 02:14:30 02:14:30 Step 11/24 : FROM alpine:3.12 02:14:30 ---> 13621d1b12d4 02:14:30 Step 12/24 : RUN apk add --update --no-cache dumb-init 02:14:30 ---> Using cache 02:14:30 ---> cc0de9b3b086 02:14:30 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:14:30 ---> Using cache 02:14:30 ---> 46aa4f2ebfa1 02:14:30 Step 14/24 : ENV APP_PORT=48082 02:14:31 ---> Running in 41dfc20d02c8 02:14:33 Removing intermediate container 41dfc20d02c8 02:14:33 ---> 8b3251f33b5d 02:14:33 Step 15/24 : EXPOSE $APP_PORT 02:14:33 ---> Running in 4c73bdf81027 02:14:35 Removing intermediate container 4c73bdf81027 02:14:35 ---> e7c625a862b8 02:14:35 Step 16/24 : WORKDIR / 02:14:36 ---> Running in ab44a3109482 02:14:38 ---> 836ceb329400 02:14:38 Step 9/23 : RUN go mod tidy 02:14:39 Removing intermediate container ab44a3109482 02:14:39 ---> 380de1005d96 02:14:39 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 02:14:39 ---> Running in e75fbf7cbaf8 02:14:39 ---> d7ff7b228367 02:14:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:14:40 ---> e9586952dfa8 02:14:40 Step 9/24 : RUN go mod tidy 02:14:40 Removing intermediate container 4988d0a552ef 02:14:40 ---> 624c8f1ec0bd 02:14:40 02:14:40 Step 11/22 : FROM alpine:3.12 02:14:40 ---> 13621d1b12d4 02:14:40 Step 12/22 : RUN apk add --update --no-cache curl 02:14:40 ---> Running in c25631972ca8 02:14:40 ---> Running in f3fae28d5e69 02:14:41 ---> 1cb497af6e88 02:14:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:14:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:14:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:14:42 ---> feb76ff29633 02:14:42 Step 20/24 : ENTRYPOINT ["/core-command"] 02:14:42 (1/4) Installing ca-certificates (20191127-r4) 02:14:42 ---> Running in 86f9c20d0828 02:14:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:14:42 (3/4) Installing libcurl (7.76.1-r0) 02:14:42 (4/4) Installing curl (7.76.1-r0) 02:14:42 Executing busybox-1.31.1-r20.trigger 02:14:42 Executing ca-certificates-20191127-r4.trigger 02:14:42 OK: 7 MiB in 18 packages 02:14:42 Removing intermediate container 86f9c20d0828 02:14:42 ---> ac38bfdd9c68 02:14:42 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:14:42 ---> Running in d5163d207103 02:14:43 Removing intermediate container d5163d207103 02:14:43 ---> 9037f80ec943 02:14:43 Step 22/24 : LABEL arch=x86_64 02:14:43 ---> Running in e0633f7e9d75 02:14:43 Removing intermediate container f3fae28d5e69 02:14:43 ---> c87d78b7ad67 02:14:43 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:14:44 ---> Running in 1065cc8152a4 02:14:44 Removing intermediate container e0633f7e9d75 02:14:44 ---> 68fc657c1d07 02:14:44 Step 23/24 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:14:44 ---> Running in a4fbe19c9b11 02:14:44 Removing intermediate container 1065cc8152a4 02:14:44 ---> 1c0d0d7d21a5 02:14:44 Step 14/22 : WORKDIR /edgex 02:14:45 ---> Running in 298bdd3ae514 02:14:45 Removing intermediate container a4fbe19c9b11 02:14:45 ---> 58cb69ef78f1 02:14:45 Step 24/24 : LABEL version=0.0.0 02:14:45 ---> Running in caa88e28eaeb 02:14:45 Removing intermediate container 298bdd3ae514 02:14:45 ---> d7e10046a6ea 02:14:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:14:45 Removing intermediate container caa88e28eaeb 02:14:45 ---> fa642e47ae05 02:14:45 02:14:45 ---> c815d49a8cd9 02:14:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:14:46 Successfully built fa642e47ae05 02:14:46 Successfully tagged core-command:latest 02:14:46  Building core-command ... done Removing intermediate container c25631972ca8 02:14:46 ---> 1b9bcf9d029b 02:14:46 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:14:46 Removing intermediate container e75fbf7cbaf8 02:14:46 ---> b673b297c65c 02:14:46 Step 10/23 : RUN make cmd/support-notifications/support-notifications 02:14:46 ---> Running in 0df986e38e54 02:14:46 ---> Running in 000f453ac88c 02:14:46 ---> bfbf992a2a5f 02:14:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:14:47 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 02:14:47 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 02:14:48 ---> 59923ccf05b6 02:14:48 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:14:48 ---> Running in d9ef94a955a6 02:14:48 Removing intermediate container d9ef94a955a6 02:14:48 ---> 251f3fe264a9 02:14:48 Step 19/22 : CMD ["--init=true"] 02:14:48 ---> Running in 75e70f0d974e 02:14:49 Removing intermediate container 75e70f0d974e 02:14:49 ---> 62d8c2657c64 02:14:49 Step 20/22 : LABEL arch=x86_64 02:14:49 ---> Running in 4054db268e8c 02:14:50 Removing intermediate container 4054db268e8c 02:14:50 ---> 22d2cfa3f9c3 02:14:50 Step 21/22 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:14:50 ---> Running in 9b217ed4af59 02:14:51 Removing intermediate container 9b217ed4af59 02:14:51 ---> 292928a41c03 02:14:51 Step 22/22 : LABEL version=0.0.0 02:14:51 ---> Running in 0e2caf3c7436 02:14:51 Removing intermediate container 0e2caf3c7436 02:14:51 ---> fa66b1300e1e 02:14:51 02:14:51 Successfully built fa66b1300e1e 02:14:51 Successfully tagged security-proxy-setup:latest 02:15:24  Building security-proxy-setup ... done Removing intermediate container 0df986e38e54 02:15:24 ---> c9f7bb550cb9 02:15:24 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:15:24 ---> Running in b4ca1058db0e 02:15:24 Removing intermediate container 000f453ac88c 02:15:24 ---> 17e036647c02 02:15:24 02:15:24 Step 11/23 : FROM alpine:3.12 02:15:24 ---> 13621d1b12d4 02:15:24 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 02:15:24 ---> Running in e66cd80b3b1b 02:15:24 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 02:15:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:15:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:15:24 (1/2) Installing ca-certificates (20191127-r4) 02:15:24 (2/2) Installing dumb-init (1.2.2-r1) 02:15:24 Executing busybox-1.31.1-r20.trigger 02:15:24 Executing ca-certificates-20191127-r4.trigger 02:15:24 OK: 6 MiB in 16 packages 02:15:26 Removing intermediate container e66cd80b3b1b 02:15:26 ---> a47e3afa55cc 02:15:26 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:15:26 Removing intermediate container b4ca1058db0e 02:15:26 ---> d55d2a65175d 02:15:26 02:15:26 Step 12/24 : FROM docker:20.10.0 02:15:26 ---> Running in a5d85b00d0a7 02:15:26 20.10.0: Pulling from library/docker 02:15:26 Removing intermediate container a5d85b00d0a7 02:15:26 ---> 767bed4cbdc9 02:15:26 Step 14/23 : ENV APP_PORT=48060 02:15:26 ---> Running in 356d66d5b190 02:15:27 Removing intermediate container 356d66d5b190 02:15:27 ---> b1f56fb51b6a 02:15:27 Step 15/23 : EXPOSE $APP_PORT 02:15:27 ---> Running in 8d2777b2fb32 02:15:28 Removing intermediate container 8d2777b2fb32 02:15:28 ---> 7701c1f34f42 02:15:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:15:28 ---> 4dd994a78868 02:15:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:15:31 ---> 3523894efcb0 02:15:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:15:31 ---> a7530aad4fb9 02:15:31 Step 19/23 : ENTRYPOINT ["/support-notifications"] 02:15:32 ---> Running in efd06c884971 02:15:33 Removing intermediate container efd06c884971 02:15:33 ---> 5fa2119ffadc 02:15:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:15:33 ---> Running in 70de76aec1db 02:15:34 Removing intermediate container 70de76aec1db 02:15:34 ---> ca8d0653733b 02:15:34 Step 21/23 : LABEL arch=x86_64 02:15:34 ---> Running in eac631ed22d5 02:15:35 Removing intermediate container eac631ed22d5 02:15:35 ---> 351ebba20a53 02:15:35 Step 22/23 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:15:35 ---> Running in a361cda6bec5 02:15:35 Removing intermediate container a361cda6bec5 02:15:35 ---> 61e687b7c9ac 02:15:35 Step 23/23 : LABEL version=0.0.0 02:15:36 ---> Running in 6694f5f8020f 02:15:36 Removing intermediate container 6694f5f8020f 02:15:36 ---> 75a8fde7e9ca 02:15:36 02:15:36 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:15:36 Status: Downloaded newer image for docker:20.10.0 02:15:36 ---> aefe523efa57 02:15:36 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 02:15:36 ---> Running in 3e290034dce5 02:15:36 Successfully built 75a8fde7e9ca 02:15:36 Successfully tagged support-notifications:latest 02:15:37  Building support-notifications ... done Removing intermediate container 3e290034dce5 02:15:37 ---> 615424dabcc4 02:15:37 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 02:15:37 ---> Running in 3067e65b9f57 02:15:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:15:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:15:38 (1/39) Installing readline (8.0.4-r0) 02:15:38 (2/39) Installing bash (5.0.17-r0) 02:15:38 Executing bash-5.0.17-r0.post-install 02:15:38 (3/39) Installing nghttp2-libs (1.41.0-r0) 02:15:38 (4/39) Installing libcurl (7.76.1-r0) 02:15:38 (5/39) Installing curl (7.76.1-r0) 02:15:38 (6/39) Installing dumb-init (1.2.2-r1) 02:15:38 (7/39) Installing libbz2 (1.0.8-r1) 02:15:38 (8/39) Installing expat (2.2.9-r1) 02:15:38 (9/39) Installing libffi (3.3-r2) 02:15:38 (10/39) Installing gdbm (1.13-r1) 02:15:38 (11/39) Installing xz-libs (5.2.5-r0) 02:15:38 (12/39) Installing sqlite-libs (3.32.1-r0) 02:15:38 (13/39) Installing python3 (3.8.10-r0) 02:15:40 (14/39) Installing py3-appdirs (1.4.4-r1) 02:15:40 (15/39) Installing py3-ordered-set (4.0.1-r0) 02:15:40 (16/39) Installing py3-parsing (2.4.7-r0) 02:15:40 (17/39) Installing py3-six (1.15.0-r0) 02:15:40 (18/39) Installing py3-packaging (20.4-r0) 02:15:40 (19/39) Installing py3-setuptools (47.0.0-r0) 02:15:40 (20/39) Installing py3-chardet (3.0.4-r4) 02:15:40 (21/39) Installing py3-idna (2.9-r0) 02:15:40 (22/39) Installing py3-certifi (2020.4.5.1-r0) 02:15:40 (23/39) Installing py3-urllib3 (1.25.9-r0) 02:15:40 (24/39) Installing py3-requests (2.23.0-r0) 02:15:40 (25/39) Installing py3-msgpack (1.0.0-r0) 02:15:40 (26/39) Installing py3-lockfile (0.12.2-r3) 02:15:40 (27/39) Installing py3-cachecontrol (0.12.6-r0) 02:15:40 (28/39) Installing py3-colorama (0.4.3-r0) 02:15:40 (29/39) Installing py3-distlib (0.3.0-r0) 02:15:40 (30/39) Installing py3-distro (1.5.0-r1) 02:15:40 (31/39) Installing py3-webencodings (0.5.1-r3) 02:15:40 (32/39) Installing py3-html5lib (1.0.1-r4) 02:15:40 (33/39) Installing py3-pytoml (0.1.21-r0) 02:15:40 (34/39) Installing py3-pep517 (0.8.2-r0) 02:15:40 (35/39) Installing py3-progress (1.5-r0) 02:15:40 (36/39) Installing py3-toml (0.10.1-r0) 02:15:40 (37/39) Installing py3-retrying (1.3.3-r0) 02:15:40 (38/39) Installing py3-contextlib2 (0.6.0-r0) 02:15:40 (39/39) Installing py3-pip (20.1.1-r0) 02:15:41 Executing busybox-1.31.1-r19.trigger 02:15:41 OK: 72 MiB in 59 packages 02:15:42 Collecting docker-compose==1.23.2 02:15:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:15:42 Collecting docker<4.0,>=3.6.0 02:15:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:15:42 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:15:42 Collecting jsonschema<3,>=2.5.1 02:15:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:15:43 Collecting texttable<0.10,>=0.9.0 02:15:43 Downloading texttable-0.9.1.tar.gz (11 kB) 02:15:44 Collecting PyYAML<4,>=3.10 02:15:44 Downloading PyYAML-3.13.tar.gz (270 kB) 02:15:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:15:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:15:45 Collecting cached-property<2,>=1.2.0 02:15:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:15:45 Collecting websocket-client<1.0,>=0.32.0 02:15:45 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 02:15:45 Collecting dockerpty<0.5,>=0.4.1 02:15:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:15:46 Collecting docopt<0.7,>=0.6.1 02:15:46 Downloading docopt-0.6.2.tar.gz (25 kB) 02:15:46 Collecting docker-pycreds>=0.4.0 02:15:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:15:47 Collecting urllib3<1.25,>=1.21.1 02:15:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:15:47 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) 02:15:47 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) 02:15:47 Collecting idna<2.8,>=2.5 02:15:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:15:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:15:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:15:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:15:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:15:47 Installing collected packages: urllib3, idna, requests, docker-pycreds, websocket-client, docker, jsonschema, texttable, PyYAML, cached-property, dockerpty, docopt, docker-compose 02:15:47 Attempting uninstall: urllib3 02:15:47 Found existing installation: urllib3 1.25.9 02:15:47 Uninstalling urllib3-1.25.9: 02:15:47 Successfully uninstalled urllib3-1.25.9 02:15:47 Attempting uninstall: idna 02:15:47 Found existing installation: idna 2.9 02:15:47 Uninstalling idna-2.9: 02:15:47 Successfully uninstalled idna-2.9 02:15:48 Attempting uninstall: requests 02:15:48 Found existing installation: requests 2.23.0 02:15:48 Uninstalling requests-2.23.0: 02:15:48 Successfully uninstalled requests-2.23.0 02:15:49 Running setup.py install for texttable: started 02:15:50 Running setup.py install for texttable: finished with status 'done' 02:15:50 Running setup.py install for PyYAML: started 02:15:50 Running setup.py install for PyYAML: finished with status 'done' 02:15:50 Running setup.py install for dockerpty: started 02:15:51 Running setup.py install for dockerpty: finished with status 'done' 02:15:51 Running setup.py install for docopt: started 02:15:51 Running setup.py install for docopt: finished with status 'done' 02:15:52 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.59.0 02:15:57 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 02:15:57 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 02:16:03 Removing intermediate container af49e8d18be2 02:16:03 ---> 0e1394aa40e2 02:16:03 02:16:03 Step 11/26 : FROM alpine:3.12 02:16:03 3.12: Pulling from library/alpine 02:16:03 Removing intermediate container e7b68caa40aa 02:16:03 ---> aa0afaafe232 02:16:03 02:16:03 Step 11/22 : FROM alpine:3.12 02:16:03 3.12: Pulling from library/alpine 02:16:04 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 02:16:04 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 02:16:04 Status: Image is up to date for alpine:3.12 02:16:04 ---> 9852663dfa18 02:16:04 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 02:16:04 Status: Downloaded newer image for alpine:3.12 02:16:04 ---> 9852663dfa18 02:16:04 Step 12/22 : RUN apk add --update --no-cache curl 02:16:04 Removing intermediate container 3067e65b9f57 02:16:04 ---> e94297605d7e 02:16:04 Step 15/24 : ENV APP_PORT=48090 02:16:04 ---> Running in 26cf94251053 02:16:04 Removing intermediate container 26cf94251053 02:16:04 ---> 925f5e8810fe 02:16:04 Step 16/24 : EXPOSE $APP_PORT 02:16:04 ---> Running in 5418d8062df8 02:16:05 ---> Running in 4158c41ce821 02:16:05 ---> Running in 8a6ce7a21b9b 02:16:05 Removing intermediate container 5418d8062df8 02:16:05 ---> a33d0d7aff31 02:16:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:16:06 ---> 0125661aeac6 02:16:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:16:06 ---> e6b97c40a704 02:16:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:16:07 ---> b99eb509e4e2 02:16:07 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 02:16:07 ---> Running in 2907f9f77175 02:16:07 Removing intermediate container 2907f9f77175 02:16:07 ---> 50ed5c690399 02:16:07 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:16:07 ---> Running in dc5e50b75c64 02:16:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:16:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:16:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:16:08 Removing intermediate container dc5e50b75c64 02:16:08 ---> 864a16489f1a 02:16:08 Step 22/24 : LABEL arch=x86_64 02:16:08 ---> Running in a46cbdd33791 02:16:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:16:08 Removing intermediate container a46cbdd33791 02:16:08 ---> 733dbc0dcfbf 02:16:08 Step 23/24 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:16:08 ---> Running in a46142280735 02:16:08 (1/6) Installing ca-certificates (20191127-r4) 02:16:08 (1/4) Installing ca-certificates (20191127-r4) 02:16:08 (2/6) Installing nghttp2-libs (1.41.0-r0) 02:16:08 (3/6) Installing libcurl (7.76.1-r0) 02:16:08 (4/6) Installing curl (7.76.1-r0) 02:16:08 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:16:08 (3/4) Installing libcurl (7.76.1-r0) 02:16:08 (5/6) Installing dumb-init (1.2.2-r1) 02:16:08 (6/6) Installing su-exec (0.2-r1) 02:16:08 Executing busybox-1.31.1-r20.trigger 02:16:08 (4/4) Installing curl (7.76.1-r0) 02:16:08 Executing busybox-1.31.1-r20.trigger 02:16:08 Removing intermediate container a46142280735 02:16:08 ---> b1753053e9c4 02:16:08 Step 24/24 : LABEL version=0.0.0 02:16:08 ---> Running in f9e05558e05f 02:16:09 Executing ca-certificates-20191127-r4.trigger 02:16:09 Executing ca-certificates-20191127-r4.trigger 02:16:09 OK: 7 MiB in 20 packages 02:16:09 Removing intermediate container f9e05558e05f 02:16:09 ---> 2d34520674bf 02:16:09 02:16:09 OK: 7 MiB in 18 packages 02:16:09 Successfully built 2d34520674bf 02:16:09 Successfully tagged sys-mgmt-agent:latest 02:16:10  Building sys-mgmt-agent ... done  [Pipeline] } 02:16:10 $ docker stop --time=1 c280627af588f0cf67869405e1ddac594caad2073b4782c96c73d30f810138dc 02:16:12 $ docker rm -f c280627af588f0cf67869405e1ddac594caad2073b4782c96c73d30f810138dc [Pipeline] // withDockerContainer [Pipeline] sh 02:16:12 Removing intermediate container 6b837902c4e2 02:16:12 ---> 70ab133f5d8b 02:16:12 02:16:12 Step 11/24 : FROM alpine:3.12 02:16:12 ---> 9852663dfa18 02:16:12 Step 12/24 : RUN apk add --update --no-cache dumb-init 02:16:12 + docker images 02:16:13 ---> Running in 4251e00133fe 02:16:13 REPOSITORY TAG IMAGE ID CREATED SIZE 02:16:13 sys-mgmt-agent latest 2d34520674bf 5 seconds ago 312MB 02:16:13 support-notifications latest 75a8fde7e9ca 37 seconds ago 17.7MB 02:16:13 d55d2a65175d 48 seconds ago 1.15GB 02:16:13 17e036647c02 51 seconds ago 1.16GB 02:16:13 security-proxy-setup latest fa66b1300e1e About a minute ago 25.3MB 02:16:13 core-command latest fa642e47ae05 About a minute ago 17.1MB 02:16:13 624c8f1ec0bd About a minute ago 1.16GB 02:16:13 db58da2924c3 About a minute ago 1.16GB 02:16:13 security-bootstrapper latest 68f079ce8c21 3 minutes ago 18.2MB 02:16:13 core-data latest a8bb0e13310e 3 minutes ago 21.6MB 02:16:13 security-secretstore-setup latest 23adc5d330e2 3 minutes ago 25.8MB 02:16:13 core-metadata latest a9728398ef51 3 minutes ago 18.6MB 02:16:13 support-scheduler latest 03cb31b13ec6 3 minutes ago 17.1MB 02:16:13 caf073446f94 3 minutes ago 1.17GB 02:16:13 414a7fe617ed 4 minutes ago 1.17GB 02:16:13 a25680485e6e 4 minutes ago 1.16GB 02:16:13 584ce129f7c0 4 minutes ago 1.16GB 02:16:13 e566899ae103 4 minutes ago 1.15GB 02:16:13 ci-base-image-x86_64 latest e31f8776f20a 15 minutes ago 648MB 02:16:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 13 days ago 445MB 02:16:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 2 weeks ago 37.5MB 02:16:13 alpine 3.12 13621d1b12d4 4 weeks ago 5.58MB 02:16:13 docker 20.10.0 aefe523efa57 5 months ago 240MB 02:16:13 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 10 months ago 310MB [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 02:16:13 Removing intermediate container 4158c41ce821 02:16:13 ---> bea01d0c91d9 02:16:13 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:16:13 Removing intermediate container 8a6ce7a21b9b 02:16:13 ---> 1313d48f6d47 02:16:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:16:13 Removing intermediate container 336312e541d2 02:16:13 ---> 6e7f2bd67b6e 02:16:13 02:16:13 Step 11/23 : FROM alpine:3.12 02:16:13 ---> 9852663dfa18 02:16:13 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 02:16:14 ---> Running in 927fa565f2a9 02:16:14 ---> Running in 447223b4a9b8 02:16:14 ---> Running in de17f2a0d1be 02:16:14 Removing intermediate container 6ddba1045384 02:16:14 ---> b0ce95559242 02:16:14 02:16:14 Step 11/23 : FROM alpine:3.12 02:16:14 ---> 9852663dfa18 02:16:14 Step 12/23 : RUN apk add --update --no-cache dumb-init 02:16:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:16:15 ---> Running in 256f6d8c3c61 02:16:15 Removing intermediate container de17f2a0d1be 02:16:15 ---> 0a757fef5705 02:16:15 Step 14/22 : WORKDIR /edgex 02:16:15 Removing intermediate container 927fa565f2a9 02:16:15 ---> 3a47145eea1d 02:16:15 Step 14/26 : WORKDIR / 02:16:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:16:15 ---> Running in 15c79a44f4b5 02:16:15 ---> Running in 6f69b37bafca 02:16:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:16:15 (1/1) Installing dumb-init (1.2.2-r1) 02:16:15 Executing busybox-1.31.1-r20.trigger 02:16:15 OK: 5 MiB in 15 packages 02:16:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:16:16 Removing intermediate container 15c79a44f4b5 02:16:16 ---> 836e0ddb20df 02:16:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:16:16 Removing intermediate container 6f69b37bafca 02:16:16 ---> 8a0feda9b771 02:16:16 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:16:16 (1/2) Installing ca-certificates (20191127-r4) 02:16:16 (2/2) Installing dumb-init (1.2.2-r1) 02:16:16 Executing busybox-1.31.1-r20.trigger 02:16:16 Executing ca-certificates-20191127-r4.trigger 02:16:17 OK: 6 MiB in 16 packages 02:16:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:16:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:16:17 Removing intermediate container 4251e00133fe 02:16:17 ---> 158f7b1bf92a 02:16:17 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:16:17 ---> d5961aeea91b 02:16:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:16:18 (1/1) Installing dumb-init (1.2.2-r1) 02:16:18 Executing busybox-1.31.1-r20.trigger 02:16:18 OK: 5 MiB in 15 packages 02:16:18 ---> Running in 92d957913d1b 02:16:18 ---> cfaac7021d52 02:16:18 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:16:19 Removing intermediate container 92d957913d1b 02:16:19 ---> fd3eb64fe8e7 02:16:19 Step 14/24 : ENV APP_PORT=48082 02:16:19 ---> Running in cbb49c6d7c86 02:16:19 ---> 852bc6473bd5 02:16:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:16:19 Removing intermediate container 447223b4a9b8 02:16:19 ---> 1124865be472 02:16:19 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 02:16:19 ---> fdbaf5cdc99d 02:16:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:16:20 Removing intermediate container 256f6d8c3c61 02:16:20 ---> 372fa0330e5b 02:16:20 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:16:20 ---> Running in 35e3cab4348c 02:16:20 Removing intermediate container cbb49c6d7c86 02:16:20 ---> ae4826160328 02:16:20 Step 15/24 : EXPOSE $APP_PORT 02:16:20 ---> Running in 39a7e55c915f 02:16:20 ---> Running in 17148573144f 02:16:20 ---> 5ef347046fd9 02:16:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 02:16:20 Removing intermediate container 39a7e55c915f 02:16:20 Removing intermediate container 35e3cab4348c 02:16:20 ---> 69ea20c2b35d 02:16:20 ---> 439ccbbbf5b2 02:16:20 Step 14/23 : ENV APP_PORT=48060Step 14/23 : ENV APP_PORT=48085 02:16:20 02:16:20 Removing intermediate container 17148573144f 02:16:20 ---> faa6d6dcc89a 02:16:20 Step 16/24 : WORKDIR / 02:16:21 ---> Running in 57e48736755f 02:16:21 ---> Running in 204c55ed48b9 02:16:21 ---> Running in 0a3f59af14da 02:16:21 ---> 69df2d65a634 02:16:21 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:16:21 Removing intermediate container 204c55ed48b9 02:16:21 ---> b82b47fd0980 02:16:21 Step 15/23 : EXPOSE $APP_PORT 02:16:21 Removing intermediate container 57e48736755f 02:16:21 ---> 6d0767c0f7d4 02:16:21 Step 15/23 : EXPOSE $APP_PORT 02:16:21 ---> 461ea0e931a0 02:16:21 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:16:21 ---> Running in a38022b7f706 02:16:21 ---> Running in 6357886238b7 02:16:21 ---> Running in d60538b187e0 02:16:22 Removing intermediate container 0a3f59af14da 02:16:22 ---> d2f9dbcf51c4 02:16:22 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 02:16:22 Removing intermediate container 6357886238b7 02:16:22 ---> 62ba3fa8fe3f 02:16:22 Step 19/22 : CMD ["--init=true"] 02:16:22 Removing intermediate container d60538b187e0 02:16:22 ---> bae83759e647 02:16:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:16:22 Removing intermediate container a38022b7f706 02:16:22 ---> 610a44f8405c 02:16:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:16:23 ---> Running in c37fab191f03 02:16:23 ---> 0a3ad0ac61fc 02:16:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:16:23 ---> 064e66791f00 02:16:23 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:16:23 Removing intermediate container c37fab191f03 02:16:23 ---> 5271be6b5599 02:16:23 Step 20/22 : LABEL arch=arm64 02:16:24 ---> 2329a7caa3c2 02:16:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:16:24 ---> Running in 7b8771f1bfe4 02:16:24 ---> fb987d642f57 02:16:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:16:24 Removing intermediate container 7b8771f1bfe4 02:16:24 ---> 70066632c792 02:16:24 Step 21/22 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:16:25 ---> Running in e5d4ad676851 02:16:25 ---> 1238b44598a3 02:16:25 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:16:25 ---> 4e6f3bbb47c3 02:16:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:16:26 Removing intermediate container e5d4ad676851 02:16:26 ---> 64edb22a1bb6 02:16:26 Step 22/22 : LABEL version=0.0.0 02:16:26 ---> Running in c5a98558a84a 02:16:26 ---> 71990950c312 02:16:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:16:26 ---> cdea4db8f671 02:16:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:16:26 ---> 82d07f5b8413 02:16:26 Step 22/26 : 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/ 02:16:26 Removing intermediate container c5a98558a84a 02:16:26 ---> 68eb8029edfe 02:16:26 02:16:26 ---> 336d2c0ec77f 02:16:26 Step 20/24 : ENTRYPOINT ["/core-command"] 02:16:27 ---> Running in 99a56e283866 02:16:27 ---> Running in c13b5a9602a6 02:16:27 ---> cdf9ab6da0b1 02:16:27 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 02:16:27 Successfully built 68eb8029edfe 02:16:27 Successfully tagged security-proxy-setup-arm64:latest 02:16:27  Building security-proxy-setup ... done Building sys-mgmt-agent 02:16:28 ---> Running in 1592722cf401 02:16:28 Removing intermediate container 99a56e283866 02:16:28 ---> 77e7c778aa7e 02:16:28 Step 19/23 : ENTRYPOINT ["/support-notifications"] 02:16:28 ---> 9b996bf13133 02:16:28 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:16:28 ---> Running in e4cd711685ff 02:16:28 ---> Running in 5ea9aa7c444b 02:16:28 Removing intermediate container 1592722cf401 02:16:28 ---> a940e1924ec9 02:16:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:16:28 Still waiting to schedule task 02:16:28 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 02:16:28 ---> Running in fe48e0c4efb6 02:16:29 Removing intermediate container 5ea9aa7c444b 02:16:29 ---> 98ab02a415e4 02:16:29 Step 22/24 : LABEL arch=arm64 02:16:29 Removing intermediate container e4cd711685ff 02:16:29 ---> 8f84777626cd 02:16:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:16:30 ---> Running in b4c945f30de4 02:16:30 Removing intermediate container fe48e0c4efb6 02:16:30 ---> 1435f4588591 02:16:30 Step 21/23 : LABEL arch=arm64 02:16:30 ---> Running in 5c1c9face035 02:16:31 ---> Running in 40bb16afaa29 02:16:31 Removing intermediate container b4c945f30de4 02:16:31 ---> e128feca554d 02:16:31 Step 23/24 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:16:31 Removing intermediate container c13b5a9602a6 02:16:31 ---> cf18ca3c7a97 02:16:31 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 02:16:31 Removing intermediate container 5c1c9face035 02:16:31 ---> add20819a4af 02:16:31 Step 21/23 : LABEL arch=arm64 02:16:31 ---> Running in 365e8ca6e277 02:16:31 ---> Running in d4dfad8e8ed8 02:16:31 Removing intermediate container 40bb16afaa29 02:16:31 ---> 1001ebe96638 02:16:31 Step 22/23 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:16:31 ---> Running in a5c2980eea74 02:16:32 ---> Running in 04be0efd7c53 02:16:32 Removing intermediate container 365e8ca6e277 02:16:32 ---> a10071a8ab17 02:16:32 Step 24/24 : LABEL version=0.0.0 02:16:32 Removing intermediate container d4dfad8e8ed8 02:16:32 ---> 4c72fa5d10a8 02:16:32 Step 24/26 : LABEL arch=arm64 02:16:32 ---> Running in 44dc56dde784 02:16:32 Removing intermediate container a5c2980eea74 02:16:32 ---> 13955105f834 02:16:32 Step 22/23 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:16:33 Removing intermediate container 04be0efd7c53 02:16:33 ---> bd503de3da39 02:16:33 Step 23/23 : LABEL version=0.0.0 02:16:33 ---> Running in ddc0280541be 02:16:33 ---> Running in 1e921b25bbfa 02:16:34 ---> Running in 4762be6e23e7 02:16:34 Removing intermediate container 44dc56dde784 02:16:34 ---> ebe585749303 02:16:34 02:16:34 Removing intermediate container ddc0280541be 02:16:34 ---> 50f6a61ff014 02:16:34 Step 23/23 : LABEL version=0.0.0 02:16:34 Removing intermediate container 1e921b25bbfa 02:16:34 ---> ac3c8038a0b7 02:16:34 Step 25/26 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:16:34 Successfully built ebe585749303 02:16:34 Successfully tagged core-command-arm64:latest 02:16:34 Building core-metadata 02:16:34  Building core-command ... done  ---> Running in 4485dc5f75d5 02:16:34 ---> Running in 93a9def38d4e 02:16:34 Removing intermediate container 4762be6e23e7 02:16:34 ---> 1859b5b1aadc 02:16:34 02:16:35 Successfully built 1859b5b1aadc 02:16:35 Successfully tagged support-scheduler-arm64:latest 02:16:35 Building security-bootstrapper 02:16:35  Building support-scheduler ... done Removing intermediate container 4485dc5f75d5 02:16:35 ---> c44d0fde8796 02:16:35 Step 26/26 : LABEL version=0.0.0 02:16:35 Removing intermediate container 93a9def38d4e 02:16:35 ---> 3b014ab35ad9 02:16:35 02:16:35 ---> Running in 74d6cd9d3f9f 02:16:36 Successfully built 3b014ab35ad9 02:16:36 Successfully tagged support-notifications-arm64:latest 02:16:36  Building support-notifications ... done Building core-data 02:16:36 Removing intermediate container 74d6cd9d3f9f 02:16:36 ---> 72599271457b 02:16:36 02:16:36 Successfully built 72599271457b 02:16:36 Successfully tagged security-secretstore-setup-arm64:latest 02:17:15  Building security-secretstore-setup ... done Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:17:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:17:15 ---> 03e07f319055 02:17:15 Step 3/24 : WORKDIR /edgex-go 02:17:15 ---> Using cache 02:17:15 ---> 120188b17e0a 02:17:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:17:15 ---> Using cache 02:17:15 ---> 377c3c6586af 02:17:15 Step 5/24 : RUN apk add --update --no-cache make bash git 02:17:15 ---> Running in 209d39ec660a 02:17:17 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:17:18 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:17:19 OK: 218 MiB in 52 packages 02:17:22 Running on prd-ubuntu18.04-docker-8c-8g-4991 in /w/workspace/edgexfoundry_edgex-go_PR-3459 [Pipeline] { [Pipeline] ws 02:17:22 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 02:17:22 Removing intermediate container 209d39ec660a 02:17:22 ---> 7eaeba4e4132 02:17:22 Step 6/24 : COPY go.mod . 02:17:23 ---> e460f85caf46 02:17:23 Step 7/24 : RUN go mod download 02:17:24 ---> Running in 30bc7d522dee 02:17:24 using credential edgex-jenkins-ssh 02:17:24 Cloning the remote Git repository 02:17:24 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:17:25 > git init /w/workspace/edgex-go/3 # timeout=10 02:17:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:17:25 > git --version # timeout=10 02:17:25 > git --version # 'git version 2.17.1' 02:17:25 using GIT_SSH to set credentials SSH Credentials for GitHub 02:17:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:17:26 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:17:26 Step 2/32 : FROM ${BUILDER_BASE} AS builder 02:17:26 ---> 03e07f319055 02:17:26 Step 3/32 : WORKDIR /edgex-go 02:17:26 ---> Using cache 02:17:26 ---> 120188b17e0a 02:17:26 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:17:26 ---> Using cache 02:17:26 ---> 377c3c6586af 02:17:26 Step 5/32 : RUN apk add --update --no-cache make git 02:17:26 ---> Using cache 02:17:26 ---> 7aaf0c29711c 02:17:26 Step 6/32 : COPY go.mod . 02:17:26 ---> Using cache 02:17:26 ---> 361b642d6eba 02:17:26 Step 7/32 : RUN go mod download 02:17:26 ---> Using cache 02:17:26 ---> 6956975ad1ea 02:17:26 Step 8/32 : COPY . . 02:17:26 ---> Using cache 02:17:26 ---> 76d6b4d3753c 02:17:26 Step 9/32 : RUN go mod tidy 02:17:26 ---> Using cache 02:17:26 ---> 925adb1c3648 02:17:26 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 02:17:26 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:17:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:17:26 ---> 03e07f319055 02:17:26 Step 3/24 : WORKDIR /edgex-go 02:17:26 ---> Using cache 02:17:26 ---> 120188b17e0a 02:17:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:17:26 ---> Using cache 02:17:26 ---> 377c3c6586af 02:17:26 Step 5/24 : RUN apk add --update --no-cache make git 02:17:26 ---> Using cache 02:17:26 ---> 7aaf0c29711c 02:17:26 Step 6/24 : COPY go.mod . 02:17:26 ---> Using cache 02:17:26 ---> 361b642d6eba 02:17:26 Step 7/24 : RUN go mod download 02:17:26 ---> Using cache 02:17:26 ---> 6956975ad1ea 02:17:26 Step 8/24 : COPY . . 02:17:27 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 02:17:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:17:27 ---> 03e07f319055 02:17:27 Step 3/24 : WORKDIR /edgex-go 02:17:27 ---> Using cache 02:17:27 ---> 120188b17e0a 02:17:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:17:27 ---> Using cache 02:17:27 ---> 377c3c6586af 02:17:27 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:17:27 ---> Using cache 02:17:27 ---> 76d6b4d3753c 02:17:27 Step 9/24 : RUN go mod tidy 02:17:27 ---> Using cache 02:17:27 ---> 925adb1c3648 02:17:27 Step 10/24 : RUN make cmd/core-metadata/core-metadata 02:17:27 ---> Running in fbe34c2fc566 02:17:27 ---> Running in 54c01c19ac62 02:17:27 ---> Running in f9d62480c98e 02:17:28 Removing intermediate container 30bc7d522dee 02:17:28 ---> cd4406acaee9 02:17:28 Step 8/24 : COPY . . 02:17:29 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 02:17:29 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:17: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 02:17:31 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:17:32 OK: 218 MiB in 52 packages 02:17:36 Removing intermediate container f9d62480c98e 02:17:36 ---> dc873dca3b13 02:17:36 Step 6/24 : COPY go.mod . 02:17:37 ---> 15a137798e63 02:17:37 Step 7/24 : RUN go mod download 02:17:38 ---> Running in a3bd90e95c43 02:17:43 Removing intermediate container a3bd90e95c43 02:17:43 ---> b76c101144f6 02:17:43 Step 8/24 : COPY . . 02:17:50 ---> c455fe74ba01 02:17:50 Step 9/24 : RUN go mod tidy 02:17:51 ---> Running in 2d8f22bfc65a 02:18:01 Removing intermediate container 2d8f22bfc65a 02:18:01 ---> 0b3d17c0d6e6 02:18:01 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:18:01 ---> Running in e33b471881f8 02:18:02 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 02:18:05 ---> 663a04a71555 02:18:05 Step 9/24 : RUN go mod tidy 02:18:05 ---> Running in ac6b1870300a 02:18:14 Removing intermediate container ac6b1870300a 02:18:14 ---> c1bc6ff45af4 02:18:14 Step 10/24 : RUN make cmd/core-data/core-data 02:18:14 ---> Running in fd8502ec2e6a 02:18:14 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 02:18:22 Merging remotes/origin/master commit efcc50239e0d152f0b735e3d100765ac31cee296 into PR head commit dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:18:22 Merge succeeded, producing dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:18:22 Checking out Revision dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 (PR-3459) 02:18:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:18:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:18:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:18:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:18:21 using GIT_SSH to set credentials SSH Credentials for GitHub 02:18:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3459/head:refs/remotes/origin/PR-3459 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:18:22 > git config core.sparsecheckout # timeout=10 02:18:22 > git checkout -f dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 # timeout=10 02:18:22 > git remote # timeout=10 02:18:22 > git config --get remote.origin.url # timeout=10 02:18:22 using GIT_SSH to set credentials SSH Credentials for GitHub 02:18:22 > git merge efcc50239e0d152f0b735e3d100765ac31cee296 # timeout=10 02:18:22 > git rev-parse HEAD^{commit} # timeout=10 02:18:22 > git config core.sparsecheckout # timeout=10 02:18:22 > git checkout -f dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 # timeout=10 02:18:26 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:18:27 + echo snap-build.sh 02:18:27 snap-build.sh 02:18:27 + SNAP_BASE_DIR=. 02:18:27 + '[' '!' -z /w/workspace/edgex-go/3 ']' 02:18:27 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 02:18:27 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 02:18:27 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 02:18:27 + cd /w/workspace/edgex-go/3 02:18:27 + sudo apt-get remove -qy --purge lxd lxd-client 02:18:27 Reading package lists... 02:18:27 Building dependency tree... 02:18:27 Reading state information... 02:18:27 The following packages were automatically installed and are no longer required: 02:18:27 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 02:18:27 uidmap xdelta3 02:18:27 Use 'sudo apt autoremove' to remove them. 02:18:27 The following packages will be REMOVED: 02:18:27 lxd* lxd-client* 02:18:28 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 02:18:28 After this operation, 31.7 MB disk space will be freed. 02:18:29 (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.) 02:18:29 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 02:18:30 Removing lxd dnsmasq configuration 02:18:30 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 02:18:30 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 02:18:31 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 02:18:31 (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.) 02:18:31 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 02:18:33 Processing triggers for systemd (237-3ubuntu10.42) ... 02:18:33 Processing triggers for ureadahead (0.100.0-21) ... 02:18:34 + sudo snap remove --purge lxd 02:18:34 snap "lxd" is not installed 02:18:34 + sudo groupadd --force --system lxd 02:18:34 ++ whoami 02:18:34 + sudo /usr/sbin/usermod -G lxd -a jenkins 02:18:34 + newgrp - lxd 02:18:34 + sudo snap install lxd 02:18:43 2021-05-13T02:18:40Z INFO Waiting for automatic snapd restart... 02:18:55 lxd 4.14 from Canonical* installed 02:18:55 + sudo lxd init --auto 02:19:01 Removing intermediate container fbe34c2fc566 02:19:01 ---> 9e5d260158c8 02:19:01 02:19:01 Step 11/32 : FROM alpine:3.12 02:19:01 ---> 9852663dfa18 02:19:01 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 02:19:01 ---> Running in a4010409c4f3 02:19:01 Removing intermediate container a4010409c4f3 02:19:01 ---> 2cd464cf7fd4 02:19:01 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 02:19:01 ---> Running in edab5ad18fff 02:19:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:19:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:19:01 (1/2) Installing dumb-init (1.2.2-r1) 02:19:01 (2/2) Installing su-exec (0.2-r1) 02:19:01 Executing busybox-1.31.1-r20.trigger 02:19:01 OK: 5 MiB in 16 packages 02:19:01 Removing intermediate container edab5ad18fff 02:19:01 ---> 0f954a2e0dc3 02:19:01 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 02:19:01 ---> Running in df2aadace780 02:19:01 Removing intermediate container df2aadace780 02:19:01 ---> ce1b53a3b9b5 02:19:01 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 02:19:01 ---> Running in a6c55faab5d0 02:19:02 Removing intermediate container a6c55faab5d0 02:19:02 ---> 2532d6561633 02:19:02 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 02:19:02 ---> Running in b508aef4ea17 02:19:03 + sudo snap install --classic snapcraft 02:19:05 Removing intermediate container b508aef4ea17 02:19:05 ---> fbd44c8369c7 02:19:05 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 02:19:05 ---> Running in a435a22c9076 02:19:06 Removing intermediate container a435a22c9076 02:19:06 ---> 962359839a30 02:19:06 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 02:19:07 ---> a8aa77a7fda7 02:19:07 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 02:19:07 ---> Running in f0f8cafe3843 02:19:10 snapcraft 4.7.1 from Canonical* installed 02:19:10 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 02:19:10 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 02:19:10 % Total % Received % Xferd Average Speed Time Time Time Current 02:19:10 Dload Upload Total Spent Left Speed 02:19:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4714 0 --:--:-- --:--:-- --:--:-- 4750 02:19:10 0 3325k 0 19279 0 0 56870 0 0:00:59 --:--:-- 0:00:59 56870 100 3325k 100 3325k 0 0 3723k 0 --:--:-- --:--:-- --:--:-- 5978k 02:19:10 ./yq_linux_amd64 02:19:10 + sudo snapcraft prime --use-lxd 02:19:11 Removing intermediate container f0f8cafe3843 02:19:11 ---> c4edf909cd44 02:19:11 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 02:19:12 ---> c81f7d3a3299 02:19:12 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 02:19:12 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 02:19:12 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: 02:19:12 - README.md 02:19:12 02:19:12 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:19:13 Launching a container. 02:19:14 ---> 2a80235b3993 02:19:14 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 02:19:15 ---> 0af76b43ec41 02:19:15 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 02:19:17 ---> b66e0fc1078d 02:19:17 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 02:19:18 ---> 8ce65c1ae56c 02:19:18 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 02:19:19 ---> Running in 468caae27fad 02:19:20 Removing intermediate container 468caae27fad 02:19:20 ---> ddf1c4f72c05 02:19:20 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 02:19:21 Waiting for container to be ready 02:19:22 To start your first instance, try: lxc launch ubuntu:18.04 02:19:22 02:19:22 Removing intermediate container 54c01c19ac62 02:19:22 ---> 52361a72b455 02:19:22 02:19:22 Step 11/24 : FROM alpine:3.12 02:19:22 ---> 9852663dfa18 02:19:22 Step 12/24 : RUN apk add --update --no-cache dumb-init 02:19:22 ---> Using cache 02:19:22 ---> 372fa0330e5b 02:19:22 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 02:19:22 ---> Using cache 02:19:22 ---> 439ccbbbf5b2 02:19:22 Step 14/24 : ENV APP_PORT=48081 02:19:22 ---> a7f1dd278b9b 02:19:22 Step 27/32 : RUN chmod +x /entrypoint.sh 02:19:22 ---> Running in 90e03a4cb9fb 02:19:22 ---> Running in 069c581a09c5 02:19:23 Removing intermediate container 90e03a4cb9fb 02:19:23 ---> c506bb1ef59e 02:19:23 Step 15/24 : EXPOSE $APP_PORT 02:19:23 ---> Running in f224366fb965 02:19:24 Removing intermediate container f224366fb965 02:19:24 ---> 742ba98bdfba 02:19:24 Step 16/24 : WORKDIR / 02:19:25 ---> Running in 610870eb9ab9 02:19:26 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 02:19:26 Waiting for network to be ready... 02:19:26 Removing intermediate container 610870eb9ab9 02:19:26 ---> 5e2de422d023 02:19:26 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 02:19:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:19:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1725 kB] 02:19:27 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:19:27 Removing intermediate container 069c581a09c5 02:19:27 ---> 691a027fea45 02:19:27 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 02:19:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] 02:19:27 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 02:19:27 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 02:19:27 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] 02:19:27 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] 02:19:27 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 02:19:27 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 02:19:27 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:19:27 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:19:27 ---> Running in 56b3f4a53ca3 02:19:27 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:19:27 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:19:27 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:19:27 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:19:27 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:19:27 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:19:27 ---> 2eb7fc651bae 02:19:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:19:28 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:19:28 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] 02:19:28 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 02:19:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 02:19:28 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 02:19:28 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 02:19:28 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 02:19:28 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 02:19:28 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 02:19:28 Removing intermediate container 56b3f4a53ca3 02:19:28 ---> 7fe9d288c64d 02:19:28 Step 29/32 : CMD ["gate"] 02:19:29 ---> Running in 77031ecf09db 02:19:29 ---> 465a8d05571f 02:19:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:19:30 Removing intermediate container 77031ecf09db 02:19:30 ---> cd7a6b5460d5 02:19:30 Step 30/32 : LABEL arch=arm64 02:19:30 ---> Running in 8b282b369b7b 02:19:30 ---> bfd6292162f1 02:19:30 Step 20/24 : ENTRYPOINT ["/core-metadata"] 02:19:31 ---> Running in b8188bbd8c47 02:19:31 Removing intermediate container 8b282b369b7b 02:19:31 ---> bfaf0ea122b1 02:19:31 Step 31/32 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:19:32 Fetched 24.6 MB in 5s (4713 kB/s) 02:19:32 Removing intermediate container b8188bbd8c47 02:19:32 ---> c631b9a97121 02:19:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:19:32 ---> Running in 68f1d5c14880 02:19:32 ---> Running in 3cd5917c258e 02:19:33 Reading package lists... 02:19:33 Removing intermediate container 68f1d5c14880 02:19:33 ---> bf2e00cd7e70 02:19:33 Step 32/32 : LABEL version=0.0.0 02:19:33 Reading package lists... 02:19:33 Building dependency tree... 02:19:33 Reading state information... 02:19:33 Removing intermediate container 3cd5917c258e 02:19:33 ---> dc14902975da 02:19:33 Step 22/24 : LABEL arch=arm64 02:19:34 The following additional packages will be installed: 02:19:34 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:19:34 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:19:34 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:19:34 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 02:19:34 Suggested packages: 02:19:34 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 02:19:34 Recommended packages: 02:19:34 gnupg libsasl2-modules 02:19:34 The following NEW packages will be installed: 02:19:34 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:19:34 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:19:34 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:19:34 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 02:19:34 The following packages will be upgraded: 02:19:34 gpg gpg-agent gpgconf libudev1 02:19:34 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 02:19:34 Need to get 3530 kB of archives. 02:19:34 After this operation, 13.3 MB of additional disk space will be used. 02:19:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 02:19:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 02:19:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 02:19:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 02:19:34 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] 02:19:34 ---> Running in 1bf2a5b284df 02:19:34 ---> Running in 5eda80bc4387 02:19:34 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] 02:19:34 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 02:19:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 02:19:34 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 02:19:35 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 02:19:35 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 02:19:35 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 02:19:35 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 02:19:35 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 02:19:35 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 02:19:35 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 02:19:35 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 02:19:35 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 02:19:35 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 02:19:35 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 02:19:35 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 02:19:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 02:19:35 debconf: delaying package configuration, since apt-utils is not installed 02:19:35 Fetched 3530 kB in 1s (3175 kB/s) 02:19:35 (Reading database ... 12511 files and directories currently installed.) 02:19:35 Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... 02:19:35 Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 02:19:35 Setting up libudev1:amd64 (237-3ubuntu10.47) ... 02:19:35 Selecting previously unselected package udev. 02:19:35 (Reading database ... 12511 files and directories currently installed.) 02:19:35 Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... 02:19:35 Unpacking udev (237-3ubuntu10.47) ... 02:19:36 Selecting previously unselected package libfuse2:amd64. 02:19:36 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 02:19:36 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:19:36 Selecting previously unselected package fuse. 02:19:36 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 02:19:36 Unpacking fuse (2.9.7-1ubuntu1) ... 02:19:36 Removing intermediate container 1bf2a5b284df 02:19:36 ---> 21bb78095ce9 02:19:36 Step 23/24 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:19:36 Removing intermediate container 5eda80bc4387 02:19:36 ---> db2cc9996894 02:19:36 02:19:36 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 02:19:36 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:19:36 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 02:19:36 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:19:36 ---> Running in 72717ee22676 02:19:36 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 02:19:36 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:19:36 Selecting previously unselected package libksba8:amd64. 02:19:36 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 02:19:36 Unpacking libksba8:amd64 (1.3.5-2) ... 02:19:36 Selecting previously unselected package libroken18-heimdal:amd64. 02:19:36 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:19:36 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:36 Successfully built db2cc9996894 02:19:36 Successfully tagged security-bootstrapper-arm64:latest 02:19:36 Selecting previously unselected package libasn1-8-heimdal:amd64. 02:19:36 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:19:36 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:36 Selecting previously unselected package libheimbase1-heimdal:amd64. 02:19:36 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:19:36 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:36 Selecting previously unselected package libhcrypto4-heimdal:amd64. 02:19:36 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:19:36 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:37 Selecting previously unselected package libwind0-heimdal:amd64. 02:19:37 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:19:37 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:37 Selecting previously unselected package libhx509-5-heimdal:amd64. 02:19:37 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:19:37 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:37 Selecting previously unselected package libkrb5-26-heimdal:amd64. 02:19:37 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:19:37 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:37 Selecting previously unselected package libheimntlm0-heimdal:amd64. 02:19:37 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:19:37 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:37 Selecting previously unselected package libgssapi3-heimdal:amd64. 02:19:37 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:19:37 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:37 Selecting previously unselected package libsasl2-modules-db:amd64. 02:19:37 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 02:19:37 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:19:37 Selecting previously unselected package libsasl2-2:amd64. 02:19:37 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 02:19:37 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:19:37 Selecting previously unselected package libldap-common. 02:19:37 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 02:19:37 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 02:19:37 Selecting previously unselected package libldap-2.4-2:amd64. 02:19:37 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 02:19:37 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 02:19:37 Selecting previously unselected package dirmngr. 02:19:37  Building security-bootstrapper ... done Removing intermediate container 72717ee22676 02:19:37 ---> 6e632218c6cd 02:19:37 Step 24/24 : LABEL version=0.0.0 02:19:37 Removing intermediate container e33b471881f8 02:19:37 ---> f35f4252b746 02:19:37 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:19:37 ---> Running in 5adfe1ac38ad 02:19:38 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 02:19:38 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 02:19:38 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 02:19:38 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 02:19:38 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:19:38 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:19:38 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:19:38 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 02:19:38 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:38 ---> Running in 97931cd9fbfc 02:19:38 Setting up libksba8:amd64 (1.3.5-2) ... 02:19:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:19:38 Setting up udev (237-3ubuntu10.47) ... 02:19:38 invoke-rc.d: policy-rc.d denied execution of start. 02:19:38 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:38 Processing triggers for systemd (237-3ubuntu10) ... 02:19:38 Setting up fuse (2.9.7-1ubuntu1) ... 02:19:38 Setting up gpg (2.2.4-1ubuntu1.4) ... 02:19:38 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:38 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:38 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:38 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:38 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:38 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:38 Removing intermediate container 5adfe1ac38ad 02:19:38 ---> 0f918cae6b57 02:19:38 02:19:39 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:19:39 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 02:19:39 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 02:19:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:19:39 Successfully built 0f918cae6b57 02:19:39 Successfully tagged core-metadata-arm64:latest 02:19:39 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 02:19:39 settings in the [Install] section, and DefaultInstance for template units). 02:19:39 This means they are not meant to be enabled using systemctl. 02:19:39 Possible reasons for having this kind of units are: 02:19:39 1) A unit may be statically enabled by being symlinked from another unit's 02:19:39 .wants/ or .requires/ directory. 02:19:39 2) A unit's purpose may be to act as a helper for some other unit which has 02:19:39 a requirement dependency on it. 02:19:39 3) A unit may be started when needed via activation (socket, path, timer, 02:19:39 D-Bus, udev, scripted systemctl call, ...). 02:19:39 4) In case of template units, the unit is meant to be enabled with some 02:19:39 instance name specified. 02:19:40 Reading package lists... 02:19:40  Building core-metadata ... done 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 02:19:40 Building dependency tree... 02:19:40 Reading state information... 02:19:40 The following additional packages will be installed: 02:19:40 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 02:19:40 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 02:19:40 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 02:19:40 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 02:19:40 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 02:19:40 Suggested packages: 02:19:40 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 02:19:40 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 02:19:40 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 02:19:40 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 02:19:40 systemd-container policykit-1 02:19:40 Recommended packages: 02:19:40 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 02:19:40 The following NEW packages will be installed: 02:19:40 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 02:19:40 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 02:19:40 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 02:19:40 multiarch-support openssh-client python3 python3-minimal python3.6 02:19:40 python3.6-minimal snapd squashfs-tools sudo 02:19:40 The following packages will be upgraded: 02:19:40 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 02:19:40 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 02:19:40 Need to get 35.2 MB of archives. 02:19:40 After this operation, 141 MB of additional disk space will be used. 02:19:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 02:19:40 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] 02:19:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 02:19:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 02:19:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 02:19:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 02:19:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 02:19:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 02:19:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 02:19:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 02:19:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 02:19:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 02:19:40 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 02:19:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 02:19:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 02:19:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 02:19:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 02:19:41 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] 02:19:41 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 02:19:41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 02:19:41 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 02:19:41 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 02:19:41 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 02:19:41 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 02:19:41 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 02:19:41 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 02:19:41 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 02:19:41 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 02:19:41 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 02:19:41 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 02:19:42 debconf: delaying package configuration, since apt-utils is not installed 02:19:42 Fetched 35.2 MB in 1s (25.6 MB/s) 02:19:42 (Reading database ... 12757 files and directories currently installed.) 02:19:42 Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... 02:19:42 Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... 02:19:43 Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... 02:19:43 Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 02:19:43 Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... 02:19:43 Removing intermediate container 97931cd9fbfc 02:19:43 ---> 49b56269e8b7 02:19:43 02:19:43 Step 12/24 : FROM docker:20.10.0 02:19:43 20.10.0: Pulling from library/docker 02:19:43 (Reading database ... 12757 files and directories currently installed.) 02:19:43 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 02:19:43 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 02:19:43 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 02:19:43 (Reading database ... 12757 files and directories currently installed.) 02:19:43 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 02:19:43 Unpacking apt (1.6.13) over (1.6.1) ... 02:19:44 Setting up apt (1.6.13) ... 02:19:44 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 02:19:44 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 02:19:44 (Reading database ... 12764 files and directories currently installed.) 02:19:44 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 02:19:44 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 02:19:46 Selecting previously unselected package libpython3.6-minimal:amd64. 02:19:46 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:19:46 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:19:46 Selecting previously unselected package libexpat1:amd64. 02:19:46 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 02:19:46 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:19:46 Selecting previously unselected package python3.6-minimal. 02:19:46 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:19:46 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 02:19:46 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 02:19:47 Checking for services that may need to be restarted...done. 02:19:47 Checking for services that may need to be restarted...done. 02:19:47 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:19:47 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:19:47 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 02:19:47 Selecting previously unselected package python3-minimal. 02:19:47 (Reading database ... 13012 files and directories currently installed.) 02:19:47 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 02:19:47 Unpacking python3-minimal (3.6.7-1~18.04) ... 02:19:47 Selecting previously unselected package mime-support. 02:19:47 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 02:19:47 Unpacking mime-support (3.60ubuntu1) ... 02:19:47 Selecting previously unselected package libmpdec2:amd64. 02:19:47 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 02:19:47 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:19:47 Selecting previously unselected package libpython3.6-stdlib:amd64. 02:19:47 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:19:47 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:19:48 Selecting previously unselected package python3.6. 02:19:48 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 02:19:48 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 02:19:48 Selecting previously unselected package libpython3-stdlib:amd64. 02:19:48 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 02:19:48 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:19:48 Setting up python3-minimal (3.6.7-1~18.04) ... 02:19:48 Selecting previously unselected package python3. 02:19:48 (Reading database ... 13442 files and directories currently installed.) 02:19:48 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 02:19:48 Unpacking python3 (3.6.7-1~18.04) ... 02:19:48 Selecting previously unselected package multiarch-support. 02:19:48 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 02:19:48 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 02:19:48 Setting up multiarch-support (2.27-3ubuntu1.4) ... 02:19:48 Selecting previously unselected package liblzo2-2:amd64. 02:19:48 (Reading database ... 13479 files and directories currently installed.) 02:19:48 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 02:19:48 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 02:19:49 Selecting previously unselected package libbsd0:amd64. 02:19:49 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 02:19:49 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:19:49 Selecting previously unselected package sudo. 02:19:49 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 02:19:49 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 02:19:49 Selecting previously unselected package apparmor. 02:19:49 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 02:19:49 Unpacking apparmor (2.12-4ubuntu5.1) ... 02:19:49 Selecting previously unselected package libedit2:amd64. 02:19:49 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 02:19:49 Unpacking libedit2:amd64 (3.1-20170329-1) ... 02:19:49 Selecting previously unselected package libkrb5support0:amd64. 02:19:49 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 02:19:49 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:19:49 Selecting previously unselected package libk5crypto3:amd64. 02:19:49 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 02:19:49 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:19:49 Selecting previously unselected package libkeyutils1:amd64. 02:19:49 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 02:19:49 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:19:49 Selecting previously unselected package libkrb5-3:amd64. 02:19:49 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 02:19:49 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:19:49 Selecting previously unselected package libgssapi-krb5-2:amd64. 02:19:49 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 02:19:49 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:19:49 Selecting previously unselected package libssl1.0.0:amd64. 02:19:49 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 02:19:49 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 02:19:50 Selecting previously unselected package openssh-client. 02:19:50 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 02:19:50 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 02:19:50 Selecting previously unselected package squashfs-tools. 02:19:50 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 02:19:50 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:19:50 Selecting previously unselected package snapd. 02:19:50 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 02:19:50 Unpacking snapd (2.48.3+18.04) ... 02:19:51 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:19:51 Status: Downloaded newer image for docker:20.10.0 02:19:51 ---> eeaf43b92773 02:19:51 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 02:19:52 ---> Running in 615ba11cabab 02:19:53 Removing intermediate container 615ba11cabab 02:19:53 ---> 6ee27a9f3a0a 02:19:53 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 02:19:53 Removing intermediate container fd8502ec2e6a 02:19:53 ---> 0cc8a2577f69 02:19:53 02:19:53 Step 11/24 : FROM alpine:3.12 02:19:53 ---> 9852663dfa18 02:19:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:19:53 ---> Running in 9d682a04dfcb 02:19:53 Setting up libedit2:amd64 (3.1-20170329-1) ... 02:19:53 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 02:19:53 Setting up mime-support (3.60ubuntu1) ... 02:19:53 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 02:19:53 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:19:53 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:19:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:19:53 Setting up systemd (237-3ubuntu10.47) ... 02:19:53 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 02:19:53 ---> Running in b7d6140322dc 02:19:54 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:19:54 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:19:54 Setting up liblzo2-2:amd64 (2.08-1.2) ... 02:19:54 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 02:19:54 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:19:54 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 02:19:54 Removing intermediate container b7d6140322dc 02:19:54 ---> 2c020bbff07f 02:19:54 Step 13/24 : ENV APP_PORT=48080 02:19:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:19:54 ---> Running in b997e4b63501 02:19:54 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:19:54 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:19:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:19:55 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:19:55 Setting up python3 (3.6.7-1~18.04) ... 02:19:55 running python rtupdate hooks for python3.6... 02:19:55 running python post-rtupdate hooks for python3.6... 02:19:55 Setting up apparmor (2.12-4ubuntu5.1) ... 02:19:55 Removing intermediate container b997e4b63501 02:19:55 ---> 5d309edd7ce3 02:19:55 Step 14/24 : EXPOSE $APP_PORT 02:19:55 (1/39) Installing readline (8.0.4-r0) 02:19:55 (2/39) Installing bash (5.0.17-r0) 02:19:55 Executing bash-5.0.17-r0.post-install 02:19:55 (3/39) Installing nghttp2-libs (1.41.0-r0) 02:19:55 ---> Running in 7b204f7df095 02:19:55 (4/39) Installing libcurl (7.76.1-r0) 02:19:55 (5/39) Installing curl (7.76.1-r0) 02:19:55 (6/39) Installing dumb-init (1.2.2-r1) 02:19:55 (7/39) Installing libbz2 (1.0.8-r1) 02:19:55 (8/39) Installing expat (2.2.9-r1) 02:19:55 (9/39) Installing libffi (3.3-r2) 02:19:55 (10/39) Installing gdbm (1.13-r1) 02:19:55 (11/39) Installing xz-libs (5.2.5-r0) 02:19:55 (12/39) Installing sqlite-libs (3.32.1-r0) 02:19:55 (13/39) Installing python3 (3.8.10-r0) 02:19:56 Removing intermediate container 7b204f7df095 02:19:56 ---> 9d658795a407 02:19:56 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:19:56 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 02:19:56 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:19:56 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 02:19:56 Setting up snapd (2.48.3+18.04) ... 02:19:57 ---> Running in df7ffb26137d 02:19:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 02:19:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 02:19:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 02:19:57 (14/39) Installing py3-appdirs (1.4.4-r1) 02:19:57 (15/39) Installing py3-ordered-set (4.0.1-r0) 02:19:57 (16/39) Installing py3-parsing (2.4.7-r0) 02:19:57 (17/39) Installing py3-six (1.15.0-r0) 02:19:57 (18/39) Installing py3-packaging (20.4-r0) 02:19:57 (19/39) Installing py3-setuptools (47.0.0-r0) 02:19:57 (20/39) Installing py3-chardet (3.0.4-r4) 02:19:57 (21/39) Installing py3-idna (2.9-r0) 02:19:57 (22/39) Installing py3-certifi (2020.4.5.1-r0) 02:19:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 02:19:58 (23/39) Installing py3-urllib3 (1.25.9-r0) 02:19:58 (24/39) Installing py3-requests (2.23.0-r0) 02:19:58 (25/39) Installing py3-msgpack (1.0.0-r0) 02:19:58 (26/39) Installing py3-lockfile (0.12.2-r3) 02:19:58 (27/39) Installing py3-cachecontrol (0.12.6-r0) 02:19:58 (28/39) Installing py3-colorama (0.4.3-r0) 02:19:58 (29/39) Installing py3-distlib (0.3.0-r0) 02:19:58 (30/39) Installing py3-distro (1.5.0-r1) 02:19:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:19:58 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:19:58 (31/39) Installing py3-webencodings (0.5.1-r3) 02:19:58 (32/39) Installing py3-html5lib (1.0.1-r4) 02:19:58 (33/39) Installing py3-pytoml (0.1.21-r0) 02:19:58 (34/39) Installing py3-pep517 (0.8.2-r0) 02:19:58 (35/39) Installing py3-progress (1.5-r0) 02:19:58 (36/39) Installing py3-toml (0.10.1-r0) 02:19:58 (37/39) Installing py3-retrying (1.3.3-r0) 02:19:58 (38/39) Installing py3-contextlib2 (0.6.0-r0) 02:19:58 (39/39) Installing py3-pip (20.1.1-r0) 02:19:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 02:19:58 Executing busybox-1.31.1-r19.trigger 02:19:58 OK: 72 MiB in 59 packages 02:19:58 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 02:19:59 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 02:19:59 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 02:19:59 /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' 02:19:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:19:59 Processing triggers for systemd (237-3ubuntu10.47) ... 02:20:00 Removing intermediate container df7ffb26137d 02:20:00 ---> ee2cae1937ea 02:20:00 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 02:20:00 ---> Running in 6a32ecc960e6 02:20:00 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:20:00 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:20:00 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:20:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:20:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:20:02 Reading package lists... 02:20:02 Reading package lists... 02:20:02 Building dependency tree... 02:20:02 Reading state information... 02:20:02 Calculating upgrade... 02:20:02 (1/6) Installing dumb-init (1.2.2-r1) 02:20:03 The following packages will be upgraded: 02:20:03 advancecomp base-files bash binutils binutils-common 02:20:03 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 02:20:03 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 02:20:03 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 02:20:03 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 02:20:03 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 02:20:03 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 02:20:03 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 02:20:03 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 02:20:03 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 02:20:03 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 02:20:03 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 02:20:03 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 02:20:03 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 02:20:03 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 02:20:03 (2/6) Installing libgcc (9.3.0-r2) 02:20:03 Collecting docker-compose==1.23.2 02:20:03 (3/6) Installing libsodium (1.0.18-r0) 02:20:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:20:03 (4/6) Installing libstdc++ (9.3.0-r2) 02:20:03 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 02:20:03 Need to get 64.0 MB of archives. 02:20:03 After this operation, 5041 kB of additional disk space will be used. 02:20:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] 02:20:03 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 02:20:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 02:20:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 02:20:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 02:20:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 02:20:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 02:20:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 02:20:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 02:20:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 02:20:03 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 02:20:03 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 02:20:03 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 02:20:03 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 02:20:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 02:20:03 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 02:20:03 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 02:20:03 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 02:20:03 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 02:20:03 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 02:20:03 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 02:20:03 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 02:20:03 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 02:20:03 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 02:20:03 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 02:20:03 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 02:20:03 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 02:20:03 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 02:20:03 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 02:20:03 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 02:20:03 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 02:20:03 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 02:20:03 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 02:20:03 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 02:20:03 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 02:20:03 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 02:20:03 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 02:20:03 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 02:20:03 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 02:20:03 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 02:20:03 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 02:20:03 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 02:20:03 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 02:20:03 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 02:20:03 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 02:20:03 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 02:20:03 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 02:20:03 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 02:20:03 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 02:20:03 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 02:20:03 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 02:20:03 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 02:20:03 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 02:20:03 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 02:20:03 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 02:20:03 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 02:20:03 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 02:20:04 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 02:20:04 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 02:20:04 Collecting docker<4.0,>=3.6.0 02:20:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:20:04 (5/6) Installing libzmq (4.3.3-r0) 02:20:04 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 02:20:04 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 02:20:04 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 02:20:04 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 02:20:04 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 02:20:04 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 02:20:04 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 02:20:04 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 02:20:04 (6/6) Installing zeromq (4.3.3-r0) 02:20:04 Executing busybox-1.31.1-r20.trigger 02:20:04 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 02:20:04 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 02:20:04 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 02:20:04 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 02:20:04 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 02:20:04 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 02:20:04 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 02:20:04 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 02:20:04 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 02:20:04 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 02:20:04 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 02:20:04 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 02:20:04 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 02:20:04 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 02:20:04 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 02:20:04 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 02:20:04 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 02:20:04 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] 02:20:04 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 02:20:05 OK: 8 MiB in 20 packages 02:20:05 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 02:20:05 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 02:20:05 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 02:20:05 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 02:20:05 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 02:20:05 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 02:20:05 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 02:20:05 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 02:20:05 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 02:20:05 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 02:20:05 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 02:20:05 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 02:20:05 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 02:20:05 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 02:20:05 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 02:20:05 debconf: delaying package configuration, since apt-utils is not installed 02:20:05 Fetched 64.0 MB in 2s (28.7 MB/s) 02:20:05 (Reading database ... 13912 files and directories currently installed.) 02:20:05 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 02:20:05 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:20:05 Collecting PyYAML<4,>=3.10 02:20:05 Downloading PyYAML-3.13.tar.gz (270 kB) 02:20:06 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 02:20:06 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:20:06 Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... 02:20:06 Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... 02:20:06 Removing intermediate container 6a32ecc960e6 02:20:06 ---> ea9538d1a1fc 02:20:06 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 02:20:07 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:20:07 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:20:07 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:20:07 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:20:07 ---> 91f003cfd150 02:20:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:20:07 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:20:07 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:20:07 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:20:07 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:20:07 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:20:07 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:20:07 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:20:07 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:20:07 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:20:07 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:20:07 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 02:20:07 (Reading database ... 13911 files and directories currently installed.) 02:20:07 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 02:20:07 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 02:20:08 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 02:20:08 (Reading database ... 13911 files and directories currently installed.) 02:20:08 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:20:08 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:20:08 ---> 24ea8bfe6cd7 02:20:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:20:08 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:20:08 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:20:08 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:20:08 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:20:08 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 02:20:08 (Reading database ... 13911 files and directories currently installed.) 02:20:08 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 02:20:08 ---> b8c92d891177 02:20:08 Step 20/24 : ENTRYPOINT ["/core-data"] 02:20:09 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:20:09 ---> Running in aa2d0fe4fa33 02:20:09 Collecting cached-property<2,>=1.2.0 02:20:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:20:09 Removing intermediate container aa2d0fe4fa33 02:20:09 ---> bd3e880c9085 02:20:09 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:20:09 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 02:20:09 (Reading database ... 13911 files and directories currently installed.) 02:20:09 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 02:20:09 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 02:20:09 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 02:20:09 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 02:20:09 Collecting dockerpty<0.5,>=0.4.1 02:20:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:20:09 ---> Running in 836ad4395927 02:20:10 Setting up base-files (10.1ubuntu2.10) ... 02:20:10 Removing intermediate container 836ad4395927 02:20:10 ---> de0137d652b3 02:20:10 Step 22/24 : LABEL arch=arm64 02:20:10 Installing new version of config file /etc/issue ... 02:20:10 Installing new version of config file /etc/issue.net ... 02:20:10 Installing new version of config file /etc/lsb-release ... 02:20:10 Installing new version of config file /etc/update-motd.d/50-motd-news ... 02:20:10 ---> Running in 03ba799dcb02 02:20:10 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 02:20:10 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 02:20:10 Removing obsolete conffile /etc/default/motd-news ... 02:20:10 Removing intermediate container 03ba799dcb02 02:20:10 ---> e3b7659ee91f 02:20:10 Step 23/24 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:20:10 (Reading database ... 13912 files and directories currently installed.) 02:20:10 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 02:20:10 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 02:20:10 Setting up bash (4.4.18-2ubuntu1.2) ... 02:20:11 ---> Running in 464c2da1c761 02:20:11 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 02:20:11 (Reading database ... 13912 files and directories currently installed.) 02:20:11 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 02:20:11 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 02:20:11 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 02:20:11 Removing intermediate container 464c2da1c761 02:20:11 ---> 1d1f27e43f6a 02:20:11 Step 24/24 : LABEL version=0.0.0 02:20:11 (Reading database ... 13912 files and directories currently installed.) 02:20:11 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 02:20:11 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 02:20:11 Setting up tar (1.29b-2ubuntu0.2) ... 02:20:11 ---> Running in d017e1aae863 02:20:11 (Reading database ... 13912 files and directories currently installed.) 02:20:11 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 02:20:11 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:20:11 Removing intermediate container d017e1aae863 02:20:11 ---> 5373c768907b 02:20:11 02:20:12 Setting up dpkg (1.19.0.5ubuntu2.3) ... 02:20:12 Collecting jsonschema<3,>=2.5.1 02:20:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:20:12 Successfully built 5373c768907b 02:20:12 (Reading database ... 13912 files and directories currently installed.) 02:20:12 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 02:20:12 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:20:12 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 02:20:12 (Reading database ... 13912 files and directories currently installed.) 02:20:12 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 02:20:12 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:20:12 Successfully tagged core-data-arm64:latest 02:20:12 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 02:20:12 (Reading database ... 13912 files and directories currently installed.) 02:20:12 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 02:20:12  Building core-data ... done Collecting websocket-client<1.0,>=0.32.0 02:20:12 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 02:20:12 Unpacking grep (3.1-2build1) over (3.1-2) ... 02:20:12 Setting up grep (3.1-2build1) ... 02:20:12 (Reading database ... 13912 files and directories currently installed.) 02:20:12 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 02:20:13 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:20:13 Setting up login (1:4.5-1ubuntu2) ... 02:20:13 (Reading database ... 13912 files and directories currently installed.) 02:20:13 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 02:20:13 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:20:13 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 02:20:13 (Reading database ... 13912 files and directories currently installed.) 02:20:13 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 02:20:13 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:20:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:20:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:20:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:20:14 Collecting docopt<0.7,>=0.6.1 02:20:14 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 02:20:14 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:20:14 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 02:20:14 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:20:14 Downloading docopt-0.6.2.tar.gz (25 kB) 02:20:14 Setting up perl-base (5.26.1-6ubuntu0.5) ... 02:20:15 (Reading database ... 13912 files and directories currently installed.) 02:20:15 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 02:20:15 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:20:16 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:20:16 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:20:16 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:20:16 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:20:16 Collecting texttable<0.10,>=0.9.0 02:20:16 Downloading texttable-0.9.1.tar.gz (11 kB) 02:20:16 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 02:20:16 (Reading database ... 13912 files and directories currently installed.) 02:20:16 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 02:20:16 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 02:20:16 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 02:20:16 (Reading database ... 13912 files and directories currently installed.) 02:20:16 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:20:17 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:20:17 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:20:17 (Reading database ... 13912 files and directories currently installed.) 02:20:17 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:20:17 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:20:17 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:20:17 (Reading database ... 13912 files and directories currently installed.) 02:20:17 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:20:17 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:20:17 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:20:17 (Reading database ... 13912 files and directories currently installed.) 02:20:17 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:20:17 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:20:17 Collecting docker-pycreds>=0.4.0 02:20:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:20:18 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:20:18 (Reading database ... 13912 files and directories currently installed.) 02:20:18 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 02:20:18 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:20:18 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 02:20:18 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:20:18 Collecting idna<2.8,>=2.5 02:20:18 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:20:18 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) 02:20:18 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 02:20:18 (Reading database ... 13912 files and directories currently installed.) 02:20:18 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 02:20:18 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:20:18 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 02:20:18 (Reading database ... 13912 files and directories currently installed.) 02:20:18 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:20:18 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:20:18 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:20:18 (Reading database ... 13912 files and directories currently installed.) 02:20:18 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:20:18 Collecting urllib3<1.25,>=1.21.1 02:20:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:20:18 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:20:18 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 02:20:18 (Reading database ... 13912 files and directories currently installed.) 02:20:18 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:20:19 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) 02:20:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:20:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:20:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:20:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:20:19 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:20:19 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 02:20:19 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 02:20:19 Installing collected packages: docker-pycreds, idna, urllib3, requests, websocket-client, docker, PyYAML, cached-property, dockerpty, jsonschema, docopt, texttable, docker-compose 02:20:20 Attempting uninstall: idna 02:20:20 Found existing installation: idna 2.9 02:20:20 Uninstalling idna-2.9: 02:20:20 Successfully uninstalled idna-2.9 02:20:20 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 02:20:20 (Reading database ... 13912 files and directories currently installed.) 02:20:20 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 02:20:20 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:20:20 Setting up libc-bin (2.27-3ubuntu1.4) ... 02:20:20 (Reading database ... 13912 files and directories currently installed.) 02:20:20 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 02:20:20 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:20:20 Attempting uninstall: urllib3 02:20:20 Found existing installation: urllib3 1.25.9 02:20:20 Uninstalling urllib3-1.25.9: 02:20:20 Successfully uninstalled urllib3-1.25.9 02:20:20 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 02:20:20 (Reading database ... 13914 files and directories currently installed.) 02:20:20 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 02:20:20 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 02:20:21 Setting up debconf (1.5.66ubuntu1) ... 02:20:21 Attempting uninstall: requests 02:20:21 Found existing installation: requests 2.23.0 02:20:21 Uninstalling requests-2.23.0: 02:20:21 Successfully uninstalled requests-2.23.0 02:20:21 (Reading database ... 13914 files and directories currently installed.) 02:20:21 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 02:20:21 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 02:20:21 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 02:20:21 (Reading database ... 13914 files and directories currently installed.) 02:20:21 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 02:20:21 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 02:20:21 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 02:20:21 (Reading database ... 13914 files and directories currently installed.) 02:20:21 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:20:21 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:20:21 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:20:21 (Reading database ... 13914 files and directories currently installed.) 02:20:21 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:20:21 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:20:22 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 02:20:22 (Reading database ... 13914 files and directories currently installed.) 02:20:22 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:20:22 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:20:22 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:20:22 Running setup.py install for PyYAML: started 02:20:22 (Reading database ... 13914 files and directories currently installed.) 02:20:22 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:20:22 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:20:22 Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... 02:20:22 Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... 02:20:22 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 02:20:22 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:20:23 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 02:20:23 (Reading database ... 13914 files and directories currently installed.) 02:20:23 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 02:20:23 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 02:20:23 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 02:20:23 (Reading database ... 13914 files and directories currently installed.) 02:20:23 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 02:20:23 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:20:23 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 02:20:23 (Reading database ... 13914 files and directories currently installed.) 02:20:23 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 02:20:23 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:20:23 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 02:20:23 (Reading database ... 13914 files and directories currently installed.) 02:20:23 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 02:20:23 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 02:20:24 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 02:20:24 (Reading database ... 13914 files and directories currently installed.) 02:20:24 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 02:20:24 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:20:24 Setting up passwd (1:4.5-1ubuntu2) ... 02:20:24 (Reading database ... 13914 files and directories currently installed.) 02:20:24 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 02:20:24 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 02:20:24 Running setup.py install for PyYAML: finished with status 'done' 02:20:24 Running setup.py install for dockerpty: started 02:20:24 Setting up gpgv (2.2.4-1ubuntu1.4) ... 02:20:24 (Reading database ... 13914 files and directories currently installed.) 02:20:24 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 02:20:24 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 02:20:25 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 02:20:25 (Reading database ... 13914 files and directories currently installed.) 02:20:25 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 02:20:25 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 02:20:25 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 02:20:25 (Reading database ... 13914 files and directories currently installed.) 02:20:25 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 02:20:25 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 02:20:25 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 02:20:25 (Reading database ... 13914 files and directories currently installed.) 02:20:25 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 02:20:25 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 02:20:25 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 02:20:25 (Reading database ... 13914 files and directories currently installed.) 02:20:25 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 02:20:26 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 02:20:26 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 02:20:26 (Reading database ... 13914 files and directories currently installed.) 02:20:26 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 02:20:26 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 02:20:26 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 02:20:26 (Reading database ... 13914 files and directories currently installed.) 02:20:26 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 02:20:26 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 02:20:26 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 02:20:26 (Reading database ... 13914 files and directories currently installed.) 02:20:26 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 02:20:26 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 02:20:26 Running setup.py install for dockerpty: finished with status 'done' 02:20:26 Running setup.py install for docopt: started 02:20:26 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 02:20:26 (Reading database ... 13915 files and directories currently installed.) 02:20:26 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:20:26 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:20:27 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:20:27 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:20:27 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 02:20:27 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 02:20:27 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 02:20:28 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 02:20:28 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 02:20:28 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 02:20:28 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 02:20:28 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 02:20:28 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 02:20:28 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 02:20:28 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 02:20:28 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 02:20:28 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 02:20:28 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 02:20:28 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 02:20:28 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 02:20:28 Running setup.py install for docopt: finished with status 'done' 02:20:28 Running setup.py install for texttable: started 02:20:28 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 02:20:28 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 02:20:29 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 02:20:29 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 02:20:30 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 02:20:30 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 02:20:30 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 02:20:30 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 02:20:30 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:20:30 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:20:30 Running setup.py install for texttable: finished with status 'done' 02:20:30 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:20:30 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:20:31 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:20:31 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:20:31 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 02:20:31 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 02:20:31 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.59.0 02:20:31 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:20:31 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:20:31 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:20:31 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:20:31 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:20:31 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:20:31 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:20:31 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:20:32 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:20:32 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:20:33 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:20:33 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:20:34 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:20:34 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:20:34 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:20:34 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:20:35 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:20:35 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:20:35 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:20:35 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:20:35 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 02:20:35 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:20:36 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 02:20:36 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:20:36 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 02:20:36 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 02:20:36 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:20:36 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:20:36 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:20:36 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:20:36 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 02:20:36 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 02:20:36 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:20:36 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 02:20:37 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:20:37 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:20:37 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:20:37 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 02:20:37 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 02:20:37 Setting up tzdata (2021a-0ubuntu0.18.04) ... 02:20:37 02:20:37 Current default time zone: 'Etc/UTC' 02:20:37 Local time is now: Thu May 13 02:20:37 UTC 2021. 02:20:37 Universal Time is now: Thu May 13 02:20:37 UTC 2021. 02:20:37 Run 'dpkg-reconfigure tzdata' if you wish to change it. 02:20:37 02:20:37 Setting up systemd-sysv (237-3ubuntu10.47) ... 02:20:37 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:20:37 Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... 02:20:37 Setting up mount (2.31.1-0.4ubuntu3.7) ... 02:20:37 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 02:20:37 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 02:20:37 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 02:20:37 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 02:20:37 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 02:20:37 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 02:20:37 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:20:38 Setting up procps (2:3.3.12-3ubuntu1.2) ... 02:20:38 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 02:20:38 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 02:20:38 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 02:20:38 Setting up patch (2.7.6-2ubuntu1.1) ... 02:20:38 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 02:20:38 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 02:20:38 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 02:20:38 Installing new version of config file /etc/ssl/openssl.cnf ... 02:20:38 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 02:20:38 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 02:20:38 Setting up ca-certificates (20210119~18.04.1) ... 02:20:39 Removing intermediate container 9d682a04dfcb 02:20:39 ---> adb0b2031872 02:20:39 Step 15/24 : ENV APP_PORT=48090 02:20:39 ---> Running in c65d00b280be 02:20:39 Removing intermediate container c65d00b280be 02:20:39 ---> 66bb117bcb68 02:20:39 Step 16/24 : EXPOSE $APP_PORT 02:20:39 Updating certificates in /etc/ssl/certs... 02:20:40 ---> Running in 31e3b02b6245 02:20:40 Removing intermediate container 31e3b02b6245 02:20:40 ---> e94cab2547ec 02:20:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:20:40 23 added, 27 removed; done. 02:20:40 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 02:20:40 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:20:40 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 02:20:40 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 02:20:40 Setting up pkgbinarymangler (138.18.04.1) ... 02:20:40 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 02:20:40 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 02:20:40 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 02:20:40 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 02:20:41 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:20:41 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 02:20:41 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:20:41 Setting up perl (5.26.1-6ubuntu0.5) ... 02:20:41 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 02:20:41 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 02:20:41 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 02:20:41 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 02:20:41 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 02:20:41 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 02:20:41 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 02:20:41 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 02:20:41 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 02:20:41 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:20:41 Processing triggers for systemd (237-3ubuntu10.47) ... 02:20:41 Processing triggers for mime-support (3.60ubuntu1) ... 02:20:41 Processing triggers for ca-certificates (20210119~18.04.1) ... 02:20:41 Updating certificates in /etc/ssl/certs... 02:20:41 ---> ee9e41cd59aa 02:20:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:20:42 0 added, 0 removed; done. 02:20:42 Running hooks in /etc/ca-certificates/update.d... 02:20:42 done. 02:20:42 ---> 956cb27ad462 02:20:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:20:42 Reading package lists... 02:20:42 Building dependency tree... 02:20:42 Reading state information... 02:20:43 ---> 2ae07e505657 02:20:43 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 02:20:43 The following NEW packages will be installed: 02:20:43 apt-transport-https 02:20:43 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 02:20:43 Need to get 1692 B of archives. 02:20:43 After this operation, 154 kB of additional disk space will be used. 02:20:43 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 02:20:43 debconf: delaying package configuration, since apt-utils is not installed 02:20:43 ---> Running in 8b5310954a54 02:20:43 Removing intermediate container 8b5310954a54 02:20:43 ---> f7f9421ccc89 02:20:43 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:20:43 Fetched 1692 B in 0s (8351 B/s) 02:20:43 Selecting previously unselected package apt-transport-https. 02:20:43 (Reading database ... 13920 files and directories currently installed.) 02:20:43 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 02:20:43 Unpacking apt-transport-https (1.6.13) ... 02:20:43 Setting up apt-transport-https (1.6.13) ... 02:20:43 Waiting for network to be ready... 02:20:44 ---> Running in 5b505fa84b69 02:20:44 Removing intermediate container 5b505fa84b69 02:20:44 ---> 69e40d73977f 02:20:44 Step 22/24 : LABEL arch=arm64 02:20:44 ---> Running in e48b3e4141bb 02:20:45 Removing intermediate container e48b3e4141bb 02:20:45 ---> 2edf3e719892 02:20:45 Step 23/24 : LABEL git_sha=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 02:20:45 ---> Running in 7868b473f486 02:20:45 Removing intermediate container 7868b473f486 02:20:45 ---> 6c12d0d030cd 02:20:45 Step 24/24 : LABEL version=0.0.0 02:20:45 ---> Running in 53b7cefb3251 02:20:46 Removing intermediate container 53b7cefb3251 02:20:46 ---> f528b3a0e85a 02:20:46 02:20:46 Successfully built f528b3a0e85a 02:20:46 Successfully tagged sys-mgmt-agent-arm64:latest 02:20:47  Building sys-mgmt-agent ... done  [Pipeline] } 02:20:47 $ docker stop --time=1 de95eea039dd8b2fad1496a62abc473a64daa07b2462dadd32c561ed66d3199c 02:20:49 $ docker rm -f de95eea039dd8b2fad1496a62abc473a64daa07b2462dadd32c561ed66d3199c [Pipeline] // withDockerContainer [Pipeline] sh 02:20:50 + docker images 02:20:50 REPOSITORY TAG IMAGE ID CREATED SIZE 02:20:50 sys-mgmt-agent-arm64 latest f528b3a0e85a 4 seconds ago 299MB 02:20:50 core-data-arm64 latest 5373c768907b 39 seconds ago 20.3MB 02:20:50 0cc8a2577f69 58 seconds ago 989MB 02:20:50 49b56269e8b7 About a minute ago 977MB 02:20:50 core-metadata-arm64 latest 0f918cae6b57 About a minute ago 17.4MB 02:20:50 security-bootstrapper-arm64 latest db2cc9996894 About a minute ago 17.2MB 02:20:50 52361a72b455 About a minute ago 988MB 02:20:50 9e5d260158c8 About a minute ago 974MB 02:20:50 security-secretstore-setup-arm64 latest 72599271457b 4 minutes ago 24.4MB 02:20:50 support-notifications-arm64 latest 3b014ab35ad9 4 minutes ago 16.8MB 02:20:50 support-scheduler-arm64 latest 1859b5b1aadc 4 minutes ago 16.1MB 02:20:50 core-command-arm64 latest ebe585749303 4 minutes ago 16.1MB 02:20:50 security-proxy-setup-arm64 latest 68eb8029edfe 4 minutes ago 24MB 02:20:50 b0ce95559242 4 minutes ago 981MB 02:20:50 6e7f2bd67b6e 4 minutes ago 981MB 02:20:50 70ab133f5d8b 4 minutes ago 980MB 02:20:50 aa0afaafe232 4 minutes ago 978MB 02:20:50 0e1394aa40e2 4 minutes ago 978MB 02:20:50 ci-base-image-arm64 latest 03e07f319055 15 minutes ago 641MB 02:20:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 13 days ago 428MB 02:20:50 alpine 3.12 9852663dfa18 4 weeks ago 5.32MB 02:20:50 docker 20.10.0 eeaf43b92773 5 months ago 228MB 02:20:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 10 months ago 285MB [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 Post stage [Pipeline] libraryResource [Pipeline] sh 02:20:50 ---> job-cost.sh 02:20:50 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2XvU 02:20:52 2021-05-13T02:20:49Z INFO Waiting for automatic snapd restart... 02:20:53 snapd 2.50 from Canonical* installed 02:20:54 "snapd" switched to the "latest/stable" channel 02:20:54 02:20:59 core18 20210309 from Canonical* installed 02:20:59 "core18" switched to the "latest/stable" channel 02:20:59 02:21:06 snapcraft 4.7.1 from Canonical* installed 02:21:06 "snapcraft" switched to the "latest/stable" channel 02:21:06 02:21:09 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: 02:21:09 - README.md 02:21:09 02:21:09 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:21:16 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:21:16 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:21:16 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:21:16 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:21:17 Reading package lists... 02:21:17 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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 02:21:24 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:21:24 Reading package lists... 02:21:24 Building dependency tree... 02:21:24 Reading state information... 02:21:24 Suggested packages: 02:21:24 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 02:21:24 git-gui gitk gitweb git-cvs git-mediawiki git-svn 02:21:24 Recommended packages: 02:21:24 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 02:21:24 The following NEW packages will be installed: 02:21:24 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 02:21:24 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 02:21:24 pkg-config zip 02:21:24 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 02:21:24 Need to get 7663 kB of archives. 02:21:24 After this operation, 43.8 MB of additional disk space will be used. 02:21:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 02:21:24 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 02:21:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 02:21:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 02:21:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 02:21:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 02:21:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 02:21:24 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 02:21:25 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 02:21:25 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 02:21:25 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 02:21:25 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 02:21:25 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 02:21:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 02:21:25 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 02:21:25 debconf: delaying package configuration, since apt-utils is not installed 02:21:25 Fetched 7663 kB in 1s (10.6 MB/s) 02:21:25 Selecting previously unselected package libglib2.0-0:amd64. 02:21:25 (Reading database ... 13924 files and directories currently installed.) 02:21:25 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 02:21:25 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 02:21:25 Selecting previously unselected package libpsl5:amd64. 02:21:25 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 02:21:25 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 02:21:25 Selecting previously unselected package libnghttp2-14:amd64. 02:21:25 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 02:21:25 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:21:25 Selecting previously unselected package librtmp1:amd64. 02:21:25 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 02:21:25 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:21:26 Selecting previously unselected package libcurl3-gnutls:amd64. 02:21:26 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 02:21:26 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 02:21:26 Selecting previously unselected package liberror-perl. 02:21:26 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 02:21:26 Unpacking liberror-perl (0.17025-1) ... 02:21:26 Selecting previously unselected package git-man. 02:21:26 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 02:21:26 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 02:21:26 Selecting previously unselected package git. 02:21:26 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 02:21:26 Unpacking git (1:2.17.1-1ubuntu0.8) ... 02:21:27 Selecting previously unselected package libnorm1:amd64. 02:21:27 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 02:21:27 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:21:27 Selecting previously unselected package libpgm-5.2-0:amd64. 02:21:27 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 02:21:27 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:21:27 Selecting previously unselected package libsodium23:amd64. 02:21:27 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 02:21:27 Unpacking libsodium23:amd64 (1.0.16-2) ... 02:21:27 Selecting previously unselected package libzmq5:amd64. 02:21:27 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 02:21:27 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:21:27 Selecting previously unselected package libzmq3-dev:amd64. 02:21:27 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 02:21:27 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:21:27 Selecting previously unselected package pkg-config. 02:21:27 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 02:21:27 Unpacking pkg-config (0.29.1-0ubuntu2) ... 02:21:27 Selecting previously unselected package zip. 02:21:27 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 02:21:27 Unpacking zip (3.0-11build1) ... 02:21:27 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 02:21:27 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 02:21:27 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 02:21:27 Setting up liberror-perl (0.17025-1) ... 02:21:28 Setting up libpsl5:amd64 (0.19.1-5build1) ... 02:21:28 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 02:21:28 No schema files found: doing nothing. 02:21:28 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 02:21:28 Setting up zip (3.0-11build1) ... 02:21:28 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 02:21:28 Setting up libsodium23:amd64 (1.0.16-2) ... 02:21:28 Setting up pkg-config (0.29.1-0ubuntu2) ... 02:21:28 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 02:21:28 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 02:21:28 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 02:21:28 Setting up git (1:2.17.1-1ubuntu0.8) ... 02:21:28 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:21:29 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:21:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:21:35 git set to automatically installed. 02:21:35 git-man set to automatically installed. 02:21:35 libcurl3-gnutls set to automatically installed. 02:21:35 liberror-perl set to automatically installed. 02:21:35 libglib2.0-0 set to automatically installed. 02:21:35 libnghttp2-14 set to automatically installed. 02:21:35 libnorm1 set to automatically installed. 02:21:35 libpgm-5.2-0 set to automatically installed. 02:21:35 libpsl5 set to automatically installed. 02:21:35 librtmp1 set to automatically installed. 02:21:35 libsodium23 set to automatically installed. 02:21:35 libzmq3-dev set to automatically installed. 02:21:35 libzmq5 set to automatically installed. 02:21:35 pkg-config set to automatically installed. 02:21:35 zip set to automatically installed. 02:21:36 snapd is not logged in, snap install commands will use sudo 02:21:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:21:43 snap "core18" has no updates available 02:21:44 snapd is not logged in, snap install commands will use sudo 02:21:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 02:22:13 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 02:22:13 Pulling go-build-helper 02:22:13 + snapcraftctl pull 02:22:13 'app-service-config' has dependencies that need to be staged: go-build-helper 02:22:13 Skipping pull go-build-helper (already ran) 02:22:13 Building go-build-helper 02:22:13 + snapcraftctl build 02:22:14 Staging go-build-helper 02:22:14 + snapcraftctl stage 02:22:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:22:29 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:22:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1725 kB] 02:22:29 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] 02:22:29 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 02:22:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 02:22:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] 02:22:29 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] 02:22:29 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 02:22:29 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 02:22:29 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:22:29 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:22:29 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:22:29 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:22:29 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:22:29 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:22:29 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:22:29 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:22:29 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:22:29 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] 02:22:29 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 02:22:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 02:22:29 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 02:22:29 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 02:22:29 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 02:22:29 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 02:22:29 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 02:22:29 Fetched 24.6 MB in 6s (4046 kB/s) 02:22:29 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 02:22:29 Fetched 224 kB in 0s (0 B/s) 02:22:29 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 02:22:29 Fetched 157 kB in 0s (0 B/s) 02:22:29 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 02:22:29 Fetched 221 kB in 0s (0 B/s) 02:22:29 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 02:22:29 Fetched 143 kB in 0s (0 B/s) 02:22:29 Pulling app-service-config 02:22:29 + snapcraftctl pull 02:22:29 Cloning into '/root/parts/app-service-config/src'... 02:22:29 Pulling config-common 02:22:29 + snapcraftctl pull 02:22:34 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 02:22:34 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 02:22:34 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:22:34 Fetched 0 B in 0s (0 B/s) 02:22:34 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 02:22:34 Fetched 0 B in 0s (0 B/s) 02:22:34 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 02:22:34 Fetched 0 B in 0s (0 B/s) 02:22:34 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 02:22:34 Fetched 0 B in 0s (0 B/s) 02:22:34 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 02:22:34 Fetched 0 B in 0s (0 B/s) 02:22:34 Pulling edgex-go 02:22:34 + snapcraftctl pull 02:22:56 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 02:22:56 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 02:22:56 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:22:56 Fetched 0 B in 0s (0 B/s) 02:22:56 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 02:22:56 Fetched 96.5 kB in 0s (0 B/s) 02:22:56 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 02:22:56 Fetched 279 kB in 0s (0 B/s) 02:22:56 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 02:22:56 Fetched 122 kB in 0s (0 B/s) 02:22:56 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 02:22:56 Fetched 77.8 kB in 0s (0 B/s) 02:22:56 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 02:22:56 Fetched 8848 B in 0s (0 B/s) 02:22:56 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 02:22:56 Fetched 47.8 kB in 0s (0 B/s) 02:22:56 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 02:22:56 Fetched 45.6 kB in 0s (0 B/s) 02:22:56 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 02:22:56 Fetched 15.0 kB in 0s (0 B/s) 02:22:56 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 02:22:56 Fetched 219 kB in 0s (0 B/s) 02:22:56 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 02:22:56 Fetched 154 kB in 0s (0 B/s) 02:22:56 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 02:22:56 Fetched 50.6 kB in 0s (0 B/s) 02:22:56 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 02:22:56 Fetched 14.8 kB in 0s (0 B/s) 02:22:56 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 02:22:56 Fetched 41.8 kB in 0s (0 B/s) 02:22:56 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 02:22:56 Fetched 499 kB in 0s (0 B/s) 02:22:56 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 02:22:56 Fetched 111 kB in 0s (0 B/s) 02:22:56 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 02:22:56 Fetched 240 kB in 0s (0 B/s) 02:22:56 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 02:22:56 Fetched 29.3 kB in 0s (0 B/s) 02:22:56 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 02:22:56 Fetched 85.5 kB in 0s (0 B/s) 02:22:56 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 02:22:56 Fetched 24.5 kB in 0s (0 B/s) 02:22:56 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 02:22:56 Fetched 49.2 kB in 0s (0 B/s) 02:22:56 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 02:22:56 Fetched 54.2 kB in 0s (0 B/s) 02:22:56 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 02:22:56 Fetched 30.8 kB in 0s (0 B/s) 02:22:56 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 02:22:56 Fetched 15.8 kB in 0s (0 B/s) 02:22:56 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 02:22:56 Fetched 85.9 kB in 0s (0 B/s) 02:22:56 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 02:22:56 Fetched 8720 B in 0s (0 B/s) 02:22:56 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 02:22:56 Fetched 137 kB in 0s (0 B/s) 02:22:56 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 02:22:56 Fetched 119 kB in 0s (0 B/s) 02:22:56 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 02:22:56 Fetched 110 kB in 0s (0 B/s) 02:22:56 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 02:22:56 Fetched 11.1 kB in 0s (0 B/s) 02:22:56 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 02:22:56 Fetched 645 kB in 0s (0 B/s) 02:22:56 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 02:22:56 Fetched 41.3 kB in 0s (0 B/s) 02:22:56 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 02:22:56 Fetched 17.9 kB in 0s (0 B/s) 02:22:56 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 02:22:56 Fetched 368 kB in 0s (0 B/s) 02:22:56 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 02:22:56 Fetched 187 kB in 0s (0 B/s) 02:22:56 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 02:22:56 Fetched 175 kB in 0s (0 B/s) 02:22:56 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 02:22:56 Fetched 206 kB in 0s (0 B/s) 02:22:56 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 02:22:56 Fetched 1301 kB in 0s (0 B/s) 02:22:56 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 02:22:56 Fetched 36.2 kB in 0s (0 B/s) 02:22:56 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 02:22:56 Fetched 159 kB in 0s (0 B/s) 02:22:56 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 02:22:56 Fetched 107 kB in 0s (0 B/s) 02:22:56 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 02:22:56 Fetched 48.7 kB in 0s (0 B/s) 02:22:56 Pulling static-packages 02:22:56 + snapcraftctl pull 02:22:56 Pulling version 02:22:56 + cd /root/project 02:22:56 + [ -f VERSION ] 02:22:56 + PROJECT_VERSION=local-dev 02:22:56 + git rev-parse --short HEAD 02:22:56 + GIT_REVISION=dc2a2283 02:22:56 + snapcraftctl set-version local-dev 02:22:56 Skipping build go-build-helper (already ran) 02:22:56 Building app-service-config 02:22:56 + make build 02:22:56 go mod tidy 02:22:58 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 02:22:58 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 02:22:58 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 02:22:58 go: downloading github.com/go-kit/kit v0.8.0 02:22:58 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 02:22:58 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 02:22:58 go: downloading github.com/pelletier/go-toml v1.9.0 02:22:59 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 02:22:59 go: downloading github.com/stretchr/testify v1.7.0 02:22:59 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 02:22:59 go: downloading github.com/gorilla/mux v1.8.0 02:22:59 go: downloading github.com/stretchr/objx v0.1.0 02:22:59 go: downloading github.com/go-playground/validator/v10 v10.5.0 02:22:59 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 02:22:59 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 02:22:59 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 02:22:59 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 02:22:59 go: downloading github.com/google/uuid v1.2.0 02:22:59 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 02:22:59 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 02:22:59 go: downloading github.com/leodido/go-urn v1.2.0 02:22:59 go: downloading gopkg.in/yaml.v2 v2.4.0 02:22:59 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 02:22:59 go: downloading github.com/x448/float16 v0.8.4 02:22:59 go: downloading golang.org/x/text v0.3.2 02:22:59 go: downloading github.com/mitchellh/mapstructure v1.1.2 02:22:59 go: downloading github.com/kr/pretty v0.2.0 02:22:59 go: downloading github.com/hashicorp/consul/api v1.8.1 02:22:59 go: downloading github.com/kr/text v0.1.0 02:22:59 go: downloading github.com/davecgh/go-spew v1.1.1 02:22:59 go: downloading github.com/go-redis/redis/v7 v7.2.0 02:23:00 go: downloading github.com/hashicorp/go-hclog v0.12.0 02:23:00 go: downloading github.com/mitchellh/copystructure v1.0.0 02:23:00 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 02:23:00 go: downloading github.com/go-stack/stack v1.8.0 02:23:00 go: downloading github.com/onsi/ginkgo v1.10.1 02:23:00 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 02:23:00 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 02:23:00 go: downloading github.com/pmezard/go-difflib v1.0.0 02:23:00 go: downloading github.com/hashicorp/consul/sdk v0.7.0 02:23:00 go: downloading github.com/mattn/go-colorable v0.1.6 02:23:00 go: downloading github.com/mattn/go-isatty v0.0.12 02:23:00 go: downloading github.com/hashicorp/serf v0.9.5 02:23:00 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 02:23:00 go: downloading github.com/fatih/color v1.9.0 02:23:00 go: downloading github.com/pebbe/zmq4 v1.2.7 02:23:00 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 02:23:00 go: downloading github.com/onsi/gomega v1.7.0 02:23:00 go: downloading github.com/pkg/errors v0.8.1 02:23:00 go: downloading github.com/gorilla/websocket v1.4.2 02:23:00 go: downloading github.com/mitchellh/reflectwalk v1.0.0 02:23:00 go: downloading github.com/go-logfmt/logfmt v0.4.0 02:23:00 go: downloading github.com/hashicorp/go-uuid v1.0.1 02:23:00 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 02:23:00 go: downloading github.com/mitchellh/go-homedir v1.1.0 02:23:00 go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 02:23:00 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 02:23:00 go: downloading github.com/hashicorp/go-msgpack v0.5.3 02:23:00 go: downloading github.com/go-playground/assert/v2 v2.0.1 02:23:00 go: downloading github.com/go-playground/locales v0.13.0 02:23:00 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 02:23:00 go: downloading github.com/hpcloud/tail v1.0.0 02:23:00 go: downloading github.com/golang/protobuf v1.3.2 02:23:00 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 02:23:00 go: downloading github.com/hashicorp/memberlist v0.2.2 02:23:00 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 02:23:00 go: downloading github.com/go-playground/universal-translator v0.17.0 02:23:00 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 02:23:00 go: downloading github.com/miekg/dns v1.1.26 02:23:00 go: downloading gopkg.in/fsnotify.v1 v1.4.7 02:23:00 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 02:23:00 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 02:23:00 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 02:23:01 go: downloading github.com/hashicorp/golang-lru v0.5.0 02:23:01 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 02:23:01 go: downloading github.com/hashicorp/go-multierror v1.1.0 02:23:01 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 02:23:01 go: downloading github.com/fsnotify/fsnotify v1.4.7 02:23:01 go: downloading github.com/hashicorp/errwrap v1.0.0 02:23:01 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 02:23:07 lf-activate-venv(): INFO: Adding /tmp/venv-2XvU/bin to PATH 02:23:07 INFO: No Stack... 02:23:07 INFO: Retrieving Pricing Info for: lf-standard-4 02:23:07 INFO: Archiving Costs [Pipeline] sh 02:23:07 + cat /w/workspace/edgex-go/3/archives/cost.csv 02:23:07 + cut -d, -f6 [Pipeline] lock 02:23:07 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3459-3-stack-cost] 02:23:07 Resource [jenkins-edgexfoundry-edgex-go-PR-3459-3-stack-cost] did not exist. Created. 02:23:07 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3459-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:23:08 + echo total: 0.20999999344348907 [Pipeline] stash 02:23:08 Stashed 1 file(s) [Pipeline] } 02:23:08 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3459-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:23:14 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 02:23:14 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 02:23:14 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 02:23:14 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 02:23:14 Building config-common 02:23:14 + snapcraftctl build 02:23:18 Building edgex-go 02:23:18 + cd /root/parts/edgex-go/src 02:23:18 + make build 02:23:18 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 02:23:19 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.87 02:23:19 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.14 02:23:19 go: downloading github.com/OneOfOne/xxhash v1.2.8 02:23:19 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.21 02:23:19 go: downloading github.com/pelletier/go-toml v1.9.1 02:23:19 go: downloading github.com/imdario/mergo v0.3.12 02:23:19 go: downloading github.com/go-kit/kit v0.9.0 02:23:19 go: downloading github.com/go-playground/validator/v10 v10.6.1 02:23:25 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 02:23:30 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 02:23:31 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 02:23:33 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 02:23:34 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 02:23:36 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 02:23:36 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 02:23:36 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 02:23:38 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 02:23:39 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 02:23:39 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 02:23:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 02:23:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 02:23: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 02:23:44 go: downloading github.com/lib/pq v1.10.1 02:23:46 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 02:23:46 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 02:23:46 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 02:23:46 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 02:23:46 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 02:23:46 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 02:23:46 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 02:23:46 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 02:23:46 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 02:23:46 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 02:23:46 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 02:23:46 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 02:23:46 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 02:23:46 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 02:23:46 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 02:23:46 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 02:23:46 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 02:23:46 + 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 02:23:46 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 02:23:46 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 02:23:46 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 02:23:46 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 02:23:46 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 02:23:46 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 02:23:46 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 02:23:46 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 02:23:50 Building static-packages 02:23:50 + snapcraftctl build 02:23:52 Building version 02:23:52 + snapcraftctl build 02:23:55 Skipping stage go-build-helper (already ran) 02:23:55 Staging app-service-config 02:23:55 + snapcraftctl stage 02:23:56 Staging config-common 02:23:56 + snapcraftctl stage 02:23:57 Staging edgex-go 02:23:57 + snapcraftctl stage 02:23:59 Staging static-packages 02:23:59 + snapcraftctl stage 02:24:00 Staging version 02:24:00 + snapcraftctl stage 02:24:01 Priming go-build-helper 02:24:01 + snapcraftctl prime 02:24:03 Priming app-service-config 02:24:03 + snapcraftctl prime 02:24:04 Priming config-common 02:24:04 + snapcraftctl prime 02:24:05 Priming edgex-go 02:24:05 + snapcraftctl prime 02:24:07 Priming static-packages 02:24:07 + snapcraftctl prime 02:24:09 Priming version 02:24:09 + snapcraftctl prime 02:24:10 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:24:14 provisioning config files... 02:24:14 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7359477779830542541tmp [Pipeline] { [Pipeline] sh 02:24:14 + set +x 02:24:14 + curl -s https://codecov.io/bash 02:24:14 + bash -s -- 02:24:15 02:24:15 _____ _ 02:24:15 / ____| | | 02:24:15 | | ___ __| | ___ ___ _____ __ 02:24:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:24:15 | |___| (_) | (_| | __/ (_| (_) \ V / 02:24:15 \_____\___/ \__,_|\___|\___\___/ \_/ 02:24:15 Bash-1.0.2 02:24:15 02:24:15 02:24:15 ==> git version 2.24.3 found 02:24:15 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 02:24:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:24:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:24:15 ==> Jenkins CI detected. 02:24:15 project root: . 02:24:15 --> token set from env 02:24:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:24:15 ==> Running gcov in . (disable via -X gcov) 02:24:15 ==> Python coveragepy not found 02:24:15 ==> Searching for coverage reports in: 02:24:15 + . 02:24:15 -> Found 1 reports 02:24:15 ==> Detecting git/mercurial file structure 02:24:15 ==> Reading reports 02:24:15 + ./coverage.out bytes=727486 02:24:15 ==> Appending adjustments 02:24:15 https://docs.codecov.io/docs/fixing-reports 02:24:22 + Found adjustments 02:24:22 ==> Gzipping contents 02:24:22 104K /tmp/codecov.kDH0Dp.gz 02:24:22 ==> Uploading reports 02:24:22 url: https://codecov.io 02:24:22 query: branch=PR-3459&commit=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3459%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3459&job=&cmd_args= 02:24:22 -> Pinging Codecov 02:24:22 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3459&commit=dc2a22834f13eee8a53be0eae98ff8ae8ed084f4&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3459%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3459&job=&cmd_args= 02:24:22 -> Uploading to 02:24:22 https://storage.googleapis.com/codecov/v4/raw/2021-05-13/00271124DB129430A58F1EEE437C3FCB/dc2a22834f13eee8a53be0eae98ff8ae8ed084f4/0054e808-b8bf-4353-9d6c-590e3d7eb812.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210513%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210513T022421Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7b9b8aec3e1f0bfeec048dba1b8612c8faa7b5cd4b597d5dcbebadf9e0da2e97 02:24:22 % Total % Received % Xferd Average Speed Time Time Time Current 02:24:22 Dload Upload Total Spent Left Speed 02:24:22 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 101k 0 0 100 101k 0 178k --:--:-- --:--:-- --:--:-- 178k 100 101k 0 0 100 101k 0 178k --:--:-- --:--:-- --:--:-- 178k 02:24:22 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/dc2a22834f13eee8a53be0eae98ff8ae8ed084f4 [Pipeline] } 02:24:22 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] { (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 02:24:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:24:25 ---> package-listing.sh 02:24:25 ++ facter osfamily 02:24:25 ++ tr '[:upper:]' '[:lower:]' 02:24:25 + OS_FAMILY=redhat 02:24:25 + workspace=/w/workspace/edgex-go/3 02:24:25 + START_PACKAGES=/tmp/packages_start.txt 02:24:25 + END_PACKAGES=/tmp/packages_end.txt 02:24:25 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:24:25 + PACKAGES=/tmp/packages_start.txt 02:24:25 + '[' /w/workspace/edgex-go/3 ']' 02:24:25 + PACKAGES=/tmp/packages_end.txt 02:24:25 + case "${OS_FAMILY}" in 02:24:25 + rpm -qa 02:24:25 + sort 02:24:35 + '[' -f /tmp/packages_start.txt ']' 02:24:35 + '[' -f /tmp/packages_end.txt ']' 02:24:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:24:35 + '[' /w/workspace/edgex-go/3 ']' 02:24:35 + mkdir -p /w/workspace/edgex-go/3/archives/ 02:24:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 02:24:35 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:24:36 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:24:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:24:37 02:24:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:24:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:24:37 alpine: Pulling from edgex-lftools-log-publisher 02:24:37 df20fa9351a1: Pulling fs layer 02:24:37 36b3adc4ff6f: Pulling fs layer 02:24:37 8ad3a11d3b57: Pulling fs layer 02:24:37 46f8f816bc3b: Pulling fs layer 02:24:37 93b61091891f: Pulling fs layer 02:24:37 93b9cdb0e59b: Pulling fs layer 02:24:37 5e14af77c1be: Pulling fs layer 02:24:37 01666e4c0597: Pulling fs layer 02:24:37 aa168da1d23b: Pulling fs layer 02:24:37 46f8f816bc3b: Waiting 02:24:37 93b61091891f: Waiting 02:24:37 93b9cdb0e59b: Waiting 02:24:37 5e14af77c1be: Waiting 02:24:37 01666e4c0597: Waiting 02:24:37 aa168da1d23b: Waiting 02:24:37 36b3adc4ff6f: Download complete 02:24:37 46f8f816bc3b: Verifying Checksum 02:24:37 46f8f816bc3b: Download complete 02:24:38 df20fa9351a1: Download complete 02:24:38 93b9cdb0e59b: Verifying Checksum 02:24:38 93b9cdb0e59b: Download complete 02:24:38 5e14af77c1be: Verifying Checksum 02:24:38 5e14af77c1be: Download complete 02:24:38 93b61091891f: Download complete 02:24:38 01666e4c0597: Verifying Checksum 02:24:38 01666e4c0597: Download complete 02:24:38 df20fa9351a1: Pull complete 02:24:38 36b3adc4ff6f: Pull complete 02:24:39 8ad3a11d3b57: Verifying Checksum 02:24:39 8ad3a11d3b57: Download complete 02:24:39 8ad3a11d3b57: Pull complete 02:24:40 46f8f816bc3b: Pull complete 02:24:40 93b61091891f: Pull complete 02:24:40 93b9cdb0e59b: Pull complete 02:24:41 5e14af77c1be: Pull complete 02:24:42 aa168da1d23b: Verifying Checksum 02:24:42 aa168da1d23b: Download complete 02:24:43 01666e4c0597: Pull complete 02:24:55 aa168da1d23b: Pull complete 02:24:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:24:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:24:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:24:56 prd-centos7-docker-4c-2g-4987 does not seem to be running inside a container 02:24:56 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:25:00 $ docker top dd63b9438ec464a8bb3c1aa7ef4c06e3601782ee3462d6392ce741ab7427f68a -eo pid,comm [Pipeline] { [Pipeline] sh 02:25:01 + touch /tmp/pre-build-complete [Pipeline] sh 02:25:02 + mkdir -p /var/log/sa [Pipeline] sh 02:25:02 + ls /var/log/sa-host 02:25:02 + sadf -c /var/log/sa-host/sa13 02:25:02 file_magic: OK 02:25:02 HZ: Using current value: 100 02:25:02 file_header: OK 02:25:02 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:25:02 Statistics: 02:25:02 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:25:02 File successfully converted to sysstat format version 12.2.1 02:25:02 + sadf -c /var/log/sa-host/sa23 02:25:02 file_magic: OK 02:25:02 HZ: Using current value: 100 02:25:02 file_header: OK 02:25:02 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:25:02 Statistics: 02:25:02 Hnuu...uuuununununu... 02:25:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:25:02 provisioning config files... 02:25:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config373269125665663121tmp [Pipeline] { [Pipeline] echo 02:25:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:25:03 ---> create-netrc.sh [Pipeline] } 02:25:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:25:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:25:04 ---> python-tools-install.sh [Pipeline] echo 02:25:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:25:04 ---> sudo-logs.sh 02:25:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:25:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:25:05 ---> job-cost.sh 02:25:05 lf-activate-venv: SKIPPING 02:25:05 DEBUG: total: 0.20999999344348907 02:25:05 INFO: Retrieving Stack Cost... 02:25:06 INFO: Retrieving Pricing Info for: v1-standard-2 02:25:07 INFO: Archiving Costs [Pipeline] echo 02:25:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:25:07 ---> logs-deploy.sh 02:25:07 lf-activate-venv: SKIPPING 02:25:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3459/3 02:25:07 INFO: archiving workspace using pattern(s): 02:25:10 Archives upload complete. 02:25:10 INFO: archiving logs to Nexus