Pull request #3085 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9675dda737749418a9e6e468e7912526e7704378+4a83cd830d92d64e3c8662a0b68849c078e73697 (2218ca0193170f216db762f74e8184bc800a3dc5) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23559 in /w/workspace/edgexfoundry_edgex-go_PR-3085 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 9675dda737749418a9e6e468e7912526e7704378 Merge succeeded, producing be2eadb06b45a7c3f35f5919d212f2db5cbb026a Checking out Revision be2eadb06b45a7c3f35f5919d212f2db5cbb026a (PR-3085) > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3085/head:refs/remotes/origin/PR-3085 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9675dda737749418a9e6e468e7912526e7704378 # 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 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f be2eadb06b45a7c3f35f5919d212f2db5cbb026a # timeout=10 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" > git rev-list --no-walk 9675dda737749418a9e6e468e7912526e7704378 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:24:23 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:24:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:24:23 ========================================================= 00:24:23 EdgeX Global Pipelines Version Info 00:24:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:24:24 ------------------- 00:24:24 stable info: 00:24:24 ------------------- 00:24:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:24:24 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:24:24 Message: update stable to v1.0.179 00:24:25 ------------------- 00:24:25 experimental info: 00:24:25 ------------------- 00:24:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:24:25 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:24:25 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:24:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:24:26 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:24:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:24:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:24:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:24:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:24:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:24:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:24:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:24:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:24:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:24:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:24:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:24:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:24:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:24:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:24:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:24:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:24:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:24:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:24:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:24:28 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:24:28 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:24:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3085 [Pipeline] echo 00:24:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3085 [Pipeline] echo 00:24:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3085 [Pipeline] echo 00:24:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = be2eadb06b45a7c3f35f5919d212f2db5cbb026a [Pipeline] echo 00:24:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = be2eadb [Pipeline] echo 00:24:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:24:29 provisioning config files... 00:24:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1001194743116953186tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:24:29 ---> docker-login.sh 00:24:29 nexus3.edgexfoundry.org:10001 00:24:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:24:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:24:29 Configure a credential helper to remove this warning. See 00:24:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:24:29 00:24:29 Login Succeeded 00:24:29 nexus3.edgexfoundry.org:10002 00:24:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:24:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:24:29 Configure a credential helper to remove this warning. See 00:24:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:24:29 00:24:29 Login Succeeded 00:24:29 nexus3.edgexfoundry.org:10003 00:24:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:24:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:24:30 Configure a credential helper to remove this warning. See 00:24:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:24:30 00:24:30 Login Succeeded 00:24:30 nexus3.edgexfoundry.org:10004 00:24:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:24:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:24:30 Configure a credential helper to remove this warning. See 00:24:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:24:30 00:24:30 Login Succeeded 00:24:30 docker.io 00:24:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:24:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:24:30 Configure a credential helper to remove this warning. See 00:24:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:24:30 00:24:30 Login Succeeded 00:24:30 ---> docker-login.sh ends [Pipeline] } 00:24:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:24:31 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:24:31 + for file in '`ls cmd/**/Dockerfile`' 00:24:31 ++ dirname cmd/core-command/Dockerfile 00:24:31 ++ cut -d/ -f2 00:24:31 + echo core-command,cmd/core-command/Dockerfile 00:24:31 + for file in '`ls cmd/**/Dockerfile`' 00:24:31 ++ dirname cmd/core-data/Dockerfile 00:24:31 ++ cut -d/ -f2 00:24:31 + echo core-data,cmd/core-data/Dockerfile 00:24:31 + for file in '`ls cmd/**/Dockerfile`' 00:24:31 ++ dirname cmd/core-metadata/Dockerfile 00:24:31 ++ cut -d/ -f2 00:24:31 + echo core-metadata,cmd/core-metadata/Dockerfile 00:24:31 + for file in '`ls cmd/**/Dockerfile`' 00:24:31 ++ dirname cmd/security-bootstrapper/Dockerfile 00:24:31 ++ cut -d/ -f2 00:24:31 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:24:31 + for file in '`ls cmd/**/Dockerfile`' 00:24:31 ++ dirname cmd/security-proxy-setup/Dockerfile 00:24:31 ++ cut -d/ -f2 00:24:31 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:24:31 + for file in '`ls cmd/**/Dockerfile`' 00:24:31 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:24:31 ++ cut -d/ -f2 00:24:31 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:24:31 + for file in '`ls cmd/**/Dockerfile`' 00:24:31 ++ dirname cmd/support-notifications/Dockerfile 00:24:31 ++ cut -d/ -f2 00:24:31 + echo support-notifications,cmd/support-notifications/Dockerfile 00:24:31 + for file in '`ls cmd/**/Dockerfile`' 00:24:31 ++ dirname cmd/support-scheduler/Dockerfile 00:24:31 ++ cut -d/ -f2 00:24:31 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:24:31 + for file in '`ls cmd/**/Dockerfile`' 00:24:31 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:24:31 ++ cut -d/ -f2 00:24:31 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:24:31 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:24:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:24:32 00:24:32 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:24:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:24:32 latest: Pulling from edgex-devops/git-semver 00:24:32 31603596830f: Pulling fs layer 00:24:32 2a8b12db71e7: Pulling fs layer 00:24:32 6ca5941a6612: Pulling fs layer 00:24:32 ecc8261a40a4: Pulling fs layer 00:24:32 ecc8261a40a4: Waiting 00:24:32 2a8b12db71e7: Download complete 00:24:32 31603596830f: Download complete 00:24:32 ecc8261a40a4: Verifying Checksum 00:24:32 ecc8261a40a4: Download complete 00:24:33 6ca5941a6612: Verifying Checksum 00:24:33 6ca5941a6612: Download complete 00:24:33 31603596830f: Pull complete 00:24:33 2a8b12db71e7: Pull complete 00:24:34 6ca5941a6612: Pull complete 00:24:34 ecc8261a40a4: Pull complete 00:24:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:24:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:24:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:24:34 prd-centos7-docker-4c-2g-23559 does not seem to be running inside a container 00:24:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:24:37 $ docker top 624f36742104e3caac90badfd3f1529fbee21cdaad6dc13b5ebac84bcb8743e1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:24:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:24:37 [ssh-agent] Looking for ssh-agent implementation... 00:24:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:24:38 $ docker exec 624f36742104e3caac90badfd3f1529fbee21cdaad6dc13b5ebac84bcb8743e1 ssh-agent 00:24:38 SSH_AUTH_SOCK=/tmp/ssh-vM82GRRq6ota/agent.12 00:24:38 SSH_AGENT_PID=17 00:24:38 Running ssh-add (command line suppressed) 00:24:38 Identity added: /w/workspace/edgex-go/2@tmp/private_key_5565573213108493910.key (/w/workspace/edgex-go/2@tmp/private_key_5565573213108493910.key) 00:24:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:24:38 + git tag --points-at HEAD [Pipeline] } 00:24:38 $ docker exec --env ******** --env ******** 624f36742104e3caac90badfd3f1529fbee21cdaad6dc13b5ebac84bcb8743e1 ssh-agent -k 00:24:38 unset SSH_AUTH_SOCK; 00:24:38 unset SSH_AGENT_PID; 00:24:38 echo Agent pid 17 killed; 00:24:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:24:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:24:39 [ssh-agent] Looking for ssh-agent implementation... 00:24:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:24:39 $ docker exec 624f36742104e3caac90badfd3f1529fbee21cdaad6dc13b5ebac84bcb8743e1 ssh-agent 00:24:39 SSH_AUTH_SOCK=/tmp/ssh-Hz28f0xV8CqG/agent.47 00:24:39 SSH_AGENT_PID=52 00:24:39 Running ssh-add (command line suppressed) 00:24:39 Identity added: /w/workspace/edgex-go/2@tmp/private_key_2494345074680085284.key (/w/workspace/edgex-go/2@tmp/private_key_2494345074680085284.key) 00:24:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:24:39 + git semver init 00:24:39 # -> Open(): unable to determine branch for HEAD 00:24:39 # $GIT_DIR = /w/workspace/edgex-go/2/.git 00:24:39 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 00:24:39 # $SEMVER_REMOTE_NAME = origin 00:24:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:24:39 # $SEMVER_USER_NAME = edgex-jenkins 00:24:39 # $SEMVER_BRANCH = PR-3085 00:24:39 # $SEMVER_TEMP = /tmp/semver-330723255 00:24:39 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:24:58 # '/tmp/semver-330723255' -> '/w/workspace/edgex-go/2/.semver' 00:24:59 # -> Force: false 00:24:59 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 00:24:59 $ docker exec --env ******** --env ******** 624f36742104e3caac90badfd3f1529fbee21cdaad6dc13b5ebac84bcb8743e1 ssh-agent -k 00:24:59 unset SSH_AUTH_SOCK; 00:24:59 unset SSH_AGENT_PID; 00:24:59 echo Agent pid 52 killed; 00:24:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:24:59 + git semver [Pipeline] } 00:24:59 $ docker stop --time=1 624f36742104e3caac90badfd3f1529fbee21cdaad6dc13b5ebac84bcb8743e1 00:25:01 $ docker rm -f 624f36742104e3caac90badfd3f1529fbee21cdaad6dc13b5ebac84bcb8743e1 [Pipeline] // withDockerContainer [Pipeline] sh 00:25:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:25:02 Stashed 1 file(s) [Pipeline] echo 00:25:02 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:25:03 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:25:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:25:04 + sudo service docker restart 00:25:04 + true 00:25:04 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:25:04 ========================================================= 00:25:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:25:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:25:05 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:25:09 Sending build context to Docker daemon 327.2MB 00:25:09 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:25:09 Step 2/6 : FROM ${BASE} 00:25:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:25:09 188c0c94c7c5: Pulling fs layer 00:25:09 0ef7d3d256c8: Pulling fs layer 00:25:09 de9db76c5a1d: Pulling fs layer 00:25:09 bca2f99d35d6: Pulling fs layer 00:25:09 93359f2a8cfa: Pulling fs layer 00:25:09 7c6f9722023f: Pulling fs layer 00:25:09 a35cf1a2eb13: Pulling fs layer 00:25:09 7c6f9722023f: Waiting 00:25:09 a35cf1a2eb13: Waiting 00:25:09 bca2f99d35d6: Waiting 00:25:09 93359f2a8cfa: Waiting 00:25:09 de9db76c5a1d: Verifying Checksum 00:25:09 de9db76c5a1d: Download complete 00:25:09 0ef7d3d256c8: Verifying Checksum 00:25:09 0ef7d3d256c8: Download complete 00:25:09 93359f2a8cfa: Verifying Checksum 00:25:09 93359f2a8cfa: Download complete 00:25:09 7c6f9722023f: Verifying Checksum 00:25:09 7c6f9722023f: Download complete 00:25:09 188c0c94c7c5: Verifying Checksum 00:25:09 188c0c94c7c5: Download complete 00:25:10 188c0c94c7c5: Pull complete 00:25:10 0ef7d3d256c8: Pull complete 00:25:10 de9db76c5a1d: Pull complete 00:25:11 a35cf1a2eb13: Verifying Checksum 00:25:11 a35cf1a2eb13: Download complete 00:25:12 bca2f99d35d6: Verifying Checksum 00:25:12 bca2f99d35d6: Download complete 00:25:18 Still waiting to schedule task 00:25:18 ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23560’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23563’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-23564’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23426’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23547’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23557’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23561’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-23562’ is offline 00:25:19 bca2f99d35d6: Pull complete 00:25:19 93359f2a8cfa: Pull complete 00:25:19 7c6f9722023f: Pull complete 00:25:24 a35cf1a2eb13: Pull complete 00:25:24 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:25:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:25:24 ---> a62c8e92a672 00:25:24 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:25:24 ---> Running in 37993a659dd4 00:25:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:25:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:25:25 (1/12) Installing libmagic (5.38-r0) 00:25:25 (2/12) Installing file (5.38-r0) 00:25:25 (3/12) Installing libc-dev (0.7.2-r3) 00:25:26 (4/12) Installing g++ (9.3.0-r2) 00:25:32 (5/12) Installing fortify-headers (1.1-r0) 00:25:32 (6/12) Installing patch (2.7.6-r6) 00:25:32 (7/12) Installing build-base (0.5-r2) 00:25:32 (8/12) Installing libsodium (1.0.18-r0) 00:25:33 (9/12) Installing pkgconf (1.7.2-r0) 00:25:33 (10/12) Installing libsodium-dev (1.0.18-r0) 00:25:33 (11/12) Installing libzmq (4.3.3-r0) 00:25:33 (12/12) Installing zeromq-dev (4.3.3-r0) 00:25:33 Executing busybox-1.31.1-r19.trigger 00:25:33 OK: 233 MiB in 51 packages 00:25:37 Removing intermediate container 37993a659dd4 00:25:37 ---> a118beed3f72 00:25:37 Step 4/6 : WORKDIR /edgex-go 00:25:37 ---> Running in 6dcf849391b9 00:25:37 Removing intermediate container 6dcf849391b9 00:25:37 ---> 6acd9f1183ee 00:25:37 Step 5/6 : COPY go.mod . 00:25:37 ---> 7e2cafdfee4f 00:25:37 Step 6/6 : RUN go mod download 00:25:37 ---> Running in b1a7e70ce1d2 00:25:59 Removing intermediate container b1a7e70ce1d2 00:25:59 ---> e8747c682414 00:25:59 Successfully built e8747c682414 00:25:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:26:00 + docker inspect -f . ci-base-image-x86_64 00:26:00 . [Pipeline] withDockerContainer 00:26:00 prd-centos7-docker-4c-2g-23559 does not seem to be running inside a container 00:26:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:26:01 $ docker top fe2d05f81ffa92970e18b5d685b37f0bae88c44016a79271de1dbf2127efebd5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:26:01 + go version 00:26:01 go version go1.15.5 linux/amd64 [Pipeline] } 00:26:01 $ docker stop --time=1 fe2d05f81ffa92970e18b5d685b37f0bae88c44016a79271de1dbf2127efebd5 00:26:03 $ docker rm -f fe2d05f81ffa92970e18b5d685b37f0bae88c44016a79271de1dbf2127efebd5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:26:04 + docker inspect -f . ci-base-image-x86_64 00:26:04 . [Pipeline] withDockerContainer 00:26:04 prd-centos7-docker-4c-2g-23559 does not seem to be running inside a container 00:26:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:26:05 $ docker top cae588565e7b6bd7f63104994b4ef900b49fd68177627d43e6f1939056f09ddf -eo pid,comm [Pipeline] { [Pipeline] echo 00:26:05 ========================================================= 00:26:05 [edgeXBuildGoParallel] Running Tests and Build... 00:26:05 ========================================================= [Pipeline] sh 00:26:05 + make test 00:26:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:26:15 ? github.com/edgexfoundry/edgex-go [no test files] 00:26:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:26:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:26:38 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:26:38 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:26:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:26:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:26:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:26:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:26:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:26:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:26:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:26:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:26:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:26:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:26:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.6% of statements 00:26:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:26:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:26:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:26:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:26:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:26:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.227s coverage: 27.1% of statements 00:26:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:26:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:26:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:26:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:26:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:26:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:26:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements 00:26:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:26:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 00:26:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:26:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:26:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.104s coverage: 65.8% of statements 00:26:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:26:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:26:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.153s coverage: 82.3% of statements 00:26:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:26:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:26:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:26:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:26:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.310s coverage: 28.6% of statements 00:26:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:26:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:26:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:26:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:26:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:26:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.116s coverage: 100.0% of statements 00:26:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:26:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements 00:26:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:26:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.147s coverage: 86.7% of statements 00:26:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:26:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.100s coverage: 97.5% of statements 00:26:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:26:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements 00:26:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:26:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:26:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:26:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:26:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.434s coverage: 92.8% of statements 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:26:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:26:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:26:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:26:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.049s coverage: 43.8% of statements 00:26:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.051s coverage: 79.5% of statements 00:26:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements 00:26:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements 00:26:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.028s coverage: 87.5% of statements 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.040s coverage: 94.4% of statements 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.052s coverage: 87.2% of statements 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.125s coverage: 91.4% of statements 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.176s coverage: 63.5% of statements 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.301s coverage: 68.9% of statements 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 37.0% of statements 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.317s coverage: 84.0% of statements 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:27:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements 00:27:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:27:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.715s coverage: 29.1% of statements 00:27:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:27:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:27:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:27:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:27:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:27:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.088s coverage: 99.0% of statements 00:27:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:27:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements 00:27:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:27:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 00:27:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:27:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 00:27:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:27:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:27:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:27:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:27:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 00:27:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:27:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:27:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 00:27:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:27:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:27:10 GO111MODULE=on go vet ./... 00:27:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23568 in /w/workspace/edgexfoundry_edgex-go_PR-3085 [Pipeline] { [Pipeline] ws 00:27:35 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:27:37 gofmt -l . 00:27:38 [ "`gofmt -l .`" = "" ] 00:27:38 ./bin/test-go-mod-tidy.sh 00:27:39 ./bin/test-attribution-txt.sh [Pipeline] sh 00:27:41 + ls -al . 00:27:41 total 668 00:27:41 drwxrwxr-x 10 1001 1001 4096 Jan 28 00:27 . 00:27:41 drwxr-xr-x 4 root root 28 Jan 28 00:26 .. 00:27:41 -rw-rw-r-- 1 1001 1001 11 Jan 28 00:24 .dockerignore 00:27:41 drwxrwxr-x 8 1001 1001 179 Jan 28 00:24 .git 00:27:41 drwxrwxr-x 3 1001 1001 125 Jan 28 00:24 .github 00:27:41 -rw-rw-r-- 1 1001 1001 872 Jan 28 00:24 .gitignore 00:27:41 drwx------ 3 1001 1001 60 Jan 28 00:24 .semver 00:27:41 -rw-rw-r-- 1 1001 1001 166 Jan 28 00:24 .sonarcloud.properties 00:27:41 -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:24 Attribution.txt 00:27:41 -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:24 CONTRIBUTING.md 00:27:41 -rw-rw-r-- 1 1001 1001 931 Jan 28 00:24 Dockerfile.build 00:27:41 -rw-rw-r-- 1 1001 1001 863 Jan 28 00:24 Jenkinsfile 00:27:41 -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:24 LICENSE 00:27:41 -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:24 Makefile 00:27:41 -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:24 README.md 00:27:41 -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:24 SECURITY.md 00:27:41 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:25 VERSION 00:27:41 -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:24 ZMQWindows.md 00:27:41 drwxrwxr-x 2 1001 1001 117 Jan 28 00:24 bin 00:27:41 drwxrwxr-x 15 1001 1001 4096 Jan 28 00:24 cmd 00:27:41 -rw-r--r-- 1 root root 564700 Jan 28 00:27 coverage.out 00:27:41 -rw-r--r-- 1 root root 1053 Jan 28 00:27 go.mod 00:27:41 -rw-r--r-- 1 root root 19080 Jan 28 00:27 go.sum 00:27:41 drwxrwxr-x 8 1001 1001 127 Jan 28 00:24 internal 00:27:41 drwxrwxr-x 4 1001 1001 26 Jan 28 00:24 openapi 00:27:41 drwxrwxr-x 4 1001 1001 71 Jan 28 00:24 snap 00:27:41 -rw-rw-r-- 1 1001 1001 168 Jan 28 00:24 version.go [Pipeline] sh 00:27:41 + '[' -e coverage.out ] 00:27:41 + chown 1001:1001 coverage.out [Pipeline] stash 00:27:41 Stashed 1 file(s) [Pipeline] sh 00:27:42 + make build 00:27:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:27:42 using credential edgex-jenkins-ssh 00:27:42 Cloning the remote Git repository 00:27:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:27:42 > git init /w/workspace/edgex-go/2 # timeout=10 00:27:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:27:42 > git --version # timeout=10 00:27:42 > git --version # 'git version 2.17.1' 00:27:42 using GIT_SSH to set credentials SSH Credentials for GitHub 00:27:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:27:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:27:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:27:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:27:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:27:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:27:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:27:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:28:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:28:00 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 9675dda737749418a9e6e468e7912526e7704378 00:28:01 Merge succeeded, producing e2ee346c43d71cd30b46eb6d15d859410cdf10c6 00:28:01 Checking out Revision e2ee346c43d71cd30b46eb6d15d859410cdf10c6 (PR-3085) 00:28:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:28:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:28:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:28:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:28:00 using GIT_SSH to set credentials SSH Credentials for GitHub 00:28:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3085/head:refs/remotes/origin/PR-3085 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:28:00 > git config core.sparsecheckout # timeout=10 00:28:00 > git checkout -f 9675dda737749418a9e6e468e7912526e7704378 # timeout=10 00:28:01 > git remote # timeout=10 00:28:01 > git config --get remote.origin.url # timeout=10 00:28:01 using GIT_SSH to set credentials SSH Credentials for GitHub 00:28:01 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 00:28:01 > git rev-parse HEAD^{commit} # timeout=10 00:28:01 > git config core.sparsecheckout # timeout=10 00:28:01 > git checkout -f e2ee346c43d71cd30b46eb6d15d859410cdf10c6 # timeout=10 00:28:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:28:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:28:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:28:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:28:06 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" 00:28:06 > git rev-list --no-walk 9675dda737749418a9e6e468e7912526e7704378 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] } 00:28:07 $ docker stop --time=1 cae588565e7b6bd7f63104994b4ef900b49fd68177627d43e6f1939056f09ddf 00:28:08 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 00:28:09 $ docker rm -f cae588565e7b6bd7f63104994b4ef900b49fd68177627d43e6f1939056f09ddf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } 00:28:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] // stage [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 00:28:10 + sudo service docker restart 00:28:10 + true [Pipeline] isUnix [Pipeline] sh 00:28:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:28:11 00:28:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:28:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:28:12 latest: Pulling from edgex-devops/edgex-compose 00:28:12 cbdbe7a5bc2a: Pulling fs layer 00:28:12 ca9280d653b3: Pulling fs layer 00:28:12 7e9c9ca2126c: Pulling fs layer 00:28:12 cbdbe7a5bc2a: Download complete 00:28:12 ca9280d653b3: Verifying Checksum 00:28:12 ca9280d653b3: Download complete 00:28:12 cbdbe7a5bc2a: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:28:13 provisioning config files... 00:28:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5759649956865542921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:28:13 ---> docker-login.sh 00:28:13 nexus3.edgexfoundry.org:10001 00:28:13 ca9280d653b3: Pull complete 00:28:14 7e9c9ca2126c: Verifying Checksum 00:28:14 7e9c9ca2126c: Download complete 00:28:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:14 Configure a credential helper to remove this warning. See 00:28:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:14 00:28:14 Login Succeeded 00:28:14 nexus3.edgexfoundry.org:10002 00:28:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:15 Configure a credential helper to remove this warning. See 00:28:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:15 00:28:15 Login Succeeded 00:28:15 nexus3.edgexfoundry.org:10003 00:28:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:15 Configure a credential helper to remove this warning. See 00:28:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:15 00:28:15 Login Succeeded 00:28:15 nexus3.edgexfoundry.org:10004 00:28:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:16 Configure a credential helper to remove this warning. See 00:28:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:16 00:28:16 Login Succeeded 00:28:16 docker.io 00:28:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:17 Configure a credential helper to remove this warning. See 00:28:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:17 00:28:17 Login Succeeded 00:28:17 ---> docker-login.sh ends [Pipeline] } 00:28:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:28:17 ========================================================= 00:28:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:28:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:28:18 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:28:20 Sending build context to Docker daemon 165.9MB 00:28:20 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:28:20 Step 2/6 : FROM ${BASE} 00:28:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:28:20 5f621e34cdf4: Pulling fs layer 00:28:20 a4357932f1b6: Pulling fs layer 00:28:20 18c013af1878: Pulling fs layer 00:28:20 00ac8860ef70: Pulling fs layer 00:28:20 63d7cb157983: Pulling fs layer 00:28:20 b116817d02f9: Pulling fs layer 00:28:20 745a02a5169b: Pulling fs layer 00:28:20 63d7cb157983: Waiting 00:28:20 745a02a5169b: Waiting 00:28:20 b116817d02f9: Waiting 00:28:20 00ac8860ef70: Waiting 00:28:20 18c013af1878: Verifying Checksum 00:28:20 18c013af1878: Download complete 00:28:20 a4357932f1b6: Verifying Checksum 00:28:20 a4357932f1b6: Download complete 00:28:20 63d7cb157983: Verifying Checksum 00:28:20 63d7cb157983: Download complete 00:28:20 b116817d02f9: Verifying Checksum 00:28:20 b116817d02f9: Download complete 00:28:20 5f621e34cdf4: Download complete 00:28:20 7e9c9ca2126c: Pull complete 00:28:20 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:28:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:28:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:28:20 prd-centos7-docker-4c-2g-23559 does not seem to be running inside a container 00:28:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:28:21 5f621e34cdf4: Pull complete 00:28:21 a4357932f1b6: Pull complete 00:28:22 18c013af1878: Pull complete 00:28:22 745a02a5169b: Verifying Checksum 00:28:22 745a02a5169b: Download complete 00:28:24 $ docker top 0c13c78c0c961de2aafb14b914825585bc18ed75eb7c2b6097cd15f189d83d9f -eo pid,comm [Pipeline] { 00:28:24 00ac8860ef70: Verifying Checksum 00:28:24 00ac8860ef70: Download complete [Pipeline] sh 00:28:24 + docker-compose build --help 00:28:24 + grep parallel 00:28:25 --parallel Build images in parallel. [Pipeline] } 00:28:25 $ docker stop --time=1 0c13c78c0c961de2aafb14b914825585bc18ed75eb7c2b6097cd15f189d83d9f 00:28:27 $ docker rm -f 0c13c78c0c961de2aafb14b914825585bc18ed75eb7c2b6097cd15f189d83d9f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:28:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:28:27 . [Pipeline] withDockerContainer 00:28:28 prd-centos7-docker-4c-2g-23559 does not seem to be running inside a container 00:28:28 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:28:28 $ docker top fe2fdde32d05626d91f5d697904db0bee5b0c342aa1f2a783272272d52dd3f42 -eo pid,comm [Pipeline] { [Pipeline] sh 00:28:29 + docker-compose -f ./docker-compose-build.yml build --parallel 00:28:30 Building docker-core-command-go ... 00:28:30 Building docker-core-data-go ... 00:28:30 Building docker-core-metadata-go ... 00:28:30 Building docker-security-bootstrapper-go ... 00:28:30 Building docker-security-proxy-setup-go ... 00:28:30 Building docker-security-secretstore-setup-go ... 00:28:30 Building docker-support-notifications-go ... 00:28:30 Building docker-support-scheduler-go ... 00:28:30 Building docker-sys-mgmt-agent-go ... 00:28:30 Building docker-core-data-go 00:28:30 Building docker-security-secretstore-setup-go 00:28:30 Building docker-security-bootstrapper-go 00:28:30 Building docker-support-scheduler-go 00:28:30 Building docker-support-notifications-go 00:28:34 00ac8860ef70: Pull complete 00:28:34 63d7cb157983: Pull complete 00:28:34 b116817d02f9: Pull complete 00:28:38 745a02a5169b: Pull complete 00:28:38 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:28:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:28:38 ---> b7e6874047d6 00:28:38 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:28:41 ---> Running in 0ceea9f56e92 00:28:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:28:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:28:46 (1/12) Installing libmagic (5.38-r0) 00:28:46 (2/12) Installing file (5.38-r0) 00:28:46 (3/12) Installing libc-dev (0.7.2-r3) 00:28:46 (4/12) Installing g++ (9.3.0-r2) 00:29:02 (5/12) Installing fortify-headers (1.1-r0) 00:29:02 (6/12) Installing patch (2.7.6-r6) 00:29:02 (7/12) Installing build-base (0.5-r2) 00:29:02 (8/12) Installing libsodium (1.0.18-r0) 00:29:02 (9/12) Installing pkgconf (1.7.2-r0) 00:29:02 (10/12) Installing libsodium-dev (1.0.18-r0) 00:29:02 (11/12) Installing libzmq (4.3.3-r0) 00:29:02 (12/12) Installing zeromq-dev (4.3.3-r0) 00:29:02 Executing busybox-1.31.1-r19.trigger 00:29:02 OK: 217 MiB in 51 packages 00:29:06 Removing intermediate container 0ceea9f56e92 00:29:06 ---> e567e88b4c49 00:29:06 Step 4/6 : WORKDIR /edgex-go 00:29:06 ---> Running in 1d4c467c4030 00:29:07 Removing intermediate container 1d4c467c4030 00:29:07 ---> 9ecc21c88fd5 00:29:07 Step 5/6 : COPY go.mod . 00:29:08 ---> d71673c0d71d 00:29:08 Step 6/6 : RUN go mod download 00:29:08 ---> Running in abdd88dc2fc2 00:29:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:29:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:29:09 ---> e8747c682414 00:29:09 Step 3/24 : WORKDIR /edgex-go 00:29:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:29:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:29:09 ---> e8747c682414 00:29:09 Step 3/23 : WORKDIR /edgex-go 00:29:09 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:29:09 Step 2/34 : FROM ${BUILDER_BASE} AS builder 00:29:09 ---> e8747c682414 00:29:09 Step 3/34 : WORKDIR /edgex-go 00:29:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:29:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:29:09 ---> e8747c682414 00:29:09 Step 3/22 : WORKDIR /edgex-go 00:29:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:29:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:29:09 ---> e8747c682414 00:29:09 Step 3/22 : WORKDIR /edgex-go 00:29:09 ---> Running in 907cf79d1b4a 00:29:09 ---> Running in a2edcd7e0d0c 00:29:09 ---> Running in de4c81fbd526 00:29:09 ---> Running in 6033c1163d6d 00:29:09 ---> Running in 30f8ec8986b1 00:29:09 Removing intermediate container a2edcd7e0d0c 00:29:09 ---> 9044b8ad826b 00:29:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:29:09 Removing intermediate container 30f8ec8986b1 00:29:09 ---> 1e051640ab67 00:29:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:29:09 Removing intermediate container de4c81fbd526 00:29:09 ---> 1babce355130 00:29:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:29:09 Removing intermediate container 907cf79d1b4a 00:29:09 ---> e25015340c78 00:29:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:29:09 Removing intermediate container 6033c1163d6d 00:29:09 ---> c4f29fcf6772 00:29:09 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:29:09 ---> Running in d7dc55a268ed 00:29:09 ---> Running in d0da8b3535c6 00:29:09 ---> Running in 972c237b45bb 00:29:09 ---> Running in 45fce9bae254 00:29:09 ---> Running in 05eb23bd7806 00:29:09 Removing intermediate container d0da8b3535c6 00:29:09 ---> 9b1db13c929c 00:29:09 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:29:09 Removing intermediate container d7dc55a268ed 00:29:09 ---> 6c59c745b649 00:29:09 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:29:09 Removing intermediate container 972c237b45bb 00:29:09 ---> b876f0cf99f4 00:29:09 Step 5/34 : RUN apk add --update --no-cache make git 00:29:09 ---> Running in cc3a7fe096d5 00:29:09 ---> Running in bd0f5570c424 00:29:09 Removing intermediate container 05eb23bd7806 00:29:09 ---> 3e33fc0e83bb 00:29:09 Step 5/24 : RUN apk add --update --no-cache make git 00:29:09 ---> Running in ccf029a12c16 00:29:09 Removing intermediate container 45fce9bae254 00:29:09 ---> 10a14cad1d96 00:29:09 Step 5/22 : RUN apk add --update --no-cache make git 00:29:09 ---> Running in ca9156d25ad5 00:29:09 ---> Running in e844de4ef532 00:29:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:29:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:29:11 OK: 233 MiB in 51 packages 00:29:11 OK: 233 MiB in 51 packages 00:29:11 OK: 233 MiB in 51 packages 00:29:11 Removing intermediate container cc3a7fe096d5 00:29:11 ---> 8394c500a910 00:29:11 Step 6/23 : COPY go.mod . 00:29:11 Removing intermediate container ccf029a12c16 00:29:11 ---> a22f44614491 00:29:11 Step 6/34 : COPY go.mod . 00:29:11 ---> 3ea9dbb49c34 00:29:11 Step 7/23 : RUN go mod download 00:29:12 OK: 233 MiB in 51 packages 00:29:12 ---> a0b136582920 00:29:12 Step 7/34 : RUN go mod download 00:29:12 ---> Running in 1075915cd30c 00:29:12 OK: 233 MiB in 51 packages 00:29:12 ---> Running in 745b5930656c 00:29:12 Removing intermediate container e844de4ef532 00:29:12 ---> 30698e15b8a8 00:29:12 Step 6/22 : COPY go.mod . 00:29:12 ---> c9775ddebfa6 00:29:12 Step 7/22 : RUN go mod download 00:29:13 ---> Running in 836ff34ffd3d 00:29:13 Removing intermediate container bd0f5570c424 00:29:13 ---> b89fc3f65111 00:29:13 Step 6/22 : COPY go.mod . 00:29:13 Removing intermediate container ca9156d25ad5 00:29:13 ---> 4659b657656f 00:29:13 Step 6/24 : COPY go.mod . 00:29:13 ---> fa462844c2f7 00:29:13 Step 7/22 : RUN go mod download 00:29:13 ---> Running in e151b15036f7 00:29:13 ---> e84a9dc0acac 00:29:13 Step 7/24 : RUN go mod download 00:29:13 ---> Running in b13d593be9c5 00:29:14 Removing intermediate container 1075915cd30c 00:29:14 ---> 69ef0ab2110f 00:29:14 Step 8/23 : COPY . . 00:29:14 Removing intermediate container 745b5930656c 00:29:14 ---> ab0d459a615d 00:29:14 Step 8/34 : COPY . . 00:29:15 Removing intermediate container 836ff34ffd3d 00:29:15 ---> d9634629cbcb 00:29:15 Step 8/22 : COPY . . 00:29:23 Removing intermediate container e151b15036f7 00:29:23 ---> 40c8de4b0cff 00:29:23 Step 8/22 : COPY . . 00:29:23 Removing intermediate container b13d593be9c5 00:29:23 ---> 8438c82f47cb 00:29:23 Step 8/24 : COPY . . 00:29:35 Removing intermediate container abdd88dc2fc2 00:29:35 ---> 76089645be55 00:29:35 Successfully built 76089645be55 00:29:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:29:35 + docker inspect -f . ci-base-image-arm64 00:29:35 . [Pipeline] withDockerContainer 00:29:35 prd-ubuntu18.04-docker-arm64-4c-16g-23568 does not seem to be running inside a container 00:29:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:29:37 $ docker top bc953d50ca5fe0bcb19158e86141036096965b3b49ad5a42f0b946ff401076ef -eo pid,comm [Pipeline] { [Pipeline] sh 00:29:38 + go version 00:29:38 go version go1.15.5 linux/arm64 [Pipeline] } 00:29:38 $ docker stop --time=1 bc953d50ca5fe0bcb19158e86141036096965b3b49ad5a42f0b946ff401076ef 00:29:40 $ docker rm -f bc953d50ca5fe0bcb19158e86141036096965b3b49ad5a42f0b946ff401076ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:29:41 + docker inspect -f . ci-base-image-arm64 00:29:41 . [Pipeline] withDockerContainer 00:29:41 prd-ubuntu18.04-docker-arm64-4c-16g-23568 does not seem to be running inside a container 00:29:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:29:43 $ docker top ba7ce1a7c520c24820ee9072b8aa93a62b9efd4b899b8d4b7f972f4e5eca7b85 -eo pid,comm [Pipeline] { [Pipeline] echo 00:29:43 ========================================================= 00:29:43 [edgeXBuildGoParallel] Running Tests and Build... 00:29:43 ========================================================= [Pipeline] sh 00:29:44 + make test 00:29:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:29:56 ---> 8886435e5e76 00:29:56 Step 9/23 : RUN make cmd/core-data/core-data 00:29:56 ---> f8a9c79aacec 00:29:56 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:29:56 ---> 114947bac1ea 00:29:56 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:29:56 ---> Running in 6fed2e11b7ca 00:29:56 ---> Running in 1cddeef96d2f 00:29:56 ---> Running in ba457d6e3216 00:29:57 ---> 2d27ba4610c8 00:29:57 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:29:57 ---> f67ee6ad2dc2 00:29:57 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:29:57 ---> Running in 1d9da795b988 00:29:57 Removing intermediate container ba457d6e3216 00:29:57 ---> dc2d1a670ce3 00:29:57 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 00:29:57 ---> Running in 49c15ce494bb 00:29:57 ---> Running in 2cbf669c6cad 00:29:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:29:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:29:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:29:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:29:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:30:11 ? github.com/edgexfoundry/edgex-go [no test files] 00:30:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:30:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:30:35 + mkdir -p /tmp/build/dist/linux 00:30:35 + cd /tmp/build/dist/linux 00:30:35 + git clone https://github.com/jwilder/dockerize.git . 00:30:35 Cloning into '.'... 00:30:36 + go get github.com/robfig/glock 00:30:36 Removing intermediate container 1d9da795b988 00:30:36 ---> b34eae44259a 00:30:36 00:30:36 Step 10/24 : FROM alpine:3.12 00:30:36 3.12: Pulling from library/alpine 00:30:37 Removing intermediate container 1cddeef96d2f 00:30:37 ---> 3a341006f6dd 00:30:37 00:30:37 Step 10/22 : FROM alpine:3.12 00:30:37 Removing intermediate container 49c15ce494bb 00:30:37 ---> 20e45983ac88 00:30:37 00:30:37 Step 10/22 : FROM alpine:3.12 00:30:37 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:30:37 Status: Downloaded newer image for alpine:3.12 00:30:37 ---> 389fef711851 00:30:37 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:30:37 3.12: Pulling from library/alpine 00:30:37 3.12: Pulling from library/alpine 00:30:37 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:30:37 Status: Image is up to date for alpine:3.12 00:30:37 ---> 389fef711851 00:30:37 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:30:37 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:30:37 Status: Image is up to date for alpine:3.12 00:30:37 ---> 389fef711851 00:30:37 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:30:37 ---> Running in b3a66aae791d 00:30:37 ---> Running in 88f040668ccb 00:30:37 ---> Running in 5de79a8c1be2 00:30:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:30:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:30:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:30:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:30:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:30:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:30:39 (1/5) Installing ca-certificates (20191127-r4) 00:30:39 (1/1) Installing dumb-init (1.2.2-r1) 00:30:39 Executing busybox-1.31.1-r19.trigger 00:30:39 OK: 6 MiB in 15 packages 00:30:39 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:30:39 (3/5) Installing libcurl (7.69.1-r3) 00:30:39 (1/2) Installing ca-certificates (20191127-r4) 00:30:39 (4/5) Installing curl (7.69.1-r3) 00:30:39 (5/5) Installing dumb-init (1.2.2-r1) 00:30:39 (2/2) Installing dumb-init (1.2.2-r1) 00:30:39 Executing busybox-1.31.1-r19.trigger 00:30:39 Executing ca-certificates-20191127-r4.trigger 00:30:39 Executing busybox-1.31.1-r19.trigger 00:30:39 Executing ca-certificates-20191127-r4.trigger 00:30:39 OK: 7 MiB in 19 packages 00:30:39 OK: 6 MiB in 16 packages 00:30:42 Removing intermediate container 6fed2e11b7ca 00:30:42 ---> 4f17021eab5b 00:30:42 00:30:42 Step 10/23 : FROM alpine:3.12 00:30:42 ---> 389fef711851 00:30:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:30:45 ---> Running in 357f95b6318e 00:30:45 Removing intermediate container 88f040668ccb 00:30:45 ---> ae867fc3b22c 00:30:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:30:45 ---> Running in 72ba5431d577 00:30:45 + glock sync -n 00:30:45 Removing intermediate container 357f95b6318e 00:30:45 ---> d5691d860edd 00:30:45 Step 12/23 : ENV APP_PORT=48080 00:30:45 Removing intermediate container 5de79a8c1be2 00:30:45 ---> f84f7943a1b6 00:30:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:30:46 Removing intermediate container b3a66aae791d 00:30:46 ---> 5cbc97d3cffc 00:30:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:30:46 Removing intermediate container 72ba5431d577 00:30:46 ---> 4c939e9c831f 00:30:46 Step 13/22 : ENV APP_PORT=48085 00:30:46 ---> Running in e5b035b83ef2 00:30:46 ---> Running in b65067a8f4cc 00:30:46 ---> Running in 74faf71001ef 00:30:46 ---> Running in 9dba85a1424d 00:30:46 Removing intermediate container e5b035b83ef2 00:30:46 ---> f9f277a91036 00:30:46 Step 13/23 : EXPOSE $APP_PORT 00:30:46 Removing intermediate container b65067a8f4cc 00:30:46 ---> b1085d1c25de 00:30:46 Step 13/22 : ENV APP_PORT=48060 00:30:46 ---> Running in fd9d1a728d8a 00:30:46 ---> Running in 2683d8031455 00:30:46 Removing intermediate container 74faf71001ef 00:30:46 ---> 17f9347fa11d 00:30:46 Step 13/24 : WORKDIR / 00:30:46 Removing intermediate container 9dba85a1424d 00:30:46 ---> e2ba8c6a8024 00:30:46 Step 14/22 : EXPOSE $APP_PORT 00:30:47 ---> Running in 6b70d0bd982c 00:30:47 ---> Running in cd0fc53b64cd 00:30:47 Removing intermediate container 2683d8031455 00:30:47 ---> eea4cda74ce3 00:30:47 Step 14/22 : EXPOSE $APP_PORT 00:30:47 Removing intermediate container fd9d1a728d8a 00:30:47 ---> 0a6b68d7042a 00:30:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:30:47 ---> Running in 03c2f67f5874 00:30:47 ---> Running in c53781173c03 00:30:47 Removing intermediate container 6b70d0bd982c 00:30:47 ---> 5603767dcf1b 00:30:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:30:47 Removing intermediate container cd0fc53b64cd 00:30:47 ---> 55b391bc7405 00:30:47 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:30:48 Removing intermediate container 03c2f67f5874 00:30:48 ---> f2e99c8183d9 00:30:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:30:48 ---> e388f9dbda1f 00:30:48 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:30:48 ---> 9a0c6c30d05a 00:30:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:30:48 ---> 1e3bb21c713a 00:30:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:30:49 ---> 1c0ac2673fb5 00:30:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:30:49 ---> f18acdbaff32 00:30:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:30:49 ---> 461f56dca58d 00:30:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:30:49 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:30:49 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:30:49 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:30:51 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:30:51 + git describe '--abbrev=0' --tags 00:30:51 Removing intermediate container c53781173c03 00:30:51 ---> 253e32e51e7b 00:30:51 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:30:51 ---> 023b029e2b37 00:30:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:30:51 + TAG=v0.6.1 00:30:51 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:30:51 + apk --print-arch 00:30:51 + arch=x86_64 00:30:51 + echo 'building [dockerize] for amd64 ... ' 00:30:51 + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 00:30:51 building [dockerize] for amd64 ... 00:30:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:30:52 ---> Running in 2901c3f9f8d2 00:30:52 ---> a467fa976463 00:30:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:30:52 ---> f5947058c0fd 00:30:52 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:30:52 ---> 84237c47d13a 00:30:52 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:30:53 ---> Running in 04bf0f9345bc 00:30:53 ---> Running in 2ede4dccb062 00:30:53 ---> b678c0af18c7 00:30:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:30:53 Removing intermediate container 04bf0f9345bc 00:30:53 ---> c83e4f06907f 00:30:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:30:53 Removing intermediate container 2ede4dccb062 00:30:53 ---> a990c48fe5a7 00:30:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:30:53 ---> Running in 5209e976d674 00:30:53 ---> Running in 5981978b8632 00:30:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:30:53 Removing intermediate container 5209e976d674 00:30:53 ---> 5ef66bfab50c 00:30:53 Step 20/22 : LABEL arch=x86_64 00:30:53 ---> 785d2933b54d 00:30:53 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:30:53 Removing intermediate container 5981978b8632 00:30:53 ---> 539785be5f15 00:30:53 Step 20/22 : LABEL arch=x86_64 00:30:53 ---> Running in a35a69deef0c 00:30:53 ---> Running in 13d5fc2e040c 00:30:53 ---> Running in 8358968e93c4 00:30:54 Removing intermediate container 13d5fc2e040c 00:30:54 ---> d984bf56a6e7 00:30:54 Step 21/22 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a 00:30:54 ---> Running in ff299561146f 00:30:54 Removing intermediate container 8358968e93c4 00:30:54 ---> 1a18930c0252 00:30:54 Step 21/22 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a 00:30:54 ---> Running in 366a8e2f8b56 00:30:54 Removing intermediate container ff299561146f 00:30:54 ---> 171936164b26 00:30:54 Step 22/22 : LABEL version=0.0.0 00:30:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:30:54 ---> Running in aedc631b644e 00:30:54 Removing intermediate container 366a8e2f8b56 00:30:54 ---> 77d0b8afec89 00:30:54 Step 22/22 : LABEL version=0.0.0 00:30:54 ---> Running in ca13329ed718 00:30:54 Removing intermediate container aedc631b644e 00:30:54 ---> c185b6360d96 00:30:54 00:30:55 Removing intermediate container ca13329ed718 00:30:55 ---> c9f7beda928d 00:30:55 00:30:55 Successfully built c185b6360d96 00:30:55 Successfully built c9f7beda928d 00:30:56 Successfully tagged docker-support-scheduler-go:latest 00:30:56  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 00:30:56 Successfully tagged docker-support-notifications-go:latest 00:30:56  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 00:30:56 Removing intermediate container a35a69deef0c 00:30:56 ---> b317b435c184 00:30:56 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:30:56 ---> Running in bc76575afb89 00:30:56 Removing intermediate container bc76575afb89 00:30:56 ---> 05d5d5b54d1c 00:30:56 Step 22/24 : LABEL arch=x86_64 00:30:56 ---> Running in c0d355114307 00:30:56 (1/6) Installing dumb-init (1.2.2-r1) 00:30:56 (2/6) Installing libgcc (9.3.0-r2) 00:30:56 Removing intermediate container c0d355114307 00:30:56 ---> 4c5e06e39fdd 00:30:56 Step 23/24 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a 00:30:57 (3/6) Installing libsodium (1.0.18-r0) 00:30:57 ---> Running in 051a12542760 00:30:57 (4/6) Installing libstdc++ (9.3.0-r2) 00:30:58 (5/6) Installing libzmq (4.3.3-r0) 00:30:59 (6/6) Installing zeromq (4.3.3-r0) 00:30:59 Executing busybox-1.31.1-r19.trigger 00:30:59 OK: 8 MiB in 20 packages 00:31:04 Removing intermediate container 051a12542760 00:31:04 ---> c8ff6a2d9390 00:31:04 Step 24/24 : LABEL version=0.0.0 00:31:06 ---> Running in e2f72a798c52 00:31:06 Removing intermediate container 2901c3f9f8d2 00:31:06 ---> 7663ac5a72dc 00:31:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:31:09 Removing intermediate container e2f72a798c52 00:31:09 ---> 66eedf8428f9 00:31:09 00:31:09 Successfully built 66eedf8428f9 00:31:11 Successfully tagged docker-security-secretstore-setup-go:latest 00:31:11 Building docker-core-metadata-go 00:31:12  Building docker-security-secretstore-setup-go ... done  ---> 3e044c68b88d 00:31:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:31:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:31:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:31:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:31:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:31:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:31:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:31:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:31:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:31:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:31:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:31:19 ---> 523fdeb78fe9 00:31:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:31:20 ---> 2fd534b827c6 00:31:20 Step 19/23 : ENTRYPOINT ["/core-data"] 00:31:21 ---> Running in aed7f6e3226b 00:31:21 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:31:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:31:21 ---> e8747c682414 00:31:21 Step 3/26 : WORKDIR /edgex-go 00:31:21 ---> Using cache 00:31:21 ---> 1babce355130 00:31:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:31:21 ---> Using cache 00:31:21 ---> 3e33fc0e83bb 00:31:21 Step 5/26 : RUN apk add --update --no-cache make bash git 00:31:23 + date 00:31:23 + echo 'Thu Jan 28 00:31:23 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:31:23 Thu Jan 28 00:31:23 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:31:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:31:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:31:24 ---> e8747c682414 00:31:24 Step 3/21 : WORKDIR /edgex-go 00:31:24 ---> Using cache 00:31:24 ---> 1babce355130 00:31:24 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:31:24 ---> Using cache 00:31:24 ---> 3e33fc0e83bb 00:31:24 Step 5/21 : RUN apk add --update --no-cache make git 00:31:24 ---> Using cache 00:31:24 ---> 4659b657656f 00:31:24 Step 6/21 : COPY go.mod . 00:31:24 ---> Using cache 00:31:24 ---> e84a9dc0acac 00:31:24 Step 7/21 : RUN go mod download 00:31:24 ---> Using cache 00:31:24 ---> 8438c82f47cb 00:31:24 Step 8/21 : COPY . . 00:31:24 ---> Running in af1eccc95428 00:31:24 ---> Using cache 00:31:24 ---> 2d27ba4610c8 00:31:24 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:31:24 Removing intermediate container aed7f6e3226b 00:31:24 ---> 5ac4021120db 00:31:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:31:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:31:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:31:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:31:25 ---> Running in f259525d7fc8 00:31:25 ---> Running in c30aefe725b9 00:31:27 Removing intermediate container c30aefe725b9 00:31:27 ---> 371bf8667802 00:31:27 Step 21/23 : LABEL arch=x86_64 00:31:27 ---> Running in 8d95c73c8024 00:31:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:31:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:28 Removing intermediate container 8d95c73c8024 00:31:28 ---> 870b75114a3a 00:31:28 Step 22/23 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a 00:31:28 OK: 233 MiB in 51 packages 00:31:29 ---> Running in 70bc0bfff067 00:31:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:31:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:31:31 ---> e8747c682414 00:31:31 Step 3/23 : WORKDIR /edgex-go 00:31:31 ---> Using cache 00:31:31 ---> 1babce355130 00:31:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:31:31 ---> Using cache 00:31:31 ---> 3e33fc0e83bb 00:31:31 Step 5/23 : RUN apk add --update --no-cache make git 00:31:31 ---> Using cache 00:31:31 ---> 4659b657656f 00:31:31 Step 6/23 : COPY go.mod . 00:31:31 ---> Using cache 00:31:31 ---> e84a9dc0acac 00:31:31 Step 7/23 : RUN go mod download 00:31:31 ---> Using cache 00:31:31 ---> 8438c82f47cb 00:31:31 Step 8/23 : COPY . . 00:31:31 ---> Using cache 00:31:31 ---> 2d27ba4610c8 00:31:31 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:31:32 Removing intermediate container 70bc0bfff067 00:31:32 ---> b36f15b7dc76 00:31:32 Step 23/23 : LABEL version=0.0.0 00:31:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.233s coverage: 46.6% of statements 00:31:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:31:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:31:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:31:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:31:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:31:33 ---> Running in 0196bdbcc270 00:31:34 Removing intermediate container af1eccc95428 00:31:34 ---> 60786f5d7b2b 00:31:34 Step 6/26 : COPY go.mod . 00:31:34 ---> Running in 561696c33c19 00:31:35 Removing intermediate container 561696c33c19 00:31:35 ---> 2921768f5a75 00:31:35 00:31:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:31:35 Successfully built 2921768f5a75 00:31:35 ---> 0843e051ffd2 00:31:35 Step 7/26 : RUN go mod download 00:31:35 Successfully tagged docker-core-data-go:latest 00:31:35 Building docker-core-command-go 00:31:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.534s coverage: 27.1% of statements 00:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:31:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements 00:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:31:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.098s coverage: 100.0% of statements 00:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:31:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.274s coverage: 65.8% of statements 00:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:31:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.383s coverage: 82.3% of statements 00:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:31:39  Building docker-core-data-go ... done  ---> Running in ed8f9b5493d2 00:31:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.179s coverage: 28.6% of statements 00:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:31:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements 00:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:31:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements 00:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:31:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.307s coverage: 86.7% of statements 00:31:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:31:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.500s coverage: 97.5% of statements 00:31:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:31:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.174s coverage: 78.3% of statements 00:31:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:31:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:31:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:31:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:31:51 Removing intermediate container ed8f9b5493d2 00:31:51 ---> 9b10a5ec40b7 00:31:51 Step 8/26 : COPY . . 00:31:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:31:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.421s coverage: 92.8% of statements 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:31:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:31:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.205s coverage: 0.1% of statements 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:31:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:31:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.108s coverage: 43.8% of statements 00:31:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.083s coverage: 79.5% of statements 00:31:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements 00:31:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements 00:31:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements 00:31:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:31:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:31:58 ---> e8747c682414 00:31:58 Step 3/23 : WORKDIR /edgex-go 00:31:58 ---> Using cache 00:31:58 ---> 1babce355130 00:31:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:31:58 ---> Using cache 00:31:58 ---> 3e33fc0e83bb 00:31:58 Step 5/23 : RUN apk add --update --no-cache make git 00:31:58 ---> Using cache 00:31:58 ---> 4659b657656f 00:31:58 Step 6/23 : COPY go.mod . 00:31:58 ---> Using cache 00:31:58 ---> e84a9dc0acac 00:31:58 Step 7/23 : RUN go mod download 00:31:58 ---> Using cache 00:31:58 ---> 8438c82f47cb 00:31:58 Step 8/23 : COPY . . 00:31:58 ---> Using cache 00:31:58 ---> 2d27ba4610c8 00:31:58 Step 9/23 : RUN make cmd/core-command/core-command 00:32:01 ---> Running in 950e319a1523 00:32:05 Removing intermediate container 2cbf669c6cad 00:32:05 ---> f525eafd8bd8 00:32:05 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 00:32: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 00:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.070s coverage: 94.4% of statements 00:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 00:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:32:09 ---> Running in 8f9e0f186f8e 00:32:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 00:32:10 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:32:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:32:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.070s coverage: 100.0% of statements 00:32:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:32:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 00:32:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:32:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 00:32:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements 00:32:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.2% of statements 00:32:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.4% of statements 00:32:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:32:12 /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program 00:32:12 statically linked 00:32:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.718s coverage: 63.5% of statements 00:32:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:32:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:32:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.077s coverage: 100.0% of statements 00:32:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.102s coverage: 91.3% of statements 00:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements 00:32:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 00:32:14 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements 00:32:16 Removing intermediate container f259525d7fc8 00:32:16 ---> 23f82fa0502b 00:32:16 00:32:16 Step 10/21 : FROM alpine:3.12 00:32:16 ---> 389fef711851 00:32:16 Step 11/21 : RUN apk add --update --no-cache curl 00:32:17 ---> Running in f8990e9dcdaa 00:32:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.895s coverage: 68.9% of statements 00:32:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:32:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:32:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:32:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:32:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:32:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:19 (1/4) Installing ca-certificates (20191127-r4) 00:32:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:32:19 (3/4) Installing libcurl (7.69.1-r3) 00:32:19 (4/4) Installing curl (7.69.1-r3) 00:32:19 Removing intermediate container 8f9e0f186f8e 00:32:19 ---> f119590a6436 00:32:19 00:32:19 Step 12/34 : FROM alpine:3.12 00:32:19 ---> 389fef711851 00:32:19 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:32:19 Executing busybox-1.31.1-r19.trigger 00:32:19 Executing ca-certificates-20191127-r4.trigger 00:32:19 OK: 7 MiB in 18 packages 00:32:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.418s coverage: 37.0% of statements 00:32:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:32:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:32:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.722s coverage: 84.0% of statements 00:32:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.113s coverage: 100.0% of statements 00:32:22 ---> Running in 7d1d23a3a4f0 00:32:22 ---> f3a5de183052 00:32:22 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:32:22 Removing intermediate container 0196bdbcc270 00:32:22 ---> 3e16ed0cfc95 00:32:22 00:32:22 Step 10/23 : FROM alpine:3.12 00:32:23 ---> 389fef711851 00:32:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:32:23 ---> Using cache 00:32:23 ---> ae867fc3b22c 00:32:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:32:23 ---> Using cache 00:32:23 ---> 4c939e9c831f 00:32:23 Step 13/23 : ENV APP_PORT=48081 00:32:23 ---> Running in b254c3c2362b 00:32:23 Removing intermediate container 7d1d23a3a4f0 00:32:23 ---> aad2d538c6f9 00:32:23 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:32:24 ---> Running in 1903a981adc4 00:32:24 Removing intermediate container f8990e9dcdaa 00:32:24 ---> 5c3d02e755a6 00:32:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:32:24 ---> Running in 0f1ceb8f5b32 00:32:24 ---> Running in 145162297e49 00:32:24 Removing intermediate container 1903a981adc4 00:32:24 ---> 7d4e0473fd55 00:32:24 Step 14/23 : EXPOSE $APP_PORT 00:32:24 ---> Running in 9429c770ab82 00:32:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:32:24 Removing intermediate container 145162297e49 00:32:24 ---> 75fb8246c519 00:32:24 Step 13/21 : WORKDIR /edgex 00:32:24 ---> Running in ab25f58efa41 00:32:24 Removing intermediate container 9429c770ab82 00:32:24 ---> 1cb3d4cded26 00:32:24 Step 15/23 : WORKDIR / 00:32:24 ---> Running in f43c344956fe 00:32:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:24 Removing intermediate container ab25f58efa41 00:32:24 ---> 0e0a5399d0b3 00:32:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:32:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:25 Removing intermediate container f43c344956fe 00:32:25 ---> 0d5d28d6ab5a 00:32:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:32:25 (1/3) Installing dumb-init (1.2.2-r1) 00:32:25 (2/3) Installing openssl (1.1.1i-r0) 00:32:25 (3/3) Installing su-exec (0.2-r1) 00:32:25 Executing busybox-1.31.1-r19.trigger 00:32:25 OK: 6 MiB in 17 packages 00:32:25 ---> 6cb54d8a4ee2 00:32:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:32:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.435s coverage: 47.1% of statements 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:32:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.204s coverage: 100.0% of statements 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:32:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.128s coverage: 100.0% of statements 00:32:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:32:27 ---> c960dde917e2 00:32:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:32:27 ---> ed778ac0f07b 00:32:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:32:27 Removing intermediate container 0f1ceb8f5b32 00:32:27 ---> 8f3de7856a44 00:32:27 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 00:32:27 ---> Running in 362c5d8bd7ea 00:32:28 Removing intermediate container 362c5d8bd7ea 00:32:28 ---> 0819bf53b499 00:32:28 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:32:30 ---> ffbfeaeceaf1 00:32:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:32:30 ---> Running in 4c3c1cad25f1 00:32:30 ---> ef8a5370b716 00:32:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:32:30 Removing intermediate container 950e319a1523 00:32:30 ---> 22a8f42d9ab7 00:32:30 00:32:30 Step 10/23 : FROM alpine:3.12 00:32:30 ---> 389fef711851 00:32:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:32:30 ---> Using cache 00:32:30 ---> ae867fc3b22c 00:32:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:32:30 ---> Using cache 00:32:30 ---> 4c939e9c831f 00:32:30 Step 13/23 : ENV APP_PORT=48082 00:32:30 ---> Running in eacce7c3e3c8 00:32:30 ---> Running in f20873b6fdf2 00:32:30 Removing intermediate container 4c3c1cad25f1 00:32:30 ---> 69d24f81f800 00:32:30 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:32:31 Removing intermediate container eacce7c3e3c8 00:32:31 ---> 0cab3c0a289f 00:32:31 Step 18/21 : CMD ["--init=true"] 00:32:31 ---> a5e80db41cf7 00:32:31 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:32:31 ---> Running in 482c392f2a32 00:32:31 Removing intermediate container f20873b6fdf2 00:32:31 ---> a9dae57a5af7 00:32:31 Step 14/23 : EXPOSE $APP_PORT 00:32:31 ---> Running in f73624893ea8 00:32:31 ---> Running in f159beb527bb 00:32:31 ---> Running in 8c8109089e80 00:32:31 Removing intermediate container f73624893ea8 00:32:31 ---> 7ca3c9dff744 00:32:31 Step 19/21 : LABEL arch=x86_64 00:32:31 ---> Running in cae69e084cd6 00:32:31 Removing intermediate container 8c8109089e80 00:32:31 ---> 5cb002258b27 00:32:31 Step 15/23 : WORKDIR / 00:32:31 Removing intermediate container f159beb527bb 00:32:31 ---> 01dbb5000f49 00:32:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:32:32 ---> Running in 31a90c3786c1 00:32:32 ---> Running in 9fc315bc8039 00:32:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.619s coverage: 29.1% of statements 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:32:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.217s coverage: 99.0% of statements 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:32:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.131s coverage: 100.0% of statements 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:32:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:32:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:32:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:32:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:32:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements 00:32:32 Removing intermediate container cae69e084cd6 00:32:32 ---> b341985c131e 00:32:32 Step 20/21 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a 00:32:33 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.066s coverage: 32.1% of statements 00:32:33 ---> Running in 73a9091afba4 00:32:33 Removing intermediate container 31a90c3786c1 00:32:33 ---> f433cf02e651 00:32:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:32:33 Removing intermediate container 9fc315bc8039 00:32:33 ---> 81ae5b1cd0a9 00:32:33 Step 21/23 : LABEL arch=x86_64 00:32:34 ---> Running in fe83ba569faa 00:32:34 Removing intermediate container 73a9091afba4 00:32:34 ---> 73c09e207c8c 00:32:34 Step 21/21 : LABEL version=0.0.0 00:32:34 Removing intermediate container 482c392f2a32 00:32:34 ---> f82d58f6b094 00:32:34 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 00:32:34 ---> 7439d49ef54b 00:32:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:32:34 ---> Running in af5d0e898563 00:32:34 Removing intermediate container fe83ba569faa 00:32:34 ---> 0b17864f5947 00:32:34 Step 22/23 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a 00:32:34 ---> Running in 8b69bf4e8937 00:32:34 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements 00:32:35 ---> Running in 71d981711c28 00:32:35 Removing intermediate container af5d0e898563 00:32:35 ---> bf0b640bf1c8 00:32:35 00:32:35 Removing intermediate container 8b69bf4e8937 00:32:35 ---> 258b4f520303 00:32:35 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:32:35 Successfully built bf0b640bf1c8 00:32:35 Successfully tagged docker-security-proxy-setup-go:latest 00:32:35 GO111MODULE=on go vet ./... 00:32:35  Building docker-security-proxy-setup-go ... done Removing intermediate container 71d981711c28 00:32:35 ---> e0b93b33511b 00:32:35 Step 23/23 : LABEL version=0.0.0 00:32:35 ---> d81d7ed265e0 00:32:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:32:35 ---> Running in 019cf73dba63 00:32:36 ---> 50e6c24a3127 00:32:36 Step 19/23 : ENTRYPOINT ["/core-command"] 00:32:36 ---> 46ea4ee2f23f 00:32:36 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:32:36 ---> Running in fc1a992f318f 00:32:36 Removing intermediate container 019cf73dba63 00:32:36 ---> f32139f0c9d0 00:32:36 00:32:36 Successfully built f32139f0c9d0 00:32:36 Successfully tagged docker-core-metadata-go:latest 00:32:36  Building docker-core-metadata-go ... done Removing intermediate container fc1a992f318f 00:32:36 ---> c9984967e63a 00:32:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:32:36 ---> Running in 4065f39c6496 00:32:36 ---> 0ec503f71b2d 00:32:36 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:32:37 ---> Running in 96d01eb7385c 00:32:37 Removing intermediate container 4065f39c6496 00:32:37 ---> 0fd161835142 00:32:37 Step 21/23 : LABEL arch=x86_64 00:32:37 ---> Running in 625be0c478b5 00:32:37 Removing intermediate container 625be0c478b5 00:32:37 ---> e741bf4a3a0b 00:32:37 Step 22/23 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a 00:32:37 ---> Running in 8872a26896cf 00:32:38 Removing intermediate container 8872a26896cf 00:32:38 ---> 640fc48d558a 00:32:38 Step 23/23 : LABEL version=0.0.0 00:32:38 ---> Running in 7036d816fbce 00:32:38 Removing intermediate container 7036d816fbce 00:32:38 ---> 77108e8c02f1 00:32:38 00:32:39 Successfully built 77108e8c02f1 00:32:39 Successfully tagged docker-core-command-go:latest 00:32:39  Building docker-core-command-go ... done Removing intermediate container 96d01eb7385c 00:32:39 ---> 14ac81b0a399 00:32:39 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 00:32:41 ---> fa3df8eb11fa 00:32:41 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:32:41 Removing intermediate container b254c3c2362b 00:32:41 ---> 04594df39d0c 00:32:41 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:32:41 ---> Running in 2f888b9ed519 00:32:41 ---> 303ca2928c80 00:32:41 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:32:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:32:41 ---> 3d14fe4f37f6 00:32:41 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:32:42 ---> a72100ca245e 00:32:42 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:32:42 ---> e775047c5bf7 00:32:42 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 00:32:42 Removing intermediate container 2f888b9ed519 00:32:42 ---> 3a2e2a7b510c 00:32:42 00:32:42 Step 11/26 : FROM docker:20.10.0 00:32:42 20.10.0: Pulling from library/docker 00:32:43 ---> Running in a6423c236ff2 00:32:43 Removing intermediate container a6423c236ff2 00:32:43 ---> 5f136d53e2a4 00:32:43 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:32:43 ---> 5b9acbd5774e 00:32:43 Step 29/34 : RUN chmod +x /entrypoint.sh 00:32:43 ---> Running in 4d7f024a085b 00:32:45 Removing intermediate container 4d7f024a085b 00:32:45 ---> 07dff64d4871 00:32:45 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 00:32:45 ---> Running in d187a297058f 00:32:45 Removing intermediate container d187a297058f 00:32:45 ---> b6e76f21aea0 00:32:45 Step 31/34 : CMD ["gate"] 00:32:46 ---> Running in f7fd0ee8df3c 00:32:46 Removing intermediate container f7fd0ee8df3c 00:32:46 ---> 3f127a80a6f2 00:32:46 Step 32/34 : LABEL arch=x86_64 00:32:46 ---> Running in 95e17abac5d4 00:32:46 Removing intermediate container 95e17abac5d4 00:32:46 ---> 5cf7b9547556 00:32:46 Step 33/34 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a 00:32:47 ---> Running in 0a14ec904298 00:32:48 Removing intermediate container 0a14ec904298 00:32:48 ---> a9b1b1e833a7 00:32:48 Step 34/34 : LABEL version=0.0.0 00:32:48 ---> Running in e686cecd2940 00:32:48 Removing intermediate container e686cecd2940 00:32:48 ---> 0577631db95a 00:32:48 00:32:48 Successfully built 0577631db95a 00:32:48 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:32:48 Successfully tagged docker-security-bootstrapper-go:latest 00:32:49  Building docker-security-bootstrapper-go ... done Status: Downloaded newer image for docker:20.10.0 00:32:49 ---> aefe523efa57 00:32:49 Step 12/26 : RUN apk add --no-cache bash 00:32:49 ---> Running in 546faefb9792 00:32:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:49 (1/2) Installing readline (8.0.4-r0) 00:32:49 (2/2) Installing bash (5.0.17-r0) 00:32:49 Executing bash-5.0.17-r0.post-install 00:32:49 Executing busybox-1.31.1-r19.trigger 00:32:49 OK: 12 MiB in 22 packages 00:32:50 Removing intermediate container 546faefb9792 00:32:50 ---> ed3b69fed2b5 00:32:50 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:32:50 ---> Running in d0612bc67c85 00:32:50 Removing intermediate container d0612bc67c85 00:32:50 ---> 9ddb80c0e5b2 00:32:50 Step 14/26 : ENV APP_PORT=48090 00:32:50 ---> Running in 9c3139c9fda1 00:32:50 Removing intermediate container 9c3139c9fda1 00:32:50 ---> 45c6739d35ed 00:32:50 Step 15/26 : EXPOSE $APP_PORT 00:32:50 ---> Running in 29246b31a9d9 00:32:51 Removing intermediate container 29246b31a9d9 00:32:51 ---> 30e23ae5bf06 00:32:51 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:32:51 ---> 41bbf4e25a5a 00:32:51 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:32:51 ---> b387b24997ac 00:32:51 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:32:52 ---> 0bdf9fee93ad 00:32:52 Step 19/26 : RUN apk --no-cache add py3-pip 00:32:52 ---> Running in 11976f0edc21 00:32:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:53 (1/33) Installing libbz2 (1.0.8-r1) 00:32:53 (2/33) Installing expat (2.2.9-r1) 00:32:53 (3/33) Installing libffi (3.3-r2) 00:32:53 (4/33) Installing gdbm (1.13-r1) 00:32:53 (5/33) Installing xz-libs (5.2.5-r0) 00:32:53 (6/33) Installing sqlite-libs (3.32.1-r0) 00:32:53 (7/33) Installing python3 (3.8.5-r0) 00:32:54 (8/33) Installing py3-appdirs (1.4.4-r1) 00:32:54 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:32:54 (10/33) Installing py3-parsing (2.4.7-r0) 00:32:54 (11/33) Installing py3-six (1.15.0-r0) 00:32:54 (12/33) Installing py3-packaging (20.4-r0) 00:32:54 (13/33) Installing py3-setuptools (47.0.0-r0) 00:32:54 (14/33) Installing py3-chardet (3.0.4-r4) 00:32:54 (15/33) Installing py3-idna (2.9-r0) 00:32:54 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:32:54 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:32:54 (18/33) Installing py3-requests (2.23.0-r0) 00:32:54 (19/33) Installing py3-msgpack (1.0.0-r0) 00:32:55 (20/33) Installing py3-lockfile (0.12.2-r3) 00:32:55 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:32:55 (22/33) Installing py3-colorama (0.4.3-r0) 00:32:55 (23/33) Installing py3-distlib (0.3.0-r0) 00:32:55 (24/33) Installing py3-distro (1.5.0-r1) 00:32:55 (25/33) Installing py3-webencodings (0.5.1-r3) 00:32:55 (26/33) Installing py3-html5lib (1.0.1-r4) 00:32:55 (27/33) Installing py3-pytoml (0.1.21-r0) 00:32:55 (28/33) Installing py3-pep517 (0.8.2-r0) 00:32:55 (29/33) Installing py3-progress (1.5-r0) 00:32:55 (30/33) Installing py3-toml (0.10.1-r0) 00:32:55 (31/33) Installing py3-retrying (1.3.3-r0) 00:32:55 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:32:55 (33/33) Installing py3-pip (20.1.1-r0) 00:32:55 Executing busybox-1.31.1-r19.trigger 00:32:55 OK: 71 MiB in 55 packages 00:33:05 Removing intermediate container 11976f0edc21 00:33:05 ---> 73aaadab75eb 00:33:05 Step 20/26 : RUN pip install docker-compose==1.23.2 00:33:05 ---> Running in c1f659fdb72b 00:33:06 Collecting docker-compose==1.23.2 00:33:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:33:06 Collecting cached-property<2,>=1.2.0 00:33:06 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:33:06 Collecting docker<4.0,>=3.6.0 00:33:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:33:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:33:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:33:07 Collecting websocket-client<1.0,>=0.32.0 00:33:07 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:33:07 Collecting PyYAML<4,>=3.10 00:33:07 Downloading PyYAML-3.13.tar.gz (270 kB) 00:33:08 Collecting jsonschema<3,>=2.5.1 00:33:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:33:08 Collecting dockerpty<0.5,>=0.4.1 00:33:08 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:33:09 Collecting texttable<0.10,>=0.9.0 00:33:09 Downloading texttable-0.9.1.tar.gz (11 kB) 00:33:09 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:33:09 Collecting docopt<0.7,>=0.6.1 00:33:09 Downloading docopt-0.6.2.tar.gz (25 kB) 00:33:10 Collecting docker-pycreds>=0.4.0 00:33:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:33:10 Collecting urllib3<1.25,>=1.21.1 00:33:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:33:10 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:33:10 Collecting idna<2.8,>=2.5 00:33:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:33:10 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:33:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:33:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:33:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:33:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:33:10 Installing collected packages: cached-property, urllib3, idna, requests, docker-pycreds, websocket-client, docker, PyYAML, jsonschema, dockerpty, texttable, docopt, docker-compose 00:33:10 Attempting uninstall: urllib3 00:33:10 Found existing installation: urllib3 1.25.9 00:33:10 Uninstalling urllib3-1.25.9: 00:33:10 Successfully uninstalled urllib3-1.25.9 00:33:11 Attempting uninstall: idna 00:33:11 Found existing installation: idna 2.9 00:33:11 Uninstalling idna-2.9: 00:33:11 Successfully uninstalled idna-2.9 00:33:11 Attempting uninstall: requests 00:33:11 Found existing installation: requests 2.23.0 00:33:11 Uninstalling requests-2.23.0: 00:33:11 Successfully uninstalled requests-2.23.0 00:33:11 Running setup.py install for PyYAML: started 00:33:12 Running setup.py install for PyYAML: finished with status 'done' 00:33:12 Running setup.py install for dockerpty: started 00:33:13 Running setup.py install for dockerpty: finished with status 'done' 00:33:13 Running setup.py install for texttable: started 00:33:13 Running setup.py install for texttable: finished with status 'done' 00:33:13 Running setup.py install for docopt: started 00:33:13 Running setup.py install for docopt: finished with status 'done' 00:33:14 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:33:18 Removing intermediate container c1f659fdb72b 00:33:18 ---> c7d5b84c16fa 00:33:18 Step 21/26 : RUN apk --no-cache add curl 00:33:18 ---> Running in 223336d9584d 00:33:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:33:18 (2/3) Installing libcurl (7.69.1-r3) 00:33:18 (3/3) Installing curl (7.69.1-r3) 00:33:18 Executing busybox-1.31.1-r19.trigger 00:33:18 OK: 72 MiB in 58 packages 00:33:19 Removing intermediate container 223336d9584d 00:33:19 ---> 8494274f0765 00:33:19 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:33:19 ---> Running in 0d9ffc47188d 00:33:19 Removing intermediate container 0d9ffc47188d 00:33:19 ---> be64ce76c9e4 00:33:19 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:33:19 ---> Running in e1c357bde52a 00:33:19 Removing intermediate container e1c357bde52a 00:33:19 ---> c959c0f7b292 00:33:19 Step 24/26 : LABEL arch=x86_64 00:33:19 ---> Running in 1a9dc78e4125 00:33:19 Removing intermediate container 1a9dc78e4125 00:33:19 ---> 251b7b8b5e9a 00:33:19 Step 25/26 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a 00:33:19 ---> Running in bde64f985b6d 00:33:19 Removing intermediate container bde64f985b6d 00:33:19 ---> 6fb62cf7846a 00:33:19 Step 26/26 : LABEL version=0.0.0 00:33:19 ---> Running in 5b879806b491 00:33:20 Removing intermediate container 5b879806b491 00:33:20 ---> 1481b7e9ed12 00:33:20 00:33:20 Successfully built 1481b7e9ed12 00:33:20 Successfully tagged docker-sys-mgmt-agent-go:latest 00:33:20  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:33:20 $ docker stop --time=1 fe2fdde32d05626d91f5d697904db0bee5b0c342aa1f2a783272272d52dd3f42 00:33:22 $ docker rm -f fe2fdde32d05626d91f5d697904db0bee5b0c342aa1f2a783272272d52dd3f42 [Pipeline] // withDockerContainer [Pipeline] sh 00:33:22 + docker images 00:33:22 + grep docker 00:33:22 docker-sys-mgmt-agent-go latest 1481b7e9ed12 2 seconds ago 313MB 00:33:22 docker-security-bootstrapper-go latest 0577631db95a 34 seconds ago 33.5MB 00:33:22 docker-core-command-go latest 77108e8c02f1 44 seconds ago 16.3MB 00:33:22 docker-core-metadata-go latest f32139f0c9d0 46 seconds ago 18.8MB 00:33:22 docker-security-proxy-setup-go latest bf0b640bf1c8 48 seconds ago 24.4MB 00:33:22 docker-core-data-go latest 2921768f5a75 About a minute ago 22.3MB 00:33:22 docker-security-secretstore-setup-go latest 66eedf8428f9 2 minutes ago 24.6MB 00:33:22 docker-support-notifications-go latest c9f7beda928d 2 minutes ago 16.9MB 00:33:22 docker-support-scheduler-go latest c185b6360d96 2 minutes ago 16.4MB 00:33:22 docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:33:40 Still waiting to schedule task 00:33:40 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-23571’ 00:33:57 gofmt -l . 00:33:57 [ "`gofmt -l .`" = "" ] 00:33:57 ./bin/test-go-mod-tidy.sh 00:33:57 ./bin/test-attribution-txt.sh [Pipeline] sh 00:33:59 + ls -al . 00:33:59 total 696 00:33:59 drwxrwxr-x 9 1001 1001 4096 Jan 28 00:33 . 00:33:59 drwxr-xr-x 4 root root 4096 Jan 28 00:29 .. 00:33:59 -rw-rw-r-- 1 1001 1001 11 Jan 28 00:28 .dockerignore 00:33:59 drwxrwxr-x 8 1001 1001 4096 Jan 28 00:28 .git 00:33:59 drwxrwxr-x 3 1001 1001 4096 Jan 28 00:28 .github 00:33:59 -rw-rw-r-- 1 1001 1001 872 Jan 28 00:28 .gitignore 00:33:59 -rw-rw-r-- 1 1001 1001 166 Jan 28 00:28 .sonarcloud.properties 00:33:59 -rw-rw-r-- 1 1001 1001 7859 Jan 28 00:28 Attribution.txt 00:33:59 -rw-rw-r-- 1 1001 1001 3804 Jan 28 00:28 CONTRIBUTING.md 00:33:59 -rw-rw-r-- 1 1001 1001 931 Jan 28 00:28 Dockerfile.build 00:33:59 -rw-rw-r-- 1 1001 1001 863 Jan 28 00:28 Jenkinsfile 00:33:59 -rw-rw-r-- 1 1001 1001 10775 Jan 28 00:28 LICENSE 00:33:59 -rw-rw-r-- 1 1001 1001 6001 Jan 28 00:28 Makefile 00:33:59 -rw-rw-r-- 1 1001 1001 6524 Jan 28 00:28 README.md 00:33:59 -rw-rw-r-- 1 1001 1001 6755 Jan 28 00:28 SECURITY.md 00:33:59 -rw-rw-r-- 1 1001 1001 5 Jan 28 00:25 VERSION 00:33:59 -rw-rw-r-- 1 1001 1001 4131 Jan 28 00:28 ZMQWindows.md 00:33:59 drwxrwxr-x 2 1001 1001 4096 Jan 28 00:28 bin 00:33:59 drwxrwxr-x 15 1001 1001 4096 Jan 28 00:28 cmd 00:33:59 -rw-r--r-- 1 root root 564700 Jan 28 00:32 coverage.out 00:33:59 -rw-r--r-- 1 root root 1053 Jan 28 00:33 go.mod 00:33:59 -rw-r--r-- 1 root root 19080 Jan 28 00:33 go.sum 00:33:59 drwxrwxr-x 8 1001 1001 4096 Jan 28 00:28 internal 00:33:59 drwxrwxr-x 4 1001 1001 4096 Jan 28 00:28 openapi 00:33:59 drwxrwxr-x 4 1001 1001 4096 Jan 28 00:28 snap 00:33:59 -rw-rw-r-- 1 1001 1001 168 Jan 28 00:28 version.go [Pipeline] sh 00:33:59 + '[' -e coverage.out ] 00:33:59 + chown 1001:1001 coverage.out [Pipeline] stash 00:33:59 Warning: overwriting stash ‘coverage-report’ 00:34:01 Stashed 1 file(s) [Pipeline] sh 00:34:02 + make build 00:34:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:34:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:34:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:34:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:34:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:34:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:35:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:35:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:35:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:35:18 Running on prd-ubuntu18.04-docker-8c-8g-23579 in /w/workspace/edgexfoundry_edgex-go_PR-3085 [Pipeline] { [Pipeline] ws 00:35:18 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:35:20 using credential edgex-jenkins-ssh 00:35:20 Cloning the remote Git repository 00:35:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:35:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:21 > git init /w/workspace/edgex-go/2 # timeout=10 00:35:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:21 > git --version # timeout=10 00:35:21 > git --version # 'git version 2.17.1' 00:35:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } 00:35:28 $ docker stop --time=1 ba7ce1a7c520c24820ee9072b8aa93a62b9efd4b899b8d4b7f972f4e5eca7b85 00:35:31 $ docker rm -f ba7ce1a7c520c24820ee9072b8aa93a62b9efd4b899b8d4b7f972f4e5eca7b85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:35:32 00:35:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:35:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:35:33 latest: Pulling from edgex-devops/edgex-compose-arm64 00:35:33 29e5d40040c1: Pulling fs layer 00:35:33 1ce36da41761: Pulling fs layer 00:35:33 25b303627fd3: Pulling fs layer 00:35:33 29e5d40040c1: Verifying Checksum 00:35:33 29e5d40040c1: Download complete 00:35:34 1ce36da41761: Verifying Checksum 00:35:34 1ce36da41761: Download complete 00:35:34 29e5d40040c1: Pull complete 00:35:35 1ce36da41761: Pull complete 00:35:35 25b303627fd3: Verifying Checksum 00:35:35 25b303627fd3: Download complete 00:35:46 25b303627fd3: Pull complete 00:35:46 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:35:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:35:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:35:46 prd-ubuntu18.04-docker-arm64-4c-16g-23568 does not seem to be running inside a container 00:35:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:35:49 $ docker top ebf2c231f6ff4125731e3b6a7b9c50b9bcb05fafcd5f82f416ce9b6b50765085 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:50 + + grepdocker-compose parallel build 00:35:50 --help 00:35:54 --parallel Build images in parallel. [Pipeline] } 00:35:54 $ docker stop --time=1 ebf2c231f6ff4125731e3b6a7b9c50b9bcb05fafcd5f82f416ce9b6b50765085 00:35:56 $ docker rm -f ebf2c231f6ff4125731e3b6a7b9c50b9bcb05fafcd5f82f416ce9b6b50765085 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:35:57 . [Pipeline] withDockerContainer 00:35:57 prd-ubuntu18.04-docker-arm64-4c-16g-23568 does not seem to be running inside a container 00:35:58 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:35:59 $ docker top 3e8868c4cee9b3987e72f7d2de980e08f740c42b48c94a8bd51b08cfc5004613 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:00 + docker-compose -f ./docker-compose-build.yml build --parallel 00:36:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3085/head:refs/remotes/origin/PR-3085 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:03 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit 9675dda737749418a9e6e468e7912526e7704378 00:36:03 Merge succeeded, producing 6b46c15f702df18bcb5290fa9dc250c36b564810 00:36:03 Checking out Revision 6b46c15f702df18bcb5290fa9dc250c36b564810 (PR-3085) 00:36:04 Building docker-core-command-go ... 00:36:04 Building docker-core-data-go ... 00:36:04 Building docker-core-metadata-go ... 00:36:04 Building docker-security-bootstrapper-go ... 00:36:04 Building docker-security-proxy-setup-go ... 00:36:04 Building docker-security-secretstore-setup-go ... 00:36:04 Building docker-support-notifications-go ... 00:36:04 Building docker-support-scheduler-go ... 00:36:04 Building docker-sys-mgmt-agent-go ... 00:36:04 Building docker-core-data-go 00:36:04 Building docker-security-bootstrapper-go 00:36:04 Building docker-security-secretstore-setup-go 00:36:04 Building docker-security-proxy-setup-go 00:36:04 Building docker-core-metadata-go 00:36:03 > git config core.sparsecheckout # timeout=10 00:36:03 > git checkout -f 9675dda737749418a9e6e468e7912526e7704378 # timeout=10 00:36:03 > git remote # timeout=10 00:36:03 > git config --get remote.origin.url # timeout=10 00:36:03 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:03 > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 00:36:03 > git rev-parse HEAD^{commit} # timeout=10 00:36:03 > git config core.sparsecheckout # timeout=10 00:36:03 > git checkout -f 6b46c15f702df18bcb5290fa9dc250c36b564810 # timeout=10 00:36:07 Commit message: "Merge commit '4a83cd830d92d64e3c8662a0b68849c078e73697' into HEAD" 00:36:07 > git rev-list --no-walk 9675dda737749418a9e6e468e7912526e7704378 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:08 + echo snap-build.sh 00:36:08 snap-build.sh 00:36:08 + SNAP_BASE_DIR=. 00:36:08 + '[' '!' -z /w/workspace/edgex-go/2 ']' 00:36:08 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 00:36:08 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 00:36:08 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 00:36:08 + cd /w/workspace/edgex-go/2 00:36:08 + sudo apt-get remove -qy --purge lxd lxd-client 00:36:08 Reading package lists... 00:36:08 Building dependency tree... 00:36:08 Reading state information... 00:36:08 The following packages were automatically installed and are no longer required: 00:36:08 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:36:08 uidmap xdelta3 00:36:08 Use 'sudo apt autoremove' to remove them. 00:36:08 The following packages will be REMOVED: 00:36:08 lxd* lxd-client* 00:36:09 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:36:09 After this operation, 31.7 MB disk space will be freed. 00:36:10 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:36:10 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:36:11 Removing lxd dnsmasq configuration 00:36:11 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:36:11 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:36:12 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:36:12 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:36:12 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:36:13 Processing triggers for systemd (237-3ubuntu10.42) ... 00:36:13 Processing triggers for ureadahead (0.100.0-21) ... 00:36:15 + sudo snap remove --purge lxd 00:36:15 snap "lxd" is not installed 00:36:15 + sudo groupadd --force --system lxd 00:36:15 ++ whoami 00:36:15 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:36:15 + newgrp - lxd 00:36:15 + sudo snap install lxd 00:36:23 2021-01-28T00:36:20Z INFO Waiting for automatic snapd restart... 00:36:38 lxd 4.10 from Canonical* installed 00:36:38 + sudo lxd init --auto 00:36:46 + sudo snap install --classic snapcraft 00:36:51 snapcraft 4.4.4 from Canonical* installed 00:36:51 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:36:51 + patch --verbose -p1 00:36:51 Hmm... Looks like a unified diff to me... 00:36:51 The text leading up to this was: 00:36:51 -------------------------- 00:36:51 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:36:51 |From: Tony Espy 00:36:51 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:36:51 |Subject: [PATCH] optimize snap build for pipeline CI check 00:36:51 | 00:36:51 |This patch is used by the EdgeX CI pipeline builds to 00:36:51 |optimize the snap CI check run for pull requests. When 00:36:51 |applied, it essentially strips out everything (apps and 00:36:51 |parts) from the snapcraft.yaml file except those required 00:36:51 |to build edgex-go, as the whole idea of the CI check is to 00:36:51 |catch changes to edgex-go that break the snap build. 00:36:51 | 00:36:51 |In general, anyone updating snapcraft.yaml will also need 00:36:51 |to update this patch file, otherwise it may fail to apply, 00:36:51 |resulting in a failed snap build CI check in the associated 00:36:51 |pull request. 00:36:51 | 00:36:51 |Note - in addition to applying this patch, the pipeline also 00:36:51 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:36:51 |need to build the finally binary .snap file (and it won't 00:36:51 |work with the patch applied). This further reduces the build 00:36:51 |time. 00:36:51 |--- 00:36:51 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:36:51 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:36:51 | 00:36:51 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:36:51 |index 1e537489..faf42425 100644 00:36:51 |--- a/snap/snapcraft.yaml 00:36:51 |+++ b/snap/snapcraft.yaml 00:36:51 -------------------------- 00:36:51 patching file snap/snapcraft.yaml 00:36:51 Using Plan A... 00:36:51 Hunk #1 succeeded at 73. 00:36:51 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:36:51 Hunk #3 succeeded at 214 (offset -1 lines). 00:36:51 Hunk #4 succeeded at 222 (offset -1 lines). 00:36:51 Hunk #5 succeeded at 229 (offset -1 lines). 00:36:51 Hunk #6 succeeded at 256 (offset -1 lines). 00:36:51 Hunk #7 succeeded at 290 (offset -1 lines). 00:36:51 Hunk #8 succeeded at 342. 00:36:51 Hmm... Ignoring the trailing garbage. 00:36:51 done 00:36:51 + sudo snapcraft prime --use-lxd 00:36:53 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:36:53 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:36:53 - README.md 00:36:53 - snapcraft.yaml.orig 00:36:53 00:36:53 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:36:53 Launching a container. 00:37:06 Waiting for container to be ready 00:37:06 To start your first instance, try: lxc launch ubuntu:18.04 00:37:06 00:37:08 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:37:08 Waiting for network to be ready... 00:37:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:37:09 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:37:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 00:37:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 00:37:09 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:37:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:37:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 00:37:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 00:37:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 00:37:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:37:09 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:37:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:37:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:37:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:37:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:37:10 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:37:10 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:37:10 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:37:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:37:10 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 00:37:10 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 00:37:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:37:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:37:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 00:37:10 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 00:37:10 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 00:37:10 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:37:12 Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:12 Step 2/34 : FROM ${BUILDER_BASE} AS builder 00:37:12 ---> 76089645be55 00:37:12 Step 3/34 : WORKDIR /edgex-go 00:37:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:12 ---> 76089645be55 00:37:12 Step 3/23 : WORKDIR /edgex-go 00:37:12 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:12 ---> 76089645be55 00:37:12 Step 3/24 : WORKDIR /edgex-go 00:37:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:12 ---> 76089645be55 00:37:12 Step 3/23 : WORKDIR /edgex-go 00:37:12 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:37:12 ---> 76089645be55 00:37:12 Step 3/21 : WORKDIR /edgex-go 00:37:13 Fetched 23.8 MB in 4s (6233 kB/s) 00:37:13 Reading package lists... 00:37:13 Reading package lists... 00:37:14 Building dependency tree... 00:37:14 Reading state information... 00:37:14 The following additional packages will be installed: 00:37:14 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:37:14 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:37:14 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:37:14 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:37:14 Suggested packages: 00:37:14 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:37:14 Recommended packages: 00:37:14 gnupg libsasl2-modules 00:37:14 The following NEW packages will be installed: 00:37:14 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:37:14 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:37:14 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:37:14 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:37:14 The following packages will be upgraded: 00:37:14 gpg gpg-agent gpgconf libudev1 00:37:14 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:37:14 Need to get 3533 kB of archives. 00:37:14 After this operation, 13.3 MB of additional disk space will be used. 00:37:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:37:14 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:37:14 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:37:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:37:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:37:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:37:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:37:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:37:14 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:37:14 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:37:15 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:37:15 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:37:15 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:37:15 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:37:15 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:37:15 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:37:15 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:37:15 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:37:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:37:15 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:37:15 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:37:15 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:37:15 debconf: delaying package configuration, since apt-utils is not installed 00:37:15 Fetched 3533 kB in 1s (3227 kB/s) 00:37:15 (Reading database ... 12511 files and directories currently installed.) 00:37:15 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:37:15 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:37:15 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:37:15 Selecting previously unselected package udev. 00:37:15 (Reading database ... 12511 files and directories currently installed.) 00:37:15 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:37:15 Unpacking udev (237-3ubuntu10.44) ... 00:37:16 Selecting previously unselected package libfuse2:amd64. 00:37:16 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:37:16 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:37:16 Selecting previously unselected package fuse. 00:37:16 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:37:16 Unpacking fuse (2.9.7-1ubuntu1) ... 00:37:16 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:37:16 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:37:16 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:37:16 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:37:16 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:37:16 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:37:16 Selecting previously unselected package libksba8:amd64. 00:37:16 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:37:16 Unpacking libksba8:amd64 (1.3.5-2) ... 00:37:16 Selecting previously unselected package libroken18-heimdal:amd64. 00:37:16 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:16 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:16 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:37:16 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:16 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:16 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:37:16 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:16 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:16 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:37:16 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:16 ---> Running in 6c89e699b4d4 00:37:16 ---> Running in b0d3e90f9fce 00:37:16 ---> Running in 8109dd6d941d 00:37:16 ---> Running in b336beb5923e 00:37:16 ---> Running in 4c09c409e794 00:37:17 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:17 Selecting previously unselected package libwind0-heimdal:amd64. 00:37:17 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:17 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:17 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:37:17 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:17 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:17 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:37:17 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:17 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:17 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:37:17 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:17 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:17 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:37:17 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:37:17 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:17 Removing intermediate container 8109dd6d941d 00:37:17 ---> 4fa0da540d63 00:37:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:17 Removing intermediate container 4c09c409e794 00:37:17 ---> 2fba087e9abf 00:37:17 Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:17 Removing intermediate container b336beb5923e 00:37:17 ---> f01621c96db9 00:37:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:17 Removing intermediate container 6c89e699b4d4 00:37:17 ---> 8729930e8a5d 00:37:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:17 Removing intermediate container b0d3e90f9fce 00:37:17 ---> 4127a30e4e58 00:37:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:17 Selecting previously unselected package libsasl2-modules-db:amd64. 00:37:17 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:37:17 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:37:17 Selecting previously unselected package libsasl2-2:amd64. 00:37:17 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:37:17 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:37:17 Selecting previously unselected package libldap-common. 00:37:17 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:37:17 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:37:17 ---> Running in 33615e99d7ab 00:37:17 ---> Running in aef23d31e199 00:37:17 ---> Running in b17b980bbff7 00:37:17 ---> Running in d95a8474be28 00:37:17 ---> Running in 16299812a579 00:37:17 Selecting previously unselected package libldap-2.4-2:amd64. 00:37:17 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:37:17 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:37:17 Selecting previously unselected package dirmngr. 00:37:17 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:37:17 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:37:17 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:37:18 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:37:18 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:37:18 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:37:18 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:37:18 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:37:18 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:18 Setting up libksba8:amd64 (1.3.5-2) ... 00:37:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:37:18 Setting up udev (237-3ubuntu10.44) ... 00:37:18 invoke-rc.d: policy-rc.d denied execution of start. 00:37:18 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:18 Processing triggers for systemd (237-3ubuntu10) ... 00:37:18 Setting up fuse (2.9.7-1ubuntu1) ... 00:37:18 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:37:18 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:18 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:18 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:18 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:18 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:18 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:18 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:37:18 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:37:18 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:37:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:37:19 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:37:19 settings in the [Install] section, and DefaultInstance for template units). 00:37:19 This means they are not meant to be enabled using systemctl. 00:37:19 Possible reasons for having this kind of units are: 00:37:19 1) A unit may be statically enabled by being symlinked from another unit's 00:37:19 .wants/ or .requires/ directory. 00:37:19 2) A unit's purpose may be to act as a helper for some other unit which has 00:37:19 a requirement dependency on it. 00:37:19 3) A unit may be started when needed via activation (socket, path, timer, 00:37:19 D-Bus, udev, scripted systemctl call, ...). 00:37:19 4) In case of template units, the unit is meant to be enabled with some 00:37:19 instance name specified. 00:37:19 Reading package lists... 00:37:19 Building dependency tree... 00:37:19 Reading state information... 00:37:19 The following additional packages will be installed: 00:37:19 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:37:19 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:37:19 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:37:19 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:37:19 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:37:19 Suggested packages: 00:37:19 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:37:19 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:37:19 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:37:19 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:37:19 systemd-container policykit-1 00:37:19 Recommended packages: 00:37:19 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:37:20 The following NEW packages will be installed: 00:37:20 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:37:20 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:37:20 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:37:20 multiarch-support openssh-client python3 python3-minimal python3.6 00:37:20 python3.6-minimal snapd squashfs-tools sudo 00:37:20 The following packages will be upgraded: 00:37:20 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:37:20 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:37:20 Need to get 35.2 MB of archives. 00:37:20 After this operation, 141 MB of additional disk space will be used. 00:37:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:37:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:37:20 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:37:20 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:37:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:37:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:37:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:37:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:37:20 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:37:20 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:37:20 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:37:20 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:37:20 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:37:20 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:37:20 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:37:20 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:37:20 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:37:20 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:37:21 Removing intermediate container 33615e99d7ab 00:37:21 ---> dde7991f19ad 00:37:21 Step 5/21 : RUN apk add --update --no-cache make git 00:37:21 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:37:21 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:37:21 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:37:21 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:37:21 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:37:21 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:37:21 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:37:21 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:37:21 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:37:21 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:37:21 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:37:21 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:37:21 ---> Running in a6c0d8c4ad95 00:37:22 Removing intermediate container d95a8474be28 00:37:22 ---> 0f8e1833afff 00:37:22 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:37:22 Removing intermediate container b17b980bbff7 00:37:22 ---> 6057271b6c51 00:37:22 Step 5/24 : RUN apk add --update --no-cache make git 00:37:22 ---> Running in 0e4853e9f683 00:37:22 debconf: delaying package configuration, since apt-utils is not installed 00:37:22 Fetched 35.2 MB in 2s (15.9 MB/s) 00:37:22 (Reading database ... 12757 files and directories currently installed.) 00:37:22 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:37:22 ---> Running in 18f99ea2b678 00:37:22 Removing intermediate container aef23d31e199 00:37:22 ---> 97d10a3e5d84 00:37:22 Step 5/34 : RUN apk add --update --no-cache make git 00:37:22 Removing intermediate container 16299812a579 00:37:22 ---> 2f8d5a770ddf 00:37:22 Step 5/23 : RUN apk add --update --no-cache make git 00:37:22 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:37:22 ---> Running in 07d571655420 00:37:22 ---> Running in 21fd8df0b691 00:37:23 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:37:23 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:37:23 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:37:23 (Reading database ... 12757 files and directories currently installed.) 00:37:23 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:23 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:37:23 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:37:23 (Reading database ... 12757 files and directories currently installed.) 00:37:23 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:37:23 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:37:24 Setting up apt (1.6.12ubuntu0.2) ... 00:37:24 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:24 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:24 (Reading database ... 12764 files and directories currently installed.) 00:37:24 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:37:24 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:37:25 Selecting previously unselected package libpython3.6-minimal:amd64. 00:37:25 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:37:25 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:37:25 Selecting previously unselected package libexpat1:amd64. 00:37:25 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:37:25 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:37:25 Selecting previously unselected package python3.6-minimal. 00:37:25 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:37:25 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:37:25 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:37:25 Checking for services that may need to be restarted...done. 00:37:25 Checking for services that may need to be restarted...done. 00:37:25 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:37:25 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:37:25 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:37:25 OK: 217 MiB in 51 packages 00:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:26 Selecting previously unselected package python3-minimal. 00:37:26 (Reading database ... 13012 files and directories currently installed.) 00:37:26 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:37:26 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:37:26 Selecting previously unselected package mime-support. 00:37:26 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:37:26 Unpacking mime-support (3.60ubuntu1) ... 00:37:26 Selecting previously unselected package libmpdec2:amd64. 00:37:26 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:37:26 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:37:26 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:37:26 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:37:26 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:37:26 OK: 217 MiB in 51 packages 00:37:26 OK: 217 MiB in 51 packages 00:37:26 Removing intermediate container a6c0d8c4ad95 00:37:26 ---> cdfd11627f35 00:37:26 Step 6/21 : COPY go.mod . 00:37:26 Selecting previously unselected package python3.6. 00:37:26 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:37:26 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:37:26 Selecting previously unselected package libpython3-stdlib:amd64. 00:37:26 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:37:26 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:37:26 Setting up python3-minimal (3.6.7-1~18.04) ... 00:37:26 OK: 217 MiB in 51 packages 00:37:26 OK: 217 MiB in 51 packages 00:37:26 Selecting previously unselected package python3. 00:37:26 (Reading database ... 13442 files and directories currently installed.) 00:37:26 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:37:26 Unpacking python3 (3.6.7-1~18.04) ... 00:37:27 Selecting previously unselected package multiarch-support. 00:37:27 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:37:27 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:37:27 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:37:27 Selecting previously unselected package liblzo2-2:amd64. 00:37:27 (Reading database ... 13479 files and directories currently installed.) 00:37:27 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:37:27 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:37:27 Selecting previously unselected package libbsd0:amd64. 00:37:27 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:37:27 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:37:27 Selecting previously unselected package sudo. 00:37:27 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:37:27 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:37:27 Selecting previously unselected package apparmor. 00:37:27 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:37:27 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:37:27 Selecting previously unselected package libedit2:amd64. 00:37:27 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:37:27 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:37:27 ---> 2e6c22687955 00:37:27 Step 7/21 : RUN go mod download 00:37:27 Selecting previously unselected package libkrb5support0:amd64. 00:37:27 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:37:27 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:37:27 Selecting previously unselected package libk5crypto3:amd64. 00:37:27 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:37:27 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:37:28 ---> Running in 53c5a753d40d 00:37:28 Selecting previously unselected package libkeyutils1:amd64. 00:37:28 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:37:28 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:37:28 Selecting previously unselected package libkrb5-3:amd64. 00:37:28 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:37:28 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:37:28 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:37:28 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:37:28 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:37:28 Removing intermediate container 18f99ea2b678 00:37:28 ---> d53907b716bc 00:37:28 Step 6/24 : COPY go.mod . 00:37:28 Selecting previously unselected package libssl1.0.0:amd64. 00:37:28 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:37:28 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:37:28 Selecting previously unselected package openssh-client. 00:37:28 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:37:28 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:37:28 Removing intermediate container 0e4853e9f683 00:37:28 ---> 5d645a35c038 00:37:28 Step 6/23 : COPY go.mod . 00:37:28 Removing intermediate container 07d571655420 00:37:28 ---> 2412029ace18 00:37:28 Step 6/34 : COPY go.mod . 00:37:28 Removing intermediate container 21fd8df0b691 00:37:28 ---> bab3aab3b953 00:37:28 Step 6/23 : COPY go.mod . 00:37:28 Selecting previously unselected package squashfs-tools. 00:37:28 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:37:28 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:37:28 Selecting previously unselected package snapd. 00:37:28 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:37:28 Unpacking snapd (2.48+18.04) ... 00:37:29 ---> 23e6488b3ad1 00:37:29 Step 7/24 : RUN go mod download 00:37:29 ---> cbf5d36643ca 00:37:29 Step 7/34 : RUN go mod download 00:37:29 ---> Running in 2d1015907490 00:37:29 ---> d9b0c1657ab5 00:37:29 Step 7/23 : RUN go mod download 00:37:29 ---> 6f76bf4ea542 00:37:29 Step 7/23 : RUN go mod download 00:37:29 ---> Running in c0fd99aa0606 00:37:30 ---> Running in b18a3b4d3867 00:37:30 ---> Running in f5ddae8119be 00:37:30 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:37:30 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:37:30 Setting up mime-support (3.60ubuntu1) ... 00:37:30 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:37:30 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:37:31 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:37:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:37:31 Setting up systemd (237-3ubuntu10.44) ... 00:37:31 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:37:32 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:37:32 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:37:32 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:37:32 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:37:32 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:37:32 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:37:32 Removing intermediate container 53c5a753d40d 00:37:32 ---> c2974bf2bb3f 00:37:32 Step 8/21 : COPY . . 00:37:32 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:37:32 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:37:32 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:37:32 Setting up python3 (3.6.7-1~18.04) ... 00:37:32 running python rtupdate hooks for python3.6... 00:37:32 running python post-rtupdate hooks for python3.6... 00:37:32 Setting up apparmor (2.12-4ubuntu5.1) ... 00:37:33 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:37:34 Removing intermediate container 2d1015907490 00:37:34 ---> a15262960e0f 00:37:34 Step 8/24 : COPY . . 00:37:34 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:37:34 Removing intermediate container c0fd99aa0606 00:37:34 ---> 89049b5a3e98 00:37:34 Step 8/34 : COPY . . 00:37:35 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:37:35 Setting up snapd (2.48+18.04) ... 00:37:35 Removing intermediate container f5ddae8119be 00:37:35 ---> 4010d3e2a8a8 00:37:35 Step 8/23 : COPY . . 00:37:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:37:35 Removing intermediate container b18a3b4d3867 00:37:35 ---> 52f1c3bbd58d 00:37:35 Step 8/23 : COPY . . 00:37:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:37:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:37:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:37:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:37:36 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:37:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:37:36 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:37:36 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:37:37 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:37:37 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:37:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:37:37 Processing triggers for systemd (237-3ubuntu10.44) ... 00:37:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:37:38 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:37:38 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:37:38 Fetched 88.7 kB in 1s (170 kB/s) 00:37:39 Reading package lists... 00:37:39 Reading package lists... 00:37:39 Building dependency tree... 00:37:39 Reading state information... 00:37:39 Calculating upgrade... 00:37:39 The following packages will be upgraded: 00:37:39 advancecomp base-files bash binutils binutils-common 00:37:39 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:37:39 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:37:39 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:37:39 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:37:39 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:37:39 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:37:39 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:37:39 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:37:39 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:37:39 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:37:39 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:37:39 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:37:39 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:37:39 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:37:40 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:37:40 Need to get 63.8 MB of archives. 00:37:40 After this operation, 5205 kB of additional disk space will be used. 00:37:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:37:40 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:37:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:37:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:37:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:37:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:37:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:37:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:37:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:37:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:37:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:37:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:37:40 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:37:40 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:37:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:37:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:37:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:37:40 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:37:40 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:37:41 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:37:41 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:37:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:37:41 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:37:41 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:37:41 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:37:41 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:37:41 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:37:41 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:37:41 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:37:41 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:37:41 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:37:41 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:37:41 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:37:41 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:37:41 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:37:41 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:37:41 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:37:41 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:37:41 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:37:41 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:37:41 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:37:41 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:37:41 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:37:41 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:37:41 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:37:41 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:37:41 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:37:41 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:37:41 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:37:41 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:37:41 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:37:41 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:37:41 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:37:41 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:37:41 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:37:41 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:37:41 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:37:41 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:37:41 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:37:41 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:37:41 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:37:41 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:37:41 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:37:41 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:37:41 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:37:41 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:37:41 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:37:41 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:37:41 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:37:41 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:37:41 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:37:41 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:37:41 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:37:41 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:37:41 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:37:42 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:37:42 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:37:42 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:37:42 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:37:42 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:37:42 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:37:42 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:37:42 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:37:42 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:37:42 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:37:42 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:37:42 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:37:42 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:37:42 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:37:42 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:37:42 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:37:43 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:37:43 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:37:43 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:37:43 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:37:43 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:37:43 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:37:43 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:37:43 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:37:43 debconf: delaying package configuration, since apt-utils is not installed 00:37:43 Fetched 63.8 MB in 4s (16.4 MB/s) 00:37:43 (Reading database ... 13912 files and directories currently installed.) 00:37:43 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:37:43 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:37:44 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:37:44 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:37:44 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:37:44 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:37:45 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:45 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:45 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:45 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:45 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:45 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:45 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:45 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:46 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:46 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:46 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:46 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:46 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:46 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:46 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:37:46 (Reading database ... 13911 files and directories currently installed.) 00:37:46 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:46 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:37:46 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:37:46 (Reading database ... 13911 files and directories currently installed.) 00:37:46 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:46 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:46 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:46 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:47 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:37:47 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:37:47 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:37:47 (Reading database ... 13911 files and directories currently installed.) 00:37:47 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:37:47 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:37:47 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:37:47 (Reading database ... 13911 files and directories currently installed.) 00:37:47 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:37:48 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:37:48 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:37:48 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:37:48 Setting up base-files (10.1ubuntu2.10) ... 00:37:48 Installing new version of config file /etc/issue ... 00:37:48 Installing new version of config file /etc/issue.net ... 00:37:48 Installing new version of config file /etc/lsb-release ... 00:37:48 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:37:48 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:37:48 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:37:48 Removing obsolete conffile /etc/default/motd-news ... 00:37:48 (Reading database ... 13912 files and directories currently installed.) 00:37:48 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:37:48 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:37:48 Setting up bash (4.4.18-2ubuntu1.2) ... 00:37:49 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:37:49 (Reading database ... 13912 files and directories currently installed.) 00:37:49 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:37:49 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:37:49 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:37:49 (Reading database ... 13912 files and directories currently installed.) 00:37:49 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:37:49 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:37:49 Setting up tar (1.29b-2ubuntu0.2) ... 00:37:49 (Reading database ... 13912 files and directories currently installed.) 00:37:49 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:37:49 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:37:49 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:37:49 (Reading database ... 13912 files and directories currently installed.) 00:37:49 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:37:49 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:37:50 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:37:50 (Reading database ... 13912 files and directories currently installed.) 00:37:50 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:37:50 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:37:50 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:37:50 (Reading database ... 13912 files and directories currently installed.) 00:37:50 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:37:50 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:37:50 Setting up grep (3.1-2build1) ... 00:37:50 (Reading database ... 13912 files and directories currently installed.) 00:37:50 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:37:50 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:37:50 Setting up login (1:4.5-1ubuntu2) ... 00:37:50 (Reading database ... 13912 files and directories currently installed.) 00:37:50 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:37:51 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:37:51 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:37:51 (Reading database ... 13912 files and directories currently installed.) 00:37:51 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:37:51 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:37:52 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:37:52 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:37:52 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:37:52 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:37:52 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:37:52 (Reading database ... 13912 files and directories currently installed.) 00:37:52 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:37:52 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:37:54 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:37:54 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:37:54 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:37:54 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:37:54 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:37:54 (Reading database ... 13912 files and directories currently installed.) 00:37:54 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:37:54 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:37:54 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:37:54 (Reading database ... 13912 files and directories currently installed.) 00:37:54 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:37:54 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:37:54 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:37:55 (Reading database ... 13912 files and directories currently installed.) 00:37:55 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:37:55 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:37:55 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:37:55 (Reading database ... 13912 files and directories currently installed.) 00:37:55 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:37:55 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:37:55 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:37:55 (Reading database ... 13912 files and directories currently installed.) 00:37:55 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:37:55 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:37:55 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:37:55 (Reading database ... 13912 files and directories currently installed.) 00:37:55 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:37:55 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:37:55 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:37:55 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:37:55 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:37:56 (Reading database ... 13912 files and directories currently installed.) 00:37:56 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:37:56 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:37:56 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:37:56 (Reading database ... 13912 files and directories currently installed.) 00:37:56 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:37:56 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:37:56 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:37:56 (Reading database ... 13912 files and directories currently installed.) 00:37:56 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:37:56 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:37:56 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:37:56 (Reading database ... 13912 files and directories currently installed.) 00:37:56 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:37:56 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:37:57 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:37:57 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:37:57 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:37:57 (Reading database ... 13912 files and directories currently installed.) 00:37:57 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:37:57 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:37:58 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:37:58 (Reading database ... 13912 files and directories currently installed.) 00:37:58 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:37:58 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:37:58 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:37:58 (Reading database ... 13914 files and directories currently installed.) 00:37:58 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:37:58 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:37:58 Setting up debconf (1.5.66ubuntu1) ... 00:37:59 (Reading database ... 13914 files and directories currently installed.) 00:37:59 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:37:59 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:37:59 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:37:59 (Reading database ... 13914 files and directories currently installed.) 00:37:59 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:37:59 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:37:59 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:37:59 (Reading database ... 13914 files and directories currently installed.) 00:37:59 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:37:59 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:37:59 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:37:59 (Reading database ... 13914 files and directories currently installed.) 00:37:59 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:37:59 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:37:59 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:37:59 (Reading database ... 13914 files and directories currently installed.) 00:37:59 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:37:59 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:38:00 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:38:00 (Reading database ... 13914 files and directories currently installed.) 00:38:00 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:38:00 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:38:00 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:38:00 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:38:00 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:38:00 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:38:00 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:38:00 (Reading database ... 13914 files and directories currently installed.) 00:38:00 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:38:00 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:38:00 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:38:01 (Reading database ... 13914 files and directories currently installed.) 00:38:01 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:38:01 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:38:01 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:38:01 (Reading database ... 13914 files and directories currently installed.) 00:38:01 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:38:01 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:38:01 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:38:01 (Reading database ... 13914 files and directories currently installed.) 00:38:01 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:38:01 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:38:01 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:38:01 (Reading database ... 13914 files and directories currently installed.) 00:38:01 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:38:01 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:38:02 Setting up passwd (1:4.5-1ubuntu2) ... 00:38:02 ---> e476f3f31c0f 00:38:02 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:38:02 ---> 7d4c7bc177b1 00:38:02 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:38:02 ---> b626ebc43992 00:38:02 Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 00:38:02 ---> 5863a43d4129 00:38:02 Step 9/23 : RUN make cmd/core-data/core-data 00:38:02 ---> 0318d07b9a94 00:38:02 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:38:02 ---> Running in 06662848b93b 00:38:02 ---> Running in 22e0e68852c0 00:38:02 ---> Running in 983fd485c39c 00:38:02 ---> Running in 2382d0d33c09 00:38:02 ---> Running in f1c732b6150e 00:38:02 Removing intermediate container 22e0e68852c0 00:38:02 ---> 3246997b4bf8 00:38:02 Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 00:38:02 ---> Running in f5b0c0cd6872 00:38:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:38:02 (Reading database ... 13914 files and directories currently installed.) 00:38:02 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:38:02 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:38:02 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:38:02 (Reading database ... 13914 files and directories currently installed.) 00:38:02 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:38:02 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:38:02 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:38:02 (Reading database ... 13914 files and directories currently installed.) 00:38:02 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:38:02 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:38:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:38:02 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:38:02 (Reading database ... 13914 files and directories currently installed.) 00:38:02 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:38:02 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:38:02 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:38:03 (Reading database ... 13914 files and directories currently installed.) 00:38:03 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:38:03 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:38:03 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:38:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:38:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:38:03 (Reading database ... 13914 files and directories currently installed.) 00:38:03 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:38:03 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:38:03 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:38:03 (Reading database ... 13914 files and directories currently installed.) 00:38:03 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:38:03 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:38:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:38:03 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:38:03 (Reading database ... 13915 files and directories currently installed.) 00:38:03 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:38:03 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:38:04 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:38:04 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:38:04 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:38:04 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:38:04 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:38:04 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:38:04 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:38:04 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:38:04 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:38:04 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:38:04 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:38:04 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:38:05 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:38:05 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:38:05 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:38:05 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:38:05 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:38:05 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:38:05 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:38:05 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:38:05 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:38:05 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:38:06 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:38:06 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:38:07 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:38:07 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:38:07 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:38:07 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:38:07 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:38:07 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:38:07 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:38:07 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:38:08 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:38:08 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:38:08 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:08 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:08 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:08 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:08 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:08 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:08 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:08 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:09 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:09 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:10 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:10 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:11 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:11 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:11 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:11 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:12 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:38:12 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:38:12 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:38:12 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:38:12 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:38:12 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:38:12 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:38:12 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:38:12 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:38:12 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:38:12 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:38:12 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:38:13 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:38:13 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:38:13 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:38:13 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:38:13 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:13 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:38:13 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:13 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:13 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:13 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:38:13 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:38:13 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:38:13 00:38:13 Current default time zone: 'Etc/UTC' 00:38:13 Local time is now: Thu Jan 28 00:38:13 UTC 2021. 00:38:13 Universal Time is now: Thu Jan 28 00:38:13 UTC 2021. 00:38:13 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:38:13 00:38:13 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:38:13 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:13 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:38:13 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:38:13 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:38:13 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:38:13 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:38:13 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:38:13 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:38:13 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:38:13 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:13 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:38:14 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:38:14 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:38:14 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:14 Setting up patch (2.7.6-2ubuntu1.1) ... 00:38:14 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:38:14 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:38:14 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:38:14 Installing new version of config file /etc/ssl/openssl.cnf ... 00:38:14 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:38:14 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:38:14 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:38:16 Updating certificates in /etc/ssl/certs... 00:38:16 22 added, 17 removed; done. 00:38:17 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:38:17 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:38:17 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:38:17 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:38:17 Setting up pkgbinarymangler (138.18.04.1) ... 00:38:17 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:38:17 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:38:17 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:38:17 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:38:17 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:38:17 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:38:17 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:38:17 Setting up perl (5.26.1-6ubuntu0.5) ... 00:38:17 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:38:17 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:38:17 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:38:17 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:38:17 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:38:17 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:38:17 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:38:17 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:38:17 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:38:17 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:38:17 Processing triggers for systemd (237-3ubuntu10.44) ... 00:38:17 Processing triggers for mime-support (3.60ubuntu1) ... 00:38:17 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:38:17 Updating certificates in /etc/ssl/certs... 00:38:18 0 added, 0 removed; done. 00:38:18 Running hooks in /etc/ca-certificates/update.d... 00:38:18 done. 00:38:18 Reading package lists... 00:38:19 Building dependency tree... 00:38:19 Reading state information... 00:38:19 The following NEW packages will be installed: 00:38:19 apt-transport-https 00:38:19 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:38:19 Need to get 1696 B of archives. 00:38:19 After this operation, 153 kB of additional disk space will be used. 00:38:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:38:19 debconf: delaying package configuration, since apt-utils is not installed 00:38:19 Fetched 1696 B in 0s (9378 B/s) 00:38:19 Selecting previously unselected package apt-transport-https. 00:38:19 (Reading database ... 13929 files and directories currently installed.) 00:38:19 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:38:19 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:38:19 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:38:19 Waiting for network to be ready... 00:38:25 2021-01-28T00:38:22Z INFO Waiting for automatic snapd restart... 00:38:25 snapd 2.48.2 from Canonical* installed 00:38:26 "snapd" switched to the "latest/stable" channel 00:38:26 00:38:28 core18 20201210 from Canonical* installed 00:38:28 "core18" switched to the "latest/stable" channel 00:38:28 00:38:31 snapcraft 4.4.4 from Canonical* installed 00:38:31 "snapcraft" switched to the "latest/stable" channel 00:38:31 00:38:35 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:38:35 - README.md 00:38:35 - snapcraft.yaml.orig 00:38:35 00:38:35 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:38:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:38:41 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:38:41 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:38:42 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:38:43 Reading package lists... 00:38:43 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:38:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:38:50 Reading package lists... 00:38:50 Building dependency tree... 00:38:50 Reading state information... 00:38:50 Suggested packages: 00:38:50 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:38:50 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:38:50 Recommended packages: 00:38:50 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:38:50 The following NEW packages will be installed: 00:38:50 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:38:50 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:38:50 pkg-config zip 00:38:50 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:38:50 Need to get 7655 kB of archives. 00:38:50 After this operation, 43.7 MB of additional disk space will be used. 00:38:50 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:38:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:38:50 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:38:50 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:38:50 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:38:50 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:38:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:38:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:38:50 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:38:50 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:38:50 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:38:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:38:50 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:38:50 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:38:50 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:38:50 debconf: delaying package configuration, since apt-utils is not installed 00:38:50 Fetched 7655 kB in 1s (7094 kB/s) 00:38:50 Selecting previously unselected package libglib2.0-0:amd64. 00:38:50 (Reading database ... 13933 files and directories currently installed.) 00:38:50 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:38:50 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:38:51 Selecting previously unselected package libpsl5:amd64. 00:38:51 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:38:51 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:38:51 Selecting previously unselected package libnghttp2-14:amd64. 00:38:51 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:38:51 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:38:51 Selecting previously unselected package librtmp1:amd64. 00:38:51 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:38:51 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:38:51 Selecting previously unselected package libcurl3-gnutls:amd64. 00:38:51 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:38:51 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:38:51 Selecting previously unselected package liberror-perl. 00:38:51 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:38:51 Unpacking liberror-perl (0.17025-1) ... 00:38:51 Selecting previously unselected package git-man. 00:38:51 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:38:51 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:38:51 Selecting previously unselected package git. 00:38:51 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:38:51 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:38:52 Selecting previously unselected package libnorm1:amd64. 00:38:52 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:38:52 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:38:52 Selecting previously unselected package libpgm-5.2-0:amd64. 00:38:52 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:38:52 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:38:52 Selecting previously unselected package libsodium23:amd64. 00:38:52 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:38:52 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:38:52 Selecting previously unselected package libzmq5:amd64. 00:38:52 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:38:52 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:38:53 Selecting previously unselected package libzmq3-dev:amd64. 00:38:53 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:38:53 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:38:53 Selecting previously unselected package pkg-config. 00:38:53 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:38:53 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:38:53 Selecting previously unselected package zip. 00:38:53 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:38:53 Unpacking zip (3.0-11build1) ... 00:38:53 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:38:53 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:38:53 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:38:53 Setting up liberror-perl (0.17025-1) ... 00:38:53 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:38:53 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:38:53 No schema files found: doing nothing. 00:38:53 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:38:53 Setting up zip (3.0-11build1) ... 00:38:53 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:38:53 Setting up libsodium23:amd64 (1.0.16-2) ... 00:38:53 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:38:53 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:38:53 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:38:53 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:38:53 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:38:54 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:39:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:39:00 git set to automatically installed. 00:39:00 git-man set to automatically installed. 00:39:00 libcurl3-gnutls set to automatically installed. 00:39:00 liberror-perl set to automatically installed. 00:39:00 libglib2.0-0 set to automatically installed. 00:39:00 libnghttp2-14 set to automatically installed. 00:39:00 libnorm1 set to automatically installed. 00:39:00 libpgm-5.2-0 set to automatically installed. 00:39:00 libpsl5 set to automatically installed. 00:39:00 librtmp1 set to automatically installed. 00:39:00 libsodium23 set to automatically installed. 00:39:00 libzmq3-dev set to automatically installed. 00:39:00 libzmq5 set to automatically installed. 00:39:00 pkg-config set to automatically installed. 00:39:00 zip set to automatically installed. 00:39:02 snapd is not logged in, snap install commands will use sudo 00:39:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:39:08 snap "core18" has no updates available 00:39:09 Pulling config-common 00:39:10 Pulling go-build-helper 00:39: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 00:39:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:39:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:39:32 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:39:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:39:32 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:39:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1522 kB] 00:39:32 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:39:32 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:39:32 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:39:32 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:39:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] 00:39:32 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:39:32 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:39:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:39:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:39:32 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:39:32 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 00:39:32 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.3 kB] 00:39:32 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 00:39:32 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:39:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:39:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 00:39:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 00:39:32 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:39:32 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:39:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 00:39:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 00:39:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 00:39:32 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 00:39:32 Fetched 23.8 MB in 0s (0 B/s) 00:39:32 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:39:32 Fetched 96.5 kB in 0s (0 B/s) 00:39:32 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:39:32 Fetched 279 kB in 0s (0 B/s) 00:39:32 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:39:32 Fetched 122 kB in 0s (0 B/s) 00:39:32 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:39:32 Fetched 77.8 kB in 0s (0 B/s) 00:39:32 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:39:32 Fetched 8848 B in 0s (0 B/s) 00:39:32 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:39:32 Fetched 47.8 kB in 0s (0 B/s) 00:39:32 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:39:32 Fetched 45.6 kB in 0s (0 B/s) 00:39:32 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:39:32 Fetched 15.0 kB in 0s (0 B/s) 00:39:32 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:39:32 Fetched 214 kB in 0s (0 B/s) 00:39:32 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:39:32 Fetched 155 kB in 0s (0 B/s) 00:39:32 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:39:32 Fetched 50.6 kB in 0s (0 B/s) 00:39:32 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:39:32 Fetched 14.8 kB in 0s (0 B/s) 00:39:32 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:39:32 Fetched 41.8 kB in 0s (0 B/s) 00:39:32 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:39:32 Fetched 499 kB in 0s (0 B/s) 00:39:32 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:39:32 Fetched 111 kB in 0s (0 B/s) 00:39:32 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:39:32 Fetched 240 kB in 0s (0 B/s) 00:39:32 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:39:32 Fetched 29.3 kB in 0s (0 B/s) 00:39:32 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:39:32 Fetched 85.5 kB in 0s (0 B/s) 00:39:32 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:39:32 Fetched 24.5 kB in 0s (0 B/s) 00:39:32 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:39:32 Fetched 49.2 kB in 0s (0 B/s) 00:39:32 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:39:32 Fetched 54.2 kB in 0s (0 B/s) 00:39:32 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:39:32 Fetched 30.8 kB in 0s (0 B/s) 00:39:32 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:39:32 Fetched 17.0 kB in 0s (0 B/s) 00:39:32 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:39:32 Fetched 85.9 kB in 0s (0 B/s) 00:39:32 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:39:32 Fetched 8720 B in 0s (0 B/s) 00:39:32 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:39:32 Fetched 137 kB in 0s (0 B/s) 00:39:32 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:39:32 Fetched 119 kB in 0s (0 B/s) 00:39:32 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:39:32 Fetched 109 kB in 0s (0 B/s) 00:39:32 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:39:32 Fetched 11.1 kB in 0s (0 B/s) 00:39:32 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:39:32 Fetched 645 kB in 0s (0 B/s) 00:39:32 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:39:32 Fetched 41.3 kB in 0s (0 B/s) 00:39:32 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:39:32 Fetched 17.9 kB in 0s (0 B/s) 00:39:32 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:39:32 Fetched 368 kB in 0s (0 B/s) 00:39:32 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:39:32 Fetched 187 kB in 0s (0 B/s) 00:39:32 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:39:32 Fetched 175 kB in 0s (0 B/s) 00:39:32 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:39:34 Fetched 206 kB in 0s (0 B/s) 00:39:34 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:39:34 Fetched 1301 kB in 0s (0 B/s) 00:39:34 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:39:34 Fetched 36.2 kB in 0s (0 B/s) 00:39:34 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:39:34 Fetched 159 kB in 0s (0 B/s) 00:39:34 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:39:34 Fetched 107 kB in 0s (0 B/s) 00:39:34 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:39:34 Fetched 48.7 kB in 0s (0 B/s) 00:39:34 Pulling static-packages 00:39:35 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:39:35 Skipping pull go-build-helper (already ran) 00:39:35 Skipping pull static-packages (already ran) 00:39:35 Building go-build-helper 00:39:35 Removing intermediate container 06662848b93b 00:39:35 ---> dbab053a1685 00:39:35 00:39:35 Step 10/24 : FROM alpine:3.12 00:39:35 3.12: Pulling from library/alpine 00:39:36 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:39:37 Status: Downloaded newer image for alpine:3.12 00:39:37 ---> afeebe901d6b 00:39:37 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:39:37 ---> Running in ad692964c8f1 00:39:39 Building static-packages 00:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:40 Staging go-build-helper 00:39:40 (1/5) Installing ca-certificates (20191127-r4) 00:39:40 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:39:40 (3/5) Installing libcurl (7.69.1-r3) 00:39:40 (4/5) Installing curl (7.69.1-r3) 00:39:40 (5/5) Installing dumb-init (1.2.2-r1) 00:39:40 Executing busybox-1.31.1-r19.trigger 00:39:41 Executing ca-certificates-20191127-r4.trigger 00:39:41 Removing intermediate container 983fd485c39c 00:39:41 ---> dd9ae9cb5e8a 00:39:41 00:39:41 Step 10/21 : FROM alpine:3.12 00:39:41 ---> afeebe901d6b 00:39:41 Step 11/21 : RUN apk add --update --no-cache curl 00:39:41 Staging static-packages 00:39:41 OK: 7 MiB in 19 packages 00:39:41 ---> Running in d60c0f6f1383 00:39:42 Pulling go115 00:39:43 'edgex-go' has dependencies that need to be staged: go115 00:39:43 Skipping pull go115 (already ran) 00:39:43 Building go115 00:39:43 % Total % Received % Xferd Average Speed Time Time Time Current 00:39:43 Dload Upload Total Spent Left Speed 00:39:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:39:44 Removing intermediate container ad692964c8f1 00:39:44 ---> a46c62eab4d4 00:39:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:39:44 ---> Running in 408b0cc9f1cf 00:39:44 (1/4) Installing ca-certificates (20191127-r4) 00:39:45 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:45 (3/4) Installing libcurl (7.69.1-r3) 00:39:45 Removing intermediate container 408b0cc9f1cf 00:39:45 ---> 8f086a539b5c 00:39:45 Step 13/24 : WORKDIR / 00:39:45 (4/4) Installing curl (7.69.1-r3) 00:39:45 Executing busybox-1.31.1-r19.trigger 00:39:45 Executing ca-certificates-20191127-r4.trigger 00:39:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 33 115M 33 38.5M 0 0 43.3M 0 0:00:02 --:--:-- 0:00:02 43.3M 92 115M 92 106M 0 0 55.9M 0 0:00:02 0:00:01 0:00:01 55.9M 100 115M 100 115M 0 0 57.1M 0 0:00:02 0:00:02 --:--:-- 57.1M 00:39:45 ---> Running in 529a6b56e151 00:39:45 OK: 7 MiB in 18 packages 00:39:45 go1.15.2.linux-amd64.tar.gz: OK 00:39:46 Removing intermediate container 529a6b56e151 00:39:46 ---> 832562e0eac8 00:39:46 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:39:47 + mkdir -p /tmp/build/dist/linux 00:39:47 + cd /tmp/build/dist/linux 00:39:47 + git clone https://github.com/jwilder/dockerize.git . 00:39:47 Cloning into '.'... 00:39:47  ---> f94047389e36 00:39:47 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:39:47 + go get github.com/robfig/glock 00:39:49 Removing intermediate container d60c0f6f1383 00:39:49 ---> 5f33359f8c58 00:39:49 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:49 ---> 45d6c5fbf98f 00:39:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:49 ---> Running in 6d790d16b4db 00:39:49 Staging go115 00:39:49 Removing intermediate container 6d790d16b4db 00:39:49 ---> 6c0795ebeb42 00:39:49 Step 13/21 : WORKDIR /edgex 00:39:49 ---> Running in 643d365f91c2 00:39:50 ---> 54207d7e2e6d 00:39:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:50 Removing intermediate container 643d365f91c2 00:39:50 ---> 94a1ddf5c3f4 00:39:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:52 ---> 0d8b0eb2f6cf 00:39:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:52 ---> 3fd3a3753986 00:39:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:54 ---> fd6cb0a070d5 00:39:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:39:54 ---> d13dafe813e0 00:39:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:54 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:39:54 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:39:54 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:39:54 Fetched 0 B in 0s (0 B/s) 00:39:54 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:39:54 Fetched 224 kB in 0s (0 B/s) 00:39:54 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:39:54 Fetched 157 kB in 0s (0 B/s) 00:39:54 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:39:54 Fetched 221 kB in 0s (0 B/s) 00:39:54 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:39:54 Fetched 143 kB in 0s (0 B/s) 00:39:54 Pulling edgex-go 00:39:55 ---> 269dbfcff599 00:39:55 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:39:55 Pulling version 00:39:56 ---> Running in 816eee34dc2a 00:39:56 ---> 4647e7783f96 00:39:56 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:56 ---> Running in 14341133cd0c 00:39:56 Building config-common 00:39:57 Removing intermediate container 14341133cd0c 00:39:57 ---> 32c5e8904cec 00:39:57 Step 18/21 : CMD ["--init=true"] 00:39:57 ---> Running in aebac2b0c214 00:39:58 Skipping build go-build-helper (already ran) 00:39:58 Skipping build static-packages (already ran) 00:39:58 Skipping build go115 (already ran) 00:39:58 Building edgex-go 00:39:58 Removing intermediate container aebac2b0c214 00:39:58 ---> c3b38caa5b2f 00:39:58 Step 19/21 : LABEL arch=arm64 00:39:58 ---> Running in a8c82b5b1833 00:39:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:39:59 Removing intermediate container a8c82b5b1833 00:39:59 ---> 6a8a57dc661d 00:39:59 Step 20/21 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a 00:39:59 go: downloading github.com/gorilla/mux v1.8.0 00:39:59 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 00:39:59 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:39:59 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:39:59 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 00:39:59 go: downloading github.com/google/uuid v1.2.0 00:39:59 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:39:59 ---> Running in 6c5236e83fbc 00:39:59 Removing intermediate container 816eee34dc2a 00:39:59 ---> f91f1c15093a 00:39:59 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:40:00 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 00:40:00 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:40:00 go: downloading github.com/pelletier/go-toml v1.2.0 00:40:00 go: downloading github.com/imdario/mergo v0.3.11 00:40:00 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 00:40:00 go: downloading github.com/pkg/errors v0.8.1 00:40:00 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:40:00 go: downloading github.com/x448/float16 v0.8.4 00:40:00 go: downloading github.com/go-kit/kit v0.8.0 00:40:00 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:40:00 go: downloading github.com/hashicorp/consul/api v1.1.0 00:40:00 go: downloading github.com/BurntSushi/toml v0.3.1 00:40:00 go: downloading github.com/pebbe/zmq4 v1.2.2 00:40:00 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:40:00 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:40:00 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:40:00 go: downloading gopkg.in/yaml.v2 v2.4.0 00:40:00 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:40:00 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:40:00 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:40:00 go: downloading github.com/mitchellh/copystructure v1.0.0 00:40:00 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:40:00 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:40:00 go: downloading github.com/hashicorp/serf v0.8.2 00:40:00 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:40:00 ---> Running in ad1d684eb706 00:40:00 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:40:00 go: downloading github.com/leodido/go-urn v1.2.0 00:40:00 go: downloading github.com/go-playground/universal-translator v0.17.0 00:40:00 Removing intermediate container 6c5236e83fbc 00:40:00 ---> c984fa19c126 00:40:00 Step 21/21 : LABEL version=0.0.0 00:40:00 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:40:00 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:40:00 go: downloading github.com/go-playground/locales v0.13.0 00:40:00 Removing intermediate container ad1d684eb706 00:40:00 ---> 0da9a632be69 00:40:00 Step 22/24 : LABEL arch=arm64 00:40:01 ---> Running in 00d904383569 00:40:01 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:40:01 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:40:01 ---> Running in 04407dae50b2 00:40:01 Removing intermediate container 00d904383569 00:40:01 ---> 88935b0569fe 00:40:01 00:40:02 Removing intermediate container 04407dae50b2 00:40:02 ---> 9d14d89d13ef 00:40:02 Step 23/24 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a 00:40:02 ---> Running in 81ab9d893223 00:40:02 Successfully built 88935b0569fe 00:40:02 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:40:02  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 00:40:03 Removing intermediate container 81ab9d893223 00:40:03 ---> 9acc1d001fa7 00:40:03 Step 24/24 : LABEL version=0.0.0 00:40:03 ---> Running in a805610f4745 00:40:04 Removing intermediate container a805610f4745 00:40:04 ---> a2d75db140bf 00:40:04 00:40:05 Successfully built a2d75db140bf 00:40:05 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:40:05 Building docker-support-notifications-go 00:40:07  Building docker-security-secretstore-setup-go ... done Removing intermediate container f1c732b6150e 00:40:07 ---> 7a9133b69f1a 00:40:07 00:40:07 Step 10/23 : FROM alpine:3.12 00:40:07 ---> afeebe901d6b 00:40:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:40:07 ---> Running in 6b57da9c2b74 00:40:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:40:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:40:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:40:10 (1/1) Installing dumb-init (1.2.2-r1) 00:40:10 Executing busybox-1.31.1-r19.trigger 00:40:10 OK: 5 MiB in 15 packages 00:40:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:40:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:40:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:40:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:40:13 go: downloading github.com/stretchr/testify v1.6.1 00:40:13 go: downloading github.com/pmezard/go-difflib v1.0.0 00:40:13 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:40:13 go: downloading github.com/davecgh/go-spew v1.1.1 00:40:13 Removing intermediate container 6b57da9c2b74 00:40:13 ---> 8fd03e9a03e0 00:40:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:14 ---> Running in 1c8d41213e85 00:40:14 + glock sync -n 00:40:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:40:14 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:40:14 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:40:14 Removing intermediate container 1c8d41213e85 00:40:14 ---> 1d53f8751a09 00:40:14 Step 13/23 : ENV APP_PORT=48081 00:40:15 ---> Running in b6846f5cc9a7 00:40:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:40:16 Removing intermediate container b6846f5cc9a7 00:40:16 ---> 935d6afab516 00:40:16 Step 14/23 : EXPOSE $APP_PORT 00:40:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:40:16 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:40:17 ---> Running in 373f30707f52 00:40:17 Removing intermediate container 2382d0d33c09 00:40:17 ---> d6d11e3eb06a 00:40:17 00:40:17 Step 10/23 : FROM alpine:3.12 00:40:17 ---> afeebe901d6b 00:40:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:17 ---> Running in b839ec0c3d70 00:40:17 Removing intermediate container 373f30707f52 00:40:17 ---> 9a8e12fc4e79 00:40:17 Step 15/23 : WORKDIR / 00:40:17 ---> Running in 8255e6c76a64 00:40:18 Removing intermediate container b839ec0c3d70 00:40:18 ---> 90e678cd7ee8 00:40:18 Step 12/23 : ENV APP_PORT=48080 00:40:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:40:18 ---> Running in 9e5992dc60ab 00:40:18 Removing intermediate container 8255e6c76a64 00:40:18 ---> 4f0a9ea84e9c 00:40:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:40:19 Removing intermediate container 9e5992dc60ab 00:40:19 ---> 402f150f5177 00:40:19 Step 13/23 : EXPOSE $APP_PORT 00:40:19 ---> Running in 59505c3d60c2 00:40:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:40:19 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:40:19 ---> 3959607e6fc0 00:40:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:40:19 Removing intermediate container 59505c3d60c2 00:40:19 ---> 848288da8bfa 00:40:19 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:20 ---> Running in 2fe7a5578b36 00:40:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:40:20 go: downloading github.com/lib/pq v1.9.0 00:40:22 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 00:40:22 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 00:40:22 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 00:40:22 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 00:40:22 + git describe '--abbrev=0' --tags 00:40:22 + TAG=v0.6.1 00:40:22 + LDFLAGS='-X main.buildVersion=v0.6.1' 00:40:22 + apk --print-arch 00:40:22 + arch=aarch64 00:40:22 + echo 'building [dockerize] for arm64 ... ' 00:40:22 + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 00:40:22 building [dockerize] for arm64 ... 00:40:23 ---> 6ea66dd1c86c 00:40:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:40:23 Building version 00:40:25 Staging config-common 00:40:25 ---> cac0d632180b 00:40:25 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:40:25 Removing intermediate container 2fe7a5578b36 00:40:25 ---> 8513e277e9f7 00:40:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:40:25 ---> Running in b8545a7d5c71 00:40:25 ---> Running in ef254d617f99 00:40:25 Skipping stage go-build-helper (already ran) 00:40:25 Skipping stage static-packages (already ran) 00:40:25 Skipping stage go115 (already ran) 00:40:25 Staging edgex-go 00:40:26 Removing intermediate container ef254d617f99 00:40:26 ---> 7eca0338a978 00:40:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:26 ---> Running in 8748182ea685 00:40:26 Staging version 00:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:40:27 Removing intermediate container 8748182ea685 00:40:27 ---> 010fc862dd7b 00:40:27 Step 21/23 : LABEL arch=arm64 00:40:27 ---> Running in 3dfae0ebb39b 00:40:27 Priming config-common 00:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:40:28 Removing intermediate container 3dfae0ebb39b 00:40:28 ---> 0a2cae809f3e 00:40:28 Step 22/23 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a 00:40:28 ---> Running in 1620017fef3c 00:40:28 + date 00:40:28 Priming go-build-helper 00:40:28 + echo 'Thu Jan 28 00:40:28 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 00:40:28 Thu Jan 28 00:40:28 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 00:40:29 Removing intermediate container 1620017fef3c 00:40:29 ---> d19264de6152 00:40:29 Step 23/23 : LABEL version=0.0.0 00:40:29 (1/6) Installing dumb-init (1.2.2-r1) 00:40:29 Priming static-packages 00:40:29 (2/6) Installing libgcc (9.3.0-r2) 00:40:29 ---> Running in 5b549ea9446c 00:40:29 (3/6) Installing libsodium (1.0.18-r0) 00:40:29 (4/6) Installing libstdc++ (9.3.0-r2) 00:40:30 Removing intermediate container 5b549ea9446c 00:40:30 ---> 46967e23a026 00:40:30 00:40:30 (5/6) Installing libzmq (4.3.3-r0) 00:40:30 (6/6) Installing zeromq (4.3.3-r0) 00:40:30 Executing busybox-1.31.1-r19.trigger 00:40:30 OK: 8 MiB in 20 packages 00:40:31 Successfully built 46967e23a026 00:40:31 Successfully tagged docker-core-metadata-go-arm64:latest 00:40:31  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 00:40:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:40:31 ---> 76089645be55 00:40:31 Step 3/22 : WORKDIR /edgex-go 00:40:31 ---> Using cache 00:40:31 ---> 4127a30e4e58 00:40:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:31 ---> Using cache 00:40:31 ---> 2f8d5a770ddf 00:40:31 Step 5/22 : RUN apk add --update --no-cache make git 00:40:31 ---> Using cache 00:40:31 ---> bab3aab3b953 00:40:31 Step 6/22 : COPY go.mod . 00:40:31 ---> Using cache 00:40:31 ---> 6f76bf4ea542 00:40:31 Step 7/22 : RUN go mod download 00:40:31 ---> Using cache 00:40:31 ---> 4010d3e2a8a8 00:40:31 Step 8/22 : COPY . . 00:40:31 ---> Using cache 00:40:31 ---> 0318d07b9a94 00:40:31 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:40:32 Priming go115 00:40:32 ---> Running in f6ee7482edb4 00:40:33 Priming edgex-go 00:40:34 Priming version 00:40:34 Removing intermediate container b8545a7d5c71 00:40:34 ---> 82cb957a66bd 00:40:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:40:34 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv 00:40:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:40:36 ---> 76089645be55 00:40:36 Step 3/22 : WORKDIR /edgex-go 00:40:36 ---> Using cache 00:40:36 ---> 4127a30e4e58 00:40:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:36 ---> Using cache 00:40:36 ---> 2f8d5a770ddf 00:40:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:40:37 ---> d8b9b70706b3 00:40:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:37 ---> Running in 507893d45d28 00:40:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:40:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:40:41 ---> 4b0c80541c19 00:40:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:42 OK: 217 MiB in 51 packages 00:40:43 ---> 7e73cbb9ddbf 00:40:43 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:44 ---> Running in 59aa58a9e2af 00:40:44 Removing intermediate container f5b0c0cd6872 00:40:44 ---> c3bf3bf2a3d6 00:40:44 Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" 00:40:44 ---> Running in 8ab9accb0c5d 00:40:45 Removing intermediate container 59aa58a9e2af 00:40:45 ---> f46521cbdf92 00:40:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:45 Removing intermediate container 507893d45d28 00:40:45 ---> 5cd08d291701 00:40:45 Step 6/22 : COPY go.mod . 00:40:45 ---> Running in 07960a96c0d5 00:40:47 Removing intermediate container 07960a96c0d5 00:40:47 ---> c6245df047c1 00:40:47 Step 21/23 : LABEL arch=arm64 00:40:47 ---> Running in d7c037f7a36d 00:40:47 ---> 150afc5f0796 00:40:47 Step 7/22 : RUN go mod download 00:40:47 /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program 00:40:47 statically linked 00:40:48 ---> Running in a8c512f48cd8 00:40:48 Removing intermediate container d7c037f7a36d 00:40:48 ---> 5f5a4eba2cde 00:40:48 Step 22/23 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a 00:40:49 ---> Running in b58f719b7823 00:40:50 Removing intermediate container b58f719b7823 00:40:50 ---> 37668a18a7bc 00:40:50 Step 23/23 : LABEL version=0.0.0 00:40:50 ---> Running in 710f7c399ba2 00:40:50 Removing intermediate container 8ab9accb0c5d 00:40:50 ---> a492e3ea94eb 00:40:50 00:40:50 Step 12/34 : FROM alpine:3.12 00:40:50 ---> afeebe901d6b 00:40:50 Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:40:51 ---> Running in 313544edd810 00:40:51 Removing intermediate container 710f7c399ba2 00:40:51 ---> aec052dd6208 00:40:51 00:40:52 Removing intermediate container 313544edd810 00:40:52 ---> ba90b0bc09d7 00:40:52 Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:40:52 Successfully built aec052dd6208 00:40:52 Successfully tagged docker-core-data-go-arm64:latest 00:40:52 Building docker-core-command-go 00:40:52  Building docker-core-data-go ... done  ---> Running in 60572f2d7f4e 00:40:53 Removing intermediate container a8c512f48cd8 00:40:53 ---> 299771542457 00:40:53 Step 8/22 : COPY . . 00:40:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:40:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:40:55 (1/3) Installing dumb-init (1.2.2-r1) 00:40:55 (2/3) Installing openssl (1.1.1i-r0) 00:40:55 (3/3) Installing su-exec (0.2-r1) 00:40:55 Executing busybox-1.31.1-r19.trigger 00:40:55 OK: 6 MiB in 17 packages 00:40:57 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:40:57 ---> 76089645be55 00:40:57 Step 3/26 : WORKDIR /edgex-go 00:40:57 ---> Using cache 00:40:57 ---> 4127a30e4e58 00:40:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:57 ---> Using cache 00:40:57 ---> 2f8d5a770ddf 00:40:57 Step 5/26 : RUN apk add --update --no-cache make bash git 00:41:00 ---> Running in ab3672ab10fc 00:41:00 Removing intermediate container 60572f2d7f4e 00:41:00 ---> fe9650641269 00:41:00 Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init 00:41:00 ---> Running in 3e2606d889b4 00:41:01 Removing intermediate container 3e2606d889b4 00:41:01 ---> 55acd61e003f 00:41:01 Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:41:02 ---> Running in 84a611eb2dbd 00:41:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:41:03 Removing intermediate container 84a611eb2dbd 00:41:03 ---> f5a774a3690b 00:41:03 Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:41:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:41:04 ---> Running in 20fe4fab0f9b 00:41:04 OK: 217 MiB in 51 packages 00:41:08 Removing intermediate container ab3672ab10fc 00:41:08 ---> 1229062e7156 00:41:08 Step 6/26 : COPY go.mod . 00:41:09 Removing intermediate container 20fe4fab0f9b 00:41:09 ---> 49789650f3f6 00:41:09 Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} 00:41:09 ---> Running in 2fc9f3999521 00:41:10 ---> 4ce2c3ff2182 00:41:10 Step 7/26 : RUN go mod download 00:41:10 ---> Running in 62582c14a04e 00:41:10 Removing intermediate container 2fc9f3999521 00:41:10 ---> 1a4a0a0448d5 00:41:10 Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . 00:41:15 ---> 77a244798d96 00:41:15 Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:41:16 Removing intermediate container 62582c14a04e 00:41:16 ---> 56a0e8613bf3 00:41:16 Step 8/26 : COPY . . 00:41:17 ---> 0d08babf48c5 00:41:17 Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:41:17 ---> Running in 89551219dee1 00:41:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:41:22 ---> 76089645be55 00:41:22 Step 3/23 : WORKDIR /edgex-go 00:41:22 ---> Using cache 00:41:22 ---> 4127a30e4e58 00:41:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:22 ---> Using cache 00:41:22 ---> 2f8d5a770ddf 00:41:22 Step 5/23 : RUN apk add --update --no-cache make git 00:41:22 ---> Using cache 00:41:22 ---> bab3aab3b953 00:41:22 Step 6/23 : COPY go.mod . 00:41:22 ---> Using cache 00:41:22 ---> 6f76bf4ea542 00:41:22 Step 7/23 : RUN go mod download 00:41:22 ---> Using cache 00:41:22 ---> 4010d3e2a8a8 00:41:22 Step 8/23 : COPY . . 00:41:22 ---> Using cache 00:41:22 ---> 0318d07b9a94 00:41:22 Step 9/23 : RUN make cmd/core-command/core-command 00:41:22 ---> Running in 6d4cabb35dce 00:41:22 ---> 6056d55b9d3c 00:41:22 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:41:22 Removing intermediate container 89551219dee1 00:41:22 ---> 931c2f227a46 00:41:22 Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:23 ---> Running in 41ca36eb1678 00:41:25 ---> a9c7303f1c51 00:41:25 Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:41:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:41:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:41:29 ---> 52417fc16105 00:41:29 Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:41:31 Removing intermediate container f6ee7482edb4 00:41:31 ---> 84b247921295 00:41:31 00:41:31 Step 10/22 : FROM alpine:3.12 00:41:31 ---> afeebe901d6b 00:41:31 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:41:31 ---> Using cache 00:41:31 ---> 8fd03e9a03e0 00:41:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:41:31 ---> Using cache 00:41:31 ---> 1d53f8751a09 00:41:31 Step 13/22 : ENV APP_PORT=48085 00:41:31 ---> 8e2446d88d6b 00:41:31 Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:41:31 ---> Running in eca65923b62d 00:41:33 Removing intermediate container eca65923b62d 00:41:33 ---> b2f0783225f6 00:41:33 Step 14/22 : EXPOSE $APP_PORT 00:41:34 ---> Running in bdc7d463395f 00:41:34 ---> c7e95f8d4cfa 00:41:34 Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:41:35 Removing intermediate container bdc7d463395f 00:41:35 ---> b777c6100fa6 00:41:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:38 ---> 937aeff6e22d 00:41:38 Step 27/34 : VOLUME ${SECURITY_INIT_DIR} 00:41:38 ---> 81f9e86a034e 00:41:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:41:39 ---> Running in c257b992a22c 00:41:41 Removing intermediate container c257b992a22c 00:41:41 ---> e21acd3ec1ca 00:41:41 Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:41:42 ---> dddf9fea5c53 00:41:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:41:42 ---> 581786fa3c6e 00:41:42 Step 29/34 : RUN chmod +x /entrypoint.sh 00:41:43 ---> Running in e858f3c29041 00:41:44 ---> b7c7cabd999e 00:41:44 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:41:44 ---> Running in 7ea6dd0290c0 00:41:45 ---> f1180e78fc44 00:41:45 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:41:45 ---> Running in 1eae7dae4aed 00:41:45 Removing intermediate container 7ea6dd0290c0 00:41:45 ---> 0b52017d6e14 00:41:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:46 ---> Running in 254a52a8202a 00:41:47 Removing intermediate container 254a52a8202a 00:41:47 ---> 5e360cf90002 00:41:47 Step 20/22 : LABEL arch=arm64 00:41:47 ---> Running in 44ce9d0114ea 00:41:48 Removing intermediate container 44ce9d0114ea 00:41:48 ---> cf8bfa996b3c 00:41:48 Step 21/22 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a 00:41:48 Removing intermediate container e858f3c29041 00:41:48 ---> af3774f41043 00:41:48 Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] 00:41:48 ---> Running in 416700d3a25c 00:41:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:41:48 ---> Running in abc795e2b684 00:41:49 Removing intermediate container 416700d3a25c 00:41:49 ---> ba09ce5e22b6 00:41:49 Step 22/22 : LABEL version=0.0.0 00:41:49 ---> Running in f99081a88ed0 00:41:49 Removing intermediate container abc795e2b684 00:41:49 ---> c7d7565c4ad7 00:41:49 Step 31/34 : CMD ["gate"] 00:41:50 Removing intermediate container f99081a88ed0 00:41:50 ---> d631ab08016f 00:41:50 00:41:50 ---> Running in 643875fb6c2f 00:41:50 Successfully built d631ab08016f 00:41:50 Successfully tagged docker-support-scheduler-go-arm64:latest 00:41:51  Building docker-support-scheduler-go ... done Removing intermediate container 643875fb6c2f 00:41:51 ---> 20547477c8e4 00:41:51 Step 32/34 : LABEL arch=arm64 00:41:51 ---> Running in d64a7249a7b2 00:41:52 Removing intermediate container d64a7249a7b2 00:41:52 ---> 7d2db55f0ba9 00:41:52 Step 33/34 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a 00:41:53 ---> Running in b03f01459785 00:41:54 Removing intermediate container b03f01459785 00:41:54 ---> 72d0e7bd0d9d 00:41:54 Step 34/34 : LABEL version=0.0.0 00:41:54 ---> Running in 85d4e13aad3d 00:41:55 Removing intermediate container 85d4e13aad3d 00:41:55 ---> 0434f6bae502 00:41:55 00:41:55 Successfully built 0434f6bae502 00:41:55 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:42:42  Building docker-security-bootstrapper-go ... done Removing intermediate container 41ca36eb1678 00:42:42 ---> 88b671368c09 00:42:42 00:42:42 Step 10/22 : FROM alpine:3.12 00:42:42 ---> afeebe901d6b 00:42:42 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:42:42 ---> Running in 369bb23a5b7d 00:42:42 Removing intermediate container 6d4cabb35dce 00:42:42 ---> 26a28964a9f9 00:42:42 00:42:42 Step 10/23 : FROM alpine:3.12 00:42:42 ---> afeebe901d6b 00:42:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:42:42 ---> Using cache 00:42:42 ---> 8fd03e9a03e0 00:42:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:42:42 ---> Using cache 00:42:42 ---> 1d53f8751a09 00:42:42 Step 13/23 : ENV APP_PORT=48082 00:42:42 ---> Running in 71f717d63f67 00:42:42 Removing intermediate container 71f717d63f67 00:42:42 ---> dcf6e8a9121d 00:42:42 Step 14/23 : EXPOSE $APP_PORT 00:42:42 ---> Running in fa6547f4c0b9 00:42:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:42:42 Removing intermediate container fa6547f4c0b9 00:42:42 ---> f6380d376c45 00:42:42 Step 15/23 : WORKDIR / 00:42:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:42:42 ---> Running in cf6590948953 00:42:42 (1/2) Installing ca-certificates (20191127-r4) 00:42:42 Removing intermediate container cf6590948953 00:42:42 ---> 232dd865d6dc 00:42:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:42 (2/2) Installing dumb-init (1.2.2-r1) 00:42:42 Executing busybox-1.31.1-r19.trigger 00:42:42 Executing ca-certificates-20191127-r4.trigger 00:42:42 OK: 6 MiB in 16 packages 00:42:42 ---> f8cdf3a3c7f1 00:42:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:42:42 Removing intermediate container 369bb23a5b7d 00:42:42 ---> 7e5ad6a277f0 00:42:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:42:42 ---> 996d95f82be8 00:42:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:42:42 ---> Running in b4618a651347 00:42:42 Removing intermediate container b4618a651347 00:42:42 ---> 56790c530068 00:42:42 Step 13/22 : ENV APP_PORT=48060 00:42:43 ---> 246412233af2 00:42:43 Step 19/23 : ENTRYPOINT ["/core-command"] 00:42:43 ---> Running in e928c31b659a 00:42:43 ---> Running in 9becee4a1759 00:42:43 Removing intermediate container 1eae7dae4aed 00:42:43 ---> 3aa2e5ac8695 00:42:43 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:42:43 ---> Running in 7c3264913fb0 00:42:44 Removing intermediate container e928c31b659a 00:42:44 ---> f17a29334772 00:42:44 Step 14/22 : EXPOSE $APP_PORT 00:42:44 Removing intermediate container 9becee4a1759 00:42:44 ---> 2b95b82aa57a 00:42:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:44 ---> Running in a406b0b288da 00:42:44 ---> Running in d5d6ccda7547 00:42:44 Removing intermediate container a406b0b288da 00:42:44 ---> e1beb45aa274 00:42:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:44 Removing intermediate container d5d6ccda7547 00:42:44 ---> fa70d9d465ce 00:42:44 Step 21/23 : LABEL arch=arm64 00:42:45 ---> Running in b789d1ee8d13 00:42:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:42:45 Removing intermediate container b789d1ee8d13 00:42:45 ---> 81575cc3af2b 00:42:45 Step 22/23 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a 00:42:45 ---> af553a3b7581 00:42:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:42:46 ---> Running in d4ca8b6af7c6 00:42:46 Removing intermediate container d4ca8b6af7c6 00:42:46 ---> c5cd13d214c0 00:42:46 Step 23/23 : LABEL version=0.0.0 00:42:47 ---> Running in 77c7688b37f3 00:42:47 ---> c91eef781007 00:42:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:42:47 Removing intermediate container 77c7688b37f3 00:42:47 ---> 1d41f915e189 00:42:47 00:42:48 Successfully built 1d41f915e189 00:42:48 ---> e05411d8136a 00:42:48 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:42:48 Successfully tagged docker-core-command-go-arm64:latest 00:42:48  Building docker-core-command-go ... done Removing intermediate container 7c3264913fb0 00:42:48 ---> 158d55151756 00:42:48 00:42:48 Step 11/26 : FROM docker:20.10.0 00:42:48 ---> Running in 9e97b4a029a2 00:42:48 20.10.0: Pulling from library/docker 00:42:49 Removing intermediate container 9e97b4a029a2 00:42:49 ---> d8834c99845e 00:42:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:49 ---> Running in d450981ae55f 00:42:50 Removing intermediate container d450981ae55f 00:42:50 ---> 4ff2af3c6d38 00:42:50 Step 20/22 : LABEL arch=arm64 00:42:50 ---> Running in a3ec04e40f55 00:42:51 Removing intermediate container a3ec04e40f55 00:42:51 ---> 768cde8e9bfd 00:42:51 Step 21/22 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a 00:42:51 ---> Running in c1a0f4307bec 00:42:52 Removing intermediate container c1a0f4307bec 00:42:52 ---> 4cb9d0606ffe 00:42:52 Step 22/22 : LABEL version=0.0.0 00:42:53 ---> Running in cb7a4a24da96 00:42:53 Removing intermediate container cb7a4a24da96 00:42:53 ---> 87250634f663 00:42:53 00:42:54 Successfully built 87250634f663 00:42:54 Successfully tagged docker-support-notifications-go-arm64:latest 00:42:57  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:42:57 Status: Downloaded newer image for docker:20.10.0 00:42:57 ---> eeaf43b92773 00:42:57 Step 12/26 : RUN apk add --no-cache bash 00:42:58 ---> Running in bbb4eeaeff90 00:42:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:42:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:00 (1/2) Installing readline (8.0.4-r0) 00:43:00 (2/2) Installing bash (5.0.17-r0) 00:43:00 Executing bash-5.0.17-r0.post-install 00:43:00 Executing busybox-1.31.1-r19.trigger 00:43:00 OK: 12 MiB in 22 packages 00:43:01 Removing intermediate container bbb4eeaeff90 00:43:01 ---> 8bfd98742fcb 00:43:01 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:43:01 ---> Running in fb921b4f553c 00:43:02 Removing intermediate container fb921b4f553c 00:43:02 ---> 67dc6b6867c0 00:43:02 Step 14/26 : ENV APP_PORT=48090 00:43:02 ---> Running in 55e84843a2b7 00:43:02 Removing intermediate container 55e84843a2b7 00:43:02 ---> c165bc297399 00:43:02 Step 15/26 : EXPOSE $APP_PORT 00:43:02 ---> Running in c9e46928d5fd 00:43:03 Removing intermediate container c9e46928d5fd 00:43:03 ---> b92b366ff5bd 00:43:03 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:43:04 ---> 11ab903656a6 00:43:04 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:43:05 ---> 6f7843bf89f2 00:43:05 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:43:06 ---> 34af4fd287f3 00:43:06 Step 19/26 : RUN apk --no-cache add py3-pip 00:43:06 ---> Running in 833054e7e7fc 00:43:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:08 (1/33) Installing libbz2 (1.0.8-r1) 00:43:08 (2/33) Installing expat (2.2.9-r1) 00:43:08 (3/33) Installing libffi (3.3-r2) 00:43:08 (4/33) Installing gdbm (1.13-r1) 00:43:08 (5/33) Installing xz-libs (5.2.5-r0) 00:43:08 (6/33) Installing sqlite-libs (3.32.1-r0) 00:43:08 (7/33) Installing python3 (3.8.5-r0) 00:43:10 (8/33) Installing py3-appdirs (1.4.4-r1) 00:43:10 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:43:10 (10/33) Installing py3-parsing (2.4.7-r0) 00:43:10 (11/33) Installing py3-six (1.15.0-r0) 00:43:10 (12/33) Installing py3-packaging (20.4-r0) 00:43:10 (13/33) Installing py3-setuptools (47.0.0-r0) 00:43:10 (14/33) Installing py3-chardet (3.0.4-r4) 00:43:10 (15/33) Installing py3-idna (2.9-r0) 00:43:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:43:10 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:43:10 (18/33) Installing py3-requests (2.23.0-r0) 00:43:10 (19/33) Installing py3-msgpack (1.0.0-r0) 00:43:10 (20/33) Installing py3-lockfile (0.12.2-r3) 00:43:10 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:43:10 (22/33) Installing py3-colorama (0.4.3-r0) 00:43:11 (23/33) Installing py3-distlib (0.3.0-r0) 00:43:11 (24/33) Installing py3-distro (1.5.0-r1) 00:43:11 (25/33) Installing py3-webencodings (0.5.1-r3) 00:43:11 (26/33) Installing py3-html5lib (1.0.1-r4) 00:43:11 (27/33) Installing py3-pytoml (0.1.21-r0) 00:43:11 (28/33) Installing py3-pep517 (0.8.2-r0) 00:43:11 (29/33) Installing py3-progress (1.5-r0) 00:43:11 (30/33) Installing py3-toml (0.10.1-r0) 00:43:11 (31/33) Installing py3-retrying (1.3.3-r0) 00:43:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:43:11 (33/33) Installing py3-pip (20.1.1-r0) 00:43:11 Executing busybox-1.31.1-r19.trigger 00:43:11 OK: 71 MiB in 55 packages 00:43:18 Removing intermediate container 833054e7e7fc 00:43:18 ---> 2920540d738e 00:43:18 Step 20/26 : RUN pip install docker-compose==1.23.2 00:43:18 ---> Running in 50cb83b7c63d 00:43:24 Collecting docker-compose==1.23.2 00:43:24 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:43:25 Collecting jsonschema<3,>=2.5.1 00:43:25 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:43:25 Collecting texttable<0.10,>=0.9.0 00:43:25 Downloading texttable-0.9.1.tar.gz (11 kB) 00:43:28 Collecting cached-property<2,>=1.2.0 00:43:28 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:43:28 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:43:29 Collecting PyYAML<4,>=3.10 00:43:29 Downloading PyYAML-3.13.tar.gz (270 kB) 00:43:33 Collecting docopt<0.7,>=0.6.1 00:43:33 Downloading docopt-0.6.2.tar.gz (25 kB) 00:43:36 Collecting docker<4.0,>=3.6.0 00:43:36 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:43:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:43:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:43:38 Collecting dockerpty<0.5,>=0.4.1 00:43:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:43:40 Collecting websocket-client<1.0,>=0.32.0 00:43:40 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:43:41 Collecting docker-pycreds>=0.4.0 00:43:41 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:43:41 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:43:41 Collecting idna<2.8,>=2.5 00:43:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:43:41 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:43:42 Collecting urllib3<1.25,>=1.21.1 00:43:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:43:42 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:43:42 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:43:42 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:43:42 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:43:44 Installing collected packages: jsonschema, texttable, cached-property, PyYAML, docopt, idna, urllib3, requests, docker-pycreds, websocket-client, docker, dockerpty, docker-compose 00:43:44 Running setup.py install for texttable: started 00:43:46 Running setup.py install for texttable: finished with status 'done' 00:43:46 Running setup.py install for PyYAML: started 00:43:49 Running setup.py install for PyYAML: finished with status 'done' 00:43:49 Running setup.py install for docopt: started 00:43:52 Running setup.py install for docopt: finished with status 'done' 00:43:52 Attempting uninstall: idna 00:43:52 Found existing installation: idna 2.9 00:43:52 Uninstalling idna-2.9: 00:43:52 Successfully uninstalled idna-2.9 00:43:52 Attempting uninstall: urllib3 00:43:52 Found existing installation: urllib3 1.25.9 00:43:52 Uninstalling urllib3-1.25.9: 00:43:53 Successfully uninstalled urllib3-1.25.9 00:43:53 Attempting uninstall: requests 00:43:53 Found existing installation: requests 2.23.0 00:43:53 Uninstalling requests-2.23.0: 00:43:53 Successfully uninstalled requests-2.23.0 00:43:55 Running setup.py install for dockerpty: started 00:43:57 Running setup.py install for dockerpty: finished with status 'done' 00:43:58 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:44:04 Removing intermediate container 50cb83b7c63d 00:44:04 ---> 8c9b9af0bf49 00:44:04 Step 21/26 : RUN apk --no-cache add curl 00:44:04 ---> Running in f1ab8d7449ce 00:44:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:05 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:44:05 (2/3) Installing libcurl (7.69.1-r3) 00:44:05 (3/3) Installing curl (7.69.1-r3) 00:44:05 Executing busybox-1.31.1-r19.trigger 00:44:05 OK: 71 MiB in 58 packages 00:44:06 Removing intermediate container f1ab8d7449ce 00:44:06 ---> f9d64759071f 00:44:06 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:44:06 ---> Running in 04aed6350d98 00:44:07 Removing intermediate container 04aed6350d98 00:44:07 ---> f7212951a645 00:44:07 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:44:07 ---> Running in cd0b0a318ef3 00:44:08 Removing intermediate container cd0b0a318ef3 00:44:08 ---> 656caee3626d 00:44:08 Step 24/26 : LABEL arch=arm64 00:44:08 ---> Running in 7fb79957b8b5 00:44:08 Removing intermediate container 7fb79957b8b5 00:44:08 ---> cae4434da42b 00:44:08 Step 25/26 : LABEL git_sha=be2eadb06b45a7c3f35f5919d212f2db5cbb026a 00:44:08 ---> Running in aa49bf7d7436 00:44:09 Removing intermediate container aa49bf7d7436 00:44:09 ---> ebe0c354a9cf 00:44:09 Step 26/26 : LABEL version=0.0.0 00:44:09 ---> Running in ef2889708136 00:44:09 Removing intermediate container ef2889708136 00:44:09 ---> 5054f82d3d88 00:44:09 00:44:10 Successfully built 5054f82d3d88 00:44:10 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:44:10  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:44:10 $ docker stop --time=1 3e8868c4cee9b3987e72f7d2de980e08f740c42b48c94a8bd51b08cfc5004613 00:44:12 $ docker rm -f 3e8868c4cee9b3987e72f7d2de980e08f740c42b48c94a8bd51b08cfc5004613 [Pipeline] // withDockerContainer [Pipeline] sh 00:44:13 + grep docker 00:44:13 + docker images 00:44:13 docker-sys-mgmt-agent-go-arm64 latest 5054f82d3d88 4 seconds ago 300MB 00:44:13 docker-support-notifications-go-arm64 latest 87250634f663 About a minute ago 16MB 00:44:13 docker-core-command-go-arm64 latest 1d41f915e189 About a minute ago 15.4MB 00:44:13 docker-security-bootstrapper-go-arm64 latest 0434f6bae502 2 minutes ago 31.9MB 00:44:13 docker-support-scheduler-go-arm64 latest d631ab08016f 2 minutes ago 15.5MB 00:44:13 docker-core-data-go-arm64 latest aec052dd6208 3 minutes ago 21MB 00:44:13 docker-core-metadata-go-arm64 latest 46967e23a026 3 minutes ago 17.7MB 00:44:13 docker-security-secretstore-setup-go-arm64 latest a2d75db140bf 4 minutes ago 23.4MB 00:44:13 docker-security-proxy-setup-go-arm64 latest 88935b0569fe 4 minutes ago 23.2MB 00:44:13 docker 20.10.0 eeaf43b92773 6 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:44:15 provisioning config files... 00:44:15 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config2729251345294775433tmp [Pipeline] { [Pipeline] sh 00:44:15 + set +x 00:44:15 + curl -s https://codecov.io/bash 00:44:15 + bash -s -- 00:44:16 00:44:16 _____ _ 00:44:16 / ____| | | 00:44:16 | | ___ __| | ___ ___ _____ __ 00:44:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:44:16 | |___| (_) | (_| | __/ (_| (_) \ V / 00:44:16 \_____\___/ \__,_|\___|\___\___/ \_/ 00:44:16 Bash-20210128-d4071a2 00:44:16 00:44:16 00:44:16 ==> git version 2.24.3 found 00:44:16 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:44:16 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:44:16 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:44:16 ==> Jenkins CI detected. 00:44:16 project root: . 00:44:16 --> token set from env 00:44:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:44:16 ==> Running gcov in . (disable via -X gcov) 00:44:16 ==> Python coveragepy not found 00:44:16 ==> Searching for coverage reports in: 00:44:16 + . 00:44:16 -> Found 1 reports 00:44:16 ==> Detecting git/mercurial file structure 00:44:16 ==> Reading reports 00:44:16 + ./coverage.out bytes=564700 00:44:16 ==> Appending adjustments 00:44:16 https://docs.codecov.io/docs/fixing-reports 00:44:19 + Found adjustments 00:44:19 ==> Gzipping contents 00:44:19 84K /tmp/codecov.TwxJjn.gz 00:44:19 ==> Uploading reports 00:44:19 url: https://codecov.io 00:44:19 query: branch=PR-3085&commit=be2eadb06b45a7c3f35f5919d212f2db5cbb026a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3085%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3085&job=&cmd_args= 00:44:19 -> Pinging Codecov 00:44:19 https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3085&commit=be2eadb06b45a7c3f35f5919d212f2db5cbb026a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3085%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3085&job=&cmd_args= 00:44:20 -> Uploading to 00:44:20 https://storage.googleapis.com/codecov/v4/raw/2021-01-28/00271124DB129430A58F1EEE437C3FCB/be2eadb06b45a7c3f35f5919d212f2db5cbb026a/6176f047-e572-4296-8819-813b2be7cca4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210128%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210128T004420Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=44842cf9751d17c90981fa392b11668bbcfd1b18f4870ffb973ec50fa1f8c5a8 00:44:20 % Total % Received % Xferd Average Speed Time Time Time Current 00:44:20 Dload Upload Total Spent Left Speed 00:44:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85443 0 0 100 85443 0 179k --:--:-- --:--:-- --:--:-- 179k 00:44:21 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/be2eadb06b45a7c3f35f5919d212f2db5cbb026a [Pipeline] } 00:44:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:44:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:44:23 ---> package-listing.sh 00:44:23 ++ facter osfamily 00:44:23 ++ tr '[:upper:]' '[:lower:]' 00:44:23 + OS_FAMILY=redhat 00:44:23 + workspace=/w/workspace/edgex-go/2 00:44:23 + START_PACKAGES=/tmp/packages_start.txt 00:44:23 + END_PACKAGES=/tmp/packages_end.txt 00:44:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:44:23 + PACKAGES=/tmp/packages_start.txt 00:44:23 + '[' /w/workspace/edgex-go/2 ']' 00:44:23 + PACKAGES=/tmp/packages_end.txt 00:44:23 + case "${OS_FAMILY}" in 00:44:23 + rpm -qa 00:44:23 + sort 00:44:29 + '[' -f /tmp/packages_start.txt ']' 00:44:29 + '[' -f /tmp/packages_end.txt ']' 00:44:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:44:29 + '[' /w/workspace/edgex-go/2 ']' 00:44:29 + mkdir -p /w/workspace/edgex-go/2/archives/ 00:44:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 00:44:29 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:44:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:44:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:44:30 00:44:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:44:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:44:30 alpine: Pulling from edgex-lftools-log-publisher 00:44:30 df20fa9351a1: Pulling fs layer 00:44:30 36b3adc4ff6f: Pulling fs layer 00:44:30 8ad3a11d3b57: Pulling fs layer 00:44:30 46f8f816bc3b: Pulling fs layer 00:44:30 93b61091891f: Pulling fs layer 00:44:30 93b9cdb0e59b: Pulling fs layer 00:44:30 5e14af77c1be: Pulling fs layer 00:44:30 01666e4c0597: Pulling fs layer 00:44:30 aa168da1d23b: Pulling fs layer 00:44:30 93b9cdb0e59b: Waiting 00:44:30 5e14af77c1be: Waiting 00:44:30 01666e4c0597: Waiting 00:44:30 aa168da1d23b: Waiting 00:44:30 46f8f816bc3b: Waiting 00:44:30 93b61091891f: Waiting 00:44:30 36b3adc4ff6f: Verifying Checksum 00:44:30 36b3adc4ff6f: Download complete 00:44:30 46f8f816bc3b: Verifying Checksum 00:44:30 46f8f816bc3b: Download complete 00:44:30 df20fa9351a1: Download complete 00:44:30 93b9cdb0e59b: Verifying Checksum 00:44:30 93b9cdb0e59b: Download complete 00:44:30 93b61091891f: Download complete 00:44:30 5e14af77c1be: Verifying Checksum 00:44:30 5e14af77c1be: Download complete 00:44:30 01666e4c0597: Verifying Checksum 00:44:30 01666e4c0597: Download complete 00:44:31 df20fa9351a1: Pull complete 00:44:31 8ad3a11d3b57: Verifying Checksum 00:44:31 8ad3a11d3b57: Download complete 00:44:31 36b3adc4ff6f: Pull complete 00:44:32 8ad3a11d3b57: Pull complete 00:44:32 46f8f816bc3b: Pull complete 00:44:33 aa168da1d23b: Verifying Checksum 00:44:33 aa168da1d23b: Download complete 00:44:34 93b61091891f: Pull complete 00:44:34 93b9cdb0e59b: Pull complete 00:44:34 5e14af77c1be: Pull complete 00:44:35 01666e4c0597: Pull complete 00:44:43 aa168da1d23b: Pull complete 00:44:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:44:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:44:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:44:43 prd-centos7-docker-4c-2g-23559 does not seem to be running inside a container 00:44:44 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:44:52 $ docker top 61e737c1457ecf68e49d0c94fc797f2bb1f3e4985250e1615525aacb74ccb9f5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:52 + touch /tmp/pre-build-complete [Pipeline] sh 00:44:53 + mkdir -p /var/log/sa [Pipeline] sh 00:44:53 + ls /var/log/sa-host 00:44:53 + sadf -c /var/log/sa-host/sa23 00:44:53 file_magic: OK 00:44:53 HZ: Using current value: 100 00:44:53 file_header: OK 00:44:53 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:44:53 Statistics: 00:44:53 Hnuu...uuuununununu... 00:44:53 File successfully converted to sysstat format version 12.2.1 00:44:53 + sadf -c /var/log/sa-host/sa28 00:44:53 file_magic: OK 00:44:53 HZ: Using current value: 100 00:44:53 file_header: OK 00:44:53 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:44:53 Statistics: 00:44:53 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:44:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:44:53 provisioning config files... 00:44:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1012872983998014496tmp [Pipeline] { [Pipeline] echo 00:44:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:44:54 ---> create-netrc.sh [Pipeline] } 00:44:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:44:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:44:54 ---> python-tools-install.sh [Pipeline] echo 00:44:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:44:54 ---> sudo-logs.sh 00:44:54 Archiving 'sudo' log.. [Pipeline] echo 00:44:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:44:55 ---> job-cost.sh 00:44:55 lf-activate-venv: SKIPPING 00:44:55 INFO: No Stack... 00:44:55 INFO: Retrieving Pricing Info for: v1-standard-2 00:44:56 INFO: Archiving Costs [Pipeline] echo 00:44:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:44:56 ---> logs-deploy.sh 00:44:56 lf-activate-venv: SKIPPING 00:44:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3085/2 00:44:56 INFO: archiving workspace using pattern(s): 00:44:58 Archives upload complete. 00:44:58 INFO: archiving logs to Nexus