Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ad3a7c46b1225c5583ed95292fc67c02ffde05ab+4ca1de52de98fea5214ec757781974277347748a (fce5efa31ae1467733501dcd62d8e886bb5e690b) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22093 in /w/workspace/edgexfoundry_edgex-go_PR-3058 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4ca1de52de98fea5214ec757781974277347748a into PR head commit ad3a7c46b1225c5583ed95292fc67c02ffde05ab Merge succeeded, producing c9f9212af227610a74980d4fe25fb22fe22bee1b Checking out Revision c9f9212af227610a74980d4fe25fb22fe22bee1b (PR-3058) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3058/head:refs/remotes/origin/PR-3058 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ad3a7c46b1225c5583ed95292fc67c02ffde05ab # 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 4ca1de52de98fea5214ec757781974277347748a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c9f9212af227610a74980d4fe25fb22fe22bee1b # timeout=10 Commit message: "Merge commit '4ca1de52de98fea5214ec757781974277347748a' into HEAD" > git rev-list --no-walk ad3a7c46b1225c5583ed95292fc67c02ffde05ab # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:29:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:00 ========================================================= 00:30:00 EdgeX Global Pipelines Version Info 00:30:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:02 ------------------- 00:30:02 stable info: 00:30:02 ------------------- 00:30:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:02 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:02 Message: update stable to v1.0.179 00:30:03 ------------------- 00:30:03 experimental info: 00:30:03 ------------------- 00:30:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:03 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:30:03 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:30:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:06 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:06 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:06 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:30:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3058 [Pipeline] echo 00:30:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3058 [Pipeline] echo 00:30:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3058 [Pipeline] echo 00:30:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c9f9212af227610a74980d4fe25fb22fe22bee1b [Pipeline] echo 00:30:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c9f9212 [Pipeline] echo 00:30:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:07 provisioning config files... 00:30:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5816561935075692381tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:07 ---> docker-login.sh 00:30:07 nexus3.edgexfoundry.org:10001 00:30:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:08 Configure a credential helper to remove this warning. See 00:30:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:08 00:30:08 Login Succeeded 00:30:08 nexus3.edgexfoundry.org:10002 00:30:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:08 Configure a credential helper to remove this warning. See 00:30:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:08 00:30:08 Login Succeeded 00:30:08 nexus3.edgexfoundry.org:10003 00:30:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:08 Configure a credential helper to remove this warning. See 00:30:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:08 00:30:08 Login Succeeded 00:30:08 nexus3.edgexfoundry.org:10004 00:30:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:08 Configure a credential helper to remove this warning. See 00:30:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:08 00:30:08 Login Succeeded 00:30:08 docker.io 00:30:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:08 Configure a credential helper to remove this warning. See 00:30:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:08 00:30:08 Login Succeeded 00:30:08 ---> docker-login.sh ends [Pipeline] } 00:30:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:09 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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:30:09 + for file in '`ls cmd/**/Dockerfile`' 00:30:09 ++ dirname cmd/core-command/Dockerfile 00:30:09 ++ cut -d/ -f2 00:30:09 + echo core-command,cmd/core-command/Dockerfile 00:30:09 + for file in '`ls cmd/**/Dockerfile`' 00:30:09 ++ dirname cmd/core-data/Dockerfile 00:30:09 ++ cut -d/ -f2 00:30:09 + echo core-data,cmd/core-data/Dockerfile 00:30:09 + for file in '`ls cmd/**/Dockerfile`' 00:30:09 ++ dirname cmd/core-metadata/Dockerfile 00:30:09 ++ cut -d/ -f2 00:30:09 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:09 + for file in '`ls cmd/**/Dockerfile`' 00:30:09 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:30:09 ++ cut -d/ -f2 00:30:09 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:30:09 + for file in '`ls cmd/**/Dockerfile`' 00:30:09 ++ cut -d/ -f2 00:30:09 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:09 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:09 + for file in '`ls cmd/**/Dockerfile`' 00:30:09 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:09 ++ cut -d/ -f2 00:30:09 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:09 + for file in '`ls cmd/**/Dockerfile`' 00:30:09 ++ dirname cmd/support-notifications/Dockerfile 00:30:09 ++ cut -d/ -f2 00:30:09 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:09 + for file in '`ls cmd/**/Dockerfile`' 00:30:09 ++ dirname cmd/support-scheduler/Dockerfile 00:30:09 ++ cut -d/ -f2 00:30:09 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:09 + for file in '`ls cmd/**/Dockerfile`' 00:30:09 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:09 ++ cut -d/ -f2 00:30:09 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:09 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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:30:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:11 00:30:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:11 latest: Pulling from edgex-devops/git-semver 00:30:11 31603596830f: Pulling fs layer 00:30:11 2a8b12db71e7: Pulling fs layer 00:30:11 6ca5941a6612: Pulling fs layer 00:30:11 ecc8261a40a4: Pulling fs layer 00:30:11 ecc8261a40a4: Waiting 00:30:11 2a8b12db71e7: Verifying Checksum 00:30:11 2a8b12db71e7: Download complete 00:30:11 31603596830f: Verifying Checksum 00:30:11 31603596830f: Download complete 00:30:11 ecc8261a40a4: Verifying Checksum 00:30:11 ecc8261a40a4: Download complete 00:30:12 6ca5941a6612: Verifying Checksum 00:30:12 6ca5941a6612: Download complete 00:30:12 31603596830f: Pull complete 00:30:12 2a8b12db71e7: Pull complete 00:30:13 6ca5941a6612: Pull complete 00:30:13 ecc8261a40a4: Pull complete 00:30:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:13 prd-centos7-docker-4c-2g-22093 does not seem to be running inside a container 00:30:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:16 $ docker top 4ef2c63273860948d69290797c6bed1f4aa294b99b192199ca0cfb3323187724 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:16 [ssh-agent] Looking for ssh-agent implementation... 00:30:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:16 $ docker exec 4ef2c63273860948d69290797c6bed1f4aa294b99b192199ca0cfb3323187724 ssh-agent 00:30:17 SSH_AUTH_SOCK=/tmp/ssh-po7t8WiqRuCH/agent.11 00:30:17 SSH_AGENT_PID=16 00:30:17 Running ssh-add (command line suppressed) 00:30:17 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4032734626076887348.key (/w/workspace/edgex-go/2@tmp/private_key_4032734626076887348.key) 00:30:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:17 + git tag --points-at HEAD [Pipeline] } 00:30:17 $ docker exec --env ******** --env ******** 4ef2c63273860948d69290797c6bed1f4aa294b99b192199ca0cfb3323187724 ssh-agent -k 00:30:17 unset SSH_AUTH_SOCK; 00:30:17 unset SSH_AGENT_PID; 00:30:17 echo Agent pid 16 killed; 00:30:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:17 [ssh-agent] Looking for ssh-agent implementation... 00:30:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:18 $ docker exec 4ef2c63273860948d69290797c6bed1f4aa294b99b192199ca0cfb3323187724 ssh-agent 00:30:18 SSH_AUTH_SOCK=/tmp/ssh-xa80hbzrtAaY/agent.46 00:30:18 SSH_AGENT_PID=51 00:30:18 Running ssh-add (command line suppressed) 00:30:18 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1009230071455368300.key (/w/workspace/edgex-go/2@tmp/private_key_1009230071455368300.key) 00:30:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:18 + git semver init 00:30:18 # -> Open(): unable to determine branch for HEAD 00:30:18 # $GIT_DIR = /w/workspace/edgex-go/2/.git 00:30:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 00:30:18 # $SEMVER_REMOTE_NAME = origin 00:30:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:18 # $SEMVER_USER_NAME = edgex-jenkins 00:30:18 # $SEMVER_BRANCH = PR-3058 00:30:18 # $SEMVER_TEMP = /tmp/semver-236146978 00:30:18 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:30:57 # '/tmp/semver-236146978' -> '/w/workspace/edgex-go/2/.semver' 00:30:57 # -> Force: false 00:30:57 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 00:30:57 $ docker exec --env ******** --env ******** 4ef2c63273860948d69290797c6bed1f4aa294b99b192199ca0cfb3323187724 ssh-agent -k 00:30:57 unset SSH_AUTH_SOCK; 00:30:57 unset SSH_AGENT_PID; 00:30:57 echo Agent pid 51 killed; 00:30:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:58 + git semver [Pipeline] } 00:30:58 $ docker stop --time=1 4ef2c63273860948d69290797c6bed1f4aa294b99b192199ca0cfb3323187724 00:31:00 $ docker rm -f 4ef2c63273860948d69290797c6bed1f4aa294b99b192199ca0cfb3323187724 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:01 Stashed 1 file(s) [Pipeline] echo 00:31:01 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:31:02 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:03 + sudo service docker restart 00:31:03 + true 00:31:03 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:03 ========================================================= 00:31:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:04 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:31:07 Sending build context to Docker daemon 326.9MB 00:31:07 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:31:07 Step 2/6 : FROM ${BASE} 00:31:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:07 188c0c94c7c5: Pulling fs layer 00:31:07 0ef7d3d256c8: Pulling fs layer 00:31:07 de9db76c5a1d: Pulling fs layer 00:31:07 bca2f99d35d6: Pulling fs layer 00:31:07 93359f2a8cfa: Pulling fs layer 00:31:07 7c6f9722023f: Pulling fs layer 00:31:07 a35cf1a2eb13: Pulling fs layer 00:31:07 bca2f99d35d6: Waiting 00:31:07 93359f2a8cfa: Waiting 00:31:07 a35cf1a2eb13: Waiting 00:31:07 7c6f9722023f: Waiting 00:31:07 de9db76c5a1d: Verifying Checksum 00:31:07 de9db76c5a1d: Download complete 00:31:07 0ef7d3d256c8: Verifying Checksum 00:31:07 0ef7d3d256c8: Download complete 00:31:07 93359f2a8cfa: Verifying Checksum 00:31:07 93359f2a8cfa: Download complete 00:31:07 7c6f9722023f: Verifying Checksum 00:31:07 7c6f9722023f: Download complete 00:31:07 188c0c94c7c5: Verifying Checksum 00:31:07 188c0c94c7c5: Download complete 00:31:08 188c0c94c7c5: Pull complete 00:31:08 0ef7d3d256c8: Pull complete 00:31:08 de9db76c5a1d: Pull complete 00:31:09 a35cf1a2eb13: Verifying Checksum 00:31:09 a35cf1a2eb13: Download complete 00:31:11 bca2f99d35d6: Verifying Checksum 00:31:11 bca2f99d35d6: Download complete 00:31:17 Still waiting to schedule task 00:31:17 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:17 bca2f99d35d6: Pull complete 00:31:17 93359f2a8cfa: Pull complete 00:31:17 7c6f9722023f: Pull complete 00:31:22 a35cf1a2eb13: Pull complete 00:31:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:31:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:22 ---> a62c8e92a672 00:31:22 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:31:22 ---> Running in 6270ff4a3647 00:31:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:25 (1/12) Installing libmagic (5.38-r0) 00:31:26 (2/12) Installing file (5.38-r0) 00:31:26 (3/12) Installing libc-dev (0.7.2-r3) 00:31:26 (4/12) Installing g++ (9.3.0-r2) 00:31:44 (5/12) Installing fortify-headers (1.1-r0) 00:31:44 (6/12) Installing patch (2.7.6-r6) 00:31:44 (7/12) Installing build-base (0.5-r2) 00:31:44 (8/12) Installing libsodium (1.0.18-r0) 00:31:44 (9/12) Installing pkgconf (1.7.2-r0) 00:31:45 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:45 (11/12) Installing libzmq (4.3.3-r0) 00:31:45 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:45 Executing busybox-1.31.1-r19.trigger 00:31:45 OK: 233 MiB in 51 packages 00:31:48 Removing intermediate container 6270ff4a3647 00:31:48 ---> 792c87e685df 00:31:48 Step 4/6 : WORKDIR /edgex-go 00:31:48 ---> Running in 910b2a57d347 00:31:48 Removing intermediate container 910b2a57d347 00:31:48 ---> 498b847610ca 00:31:48 Step 5/6 : COPY go.mod . 00:31:49 ---> 2cf55e149f8e 00:31:49 Step 6/6 : RUN go mod download 00:31:49 ---> Running in 97922acb7bd4 00:32:11 Removing intermediate container 97922acb7bd4 00:32:11 ---> c87be1d1f17a 00:32:11 Successfully built c87be1d1f17a 00:32:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:11 + docker inspect -f . ci-base-image-x86_64 00:32:11 . [Pipeline] withDockerContainer 00:32:11 prd-centos7-docker-4c-2g-22093 does not seem to be running inside a container 00:32:11 $ 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:32:12 $ docker top 578d45119b2dcde82fad62a0b071b06b448e314dbebcf5e5a2418fd48cb7a785 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:13 + go version 00:32:13 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:13 $ docker stop --time=1 578d45119b2dcde82fad62a0b071b06b448e314dbebcf5e5a2418fd48cb7a785 00:32:14 $ docker rm -f 578d45119b2dcde82fad62a0b071b06b448e314dbebcf5e5a2418fd48cb7a785 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:15 + docker inspect -f . ci-base-image-x86_64 00:32:15 . [Pipeline] withDockerContainer 00:32:15 prd-centos7-docker-4c-2g-22093 does not seem to be running inside a container 00:32:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/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:32:16 $ docker top 8c2012127904e73412fc099d8f6f9d0851774b585b3804edc3824c26de866262 -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:16 ========================================================= 00:32:16 [edgeXBuildGoParallel] Running Tests and Build... 00:32:16 ========================================================= [Pipeline] sh 00:32:16 + make test 00:32:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:26 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:32:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 46.6% of statements 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:32:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:32:58 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.295s coverage: 27.0% of statements 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:32:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:32:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:32:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.241s coverage: 66.7% of statements 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:32:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.167s coverage: 82.3% of statements 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:32:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.461s coverage: 28.6% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.110s coverage: 100.0% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.206s coverage: 86.7% of statements 00:33:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.101s coverage: 78.3% of statements 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.438s coverage: 92.8% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.098s coverage: 0.1% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.080s coverage: 75.5% of statements 00:33:05 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.140s coverage: 87.2% of statements 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.2% of statements 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.160s coverage: 91.4% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.269s coverage: 63.5% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements 00:33:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 00:33:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.391s coverage: 68.9% of statements 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:33:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.116s coverage: 37.0% of statements 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.411s coverage: 84.0% of statements 00:33:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.050s coverage: 100.0% of statements 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.1% of statements 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements 00:33:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.890s coverage: 29.1% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.087s coverage: 99.0% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 00:33:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22099 in /w/workspace/edgexfoundry_edgex-go_PR-3058 [Pipeline] { [Pipeline] ws 00:33:15 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements 00:33:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:33:15 GO111MODULE=on go vet ./... 00:33:19 using credential edgex-jenkins-ssh 00:33:20 Cloning the remote Git repository 00:33:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:33:20 > git init /w/workspace/edgex-go/2 # timeout=10 00:33:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:33:20 > git --version # timeout=10 00:33:20 > git --version # 'git version 2.17.1' 00:33:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:33:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:33:43 Merging remotes/origin/master commit 4ca1de52de98fea5214ec757781974277347748a into PR head commit ad3a7c46b1225c5583ed95292fc67c02ffde05ab 00:33:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:33:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:33:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:33:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:33:43 using GIT_SSH to set credentials SSH Credentials for GitHub 00:33:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3058/head:refs/remotes/origin/PR-3058 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:33:44 > git config core.sparsecheckout # timeout=10 00:33:44 > git checkout -f ad3a7c46b1225c5583ed95292fc67c02ffde05ab # timeout=10 00:33:44 Merge succeeded, producing 754004d1ca8094297f060173449a714aac89e355 00:33:44 Checking out Revision 754004d1ca8094297f060173449a714aac89e355 (PR-3058) 00:33:44 > git remote # timeout=10 00:33:44 > git config --get remote.origin.url # timeout=10 00:33:44 using GIT_SSH to set credentials SSH Credentials for GitHub 00:33:44 > git merge 4ca1de52de98fea5214ec757781974277347748a # timeout=10 00:33:44 > git rev-parse HEAD^{commit} # timeout=10 00:33:44 > git config core.sparsecheckout # timeout=10 00:33:44 > git checkout -f 754004d1ca8094297f060173449a714aac89e355 # timeout=10 00:33:48 gofmt -l . 00:33:48 [ "`gofmt -l .`" = "" ] 00:33:48 ./bin/test-go-mod-tidy.sh 00:33:48 ./bin/test-attribution-txt.sh [Pipeline] sh 00:33:48 + ls -al . 00:33:48 total 656 00:33:48 drwxrwxr-x 10 1001 1001 4096 Jan 22 00:33 . 00:33:48 drwxr-xr-x 4 root root 28 Jan 22 00:32 .. 00:33:48 -rw-rw-r-- 1 1001 1001 11 Jan 22 00:29 .dockerignore 00:33:48 drwxrwxr-x 8 1001 1001 179 Jan 22 00:29 .git 00:33:48 drwxrwxr-x 3 1001 1001 125 Jan 22 00:29 .github 00:33:48 -rw-rw-r-- 1 1001 1001 824 Jan 22 00:29 .gitignore 00:33:48 drwx------ 3 1001 1001 47 Jan 22 00:30 .semver 00:33:48 -rw-rw-r-- 1 1001 1001 166 Jan 22 00:29 .sonarcloud.properties 00:33:48 -rw-rw-r-- 1 1001 1001 7759 Jan 22 00:29 Attribution.txt 00:33:48 -rw-rw-r-- 1 1001 1001 3804 Jan 22 00:29 CONTRIBUTING.md 00:33:48 -rw-rw-r-- 1 1001 1001 931 Jan 22 00:29 Dockerfile.build 00:33:48 -rw-rw-r-- 1 1001 1001 863 Jan 22 00:29 Jenkinsfile 00:33:48 -rw-rw-r-- 1 1001 1001 10775 Jan 22 00:29 LICENSE 00:33:48 -rw-rw-r-- 1 1001 1001 5750 Jan 22 00:29 Makefile 00:33:48 -rw-rw-r-- 1 1001 1001 6524 Jan 22 00:29 README.md 00:33:48 -rw-rw-r-- 1 1001 1001 6744 Jan 22 00:29 SECURITY.md 00:33:48 -rw-rw-r-- 1 1001 1001 5 Jan 22 00:31 VERSION 00:33:48 -rw-rw-r-- 1 1001 1001 4131 Jan 22 00:29 ZMQWindows.md 00:33:48 drwxrwxr-x 2 1001 1001 117 Jan 22 00:29 bin 00:33:48 drwxrwxr-x 14 1001 1001 4096 Jan 22 00:29 cmd 00:33:48 -rw-r--r-- 1 root root 551534 Jan 22 00:33 coverage.out 00:33:48 -rw-r--r-- 1 root root 1027 Jan 22 00:33 go.mod 00:33:48 -rw-r--r-- 1 root root 18842 Jan 22 00:33 go.sum 00:33:48 drwxrwxr-x 8 1001 1001 127 Jan 22 00:29 internal 00:33:48 drwxrwxr-x 4 1001 1001 26 Jan 22 00:29 openapi 00:33:48 drwxrwxr-x 4 1001 1001 71 Jan 22 00:29 snap 00:33:48 -rw-rw-r-- 1 1001 1001 168 Jan 22 00:29 version.go [Pipeline] sh 00:33:49 + '[' -e coverage.out ] 00:33:49 + chown 1001:1001 coverage.out [Pipeline] stash 00:33:49 Stashed 1 file(s) [Pipeline] sh 00:33:49 Commit message: "Merge commit '4ca1de52de98fea5214ec757781974277347748a' into HEAD" 00:33:49 + make build 00:33:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:33:49 > git rev-list --no-walk ad3a7c46b1225c5583ed95292fc67c02ffde05ab # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:33:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:33:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:33:52 + true 00:33:52 + sudo service docker restart 00:33:52 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:33:54 provisioning config files... 00:33:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6837254935323246454tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:33:55 ---> docker-login.sh 00:33:55 nexus3.edgexfoundry.org:10001 00:33:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:56 Configure a credential helper to remove this warning. See 00:33:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:56 00:33:56 Login Succeeded 00:33:56 nexus3.edgexfoundry.org:10002 00:33:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:57 Configure a credential helper to remove this warning. See 00:33:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:57 00:33:57 Login Succeeded 00:33:57 nexus3.edgexfoundry.org:10003 00:33:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:57 Configure a credential helper to remove this warning. See 00:33:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:57 00:33:57 Login Succeeded 00:33:57 nexus3.edgexfoundry.org:10004 00:33:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:58 Configure a credential helper to remove this warning. See 00:33:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:58 00:33:58 Login Succeeded 00:33:58 docker.io 00:33:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:58 Configure a credential helper to remove this warning. See 00:33:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:58 00:33:58 Login Succeeded 00:33:59 ---> docker-login.sh ends [Pipeline] } 00:33:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:33:59 ========================================================= 00:33:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:33:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:33:59 + 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:34:02 Sending build context to Docker daemon 165.7MB 00:34:02 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:34:02 Step 2/6 : FROM ${BASE} 00:34:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:34:02 5f621e34cdf4: Pulling fs layer 00:34:02 a4357932f1b6: Pulling fs layer 00:34:02 18c013af1878: Pulling fs layer 00:34:02 00ac8860ef70: Pulling fs layer 00:34:02 63d7cb157983: Pulling fs layer 00:34:02 b116817d02f9: Pulling fs layer 00:34:02 745a02a5169b: Pulling fs layer 00:34:02 00ac8860ef70: Waiting 00:34:02 b116817d02f9: Waiting 00:34:02 63d7cb157983: Waiting 00:34:02 745a02a5169b: Waiting 00:34:02 18c013af1878: Verifying Checksum 00:34:02 18c013af1878: Download complete 00:34:02 a4357932f1b6: Verifying Checksum 00:34:02 a4357932f1b6: Download complete 00:34:02 63d7cb157983: Verifying Checksum 00:34:02 63d7cb157983: Download complete 00:34:02 5f621e34cdf4: Verifying Checksum 00:34:02 b116817d02f9: Verifying Checksum 00:34:02 b116817d02f9: Download complete 00:34:03 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:03 5f621e34cdf4: Pull complete 00:34:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:34:03 a4357932f1b6: Pull complete 00:34:04 18c013af1878: Pull complete 00:34:04 745a02a5169b: Verifying Checksum 00:34:04 745a02a5169b: Download complete 00:34:05 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:05 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:05 00ac8860ef70: Verifying Checksum 00:34:05 00ac8860ef70: Download complete 00:34:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:34:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:34:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:34:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:34:12 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:34:13 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 [Pipeline] } 00:34:15 $ docker stop --time=1 8c2012127904e73412fc099d8f6f9d0851774b585b3804edc3824c26de866262 00:34:16 00ac8860ef70: Pull complete 00:34:16 63d7cb157983: Pull complete 00:34:16 b116817d02f9: Pull complete 00:34:16 $ docker rm -f 8c2012127904e73412fc099d8f6f9d0851774b585b3804edc3824c26de866262 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:19 00:34:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix 00:34:19 745a02a5169b: Pull complete 00:34:19 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:34:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:34:19 ---> b7e6874047d6 00:34:19 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 [Pipeline] sh 00:34:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:19 latest: Pulling from edgex-devops/edgex-compose 00:34:19 cbdbe7a5bc2a: Pulling fs layer 00:34:19 ca9280d653b3: Pulling fs layer 00:34:19 7e9c9ca2126c: Pulling fs layer 00:34:20 cbdbe7a5bc2a: Download complete 00:34:20 cbdbe7a5bc2a: Pull complete 00:34:20 ca9280d653b3: Verifying Checksum 00:34:20 ca9280d653b3: Download complete 00:34:21 ca9280d653b3: Pull complete 00:34:22 7e9c9ca2126c: Download complete 00:34:23 ---> Running in c272d62ca3be 00:34:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:34:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:34:27 (1/12) Installing libmagic (5.38-r0) 00:34:27 (2/12) Installing file (5.38-r0) 00:34:28 (3/12) Installing libc-dev (0.7.2-r3) 00:34:28 (4/12) Installing g++ (9.3.0-r2) 00:34:28 7e9c9ca2126c: Pull complete 00:34:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:34:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:34:28 prd-centos7-docker-4c-2g-22093 does not seem to be running inside a container 00:34:29 $ 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:34:31 $ docker top 8dccb463ca0f7b0e50906d79d6c36201aa6397cf7b68e9a0362cf3c49ec57bee -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:32 + docker-compose build --help 00:34:32 + grep parallel 00:34:33 --parallel Build images in parallel. [Pipeline] } 00:34:33 $ docker stop --time=1 8dccb463ca0f7b0e50906d79d6c36201aa6397cf7b68e9a0362cf3c49ec57bee 00:34:34 $ docker rm -f 8dccb463ca0f7b0e50906d79d6c36201aa6397cf7b68e9a0362cf3c49ec57bee [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:35 . [Pipeline] withDockerContainer 00:34:35 prd-centos7-docker-4c-2g-22093 does not seem to be running inside a container 00:34:35 $ 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:34:36 $ docker top c560ec970e2f57c5857bf7c5477764620398c1a0aa8bec4876a99e4ec30f51e8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:36 + docker-compose -f ./docker-compose-build.yml build --parallel 00:34:37 Building docker-core-command-go ... 00:34:37 Building docker-core-data-go ... 00:34:37 Building docker-core-metadata-go ... 00:34:37 Building docker-security-bootstrap-redis-go ... 00:34:37 Building docker-security-proxy-setup-go ... 00:34:37 Building docker-security-secretstore-setup-go ... 00:34:37 Building docker-support-notifications-go ... 00:34:37 Building docker-support-scheduler-go ... 00:34:37 Building docker-sys-mgmt-agent-go ... 00:34:37 Building docker-security-bootstrap-redis-go 00:34:37 Building docker-security-secretstore-setup-go 00:34:37 Building docker-core-metadata-go 00:34:37 Building docker-core-command-go 00:34:37 Building docker-support-notifications-go 00:34:50 (5/12) Installing fortify-headers (1.1-r0) 00:34:50 (6/12) Installing patch (2.7.6-r6) 00:34:50 (7/12) Installing build-base (0.5-r2) 00:34:50 (8/12) Installing libsodium (1.0.18-r0) 00:34:50 (9/12) Installing pkgconf (1.7.2-r0) 00:34:50 (10/12) Installing libsodium-dev (1.0.18-r0) 00:34:50 (11/12) Installing libzmq (4.3.3-r0) 00:34:50 (12/12) Installing zeromq-dev (4.3.3-r0) 00:34:50 Executing busybox-1.31.1-r19.trigger 00:34:50 OK: 217 MiB in 51 packages 00:34:54 Removing intermediate container c272d62ca3be 00:34:54 ---> b6baa534fa27 00:34:54 Step 4/6 : WORKDIR /edgex-go 00:34:54 ---> Running in 1c34e88c7859 00:34:54 Removing intermediate container 1c34e88c7859 00:34:54 ---> 03d1067c5ca0 00:34:54 Step 5/6 : COPY go.mod . 00:34:55 ---> 660326ee42b4 00:34:55 Step 6/6 : RUN go mod download 00:34:55 ---> Running in aa2256c7ce78 00:35:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:09 ---> c87be1d1f17a 00:35:09 Step 3/24 : WORKDIR /edgex-go 00:35:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:09 ---> c87be1d1f17a 00:35:09 Step 3/22 : WORKDIR /edgex-go 00:35:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:09 ---> c87be1d1f17a 00:35:09 Step 3/22 : WORKDIR /edgex-go 00:35:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:09 00:35:09 Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:09 00:35:09 ---> c87be1d1f17a 00:35:09 ---> c87be1d1f17a 00:35:09 Step 3/24 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go 00:35:09 00:35:09 ---> Running in fb42cc986c1b 00:35:09 ---> Running in 6faeace0678a 00:35:09 ---> Running in c452d72bd81a 00:35:09 ---> Running in 240008afc903 00:35:09 ---> Running in 63d520e9cba4 00:35:09 Removing intermediate container 63d520e9cba4 00:35:09 ---> 972a5ed2dfc1 00:35:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:09 Removing intermediate container fb42cc986c1b 00:35:09 ---> 40b05eba8b63 00:35:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:09 Removing intermediate container 240008afc903 00:35:09 ---> 53b99be17b92 00:35:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:09 Removing intermediate container 6faeace0678a 00:35:09 ---> 4ed84c5e50dc 00:35:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:09 Removing intermediate container c452d72bd81a 00:35:09 ---> e7aa1c16c6e4 00:35:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:09 ---> Running in 4aa9c48bc5c2 00:35:09 ---> Running in 744f9466e51c 00:35:09 ---> Running in 09202aa38d01 00:35:09 ---> Running in 868c6e22818f 00:35:09 ---> Running in b46d48920939 00:35:12 Removing intermediate container 744f9466e51c 00:35:12 ---> fbc502456c47 00:35:12 Step 5/22 : RUN apk add --update --no-cache make git 00:35:12 Removing intermediate container 09202aa38d01 00:35:12 ---> f1e4f33ba9c1 00:35:12 Step 5/22 : RUN apk add --update --no-cache make git 00:35:12 ---> Running in d22f7fbe688f 00:35:12 Removing intermediate container 4aa9c48bc5c2 00:35:12 ---> 8b59637f30c6 00:35:12 Step 5/22 : RUN apk add --update --no-cache make git 00:35:12 ---> Running in fd6d2b1e73b1 00:35:12 ---> Running in f4e83360ce89 00:35:12 Removing intermediate container 868c6e22818f 00:35:12 ---> 409a88807338 00:35:12 Step 5/24 : RUN apk add --update --no-cache make git 00:35:12 Removing intermediate container b46d48920939 00:35:12 ---> feccebc47413 00:35:12 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:35:12 ---> Running in 1abf0a8bc28b 00:35:12 ---> Running in d8b6e1ad9b04 00:35:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:14 OK: 233 MiB in 51 packages 00:35:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:14 OK: 233 MiB in 51 packages 00:35:14 OK: 233 MiB in 51 packages 00:35:15 OK: 233 MiB in 51 packages 00:35:15 OK: 233 MiB in 51 packages 00:35:15 Removing intermediate container d22f7fbe688f 00:35:15 ---> 540638e1fb5e 00:35:15 Step 6/22 : COPY go.mod . 00:35:15 Removing intermediate container fd6d2b1e73b1 00:35:15 ---> 505f36200063 00:35:15 Step 6/22 : COPY go.mod . 00:35:15 ---> 2daa0021e284 00:35:15 Step 7/22 : RUN go mod download 00:35:15 ---> Running in dc030fe4cccf 00:35:15 Removing intermediate container f4e83360ce89 00:35:15 ---> 621e7cc0fd13 00:35:15 Step 6/22 : COPY go.mod . 00:35:15 ---> 2f8d4866480a 00:35:15 Step 7/22 : RUN go mod download 00:35:16 Removing intermediate container 1abf0a8bc28b 00:35:16 ---> 8f6d45d0efc4 00:35:16 Step 6/24 : COPY go.mod . 00:35:16 ---> Running in 2c5e8b0d0df8 00:35:16 Removing intermediate container d8b6e1ad9b04 00:35:16 ---> 3382d7781c7e 00:35:16 Step 6/24 : COPY go.mod . 00:35:16 ---> 65e42e09f8f3 00:35:16 Step 7/22 : RUN go mod download 00:35:16 ---> bd7ee5aa90f3 00:35:16 Step 7/24 : RUN go mod download 00:35:16 ---> Running in 2670a6d222b1 00:35:16 ---> Running in 2e643a26d6eb 00:35:16 ---> 7f664d681134 00:35:16 Step 7/24 : RUN go mod download 00:35:17 ---> Running in 3364e9e947fe 00:35:18 Removing intermediate container 2c5e8b0d0df8 00:35:18 ---> 1a05e214e815 00:35:18 Step 8/22 : COPY . . 00:35:18 Removing intermediate container dc030fe4cccf 00:35:18 ---> dbc9125b9295 00:35:18 Step 8/22 : COPY . . 00:35:18 Removing intermediate container 2670a6d222b1 00:35:18 ---> 4ca45563ea32 00:35:18 Step 8/22 : COPY . . 00:35:18 Removing intermediate container 2e643a26d6eb 00:35:18 ---> 60b8bc80c253 00:35:18 Step 8/24 : COPY . . 00:35:19 Removing intermediate container 3364e9e947fe 00:35:19 ---> aadbb33ffe37 00:35:19 Step 8/24 : COPY . . 00:35:28 Removing intermediate container aa2256c7ce78 00:35:28 ---> 4fec52a89cea 00:35:28 Successfully built 4fec52a89cea 00:35:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:35:28 + docker inspect -f . ci-base-image-arm64 00:35:28 . [Pipeline] withDockerContainer 00:35:28 prd-ubuntu18.04-docker-arm64-4c-16g-22099 does not seem to be running inside a container 00:35:28 $ 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:35:30 $ docker top d2345ecf528d4468922820ca0b1881e6880d5b4dc908584fddc9bf86b69386a2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:31 + go version 00:35:31 go version go1.15.5 linux/arm64 [Pipeline] } 00:35:31 $ docker stop --time=1 d2345ecf528d4468922820ca0b1881e6880d5b4dc908584fddc9bf86b69386a2 00:35:33 $ docker rm -f d2345ecf528d4468922820ca0b1881e6880d5b4dc908584fddc9bf86b69386a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:34 + docker inspect -f . ci-base-image-arm64 00:35:34 . [Pipeline] withDockerContainer 00:35:34 prd-ubuntu18.04-docker-arm64-4c-16g-22099 does not seem to be running inside a container 00:35:34 $ 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:35:36 $ docker top 5c53e62bb591d7e108dffbe2e9620c640cec90c032daa75ad1c4a67ba12587f2 -eo pid,comm [Pipeline] { [Pipeline] echo 00:35:36 ========================================================= 00:35:36 [edgeXBuildGoParallel] Running Tests and Build... 00:35:36 ========================================================= [Pipeline] sh 00:35:37 + make test 00:35:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:35:58 ---> 5e073ff4efd4 00:35:58 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:35:58 ---> 0314d1125a62 00:35:58 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:35:58 ---> 00c2b08ecd7d 00:35:58 Step 9/22 : RUN make cmd/core-command/core-command 00:35:58 ---> Running in 34ae2cad8eee 00:35:58 ---> Running in 88795f939de4 00:35:58 ---> Running in 4c4b79146531 00:35:58 ---> ee837d550ccd 00:35:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:35:58 ---> de26916c7f4e 00:35:58 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:35:58 ---> Running in 39cf184af726 00:35:58 ---> Running in c9232dfc570e 00:35:58 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:35:58 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:58 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:35: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:35: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:36:04 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:30 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:36:33 Removing intermediate container 34ae2cad8eee 00:36:33 ---> 96e43b380da0 00:36:33 00:36:33 Step 10/22 : FROM alpine:3.12 00:36:33 3.12: Pulling from library/alpine 00:36:34 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:36:34 Status: Downloaded newer image for alpine:3.12 00:36:34 ---> 389fef711851 00:36:34 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:36:35 ---> Running in d1f14e06d8fa 00:36:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:36 (1/5) Installing ca-certificates (20191127-r4) 00:36:36 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:36:36 (3/5) Installing libcurl (7.69.1-r3) 00:36:36 (4/5) Installing curl (7.69.1-r3) 00:36:36 (5/5) Installing dumb-init (1.2.2-r1) 00:36:36 Executing busybox-1.31.1-r19.trigger 00:36:36 Executing ca-certificates-20191127-r4.trigger 00:36:36 OK: 7 MiB in 19 packages 00:36:39 Removing intermediate container c9232dfc570e 00:36:39 ---> aba53057f8a6 00:36:39 00:36:39 Step 10/24 : FROM scratch 00:36:39 ---> 00:36:39 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:36:39 Removing intermediate container 4c4b79146531 00:36:39 ---> 491cb1a370d4 00:36:39 00:36:39 Step 10/22 : FROM scratch 00:36:39 ---> 00:36:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:39 ---> Running in e0f29e77922b 00:36:39 Removing intermediate container 39cf184af726 00:36:39 ---> 8fb3fa2e5500 00:36:39 00:36:39 Step 10/24 : FROM alpine:3.12 00:36:39 ---> 389fef711851 00:36:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:36:40 ---> Running in d3ca02b34516 00:36:40 ---> Running in 65db3e1f6d3f 00:36:42 Removing intermediate container e0f29e77922b 00:36:42 ---> d9fbfd5fc147 00:36:42 Step 12/24 : ENV APP_PORT=48060 00:36:43 ---> Running in 32528e1e86bd 00:36:43 Removing intermediate container d3ca02b34516 00:36:43 ---> c3787fa5dba6 00:36:43 Step 12/22 : ENV APP_PORT=48082 00:36:43 Removing intermediate container d1f14e06d8fa 00:36:43 ---> fbf9150dfd6d 00:36:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:36:43 ---> Running in 7331d4bae93f 00:36:43 Removing intermediate container 88795f939de4 00:36:43 ---> 4684db195a7b 00:36:43 00:36:43 Step 10/22 : FROM scratch 00:36:43 ---> 00:36:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:43 ---> Running in 837ae64f8f19 00:36:43 ---> Using cache 00:36:43 ---> c3787fa5dba6 00:36:43 Step 12/22 : ENV APP_PORT=48081 00:36:43 Removing intermediate container 32528e1e86bd 00:36:43 ---> 294532f4afe6 00:36:43 Step 13/24 : EXPOSE $APP_PORT 00:36:43 ---> Running in c581408bacaa 00:36:43 Removing intermediate container 7331d4bae93f 00:36:43 ---> 228d0d5d57e3 00:36:43 Step 13/22 : EXPOSE $APP_PORT 00:36:43 ---> Running in 3401caaafab4 00:36:43 ---> Running in a71cdc62613a 00:36:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:44 Removing intermediate container 837ae64f8f19 00:36:44 ---> 7fda800589a7 00:36:44 Step 13/22 : WORKDIR / 00:36:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:44 Removing intermediate container c581408bacaa 00:36:44 ---> 5e1827eb5a82 00:36:44 Step 13/22 : EXPOSE $APP_PORT 00:36:44 Removing intermediate container 3401caaafab4 00:36:44 ---> 2319f09a57bb 00:36:44 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:36:44 ---> Running in 1063a4a3368c 00:36:44 ---> Running in 5195d7988a1b 00:36:44 Removing intermediate container a71cdc62613a 00:36:44 ---> 4f19b901bf4b 00:36:44 Step 14/22 : WORKDIR / 00:36:44 (1/5) Installing ca-certificates (20191127-r4) 00:36:44 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:36:44 ---> Running in 9666eb6f0489 00:36:44 (3/5) Installing libcurl (7.69.1-r3) 00:36:44 (4/5) Installing curl (7.69.1-r3) 00:36:44 (5/5) Installing dumb-init (1.2.2-r1) 00:36:44 Executing busybox-1.31.1-r19.trigger 00:36:44 Executing ca-certificates-20191127-r4.trigger 00:36:44 OK: 7 MiB in 19 packages 00:36:44 ---> 80dc8a319dd8 00:36:44 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:36:44 Removing intermediate container 1063a4a3368c 00:36:44 ---> ad3506fe42fc 00:36:44 Step 14/22 : WORKDIR / 00:36:45 Removing intermediate container 5195d7988a1b 00:36:45 ---> b9a006fa3fe4 00:36:45 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:45 Removing intermediate container 9666eb6f0489 00:36:45 ---> d9bdd08e268a 00:36:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:45 ---> Running in 49501722dc17 00:36:46 ---> 822c19a71eed 00:36:46 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:36:46 ---> 41fbaa2fd35a 00:36:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:36:46 Removing intermediate container 49501722dc17 00:36:46 ---> be629dd0ffcd 00:36:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:46 ---> 6ef995acbaee 00:36:46 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:36:46 Removing intermediate container 65db3e1f6d3f 00:36:46 ---> 73f1c6dbfa5d 00:36:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:36:46 ---> Running in 05d526f14af5 00:36:47 ---> 4dfe16b8e9e0 00:36:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:36:47 ---> 84c439349e18 00:36:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:36:47 Removing intermediate container 05d526f14af5 00:36:47 ---> fab0a067e255 00:36:47 Step 13/24 : WORKDIR / 00:36:48 ---> Running in 64fb8f5b36f7 00:36:48 ---> 9dcc1db71d4f 00:36:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:36:48 ---> e01e08c825f3 00:36:48 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:36:48 ---> 3688fed92230 00:36:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:36:48 ---> fe3a4d917d1b 00:36:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:36:48 Removing intermediate container 64fb8f5b36f7 00:36:48 ---> e3e0e6f63161 00:36:48 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:36:48 ---> 1f087b2178f3 00:36:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:36:48 ---> dd90f1c4e826 00:36:48 Step 18/22 : RUN chmod +x entrypoint.sh 00:36:48 ---> 16379ffee102 00:36:48 Step 18/22 : ENTRYPOINT ["/core-command"] 00:36:48 ---> 4fa5a232f44a 00:36:48 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:36:48 ---> Running in a19542cabd12 00:36:49 ---> Running in d8fa4ba6da75 00:36:49 ---> Running in 66d6d77c7101 00:36:49 ---> 168507a5f31b 00:36:49 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:36:49 Removing intermediate container d8fa4ba6da75 00:36:49 ---> 6072d86f5841 00:36:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:49 Removing intermediate container 66d6d77c7101 00:36:49 ---> b5d9b20aa5aa 00:36:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:49 ---> d884fcd04f71 00:36:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:36:49 ---> Running in c051b67d6367 00:36:49 ---> Running in 24651ad5f282 00:36:49 ---> a70310571c2f 00:36:49 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:36:50 ---> 073407cc9955 00:36:50 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:36:50 Removing intermediate container c051b67d6367 00:36:50 ---> 448f8a6748d0 00:36:50 Step 20/22 : LABEL arch=x86_64 00:36:50 Removing intermediate container 24651ad5f282 00:36:50 ---> c79bcc7dbcef 00:36:50 Step 20/22 : LABEL arch=x86_64 00:36:50 ---> Running in 1a2ed5ad6044 00:36:50 ---> Running in 57b8eef2ec23 00:36:50 ---> Running in d95e3d82761d 00:36:50 ---> 16f910d84af6 00:36:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:36:50 Removing intermediate container 1a2ed5ad6044 00:36:50 ---> 5fedbda1114f 00:36:50 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:50 ---> Running in 464a30f7cf4b 00:36:50 Removing intermediate container 57b8eef2ec23 00:36:50 ---> 7ecd5fd5c11c 00:36:50 Step 21/22 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b 00:36:50 Removing intermediate container a19542cabd12 00:36:50 ---> 4c1f57d4b1b7 00:36:50 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:36:50 Removing intermediate container d95e3d82761d 00:36:50 ---> aed6fea3b294 00:36:50 Step 21/22 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b 00:36:51 ---> Running in f0896726ab30 00:36:51 ---> Running in ae8d8e87b743 00:36:51 ---> Running in ce93c34723e3 00:36:51 Removing intermediate container 464a30f7cf4b 00:36:51 ---> 44cb5cd94e9e 00:36:51 Step 22/24 : LABEL arch=x86_64 00:36:51 ---> 44f346c4d1b7 00:36:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:36:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:36:51 ---> Running in d4c97d2ff250 00:36:51 Removing intermediate container f0896726ab30 00:36:51 ---> dbea65c97ca9 00:36:51 Step 22/22 : LABEL version=0.0.0 00:36:51 Removing intermediate container ce93c34723e3 00:36:51 ---> 68fd6b7956ac 00:36:51 Step 20/22 : LABEL arch=x86_64 00:36:51 Removing intermediate container ae8d8e87b743 00:36:51 ---> 43be203aff19 00:36:51 Step 22/22 : LABEL version=0.0.0 00:36:51 ---> Running in b6ec90bc3502 00:36:51 ---> Running in 1ac16734165c 00:36:51 ---> Running in 569db41c475d 00:36:51 Removing intermediate container d4c97d2ff250 00:36:51 ---> ea8f800aa07c 00:36:51 Step 23/24 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b 00:36:52 ---> b769efb9ccd8 00:36:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:36:52 ---> Running in 06ee0f43029f 00:36:52 Removing intermediate container b6ec90bc3502 00:36:52 ---> c9924bcb09df 00:36:52 00:36:52 Successfully built c9924bcb09df 00:36:52 Removing intermediate container 1ac16734165c 00:36:52 ---> d95c77100bb8 00:36:52 Step 21/22 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b 00:36:52 Successfully tagged docker-core-metadata-go:latest 00:36:52  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 00:36:52 Removing intermediate container 569db41c475d 00:36:52 ---> 7bae79061896 00:36:52 00:36:52 ---> Running in 875f14021a46 00:36:52 Removing intermediate container 06ee0f43029f 00:36:52 ---> a4aec488dcd4 00:36:52 Step 24/24 : LABEL version=0.0.0 00:36:52 ---> cff0a404e4d9 00:36:52 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:36:52 Successfully built 7bae79061896 00:36:52 Successfully tagged docker-core-command-go:latest 00:36:52 Building docker-sys-mgmt-agent-go 00:36:52  Building docker-core-command-go ... done  ---> Running in a0b628a2959e 00:36:52 ---> Running in 8428ce110ac3 00:36:52 Removing intermediate container 875f14021a46 00:36:52 ---> 6faf47ddc8fa 00:36:52 Step 22/22 : LABEL version=0.0.0 00:36:53 ---> Running in dabe6d203001 00:36:53 Removing intermediate container a0b628a2959e 00:36:53 ---> bf77ba849539 00:36:53 00:36:53 Successfully built bf77ba849539 00:36:53 Successfully tagged docker-support-notifications-go:latest 00:36:53 Building docker-core-data-go 00:36:53  Building docker-support-notifications-go ... done Removing intermediate container dabe6d203001 00:36:53 ---> e3774e7fc8a6 00:36:53 00:36:53 Successfully built e3774e7fc8a6 00:36:53 Successfully tagged docker-security-bootstrap-redis-go:latest 00:36:53 Building docker-support-scheduler-go 00:36:54  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 8428ce110ac3 00:36:54 ---> faaf7381e3bf 00:36:54 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:36:58 ---> Running in a7544a6def25 00:36:58 Removing intermediate container a7544a6def25 00:36:58 ---> 26f0a267b654 00:36:58 Step 22/24 : LABEL arch=x86_64 00:37:01 ---> Running in 609a5f58f651 00:37:01 Removing intermediate container 609a5f58f651 00:37:01 ---> 96d70f6ba120 00:37:01 Step 23/24 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b 00:37:04 ---> Running in 828cd1b4f936 00:37:04 Removing intermediate container 828cd1b4f936 00:37:04 ---> b1f80e6020f4 00:37:04 Step 24/24 : LABEL version=0.0.0 00:37:04 ---> Running in 223609bf40bd 00:37:04 Removing intermediate container 223609bf40bd 00:37:04 ---> 87e1a1972945 00:37:04 00:37:05 Successfully built 87e1a1972945 00:37:05 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:37:23  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:23 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:37:23 ---> c87be1d1f17a 00:37:23 Step 3/26 : WORKDIR /edgex-go 00:37:23 ---> Using cache 00:37:23 ---> e7aa1c16c6e4 00:37:23 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:23 ---> Using cache 00:37:23 ---> feccebc47413 00:37:23 Step 5/26 : RUN apk add --update --no-cache make bash git 00:37:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:37:23 ---> c87be1d1f17a 00:37:23 Step 3/21 : WORKDIR /edgex-go 00:37:23 ---> Using cache 00:37:23 ---> e7aa1c16c6e4 00:37:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:23 ---> Using cache 00:37:23 ---> feccebc47413 00:37:23 Step 5/21 : RUN apk add --update --no-cache make git 00:37:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:23 ---> c87be1d1f17a 00:37:23 Step 3/23 : WORKDIR /edgex-go 00:37:23 ---> Using cache 00:37:23 ---> e7aa1c16c6e4 00:37:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:23 ---> Using cache 00:37:23 ---> feccebc47413 00:37:23 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:37:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:37:23 ---> c87be1d1f17a 00:37:23 Step 3/21 : WORKDIR /edgex-go 00:37:23 ---> Using cache 00:37:23 ---> e7aa1c16c6e4 00:37:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:23 ---> Using cache 00:37:23 ---> feccebc47413 00:37:23 Step 5/21 : RUN apk add --update --no-cache make git 00:37:23 ---> Running in 4824f27fe465 00:37:23 ---> Running in 1f8eff7a4ba3 00:37:23 ---> Running in ee151b828a75 00:37:23 ---> Running in 52632ed79f04 00:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.269s coverage: 46.6% of statements 00:37:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:37:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:37:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:37:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:37:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:25 OK: 233 MiB in 51 packages 00:37:25 OK: 233 MiB in 51 packages 00:37:25 OK: 233 MiB in 51 packages 00:37:25 OK: 233 MiB in 51 packages 00:37:26 Removing intermediate container 1f8eff7a4ba3 00:37:26 ---> ca7058c2ed5e 00:37:26 Step 6/26 : COPY go.mod . 00:37:26 Removing intermediate container ee151b828a75 00:37:26 ---> 2ed4b6c723ae 00:37:26 Step 6/23 : COPY go.mod . 00:37:26 Removing intermediate container 52632ed79f04 00:37:26 ---> bfc7189234fa 00:37:26 Step 6/21 : COPY go.mod . 00:37:26 Removing intermediate container 4824f27fe465 00:37:26 ---> 70dc50ffe0f7 00:37:26 Step 6/21 : COPY go.mod . 00:37:27 ---> 6a1c9340c557 00:37:27 Step 7/26 : RUN go mod download 00:37:27 ---> 42dd58f9b78d 00:37:27 Step 7/23 : RUN go mod download 00:37:27 ---> Running in dcf9e2736fee 00:37:27 ---> Running in ea5d4dc22c89 00:37:27 ---> d4e78949bbd5 00:37:27 Step 7/21 : RUN go mod download 00:37:27 ---> 87b536a642a9 00:37:27 Step 7/21 : RUN go mod download 00:37:27 ---> Running in b0b815112c42 00:37:27 ---> Running in df7b852fa16e 00:37:30 Removing intermediate container ea5d4dc22c89 00:37:30 ---> dc6fbad3b9d2 00:37:30 Step 8/23 : COPY . . 00:37:30 Removing intermediate container b0b815112c42 00:37:30 ---> 6f5b3b572b28 00:37:30 Step 8/21 : COPY . . 00:37:30 Removing intermediate container dcf9e2736fee 00:37:30 ---> 3453272cc527 00:37:30 Step 8/26 : COPY . . 00:37:30 Removing intermediate container df7b852fa16e 00:37:30 ---> 15e2ff6aafce 00:37:30 Step 8/21 : COPY . . 00:37:31 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.666s coverage: 27.0% of statements 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:37:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:37:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:37:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.312s coverage: 66.7% of statements 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.693s coverage: 82.3% of statements 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:37:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.470s coverage: 28.6% of statements 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:37:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.169s coverage: 100.0% of statements 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:37:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.099s coverage: 100.0% of statements 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:37:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.413s coverage: 86.7% of statements 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:37:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.628s coverage: 97.5% of statements 00:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:37:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.157s coverage: 78.3% of statements 00:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.535s coverage: 92.8% of statements 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.087s coverage: 58.8% of statements 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.228s coverage: 0.1% of statements 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.113s coverage: 75.5% of statements 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.095s coverage: 80.8% of statements 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.183s coverage: 87.2% of statements 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.144s coverage: 84.2% of statements 00:37:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.192s coverage: 91.4% of statements 00:37:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:38:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.736s coverage: 63.5% of statements 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.095s coverage: 100.0% of statements 00:38:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements 00:38:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements 00:38:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.086s coverage: 73.7% of statements 00:38:02 ---> 807eafb68091 00:38:02 Step 9/23 : RUN make cmd/core-data/core-data 00:38:02 ---> de59d10942d0 00:38:02 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:38:02 ---> 8893ced98860 00:38:02 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:02 ---> Running in 8af42f36b1f1 00:38:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.096s coverage: 100.0% of statements 00:38:03 ---> Running in 0eb413bffe21 00:38:03 ---> Running in 6350e33c0d34 00:38:03 ---> 759f1ed797c6 00:38:03 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:38:03 ---> Running in 965ea71a8412 00:38:04 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:04 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:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:38:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:38:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.977s coverage: 68.9% of statements 00:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:38:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.409s coverage: 37.0% of statements 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:38:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:38:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.939s coverage: 84.0% of statements 00:38:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.104s coverage: 100.0% of statements 00:38:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.396s coverage: 47.1% of statements 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:38:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.257s coverage: 100.0% of statements 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:38:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.140s coverage: 100.0% of statements 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.775s coverage: 29.1% of statements 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.218s coverage: 99.0% of statements 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.178s coverage: 100.0% of statements 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.115s coverage: 87.9% of statements 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:38:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements 00:38:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.091s coverage: 100.0% of statements 00:38:27 GO111MODULE=on go vet ./... 00:38:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:38:37 Removing intermediate container 6350e33c0d34 00:38:37 ---> aad2e36cc6cc 00:38:37 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:37 Removing intermediate container 965ea71a8412 00:38:37 ---> c067b505861d 00:38:37 00:38:37 Step 10/21 : FROM scratch 00:38:37 ---> 00:38:37 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:38 ---> Running in 5cdc78e3f8df 00:38:38 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:38:38 ---> Using cache 00:38:38 ---> c3787fa5dba6 00:38:38 Step 12/21 : ENV APP_PORT=48085 00:38:40 ---> Running in 8b9a29b47741 00:38:41 Removing intermediate container 0eb413bffe21 00:38:41 ---> cd60e3b96f2c 00:38:41 00:38:41 Step 10/21 : FROM alpine:3.12 00:38:41 ---> 389fef711851 00:38:41 Step 11/21 : RUN apk add --update --no-cache curl 00:38:41 ---> Running in cfa0b30c1e03 00:38:41 Removing intermediate container 8b9a29b47741 00:38:41 ---> b4b5ce332e19 00:38:41 Step 13/21 : EXPOSE $APP_PORT 00:38:42 ---> Running in be36c96f3a02 00:38:44 Removing intermediate container be36c96f3a02 00:38:44 ---> 08f83456129a 00:38:44 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:44 Removing intermediate container 5cdc78e3f8df 00:38:44 ---> 4b887ff8ba88 00:38:44 00:38:44 Step 11/26 : FROM docker:20.10.0 00:38:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:44 20.10.0: Pulling from library/docker 00:38:44 Removing intermediate container 8af42f36b1f1 00:38:44 ---> 50427e5c3536 00:38:44 00:38:44 Step 10/23 : FROM alpine:3.12 00:38:44 ---> 389fef711851 00:38:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:44 ---> Running in 8b1967ee12e9 00:38:44 ---> 8680e6a37e52 00:38:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:44 (1/4) Installing ca-certificates (20191127-r4) 00:38:44 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:44 (3/4) Installing libcurl (7.69.1-r3) 00:38:44 (4/4) Installing curl (7.69.1-r3) 00:38:44 Executing busybox-1.31.1-r19.trigger 00:38:44 Executing ca-certificates-20191127-r4.trigger 00:38:45 OK: 7 MiB in 18 packages 00:38:45 Removing intermediate container 8b1967ee12e9 00:38:45 ---> ba7bcd44bbdb 00:38:45 Step 12/23 : ENV APP_PORT=48080 00:38:45 ---> Running in 5d58e31a2719 00:38:45 ---> 74f53f971294 00:38:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:46 Removing intermediate container 5d58e31a2719 00:38:46 ---> d0edb4b30fc3 00:38:46 Step 13/23 : EXPOSE $APP_PORT 00:38:46 ---> Running in 932976d25eaf 00:38:46 ---> 3634f27d0229 00:38:46 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:38:46 Removing intermediate container cfa0b30c1e03 00:38:46 ---> ea5723f07a3b 00:38:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:46 ---> Running in 03d71f7e365e 00:38:46 ---> Running in d8d253b9af82 00:38:46 Removing intermediate container 932976d25eaf 00:38:46 ---> ea014a849204 00:38:46 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:47 ---> Running in b702e9d37fe6 00:38:47 Removing intermediate container 03d71f7e365e 00:38:47 ---> 10db10cc67d5 00:38:47 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:47 Removing intermediate container d8d253b9af82 00:38:47 ---> 6f800be729b4 00:38:47 Step 13/21 : WORKDIR /edgex 00:38:47 ---> Running in 03a9ff5faf19 00:38:47 ---> Running in faf2439f5cae 00:38:47 Removing intermediate container 03a9ff5faf19 00:38:47 ---> 16bf650294dd 00:38:47 Step 19/21 : LABEL arch=x86_64 00:38:47 Removing intermediate container faf2439f5cae 00:38:47 ---> 1d4f97f7ee87 00:38:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:47 ---> Running in 1cd6a12d22ad 00:38:48 Removing intermediate container 1cd6a12d22ad 00:38:48 ---> 33a8e295750d 00:38:48 Step 20/21 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b 00:38:48 ---> 91d9bf26c198 00:38:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:48 ---> Running in 697e10d233ad 00:38:48 Removing intermediate container 697e10d233ad 00:38:48 ---> 023e44181a00 00:38:48 Step 21/21 : LABEL version=0.0.0 00:38:48 ---> Running in 6dbbefbe915f 00:38:48 Removing intermediate container b702e9d37fe6 00:38:48 ---> 1ad1f4d29d3f 00:38:48 Step 15/23 : RUN apk add --update --no-cache zeromq 00:38:49 ---> Running in e4b9ad469a1f 00:38:49 ---> 210d8940f934 00:38:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:49 Removing intermediate container 6dbbefbe915f 00:38:49 ---> 128b8aef5558 00:38:49 00:38:50 Successfully built 128b8aef5558 00:38:50 Successfully tagged docker-support-scheduler-go:latest 00:38:50  Building docker-support-scheduler-go ... done  ---> 725f6c9d6bf4 00:38:50 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:50 ---> Running in 31f1927d2ac1 00:38:51 Removing intermediate container 31f1927d2ac1 00:38:51 ---> 3703189a41e9 00:38:51 Step 18/21 : CMD ["--init=true"] 00:38:51 ---> Running in 6b5f22c63a3b 00:38:51 Removing intermediate container 6b5f22c63a3b 00:38:51 ---> dd761190b9a2 00:38:51 Step 19/21 : LABEL arch=x86_64 00:38:51 ---> Running in 728678481e55 00:38:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:51 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:38:51 Status: Downloaded newer image for docker:20.10.0 00:38:51 ---> aefe523efa57 00:38:51 Step 12/26 : RUN apk add --no-cache bash 00:38:51 Removing intermediate container 728678481e55 00:38:51 ---> 32519e395839 00:38:51 Step 20/21 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b 00:38:51 ---> Running in 267d88b87821 00:38:51 ---> Running in 24cdbc3100db 00:38:52 Removing intermediate container 24cdbc3100db 00:38:52 ---> 662d657703b6 00:38:52 Step 21/21 : LABEL version=0.0.0 00:38:52 ---> Running in 06fb97a27d2a 00:38:52 (1/5) Installing libgcc (9.3.0-r2) 00:38:52 Removing intermediate container 06fb97a27d2a 00:38:52 ---> 7c6c9f5ec6d3 00:38:52 00:38:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:52 (2/5) Installing libsodium (1.0.18-r0) 00:38:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:52 (3/5) Installing libstdc++ (9.3.0-r2) 00:38:52 Successfully built 7c6c9f5ec6d3 00:38:52 (1/2) Installing readline (8.0.4-r0) 00:38:52 Successfully tagged docker-security-proxy-setup-go:latest 00:38:52  Building docker-security-proxy-setup-go ... done (2/2) Installing bash (5.0.17-r0) 00:38:52 Executing bash-5.0.17-r0.post-install 00:38:52 Executing busybox-1.31.1-r19.trigger 00:38:52 OK: 12 MiB in 22 packages 00:38:52 (4/5) Installing libzmq (4.3.3-r0) 00:38:53 (5/5) Installing zeromq (4.3.3-r0) 00:38:53 Executing busybox-1.31.1-r19.trigger 00:38:53 OK: 8 MiB in 19 packages 00:38:53 Removing intermediate container 267d88b87821 00:38:53 ---> 229f9354a00c 00:38:53 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:38:53 ---> Running in b04c816c88b0 00:38:53 Removing intermediate container b04c816c88b0 00:38:53 ---> cfd52011e7ea 00:38:53 Step 14/26 : ENV APP_PORT=48090 00:38:53 Removing intermediate container e4b9ad469a1f 00:38:53 ---> 9572d4aa8eeb 00:38:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:53 ---> Running in 011a709e4b98 00:38:53 Removing intermediate container 011a709e4b98 00:38:53 ---> ab5e97ce3b44 00:38:53 Step 15/26 : EXPOSE $APP_PORT 00:38:53 ---> ec6205405526 00:38:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:38:54 ---> Running in 36af9da6909e 00:38:54 Removing intermediate container 36af9da6909e 00:38:54 ---> b2731820af52 00:38:54 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:54 ---> bab55da3c9b0 00:38:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:38:54 ---> 52ddb5d0fc16 00:38:54 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:55 ---> 4ea4bb62e006 00:38:55 Step 19/23 : ENTRYPOINT ["/core-data"] 00:38:55 ---> Running in 248459220ffb 00:38:55 ---> e35222a041a8 00:38:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:55 Removing intermediate container 248459220ffb 00:38:55 ---> b4bee16c42ff 00:38:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:55 ---> Running in baf27eafd43c 00:38:55 ---> 0b58a080b364 00:38:55 Step 19/26 : RUN apk --no-cache add py3-pip 00:38:55 Removing intermediate container baf27eafd43c 00:38:55 ---> 24eb44d0cf88 00:38:55 Step 21/23 : LABEL arch=x86_64 00:38:55 ---> Running in 5a2c681686da 00:38:55 ---> Running in aad34cc65c16 00:38:56 Removing intermediate container 5a2c681686da 00:38:56 ---> 601ab13a7ba3 00:38:56 Step 22/23 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b 00:38:56 ---> Running in 1d29b139cfcc 00:38:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:56 Removing intermediate container 1d29b139cfcc 00:38:56 ---> cc9e0bda276b 00:38:56 Step 23/23 : LABEL version=0.0.0 00:38:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:56 ---> Running in 2c754ec44d99 00:38:56 (1/33) Installing libbz2 (1.0.8-r1) 00:38:56 (2/33) Installing expat (2.2.9-r1) 00:38:56 Removing intermediate container 2c754ec44d99 00:38:56 ---> 4a9f4d3cb801 00:38:56 00:38:56 (3/33) Installing libffi (3.3-r2) 00:38:56 (4/33) Installing gdbm (1.13-r1) 00:38:57 (5/33) Installing xz-libs (5.2.5-r0) 00:38:57 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:57 (7/33) Installing python3 (3.8.5-r0) 00:38:57 Successfully built 4a9f4d3cb801 00:38:57 Successfully tagged docker-core-data-go:latest 00:38:57  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:57 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:57 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:58 (11/33) Installing py3-six (1.15.0-r0) 00:38:58 (12/33) Installing py3-packaging (20.4-r0) 00:38:58 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:58 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:58 (15/33) Installing py3-idna (2.9-r0) 00:38:58 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:58 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:58 (18/33) Installing py3-requests (2.23.0-r0) 00:38:58 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:58 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:58 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:58 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:58 (24/33) Installing py3-distro (1.5.0-r1) 00:38:58 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:58 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:58 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:58 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:58 (29/33) Installing py3-progress (1.5-r0) 00:38:58 (30/33) Installing py3-toml (0.10.1-r0) 00:38:58 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:58 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:58 (33/33) Installing py3-pip (20.1.1-r0) 00:38:59 Executing busybox-1.31.1-r19.trigger 00:38:59 OK: 71 MiB in 55 packages 00:39:07 Removing intermediate container aad34cc65c16 00:39:07 ---> 01b34edc1a13 00:39:07 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:07 ---> Running in f6948ef391fc 00:39:08 Collecting docker-compose==1.23.2 00:39:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:08 Collecting websocket-client<1.0,>=0.32.0 00:39:08 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:09 Collecting docker<4.0,>=3.6.0 00:39:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:09 Collecting texttable<0.10,>=0.9.0 00:39:09 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:09 Collecting jsonschema<3,>=2.5.1 00:39:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:09 Collecting cached-property<2,>=1.2.0 00:39:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:10 Collecting PyYAML<4,>=3.10 00:39:10 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:11 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:11 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:12 Collecting dockerpty<0.5,>=0.4.1 00:39:12 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:13 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:39:13 Collecting docopt<0.7,>=0.6.1 00:39:13 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:13 Collecting docker-pycreds>=0.4.0 00:39:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:13 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:39:13 Collecting urllib3<1.25,>=1.21.1 00:39:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:13 Collecting idna<2.8,>=2.5 00:39:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:13 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:39:13 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:13 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:13 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:13 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:13 Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, jsonschema, cached-property, PyYAML, dockerpty, docopt, docker-compose 00:39:14 Attempting uninstall: urllib3 00:39:14 Found existing installation: urllib3 1.25.9 00:39:14 Uninstalling urllib3-1.25.9: 00:39:14 Successfully uninstalled urllib3-1.25.9 00:39:14 Attempting uninstall: idna 00:39:14 Found existing installation: idna 2.9 00:39:14 Uninstalling idna-2.9: 00:39:14 Successfully uninstalled idna-2.9 00:39:14 Attempting uninstall: requests 00:39:14 Found existing installation: requests 2.23.0 00:39:14 Uninstalling requests-2.23.0: 00:39:14 Successfully uninstalled requests-2.23.0 00:39:14 Running setup.py install for texttable: started 00:39:15 Running setup.py install for texttable: finished with status 'done' 00:39:15 Running setup.py install for PyYAML: started 00:39:16 Running setup.py install for PyYAML: finished with status 'done' 00:39:16 Running setup.py install for dockerpty: started 00:39:16 Running setup.py install for dockerpty: finished with status 'done' 00:39:16 Running setup.py install for docopt: started 00:39:17 Running setup.py install for docopt: finished with status 'done' 00:39:17 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:39:20 Removing intermediate container f6948ef391fc 00:39:20 ---> d6bb32056f9a 00:39:20 Step 21/26 : RUN apk --no-cache add curl 00:39:20 ---> Running in 6fe37bb8f639 00:39:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:21 (2/3) Installing libcurl (7.69.1-r3) 00:39:21 (3/3) Installing curl (7.69.1-r3) 00:39:21 Executing busybox-1.31.1-r19.trigger 00:39:21 OK: 72 MiB in 58 packages 00:39:21 Removing intermediate container 6fe37bb8f639 00:39:21 ---> 9fdf88a83812 00:39:21 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:21 ---> Running in f71a256c417f 00:39:21 Removing intermediate container f71a256c417f 00:39:21 ---> 6410f4c4ca3a 00:39:21 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:21 ---> Running in 0a8f4d0e3d48 00:39:21 Removing intermediate container 0a8f4d0e3d48 00:39:21 ---> 184020a6c681 00:39:21 Step 24/26 : LABEL arch=x86_64 00:39:22 ---> Running in 19b6e8a0aa83 00:39:22 Removing intermediate container 19b6e8a0aa83 00:39:22 ---> ec0726d23f54 00:39:22 Step 25/26 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b 00:39:22 ---> Running in e85de7c1680f 00:39:22 Removing intermediate container e85de7c1680f 00:39:22 ---> 2eb4679c7bf7 00:39:22 Step 26/26 : LABEL version=0.0.0 00:39:22 ---> Running in a92986860eac 00:39:22 Removing intermediate container a92986860eac 00:39:22 ---> cbcf920cda6a 00:39:22 00:39:22 Successfully built cbcf920cda6a 00:39:22 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:23  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:39:23 $ docker stop --time=1 c560ec970e2f57c5857bf7c5477764620398c1a0aa8bec4876a99e4ec30f51e8 00:39:24 $ docker rm -f c560ec970e2f57c5857bf7c5477764620398c1a0aa8bec4876a99e4ec30f51e8 [Pipeline] // withDockerContainer [Pipeline] sh 00:39:25 + docker images 00:39:25 + grep docker 00:39:25 docker-sys-mgmt-agent-go latest cbcf920cda6a 3 seconds ago 313MB 00:39:25 docker-core-data-go latest 4a9f4d3cb801 29 seconds ago 22.3MB 00:39:25 docker-security-proxy-setup-go latest 7c6c9f5ec6d3 33 seconds ago 24.4MB 00:39:25 docker-support-scheduler-go latest 128b8aef5558 36 seconds ago 10.7MB 00:39:25 docker-security-secretstore-setup-go latest 87e1a1972945 2 minutes ago 24.6MB 00:39:25 docker-security-bootstrap-redis-go latest e3774e7fc8a6 2 minutes ago 15.8MB 00:39:25 docker-support-notifications-go latest bf77ba849539 2 minutes ago 12MB 00:39:25 docker-core-command-go latest 7bae79061896 2 minutes ago 10.6MB 00:39:25 docker-core-metadata-go latest c9924bcb09df 2 minutes ago 13.1MB 00:39:25 docker 20.10.0 aefe523efa57 5 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:39:41 Still waiting to schedule task 00:39:41 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:39:49 gofmt -l . 00:39:52 [ "`gofmt -l .`" = "" ] 00:39:56 ./bin/test-go-mod-tidy.sh 00:39:56 ./bin/test-attribution-txt.sh [Pipeline] sh 00:39:59 + ls -al . 00:39:59 total 684 00:39:59 drwxrwxr-x 9 1001 1001 4096 Jan 22 00:39 . 00:39:59 drwxr-xr-x 4 root root 4096 Jan 22 00:35 .. 00:39:59 -rw-rw-r-- 1 1001 1001 11 Jan 22 00:33 .dockerignore 00:39:59 drwxrwxr-x 8 1001 1001 4096 Jan 22 00:33 .git 00:39:59 drwxrwxr-x 3 1001 1001 4096 Jan 22 00:33 .github 00:39:59 -rw-rw-r-- 1 1001 1001 824 Jan 22 00:33 .gitignore 00:39:59 -rw-rw-r-- 1 1001 1001 166 Jan 22 00:33 .sonarcloud.properties 00:39:59 -rw-rw-r-- 1 1001 1001 7759 Jan 22 00:33 Attribution.txt 00:39:59 -rw-rw-r-- 1 1001 1001 3804 Jan 22 00:33 CONTRIBUTING.md 00:39:59 -rw-rw-r-- 1 1001 1001 931 Jan 22 00:33 Dockerfile.build 00:39:59 -rw-rw-r-- 1 1001 1001 863 Jan 22 00:33 Jenkinsfile 00:39:59 -rw-rw-r-- 1 1001 1001 10775 Jan 22 00:33 LICENSE 00:39:59 -rw-rw-r-- 1 1001 1001 5750 Jan 22 00:33 Makefile 00:39:59 -rw-rw-r-- 1 1001 1001 6524 Jan 22 00:33 README.md 00:39:59 -rw-rw-r-- 1 1001 1001 6744 Jan 22 00:33 SECURITY.md 00:39:59 -rw-rw-r-- 1 1001 1001 5 Jan 22 00:31 VERSION 00:39:59 -rw-rw-r-- 1 1001 1001 4131 Jan 22 00:33 ZMQWindows.md 00:39:59 drwxrwxr-x 2 1001 1001 4096 Jan 22 00:33 bin 00:39:59 drwxrwxr-x 14 1001 1001 4096 Jan 22 00:33 cmd 00:39:59 -rw-r--r-- 1 root root 551534 Jan 22 00:38 coverage.out 00:39:59 -rw-r--r-- 1 root root 1027 Jan 22 00:39 go.mod 00:39:59 -rw-r--r-- 1 root root 18842 Jan 22 00:39 go.sum 00:39:59 drwxrwxr-x 8 1001 1001 4096 Jan 22 00:33 internal 00:39:59 drwxrwxr-x 4 1001 1001 4096 Jan 22 00:33 openapi 00:39:59 drwxrwxr-x 4 1001 1001 4096 Jan 22 00:33 snap 00:39:59 -rw-rw-r-- 1 1001 1001 168 Jan 22 00:33 version.go [Pipeline] sh 00:39:59 + '[' -e coverage.out ] 00:39:59 + chown 1001:1001 coverage.out [Pipeline] stash 00:39:59 Warning: overwriting stash ‘coverage-report’ 00:40:00 Stashed 1 file(s) [Pipeline] sh 00:40:01 + make build 00:40:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40:14 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:40 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:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:40:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:40:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:41:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:41:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:41:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:41:17 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:41:20 Running on prd-ubuntu18.04-docker-8c-8g-22108 in /w/workspace/edgexfoundry_edgex-go_PR-3058 [Pipeline] { [Pipeline] ws 00:41:20 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:41:21 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:41:22 using credential edgex-jenkins-ssh 00:41:22 Cloning the remote Git repository 00:41:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:22 > git init /w/workspace/edgex-go/2 # timeout=10 00:41:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:22 > git --version # timeout=10 00:41:22 > git --version # 'git version 2.17.1' 00:41:22 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41: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 [Pipeline] } 00:41:31 $ docker stop --time=1 5c53e62bb591d7e108dffbe2e9620c640cec90c032daa75ad1c4a67ba12587f2 00:41:33 $ docker rm -f 5c53e62bb591d7e108dffbe2e9620c640cec90c032daa75ad1c4a67ba12587f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:36 00:41:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:41:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:36 latest: Pulling from edgex-devops/edgex-compose-arm64 00:41:36 29e5d40040c1: Pulling fs layer 00:41:36 1ce36da41761: Pulling fs layer 00:41:36 25b303627fd3: Pulling fs layer 00:41:36 29e5d40040c1: Verifying Checksum 00:41:36 29e5d40040c1: Download complete 00:41:37 29e5d40040c1: Pull complete 00:41:37 1ce36da41761: Verifying Checksum 00:41:37 1ce36da41761: Download complete 00:41:38 1ce36da41761: Pull complete 00:41:39 25b303627fd3: Verifying Checksum 00:41:39 25b303627fd3: Download complete 00:41:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3058/head:refs/remotes/origin/PR-3058 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:41:49 Merging remotes/origin/master commit 4ca1de52de98fea5214ec757781974277347748a into PR head commit ad3a7c46b1225c5583ed95292fc67c02ffde05ab 00:41:49 Merge succeeded, producing 01141f00eb69916b1876d4437a5c6f5a89fbd9c2 00:41:49 Checking out Revision 01141f00eb69916b1876d4437a5c6f5a89fbd9c2 (PR-3058) 00:41:50 25b303627fd3: Pull complete 00:41:50 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:41:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:41:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:41:50 prd-ubuntu18.04-docker-arm64-4c-16g-22099 does not seem to be running inside a container 00:41:50 $ 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:41:49 > git config core.sparsecheckout # timeout=10 00:41:49 > git checkout -f ad3a7c46b1225c5583ed95292fc67c02ffde05ab # timeout=10 00:41:49 > git remote # timeout=10 00:41:49 > git config --get remote.origin.url # timeout=10 00:41:49 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:49 > git merge 4ca1de52de98fea5214ec757781974277347748a # timeout=10 00:41:49 > git rev-parse HEAD^{commit} # timeout=10 00:41:49 > git config core.sparsecheckout # timeout=10 00:41:49 > git checkout -f 01141f00eb69916b1876d4437a5c6f5a89fbd9c2 # timeout=10 00:41:53 Commit message: "Merge commit '4ca1de52de98fea5214ec757781974277347748a' into HEAD" 00:41:53 > git rev-list --no-walk ad3a7c46b1225c5583ed95292fc67c02ffde05ab # timeout=10 00:41:53 $ docker top 4b0cd98ad610aa349e2d87256002d18f076fa3de79078159f6c460edde4878b1 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:41:55 + + docker-composegrep build parallel --help 00:41:55 00:41:55 + echo snap-build.sh 00:41:55 snap-build.sh 00:41:55 + SNAP_BASE_DIR=. 00:41:55 + '[' '!' -z /w/workspace/edgex-go/2 ']' 00:41:55 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 00:41:55 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 00:41:55 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 00:41:55 + cd /w/workspace/edgex-go/2 00:41:55 + sudo apt-get remove -qy --purge lxd lxd-client 00:41:55 Reading package lists... 00:41:55 Building dependency tree... 00:41:55 Reading state information... 00:41:55 The following packages were automatically installed and are no longer required: 00:41:55 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:41:55 uidmap xdelta3 00:41:55 Use 'sudo apt autoremove' to remove them. 00:41:55 The following packages will be REMOVED: 00:41:55 lxd* lxd-client* 00:41:56 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:41:56 After this operation, 31.7 MB disk space will be freed. 00:41:56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:41:56 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:57 Removing lxd dnsmasq configuration 00:41:57 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:41:57 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:41:58 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:41:59 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:41:59 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:00 --parallel Build images in parallel. 00:42:00 Processing triggers for systemd (237-3ubuntu10.42) ... 00:42:00 Processing triggers for ureadahead (0.100.0-21) ... [Pipeline] } 00:42:00 $ docker stop --time=1 4b0cd98ad610aa349e2d87256002d18f076fa3de79078159f6c460edde4878b1 00:42:01 + sudo snap remove --purge lxd 00:42:01 snap "lxd" is not installed 00:42:01 + sudo groupadd --force --system lxd 00:42:01 ++ whoami 00:42:01 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:42:01 + newgrp - lxd 00:42:01 + sudo snap install lxd 00:42:02 $ docker rm -f 4b0cd98ad610aa349e2d87256002d18f076fa3de79078159f6c460edde4878b1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:03 . [Pipeline] withDockerContainer 00:42:03 prd-ubuntu18.04-docker-arm64-4c-16g-22099 does not seem to be running inside a container 00:42:03 $ 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:42:05 $ docker top c11e2bc7ed416efe8035afe1b9eec12d05e1bd68054c8bcf35435f4e37177d26 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:06 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:10 2021-01-22T00:42:08Z INFO Waiting for automatic snapd restart... 00:42:12 Building docker-core-command-go ... 00:42:12 Building docker-core-data-go ... 00:42:12 Building docker-core-metadata-go ... 00:42:12 Building docker-security-bootstrap-redis-go ... 00:42:12 Building docker-security-proxy-setup-go ... 00:42:12 Building docker-security-secretstore-setup-go ... 00:42:12 Building docker-support-notifications-go ... 00:42:12 Building docker-support-scheduler-go ... 00:42:12 Building docker-sys-mgmt-agent-go ... 00:42:12 Building docker-security-secretstore-setup-go 00:42:12 Building docker-core-metadata-go 00:42:12 Building docker-sys-mgmt-agent-go 00:42:12 Building docker-support-notifications-go 00:42:12 Building docker-security-bootstrap-redis-go 00:42:24 lxd 4.10 from Canonical* installed 00:42:24 + sudo lxd init --auto 00:42:33 + sudo snap install --classic snapcraft 00:42:37 snapcraft 4.4.4 from Canonical* installed 00:42:37 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:42:37 + patch --verbose -p1 00:42:37 Hmm... Looks like a unified diff to me... 00:42:37 The text leading up to this was: 00:42:37 -------------------------- 00:42:37 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:42:37 |From: Tony Espy 00:42:37 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:42:37 |Subject: [PATCH] optimize snap build for pipeline CI check 00:42:37 | 00:42:37 |This patch is used by the EdgeX CI pipeline builds to 00:42:37 |optimize the snap CI check run for pull requests. When 00:42:37 |applied, it essentially strips out everything (apps and 00:42:37 |parts) from the snapcraft.yaml file except those required 00:42:37 |to build edgex-go, as the whole idea of the CI check is to 00:42:37 |catch changes to edgex-go that break the snap build. 00:42:37 | 00:42:37 |In general, anyone updating snapcraft.yaml will also need 00:42:37 |to update this patch file, otherwise it may fail to apply, 00:42:37 |resulting in a failed snap build CI check in the associated 00:42:37 |pull request. 00:42:37 | 00:42:37 |Note - in addition to applying this patch, the pipeline also 00:42:37 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:42:37 |need to build the finally binary .snap file (and it won't 00:42:37 |work with the patch applied). This further reduces the build 00:42:37 |time. 00:42:37 |--- 00:42:37 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:42:37 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:42:37 | 00:42:37 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:42:37 |index 1e537489..faf42425 100644 00:42:37 |--- a/snap/snapcraft.yaml 00:42:37 |+++ b/snap/snapcraft.yaml 00:42:37 -------------------------- 00:42:37 patching file snap/snapcraft.yaml 00:42:37 Using Plan A... 00:42:37 Hunk #1 succeeded at 73. 00:42:37 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:42:37 Hunk #3 succeeded at 214 (offset -1 lines). 00:42:37 Hunk #4 succeeded at 222 (offset -1 lines). 00:42:37 Hunk #5 succeeded at 229 (offset -1 lines). 00:42:37 Hunk #6 succeeded at 256 (offset -1 lines). 00:42:37 Hunk #7 succeeded at 290 (offset -1 lines). 00:42:37 Hunk #8 succeeded at 342. 00:42:37 Hmm... Ignoring the trailing garbage. 00:42:37 done 00:42:37 + sudo snapcraft prime --use-lxd 00:42:38 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:42:38 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:42:38 - README.md 00:42:38 - snapcraft.yaml.orig 00:42:38 00:42:38 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:42:38 Launching a container. 00:42:51 Waiting for container to be ready 00:42:51 To start your first instance, try: lxc launch ubuntu:18.04 00:42:51 00:42:54 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:42:54 Waiting for network to be ready... 00:42:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:42:55 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:42:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 00:42:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 00:42:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:42:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:42:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 00:42:55 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 00:42:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 00:42:55 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 00:42:55 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:42:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:42:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:42:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:42:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:42:56 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:42:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:42:56 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:42:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:42:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 00:42:56 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 00:42:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 00:42:56 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:42:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 00:42:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 00:42:56 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 00:42:57 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 00:42:59 Fetched 23.8 MB in 4s (5787 kB/s) 00:43:00 Reading package lists... 00:43:00 Reading package lists... 00:43:00 Building dependency tree... 00:43:00 Reading state information... 00:43:00 The following additional packages will be installed: 00:43:00 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:00 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:00 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:00 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:43:00 Suggested packages: 00:43:00 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:43:00 Recommended packages: 00:43:00 gnupg libsasl2-modules 00:43:00 The following NEW packages will be installed: 00:43:00 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:43:00 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:43:00 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:43:00 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:43:00 The following packages will be upgraded: 00:43:00 gpg gpg-agent gpgconf libudev1 00:43:00 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 00:43:00 Need to get 3533 kB of archives. 00:43:00 After this operation, 13.3 MB of additional disk space will be used. 00:43:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:43:00 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:43:00 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:43:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:43:00 Get:5 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:43:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:43:00 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:43:00 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:43:00 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:43:00 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:43:01 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:43:01 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:43:01 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:43:01 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:43:01 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:43:01 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:43:01 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:43:01 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:43:01 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:43:01 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:43:01 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:43:01 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:43:01 debconf: delaying package configuration, since apt-utils is not installed 00:43:01 Fetched 3533 kB in 1s (3225 kB/s) 00:43:01 (Reading database ... 12511 files and directories currently installed.) 00:43:01 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:43:01 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:01 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:43:02 Selecting previously unselected package udev. 00:43:02 (Reading database ... 12511 files and directories currently installed.) 00:43:02 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:43:02 Unpacking udev (237-3ubuntu10.44) ... 00:43:02 Selecting previously unselected package libfuse2:amd64. 00:43:02 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:43:02 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:02 Selecting previously unselected package fuse. 00:43:02 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:43:02 Unpacking fuse (2.9.7-1ubuntu1) ... 00:43:02 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:02 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:02 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:02 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:02 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:02 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:03 Selecting previously unselected package libksba8:amd64. 00:43:03 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:43:03 Unpacking libksba8:amd64 (1.3.5-2) ... 00:43:03 Selecting previously unselected package libroken18-heimdal:amd64. 00:43:03 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:03 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:03 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:43:03 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:03 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:03 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:43:03 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:03 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:03 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:43:03 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:03 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:03 Selecting previously unselected package libwind0-heimdal:amd64. 00:43:03 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:03 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:03 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:43:03 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:03 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:03 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:43:03 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:03 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:03 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:43:03 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:03 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:03 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:43:03 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:43:03 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:04 Selecting previously unselected package libsasl2-modules-db:amd64. 00:43:04 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:43:04 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:04 Selecting previously unselected package libsasl2-2:amd64. 00:43:04 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:43:04 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:04 Selecting previously unselected package libldap-common. 00:43:04 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:43:04 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:43:04 Selecting previously unselected package libldap-2.4-2:amd64. 00:43:04 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:43:04 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:43:04 Selecting previously unselected package dirmngr. 00:43:04 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:04 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:43:04 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:43:04 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:43:04 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:43:04 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:04 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:43:04 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:43:04 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:04 Setting up libksba8:amd64 (1.3.5-2) ... 00:43:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:04 Setting up udev (237-3ubuntu10.44) ... 00:43:05 invoke-rc.d: policy-rc.d denied execution of start. 00:43:05 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:05 Processing triggers for systemd (237-3ubuntu10) ... 00:43:05 Setting up fuse (2.9.7-1ubuntu1) ... 00:43:05 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:43:05 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:05 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:05 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:05 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:05 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:05 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:05 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:43:05 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:43:05 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:43:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:06 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:43:06 settings in the [Install] section, and DefaultInstance for template units). 00:43:06 This means they are not meant to be enabled using systemctl. 00:43:06 Possible reasons for having this kind of units are: 00:43:06 1) A unit may be statically enabled by being symlinked from another unit's 00:43:06 .wants/ or .requires/ directory. 00:43:06 2) A unit's purpose may be to act as a helper for some other unit which has 00:43:06 a requirement dependency on it. 00:43:06 3) A unit may be started when needed via activation (socket, path, timer, 00:43:06 D-Bus, udev, scripted systemctl call, ...). 00:43:06 4) In case of template units, the unit is meant to be enabled with some 00:43:06 instance name specified. 00:43:06 Reading package lists... 00:43:06 Building dependency tree... 00:43:06 Reading state information... 00:43:06 The following additional packages will be installed: 00:43:06 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:43:06 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:43:06 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:43:06 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:43:06 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:43:06 Suggested packages: 00:43:06 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:43:06 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:43:06 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:43:06 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:43:06 systemd-container policykit-1 00:43:06 Recommended packages: 00:43:06 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:43:06 The following NEW packages will be installed: 00:43:06 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:43:06 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:43:06 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:43:06 multiarch-support openssh-client python3 python3-minimal python3.6 00:43:06 python3.6-minimal snapd squashfs-tools sudo 00:43:06 The following packages will be upgraded: 00:43:06 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:43:06 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 00:43:06 Need to get 35.2 MB of archives. 00:43:06 After this operation, 141 MB of additional disk space will be used. 00:43:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:43:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:43:06 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:43:06 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:43:06 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:43:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:43:06 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:43:07 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:43:07 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:43:07 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:43:07 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:43:07 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:43:07 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:43:07 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:43:07 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:43:07 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:43:07 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:43:07 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:43:07 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:43:07 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:43:07 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:43:07 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:43:07 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:43:07 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:43:07 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:43:07 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 00:43:07 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:43:07 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:43:07 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:43:07 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:43:09 debconf: delaying package configuration, since apt-utils is not installed 00:43:09 Fetched 35.2 MB in 2s (15.4 MB/s) 00:43:09 (Reading database ... 12757 files and directories currently installed.) 00:43:09 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:43:09 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:09 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:43:09 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:10 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:43:10 (Reading database ... 12757 files and directories currently installed.) 00:43:10 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:43:10 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:10 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:43:10 (Reading database ... 12757 files and directories currently installed.) 00:43:10 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:43:10 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:43:10 Setting up apt (1.6.12ubuntu0.2) ... 00:43:10 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:43:11 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:43:11 (Reading database ... 12764 files and directories currently installed.) 00:43:11 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:43:11 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:43:11 Selecting previously unselected package libpython3.6-minimal:amd64. 00:43:11 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:11 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:11 Selecting previously unselected package libexpat1:amd64. 00:43:11 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:43:11 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:11 Selecting previously unselected package python3.6-minimal. 00:43:11 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:11 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:43:12 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:43:12 Checking for services that may need to be restarted...done. 00:43:12 Checking for services that may need to be restarted...done. 00:43:12 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:12 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:43:12 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:43:12 Selecting previously unselected package python3-minimal. 00:43:12 (Reading database ... 13012 files and directories currently installed.) 00:43:12 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:43:12 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:43:12 Selecting previously unselected package mime-support. 00:43:12 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:43:12 Unpacking mime-support (3.60ubuntu1) ... 00:43:12 Selecting previously unselected package libmpdec2:amd64. 00:43:12 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:43:12 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:13 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:43:13 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:13 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:13 Selecting previously unselected package python3.6. 00:43:13 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:43:13 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:43:13 Selecting previously unselected package libpython3-stdlib:amd64. 00:43:13 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:43:13 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:13 Setting up python3-minimal (3.6.7-1~18.04) ... 00:43:13 Selecting previously unselected package python3. 00:43:13 (Reading database ... 13442 files and directories currently installed.) 00:43:13 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:43:13 Unpacking python3 (3.6.7-1~18.04) ... 00:43:13 Selecting previously unselected package multiarch-support. 00:43:13 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:43:13 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:43:14 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:43:14 Selecting previously unselected package liblzo2-2:amd64. 00:43:14 (Reading database ... 13479 files and directories currently installed.) 00:43:14 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:43:14 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:43:14 Selecting previously unselected package libbsd0:amd64. 00:43:14 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:43:14 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:14 Selecting previously unselected package sudo. 00:43:14 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 00:43:14 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 00:43:14 Selecting previously unselected package apparmor. 00:43:14 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:43:14 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:43:14 Selecting previously unselected package libedit2:amd64. 00:43:14 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:43:14 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:43:14 Selecting previously unselected package libkrb5support0:amd64. 00:43:14 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:43:14 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:15 Selecting previously unselected package libk5crypto3:amd64. 00:43:15 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:43:15 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:15 Selecting previously unselected package libkeyutils1:amd64. 00:43:15 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:43:15 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:15 Selecting previously unselected package libkrb5-3:amd64. 00:43:15 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:43:15 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:15 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:43:15 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:43:15 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:15 Selecting previously unselected package libssl1.0.0:amd64. 00:43:15 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:43:15 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:43:15 Selecting previously unselected package openssh-client. 00:43:15 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:43:15 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:15 Selecting previously unselected package squashfs-tools. 00:43:15 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:43:15 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:15 Selecting previously unselected package snapd. 00:43:15 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:43:15 Unpacking snapd (2.48+18.04) ... 00:43:17 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:43:17 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:43:18 Setting up mime-support (3.60ubuntu1) ... 00:43:18 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 00:43:18 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:43:18 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:43:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:18 Setting up systemd (237-3ubuntu10.44) ... 00:43:18 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:43:18 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:43:18 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:43:19 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:43:19 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:43:19 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:43:19 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:43:20 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:43:20 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:43:20 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:43:20 Setting up python3 (3.6.7-1~18.04) ... 00:43:20 running python rtupdate hooks for python3.6... 00:43:20 running python post-rtupdate hooks for python3.6... 00:43:20 Setting up apparmor (2.12-4ubuntu5.1) ... 00:43:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:20 ---> 4fec52a89cea 00:43:20 Step 3/22 : WORKDIR /edgex-go 00:43:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:20 ---> 4fec52a89cea 00:43:20 Step 3/22 : WORKDIR /edgex-go 00:43:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:43:20 ---> 4fec52a89cea 00:43:20 Step 3/24 : WORKDIR /edgex-go 00:43:20 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:43:20 ---> 4fec52a89cea 00:43:20 Step 3/26 : WORKDIR /edgex-go 00:43:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:43:20 ---> 4fec52a89cea 00:43:20 Step 3/24 : WORKDIR /edgex-go 00:43:22 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:43:22 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:43:22 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:43:22 Setting up snapd (2.48+18.04) ... 00:43:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:43:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:43:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:43:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:43:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:23 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:43:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:43:23 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:43:23 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:43:24 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:43:24 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:43:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:43:24 Processing triggers for systemd (237-3ubuntu10.44) ... 00:43:24 ---> Running in e829ca00fbd7 00:43:24 ---> Running in b76376dfbafa 00:43:24 ---> Running in 46888812c472 00:43:24 ---> Running in 69c18b26869a 00:43:24 ---> Running in 810523bfc7fc 00:43:24 Removing intermediate container b76376dfbafa 00:43:24 ---> 4d8632c9fb6c 00:43:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:24 Removing intermediate container e829ca00fbd7 00:43:24 ---> 9d48d7b3b78c 00:43:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:24 Removing intermediate container 46888812c472 00:43:24 ---> a1c5f2532c88 00:43:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:24 Removing intermediate container 69c18b26869a 00:43:24 ---> 1e5411245c8a 00:43:24 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:25 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:43:25 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:43:25 Removing intermediate container 810523bfc7fc 00:43:25 ---> 7eb7ae553d12 00:43:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:25 ---> Running in ffa1d52922e4 00:43:25 ---> Running in 8e0958ea2549 00:43:25 ---> Running in 8e1cf9c124b8 00:43:25 ---> Running in 38e6d9d737b8 00:43:25 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:43:25 ---> Running in ecac5d991266 00:43:26 Reading package lists... 00:43:26 Reading package lists... 00:43:26 Building dependency tree... 00:43:26 Reading state information... 00:43:26 Calculating upgrade... 00:43:27 The following packages will be upgraded: 00:43:27 advancecomp base-files bash binutils binutils-common 00:43:27 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:43:27 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:43:27 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 00:43:27 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 00:43:27 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 00:43:27 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 00:43:27 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 00:43:27 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 00:43:27 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 00:43:27 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 00:43:27 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 00:43:27 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 00:43:27 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 00:43:27 ubuntu-keyring util-linux 00:43:27 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:43:27 Need to get 63.7 MB of archives. 00:43:27 After this operation, 5203 kB of additional disk space will be used. 00:43:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:43:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:43:27 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:43:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:43:27 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:43:27 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:43:27 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:43:27 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:43:27 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:43:27 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:43:27 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:43:27 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:43:27 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:43:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:43:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:43:27 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:43:27 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:43:27 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:43:27 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:43:27 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:43:27 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:43:27 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:43:27 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:43:27 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:43:27 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:43:27 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:43:27 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:43:27 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:43:27 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:43:27 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:43:27 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:43:27 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:43:27 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:43:27 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:43:27 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:43:27 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:43:27 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:43:27 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:43:27 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:43:27 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:43:27 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 00:43:27 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:43:27 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:43:27 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:43:27 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 00:43:27 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:43:27 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:43:27 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:43:27 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:43:27 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:43:27 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:43:27 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:43:27 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:43:27 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:43:27 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:43:27 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:43:27 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:43:27 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:43:28 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:43:28 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:43:28 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:43:28 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:43:28 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:43:28 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:43:28 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:43:28 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 00:43:28 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:43:28 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:43:28 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:43:28 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:43:28 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:43:28 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:43:28 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:43:28 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:43:28 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:43:28 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:43:28 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:43:28 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:43:28 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:43:28 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:43:28 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:43:28 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:43:28 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:43:28 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:43:28 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:43:28 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:43:28 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:43:28 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:43:28 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:43:28 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:43:28 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:43:28 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:43:28 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:43:28 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:43:28 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:43:28 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:43:28 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:43:29 debconf: delaying package configuration, since apt-utils is not installed 00:43:29 Fetched 63.7 MB in 2s (31.7 MB/s) 00:43:29 (Reading database ... 13912 files and directories currently installed.) 00:43:29 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:43:29 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:29 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:43:29 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:29 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 00:43:29 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 00:43:29 Removing intermediate container 8e0958ea2549 00:43:29 ---> 2d900a83a5a4 00:43:29 Step 5/22 : RUN apk add --update --no-cache make git 00:43:29 ---> Running in 3821d46c3e4b 00:43:29 Removing intermediate container ffa1d52922e4 00:43:29 ---> 4e680e154e9c 00:43:29 Step 5/26 : RUN apk add --update --no-cache make bash git 00:43:30 Removing intermediate container ecac5d991266 00:43:30 ---> 4ff22f404347 00:43:30 Step 5/24 : RUN apk add --update --no-cache make git 00:43:30 ---> Running in d26bc45c3449 00:43:30 Removing intermediate container 8e1cf9c124b8 00:43:30 ---> 69a69cea98cc 00:43:30 Step 5/22 : RUN apk add --update --no-cache make git 00:43:30 ---> Running in 0973a72eab94 00:43:30 Removing intermediate container 38e6d9d737b8 00:43:30 ---> 2e60349b2a81 00:43:30 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:43:30 ---> Running in bc82d993a7eb 00:43:30 ---> Running in ceba5d8c6fc6 00:43:30 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:30 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:31 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:31 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:31 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:31 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:31 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:31 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:31 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:31 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:31 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:31 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:31 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:31 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:31 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:31 (Reading database ... 13911 files and directories currently installed.) 00:43:31 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:32 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:43:32 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:43:32 (Reading database ... 13911 files and directories currently installed.) 00:43:32 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:32 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:32 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:32 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:32 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:43:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:43:32 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:43:32 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:32 (Reading database ... 13911 files and directories currently installed.) 00:43:32 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:43:32 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:43:33 OK: 217 MiB in 51 packages 00:43:33 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:43:33 (Reading database ... 13911 files and directories currently installed.) 00:43:33 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:43:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:43:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:43:33 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:43:34 Setting up base-files (10.1ubuntu2.10) ... 00:43:34 Installing new version of config file /etc/issue ... 00:43:34 Installing new version of config file /etc/issue.net ... 00:43:34 Installing new version of config file /etc/lsb-release ... 00:43:34 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:43:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:43:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:43:34 Removing obsolete conffile /etc/default/motd-news ... 00:43:34 OK: 217 MiB in 51 packages 00:43:34 OK: 217 MiB in 51 packages 00:43:34 (Reading database ... 13912 files and directories currently installed.) 00:43:34 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:43:34 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:43:34 Setting up bash (4.4.18-2ubuntu1.2) ... 00:43:34 OK: 217 MiB in 51 packages 00:43:34 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:43:34 (Reading database ... 13912 files and directories currently installed.) 00:43:34 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:34 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:43:35 OK: 217 MiB in 51 packages 00:43:35 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:43:35 (Reading database ... 13912 files and directories currently installed.) 00:43:35 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:43:35 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:43:35 Setting up tar (1.29b-2ubuntu0.2) ... 00:43:35 Removing intermediate container 3821d46c3e4b 00:43:35 ---> 5b033b9fb7c8 00:43:35 Step 6/22 : COPY go.mod . 00:43:35 (Reading database ... 13912 files and directories currently installed.) 00:43:35 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:43:35 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:35 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:43:35 (Reading database ... 13912 files and directories currently installed.) 00:43:35 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:35 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:35 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:35 (Reading database ... 13912 files and directories currently installed.) 00:43:35 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:35 Removing intermediate container 0973a72eab94 00:43:35 ---> f8e3d3d046a2 00:43:35 Step 6/24 : COPY go.mod . 00:43:36 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:36 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:43:36 (Reading database ... 13912 files and directories currently installed.) 00:43:36 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:43:36 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:43:36 Setting up grep (3.1-2build1) ... 00:43:36 (Reading database ... 13912 files and directories currently installed.) 00:43:36 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:43:36 ---> 62310107d8d7 00:43:36 Step 7/22 : RUN go mod download 00:43:36 Removing intermediate container ceba5d8c6fc6 00:43:36 ---> ad7555a54749 00:43:36 Step 6/22 : COPY go.mod . 00:43:36 ---> Running in 4823674973c8 00:43:36 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:43:36 Setting up login (1:4.5-1ubuntu2) ... 00:43:36 Removing intermediate container d26bc45c3449 00:43:36 ---> 7dd75ed3b65b 00:43:36 Step 6/26 : COPY go.mod . 00:43:36 Removing intermediate container bc82d993a7eb 00:43:36 ---> 73a1219e023c 00:43:36 Step 6/24 : COPY go.mod . 00:43:36 (Reading database ... 13912 files and directories currently installed.) 00:43:36 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:36 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:36 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:43:37 ---> 076aacb47391 00:43:37 Step 7/24 : RUN go mod download 00:43:37 (Reading database ... 13912 files and directories currently installed.) 00:43:37 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:37 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:37 ---> Running in 8c7027e8e70e 00:43:37 ---> d5b5cafb2665 00:43:37 Step 7/22 : RUN go mod download 00:43:37 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:37 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:37 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:37 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:37 ---> Running in e3d9b9ae66a6 00:43:38 ---> d68618c829af 00:43:38 Step 7/26 : RUN go mod download 00:43:38 ---> 44905d2691e3 00:43:38 Step 7/24 : RUN go mod download 00:43:38 ---> Running in d66239762d33 00:43:38 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:43:38 (Reading database ... 13912 files and directories currently installed.) 00:43:38 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:43:38 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:43:38 ---> Running in 3fed6d77d0a7 00:43:39 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:43:39 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:43:39 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:43:39 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:43:39 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:43:39 (Reading database ... 13912 files and directories currently installed.) 00:43:39 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:43:39 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:43:39 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:43:40 (Reading database ... 13912 files and directories currently installed.) 00:43:40 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:40 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:40 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:40 (Reading database ... 13912 files and directories currently installed.) 00:43:40 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:40 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:40 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:40 (Reading database ... 13912 files and directories currently installed.) 00:43:40 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:40 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:40 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:41 (Reading database ... 13912 files and directories currently installed.) 00:43:41 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:41 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:41 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:41 (Reading database ... 13912 files and directories currently installed.) 00:43:41 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:41 Removing intermediate container 4823674973c8 00:43:41 ---> dd1fefb251e8 00:43:41 Step 8/22 : COPY . . 00:43:41 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:41 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:41 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:41 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:41 (Reading database ... 13912 files and directories currently installed.) 00:43:41 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:43:41 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:41 Removing intermediate container 8c7027e8e70e 00:43:41 ---> 99f2dac44ba1 00:43:41 Step 8/24 : COPY . . 00:43:41 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:41 (Reading database ... 13912 files and directories currently installed.) 00:43:41 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:41 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:42 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:43:42 (Reading database ... 13912 files and directories currently installed.) 00:43:42 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:42 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:42 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:43:42 (Reading database ... 13912 files and directories currently installed.) 00:43:42 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:42 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:42 Removing intermediate container e3d9b9ae66a6 00:43:42 ---> 07989bb396cc 00:43:42 Step 8/22 : COPY . . 00:43:42 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:43:43 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:43:43 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:43:43 (Reading database ... 13912 files and directories currently installed.) 00:43:43 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:43:43 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:43:43 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:43:43 (Reading database ... 13912 files and directories currently installed.) 00:43:43 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:43:43 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:43:43 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:43:44 (Reading database ... 13914 files and directories currently installed.) 00:43:44 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:43:44 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:43:44 Setting up debconf (1.5.66ubuntu1) ... 00:43:44 (Reading database ... 13914 files and directories currently installed.) 00:43:44 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:44 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:44 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:45 (Reading database ... 13914 files and directories currently installed.) 00:43:45 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:45 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:45 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:45 (Reading database ... 13914 files and directories currently installed.) 00:43:45 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:43:45 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:45 Removing intermediate container d66239762d33 00:43:45 ---> c4027aa0a860 00:43:45 Step 8/26 : COPY . . 00:43:45 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:45 (Reading database ... 13914 files and directories currently installed.) 00:43:45 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:43:45 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:43:45 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:43:45 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:43:46 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:46 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:46 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:46 (Reading database ... 13914 files and directories currently installed.) 00:43:46 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:43:46 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:43:46 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:43:46 (Reading database ... 13914 files and directories currently installed.) 00:43:46 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:43:46 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:43:46 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:43:46 (Reading database ... 13914 files and directories currently installed.) 00:43:46 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:43:46 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:43:46 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:43:47 (Reading database ... 13914 files and directories currently installed.) 00:43:47 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:43:47 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:43:47 Removing intermediate container 3fed6d77d0a7 00:43:47 ---> ae0247589f27 00:43:47 Step 8/24 : COPY . . 00:43:47 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:43:47 (Reading database ... 13914 files and directories currently installed.) 00:43:47 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:43:47 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:43:47 Setting up passwd (1:4.5-1ubuntu2) ... 00:43:47 (Reading database ... 13914 files and directories currently installed.) 00:43:47 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:43:47 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:43:48 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:43:48 (Reading database ... 13914 files and directories currently installed.) 00:43:48 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:43:48 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:43:48 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:43:48 (Reading database ... 13914 files and directories currently installed.) 00:43:48 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:43:48 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:43:48 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:43:48 (Reading database ... 13914 files and directories currently installed.) 00:43:48 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:43:48 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:43:48 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:43:48 (Reading database ... 13914 files and directories currently installed.) 00:43:48 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:43:48 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:43:49 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:43:49 (Reading database ... 13914 files and directories currently installed.) 00:43:49 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:43:49 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:43:49 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:43:49 (Reading database ... 13914 files and directories currently installed.) 00:43:49 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:43:49 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:43:49 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:43:49 (Reading database ... 13915 files and directories currently installed.) 00:43:49 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:43:49 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:43:50 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:43:50 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:43:50 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:43:50 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:43:50 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 00:43:50 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 00:43:50 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:43:50 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:43:50 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:43:50 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:43:50 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:43:50 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:43:51 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:43:51 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:43:51 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:43:51 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:43:51 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:43:51 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:43:51 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:43:51 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:43:51 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 00:43:51 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 00:43:52 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:43:52 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:43:52 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:43:52 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:43:52 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:52 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:53 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:53 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:53 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:53 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:53 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:43:53 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:43:53 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:53 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:53 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:53 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:53 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:53 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:53 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:53 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:54 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:54 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:55 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:55 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:56 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:56 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:57 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:57 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:58 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:43:58 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:43:58 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:58 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:58 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:43:58 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:58 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:43:58 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:43:58 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:43:58 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:43:58 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:58 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:58 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:43:58 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:43:59 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:43:59 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:43:59 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:59 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:43:59 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:59 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:59 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:59 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:43:59 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:43:59 Setting up tzdata (2020f-0ubuntu0.18.04) ... 00:43:59 00:43:59 Current default time zone: 'Etc/UTC' 00:43:59 Local time is now: Fri Jan 22 00:43:59 UTC 2021. 00:43:59 Universal Time is now: Fri Jan 22 00:43:59 UTC 2021. 00:43:59 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:43:59 00:43:59 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:43:59 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:59 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 00:43:59 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:43:59 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:43:59 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:43:59 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:43:59 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:43:59 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:43:59 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:43:59 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:43:59 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:44:00 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:00 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:00 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:00 Setting up patch (2.7.6-2ubuntu1.1) ... 00:44:00 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:44:00 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:44:00 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:44:00 Installing new version of config file /etc/ssl/openssl.cnf ... 00:44:00 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:44:00 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:44:00 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 00:44:02 Updating certificates in /etc/ssl/certs... 00:44:03 22 added, 17 removed; done. 00:44:03 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:44:03 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:03 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:44:03 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:44:03 Setting up pkgbinarymangler (138.18.04.1) ... 00:44:03 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:03 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:03 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:03 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:03 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:03 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:44:03 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:03 Setting up perl (5.26.1-6ubuntu0.5) ... 00:44:03 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:44:03 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:44:03 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:44:03 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:44:03 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:44:03 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:44:03 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:44:03 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:44:03 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:44:03 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:44:03 Processing triggers for systemd (237-3ubuntu10.44) ... 00:44:03 Processing triggers for mime-support (3.60ubuntu1) ... 00:44:03 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 00:44:03 Updating certificates in /etc/ssl/certs... 00:44:04 0 added, 0 removed; done. 00:44:04 Running hooks in /etc/ca-certificates/update.d... 00:44:04 done. 00:44:05 Reading package lists... 00:44:05 Building dependency tree... 00:44:05 Reading state information... 00:44:05 The following NEW packages will be installed: 00:44:05 apt-transport-https 00:44:05 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:44:05 Need to get 1696 B of archives. 00:44:05 After this operation, 153 kB of additional disk space will be used. 00:44:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:44:05 debconf: delaying package configuration, since apt-utils is not installed 00:44:05 Fetched 1696 B in 0s (9328 B/s) 00:44:05 Selecting previously unselected package apt-transport-https. 00:44:05 (Reading database ... 13929 files and directories currently installed.) 00:44:05 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:44:05 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:44:05 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:44:05 Waiting for network to be ready... 00:44:09 ---> 18ba7aca425f 00:44:09 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:44:09 ---> 5a1f9117d31e 00:44:09 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:44:09 ---> 972d020228f3 00:44:09 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:44:09 ---> c220147dcb07 00:44:09 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:44:09 ---> 40ba19b33dbe 00:44:09 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:44:09 ---> Running in fc9329014091 00:44:09 ---> Running in c1129ba2b41c 00:44:09 ---> Running in f8be1d0d8a08 00:44:09 ---> Running in 7f2457b69040 00:44:09 ---> Running in 8145532a3f92 00:44:10 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:44: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:44:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:44:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:44:10 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:44:11 2021-01-22T00:44:08Z INFO Waiting for automatic snapd restart... 00:44:11 snapd 2.48.2 from Canonical* installed 00:44:12 "snapd" switched to the "latest/stable" channel 00:44:12 00:44:14 core18 20201210 from Canonical* installed 00:44:14 "core18" switched to the "latest/stable" channel 00:44:14 00:44:18 snapcraft 4.4.4 from Canonical* installed 00:44:18 "snapcraft" switched to the "latest/stable" channel 00:44:18 00:44:21 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:44:21 - README.md 00:44:21 - snapcraft.yaml.orig 00:44:21 00:44:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:44:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:29 Reading package lists... 00:44:29 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:44:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:36 Reading package lists... 00:44:36 Building dependency tree... 00:44:36 Reading state information... 00:44:36 Suggested packages: 00:44:36 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:44:36 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:44:36 Recommended packages: 00:44:36 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:44:36 The following NEW packages will be installed: 00:44:36 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:44:36 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:44:36 pkg-config zip 00:44:36 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:44:36 Need to get 7655 kB of archives. 00:44:36 After this operation, 43.7 MB of additional disk space will be used. 00:44:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:44:36 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:44:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:44:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:44:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:44:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:44:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:44:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:44:36 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:44:38 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:44:38 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:44:38 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:44:38 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:44:38 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:44:38 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:44:38 debconf: delaying package configuration, since apt-utils is not installed 00:44:38 Fetched 7655 kB in 1s (10.4 MB/s) 00:44:38 Selecting previously unselected package libglib2.0-0:amd64. 00:44:38 (Reading database ... 13933 files and directories currently installed.) 00:44:38 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:44:38 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:44:38 Selecting previously unselected package libpsl5:amd64. 00:44:38 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:44:38 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:44:38 Selecting previously unselected package libnghttp2-14:amd64. 00:44:38 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:44:38 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:44:38 Selecting previously unselected package librtmp1:amd64. 00:44:38 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:44:38 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:44:38 Selecting previously unselected package libcurl3-gnutls:amd64. 00:44:38 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:44:38 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:44:38 Selecting previously unselected package liberror-perl. 00:44:38 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:44:38 Unpacking liberror-perl (0.17025-1) ... 00:44:38 Selecting previously unselected package git-man. 00:44:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:44:38 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:44:38 Selecting previously unselected package git. 00:44:38 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:44:38 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:44:38 Selecting previously unselected package libnorm1:amd64. 00:44:38 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:44:38 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:44:38 Selecting previously unselected package libpgm-5.2-0:amd64. 00:44:38 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:44:38 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:44:38 Selecting previously unselected package libsodium23:amd64. 00:44:38 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:44:38 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:44:38 Selecting previously unselected package libzmq5:amd64. 00:44:38 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:44:38 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:44:38 Selecting previously unselected package libzmq3-dev:amd64. 00:44:38 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:44:38 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:44:38 Selecting previously unselected package pkg-config. 00:44:38 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:44:39 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:44:39 Selecting previously unselected package zip. 00:44:39 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:44:39 Unpacking zip (3.0-11build1) ... 00:44:39 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:44:39 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:44:39 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:44:39 Setting up liberror-perl (0.17025-1) ... 00:44:39 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:44:39 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:44:39 No schema files found: doing nothing. 00:44:39 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:44:39 Setting up zip (3.0-11build1) ... 00:44:39 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:44:39 Setting up libsodium23:amd64 (1.0.16-2) ... 00:44:39 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:44:39 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:44:39 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:44:39 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:44:39 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:44:39 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:44:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:46 git set to automatically installed. 00:44:46 git-man set to automatically installed. 00:44:46 libcurl3-gnutls set to automatically installed. 00:44:46 liberror-perl set to automatically installed. 00:44:46 libglib2.0-0 set to automatically installed. 00:44:46 libnghttp2-14 set to automatically installed. 00:44:46 libnorm1 set to automatically installed. 00:44:46 libpgm-5.2-0 set to automatically installed. 00:44:46 libpsl5 set to automatically installed. 00:44:46 librtmp1 set to automatically installed. 00:44:46 libsodium23 set to automatically installed. 00:44:46 libzmq3-dev set to automatically installed. 00:44:46 libzmq5 set to automatically installed. 00:44:46 pkg-config set to automatically installed. 00:44:46 zip set to automatically installed. 00:44:48 snapd is not logged in, snap install commands will use sudo 00:44:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:44:54 snap "core18" has no updates available 00:44:55 Pulling config-common 00:44:55 Pulling go-build-helper 00:45:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:45:17 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:45:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 00:45:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 00:45:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:45:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:45:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 00:45:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 00:45:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 00:45:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 00:45:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:45:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:45:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:45:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:45:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:45:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:45:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:45:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:45:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:45:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 00:45:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 00:45:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 00:45:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 00:45:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 00:45:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 00:45:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 00:45:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 00:45:17 Fetched 23.8 MB in 0s (0 B/s) 00:45:17 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:45:17 Fetched 96.5 kB in 0s (0 B/s) 00:45:17 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:45:17 Fetched 279 kB in 0s (0 B/s) 00:45:17 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:45:17 Fetched 122 kB in 0s (0 B/s) 00:45:17 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:45:17 Fetched 77.8 kB in 0s (0 B/s) 00:45:17 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:45:17 Fetched 8848 B in 0s (0 B/s) 00:45:17 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:45:17 Fetched 47.8 kB in 0s (0 B/s) 00:45:17 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:45:17 Fetched 45.6 kB in 0s (0 B/s) 00:45:17 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:45:17 Fetched 15.0 kB in 0s (0 B/s) 00:45:17 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:45:17 Fetched 214 kB in 0s (0 B/s) 00:45:17 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:45:17 Fetched 155 kB in 0s (0 B/s) 00:45:17 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:45:17 Fetched 50.6 kB in 0s (0 B/s) 00:45:17 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:45:17 Fetched 14.8 kB in 0s (0 B/s) 00:45:17 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:45:17 Fetched 41.8 kB in 0s (0 B/s) 00:45:17 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:45:17 Fetched 499 kB in 0s (0 B/s) 00:45:17 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:45:17 Fetched 111 kB in 0s (0 B/s) 00:45:17 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:45:17 Fetched 240 kB in 0s (0 B/s) 00:45:17 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:45:17 Fetched 29.3 kB in 0s (0 B/s) 00:45:17 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:45:17 Fetched 85.5 kB in 0s (0 B/s) 00:45:17 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:45:17 Fetched 24.5 kB in 0s (0 B/s) 00:45:17 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:45:17 Fetched 49.2 kB in 0s (0 B/s) 00:45:17 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:45:17 Fetched 54.2 kB in 0s (0 B/s) 00:45:17 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:45:17 Fetched 30.8 kB in 0s (0 B/s) 00:45:17 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:45:17 Fetched 17.0 kB in 0s (0 B/s) 00:45:17 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:45:17 Fetched 85.9 kB in 0s (0 B/s) 00:45:17 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:45:17 Fetched 8720 B in 0s (0 B/s) 00:45:17 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:45:17 Fetched 137 kB in 0s (0 B/s) 00:45:17 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:45:17 Fetched 119 kB in 0s (0 B/s) 00:45:17 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:45:17 Fetched 109 kB in 0s (0 B/s) 00:45:17 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:45:17 Fetched 11.1 kB in 0s (0 B/s) 00:45:17 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:45:17 Fetched 645 kB in 0s (0 B/s) 00:45:17 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:45:17 Fetched 41.3 kB in 0s (0 B/s) 00:45:17 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:45:17 Fetched 17.9 kB in 0s (0 B/s) 00:45:17 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:45:17 Fetched 368 kB in 0s (0 B/s) 00:45:17 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:45:17 Fetched 187 kB in 0s (0 B/s) 00:45:17 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:45:17 Fetched 175 kB in 0s (0 B/s) 00:45:17 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:45:20 Fetched 206 kB in 0s (0 B/s) 00:45:20 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:45:20 Fetched 1301 kB in 0s (0 B/s) 00:45:20 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:45:20 Fetched 36.2 kB in 0s (0 B/s) 00:45:20 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:45:20 Fetched 159 kB in 0s (0 B/s) 00:45:20 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:45:20 Fetched 107 kB in 0s (0 B/s) 00:45:20 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:45:20 Fetched 48.7 kB in 0s (0 B/s) 00:45:20 Pulling static-packages 00:45:21 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:45:21 Skipping pull go-build-helper (already ran) 00:45:21 Skipping pull static-packages (already ran) 00:45:21 Building go-build-helper 00:45:24 Building static-packages 00:45:26 Staging go-build-helper 00:45:27 Staging static-packages 00:45:28 Pulling go115 00:45:29 'edgex-go' has dependencies that need to be staged: go115 00:45:29 Skipping pull go115 (already ran) 00:45:29 Building go115 00:45:29 % Total % Received % Xferd Average Speed Time Time Time Current 00:45:29 Dload Upload Total Spent Left Speed 00:45:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4527k 0 0 13.5M 0 0:00:08 --:--:-- 0:00:08 13.5M 40 115M 40 46.3M 0 0 34.2M 0 0:00:03 0:00:01 0:00:02 34.2M 81 115M 81 94.2M 0 0 40.5M 0 0:00:02 0:00:02 --:--:-- 40.5M 100 115M 100 115M 0 0 40.0M 0 0:00:02 0:00:02 --:--:-- 40.0M 00:45:32 go1.15.2.linux-amd64.tar.gz: OK 00:45:37 Staging go115 00:45:43 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:43 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:43 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:43 Fetched 0 B in 0s (0 B/s) 00:45:43 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:45:43 Fetched 224 kB in 0s (0 B/s) 00:45:43 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:45:43 Fetched 157 kB in 0s (0 B/s) 00:45:43 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:45:43 Fetched 221 kB in 0s (0 B/s) 00:45:43 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:45:43 Fetched 143 kB in 0s (0 B/s) 00:45:43 Pulling edgex-go 00:45:43 Pulling version 00:45:44 Building config-common 00:45:46 Skipping build go-build-helper (already ran) 00:45:46 Skipping build static-packages (already ran) 00:45:46 Skipping build go115 (already ran) 00:45:46 Building edgex-go 00:45:46 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:45:49 go: downloading github.com/gorilla/mux v1.8.0 00:45:49 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 00:45:49 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.2 00:45:49 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:45:49 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 00:45:49 go: downloading github.com/pkg/errors v0.8.1 00:45:49 go: downloading github.com/google/uuid v1.1.5 00:45:49 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 00:45:49 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:45:49 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:45:49 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:45:49 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:45:49 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:45:49 go: downloading github.com/go-kit/kit v0.8.0 00:45:49 go: downloading github.com/imdario/mergo v0.3.11 00:45:49 go: downloading github.com/pebbe/zmq4 v1.2.2 00:45:49 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:45:49 go: downloading github.com/pelletier/go-toml v1.2.0 00:45:49 go: downloading gopkg.in/yaml.v2 v2.4.0 00:45:49 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:45:49 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:45:49 go: downloading github.com/go-playground/universal-translator v0.17.0 00:45:49 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:45:49 go: downloading github.com/leodido/go-urn v1.2.0 00:45:49 go: downloading github.com/hashicorp/consul/api v1.1.0 00:45:49 go: downloading github.com/x448/float16 v0.8.4 00:45:49 go: downloading github.com/BurntSushi/toml v0.3.1 00:45:49 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:45:49 go: downloading github.com/go-playground/locales v0.13.0 00:45:49 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:45:49 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:45:49 go: downloading github.com/mitchellh/copystructure v1.0.0 00:45:49 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:45:50 go: downloading github.com/hashicorp/serf v0.8.2 00:45:50 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:45:50 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:45:50 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:45:50 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:45:50 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:45:50 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:45:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:46:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:46:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:46:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:46:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:46:02 go: downloading github.com/stretchr/testify v1.6.1 00:46:02 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:46:02 go: downloading github.com/pmezard/go-difflib v1.0.0 00:46:02 go: downloading github.com/davecgh/go-spew v1.1.1 00:46:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:46:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:46:04 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:46:04 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:46:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:46:05 Removing intermediate container c1129ba2b41c 00:46:05 ---> 5553a2c4c75a 00:46:05 00:46:05 Step 10/22 : FROM alpine:3.12 00:46:05 3.12: Pulling from library/alpine 00:46:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:46:06 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:46:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:46:08 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:46:08 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:46:08 Status: Downloaded newer image for alpine:3.12 00:46:08 ---> afeebe901d6b 00:46:08 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:46:08 ---> Running in 66d501de6bb0 00:46:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:46:09 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:46:09 Removing intermediate container f8be1d0d8a08 00:46:09 ---> 1235bcb3c15a 00:46:09 00:46:09 Step 10/24 : FROM alpine:3.12 00:46:09 ---> afeebe901d6b 00:46:09 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:46:10 ---> Running in cab29108f60a 00:46:11 Building version 00:46:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:13 Staging config-common 00:46:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:13 (1/5) Installing ca-certificates (20191127-r4) 00:46:13 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:46:13 (3/5) Installing libcurl (7.69.1-r3) 00:46:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:13 (4/5) Installing curl (7.69.1-r3) 00:46:13 (5/5) Installing dumb-init (1.2.2-r1) 00:46:13 Executing busybox-1.31.1-r19.trigger 00:46:13 Executing ca-certificates-20191127-r4.trigger 00:46:13 OK: 7 MiB in 19 packages 00:46:14 Skipping stage go-build-helper (already ran) 00:46:14 Skipping stage static-packages (already ran) 00:46:14 Skipping stage go115 (already ran) 00:46:14 Staging edgex-go 00:46:14 (1/5) Installing ca-certificates (20191127-r4) 00:46:14 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:46:14 (3/5) Installing libcurl (7.69.1-r3) 00:46:14 (4/5) Installing curl (7.69.1-r3) 00:46:14 Removing intermediate container 8145532a3f92 00:46:14 ---> 67bb9db6c14c 00:46:14 00:46:14 Step 10/24 : FROM scratch 00:46:14 ---> 00:46:14 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:46:14 (5/5) Installing dumb-init (1.2.2-r1) 00:46:14 Executing busybox-1.31.1-r19.trigger 00:46:14 Executing ca-certificates-20191127-r4.trigger 00:46:14 OK: 7 MiB in 19 packages 00:46:14 Staging version 00:46:15 ---> Running in 09d4dc1396b3 00:46:15 Removing intermediate container 7f2457b69040 00:46:15 ---> 65117c2fbf2c 00:46:15 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:46:15 Priming config-common 00:46:16 ---> Running in 9a0307a2e7e5 00:46:16 Removing intermediate container 09d4dc1396b3 00:46:16 ---> b618cbe0f500 00:46:16 Step 12/24 : ENV APP_PORT=48060 00:46:16 ---> Running in f8397a0ccbdf 00:46:16 Priming go-build-helper 00:46:16 Removing intermediate container 66d501de6bb0 00:46:16 ---> a655150af46d 00:46:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:46:17 ---> Running in 72692731c5a7 00:46:17 Priming static-packages 00:46:18 Removing intermediate container cab29108f60a 00:46:18 ---> ccf88c4363f6 00:46:18 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:46:18 Removing intermediate container f8397a0ccbdf 00:46:18 ---> 9ef7ec497db0 00:46:18 Step 13/24 : EXPOSE $APP_PORT 00:46:18 ---> Running in 4dfe1df4d552 00:46:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:46:18 ---> Running in 7d6a2cd08e52 00:46:18 Removing intermediate container 72692731c5a7 00:46:18 ---> 389f93357459 00:46:18 Step 13/22 : WORKDIR / 00:46:18 ---> Running in d4f0c4509ce8 00:46:19 Removing intermediate container 4dfe1df4d552 00:46:19 ---> ce6a402c6d9c 00:46:19 Step 13/24 : WORKDIR / 00:46:19 Removing intermediate container 7d6a2cd08e52 00:46:19 ---> 9573b2d3f150 00:46:19 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:46:19 ---> Running in 81e9d9982257 00:46:20 Removing intermediate container d4f0c4509ce8 00:46:20 ---> f94e8adf1980 00:46:20 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:20 Priming go115 00:46:20 ---> f01ef2c47fdb 00:46:20 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:46:20 Priming edgex-go 00:46:20 Removing intermediate container 81e9d9982257 00:46:20 ---> 855b20f2063f 00:46:20 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:46:21 ---> ecbb484bd539 00:46:21 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:46:21 Priming version 00:46:22 ---> e5d9952b9268 00:46:22 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:46:22 ---> 255a4251b122 00:46:22 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:46:22 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 00:46:24 ---> 8152481b4221 00:46:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:46:24 Removing intermediate container 9a0307a2e7e5 00:46:24 ---> f0911828e5f3 00:46:24 00:46:24 Step 11/26 : FROM docker:20.10.0 00:46:24 20.10.0: Pulling from library/docker [Pipeline] } [Pipeline] // withEnv [Pipeline] } 00:46:24 ---> 25045119a9a4 00:46:24 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:46:24 ---> cb4bc9b7362e 00:46:24 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:46:25 ---> 22014047c08f 00:46:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:46:26 ---> 30082054b11a 00:46:26 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:46:27 ---> c8c7716eb1d6 00:46:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:46:27 ---> cdf28130b017 00:46:27 Step 18/22 : RUN chmod +x entrypoint.sh 00:46:28 ---> Running in ee4a2479cea4 00:46:28 ---> 2f628674a106 00:46:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:46:29 ---> b346aadbc7d7 00:46:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:46:30 Removing intermediate container fc9329014091 00:46:30 ---> b26843efa8d1 00:46:30 00:46:30 Step 10/22 : FROM scratch 00:46:30 ---> 00:46:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:31 ---> Running in 0e4225b716e6 00:46:31 ---> 7e1da4899855 00:46:31 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:46:31 ---> fa9f91080601 00:46:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:46:31 ---> Running in 6f37e490c097 00:46:31 Removing intermediate container 0e4225b716e6 00:46:31 ---> adda756e3715 00:46:31 Step 12/22 : ENV APP_PORT=48081 00:46:32 ---> Running in 5cab687b0204 00:46:32 Removing intermediate container ee4a2479cea4 00:46:32 ---> abe1fcae0898 00:46:32 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:46:32 Removing intermediate container 6f37e490c097 00:46:32 ---> 80bcf4b5e072 00:46:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:33 ---> Running in 5f977739017e 00:46:33 Removing intermediate container 5cab687b0204 00:46:33 ---> 1880b0e7db8e 00:46:33 Step 13/22 : EXPOSE $APP_PORT 00:46:33 ---> ba7e03a22e7e 00:46:33 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:46:33 ---> Running in dfd519ffd863 00:46:33 ---> Running in eeed4b88d731 00:46:33 ---> Running in 16e6aa4a61a1 00:46:33 Removing intermediate container 5f977739017e 00:46:33 ---> 69d11efea1e6 00:46:33 Step 20/22 : LABEL arch=arm64 00:46:34 ---> Running in b7713cb375e3 00:46:34 Removing intermediate container dfd519ffd863 00:46:34 ---> 9e41fcd7a062 00:46:34 Step 22/24 : LABEL arch=arm64 00:46:34 Removing intermediate container eeed4b88d731 00:46:34 ---> 672b4eaa55fd 00:46:34 Step 14/22 : WORKDIR / 00:46:34 ---> Running in 1e80c2ddbf87 00:46:35 ---> Running in a824b71addbe 00:46:35 Removing intermediate container b7713cb375e3 00:46:35 ---> 499eb710169f 00:46:35 Step 21/22 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b 00:46:35 ---> Running in 21918273d49b 00:46:35 Removing intermediate container 1e80c2ddbf87 00:46:35 ---> f94b5df089f3 00:46:35 Step 23/24 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b 00:46:36 Removing intermediate container a824b71addbe 00:46:36 ---> e4883c38714c 00:46:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:46:36 ---> Running in ce96368afdee 00:46:36 Removing intermediate container 21918273d49b 00:46:36 ---> 3afc246b799d 00:46:36 Step 22/22 : LABEL version=0.0.0 00:46:37 ---> Running in 35ecc451a53f 00:46:37 Removing intermediate container ce96368afdee 00:46:37 ---> d95a64c44202 00:46:37 Step 24/24 : LABEL version=0.0.0 00:46:37 ---> 2362e81416e9 00:46:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:46:37 ---> Running in c96e5e9b40f3 00:46:37 Removing intermediate container 35ecc451a53f 00:46:37 ---> 0df716434ca3 00:46:37 00:46:38 Removing intermediate container 16e6aa4a61a1 00:46:38 ---> b3a4c1183298 00:46:38 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:46:38 Successfully built 0df716434ca3 00:46:38 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:46:38 Building docker-core-command-go 00:46:38  Building docker-security-bootstrap-redis-go ... done Removing intermediate container c96e5e9b40f3 00:46:38 ---> cc93892e5467 00:46:38 00:46:38 ---> Running in e53d94ca125f 00:46:39 Successfully built cc93892e5467 00:46:39 Successfully tagged docker-support-notifications-go-arm64:latest 00:46:39 Building docker-core-data-go 00:46:39  Building docker-support-notifications-go ... done  ---> 9ba7f5e051af 00:46:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:46:40 Removing intermediate container e53d94ca125f 00:46:40 ---> 041379f1f22f 00:46:40 Step 22/24 : LABEL arch=arm64 00:46:40 ---> Running in 2f0f24ae6f7a 00:46:40 ---> 6eeb98d9cb51 00:46:40 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:46:40 Removing intermediate container 2f0f24ae6f7a 00:46:40 ---> 523e7a519514 00:46:40 Step 23/24 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b 00:46:41 ---> Running in f87288abc042 00:46:41 ---> Running in f3837dfdbbb8 00:46:42 Removing intermediate container f87288abc042 00:46:42 ---> 5f48f715c30c 00:46:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:42 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:46:43 Status: Downloaded newer image for docker:20.10.0 00:46:43 ---> eeaf43b92773 00:46:43 Step 12/26 : RUN apk add --no-cache bash 00:46:43 Removing intermediate container f3837dfdbbb8 00:46:43 ---> 6a3fe2777fc4 00:46:43 Step 24/24 : LABEL version=0.0.0 00:46:44 ---> Running in 03cf7efd45b6 00:46:44 ---> Running in 4dcf3ba6add5 00:46:44 ---> Running in f6f363bd2eb7 00:46:45 Removing intermediate container 4dcf3ba6add5 00:46:45 ---> 7b77f76b62fe 00:46:45 Step 20/22 : LABEL arch=arm64 00:46:45 ---> Running in 0ae19a7ebc3f 00:46:45 Removing intermediate container f6f363bd2eb7 00:46:45 ---> ca5a2e700d9b 00:46:45 00:46:46 Successfully built ca5a2e700d9b 00:46:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:46 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:46:46 Building docker-security-proxy-setup-go 00:46:46  Building docker-security-secretstore-setup-go ... done Removing intermediate container 0ae19a7ebc3f 00:46:46 ---> 2ed725ba51c9 00:46:46 Step 21/22 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b 00:46:47 (1/2) Installing readline (8.0.4-r0) 00:46:47 (2/2) Installing bash (5.0.17-r0) 00:46:47 Executing bash-5.0.17-r0.post-install 00:46:47 Executing busybox-1.31.1-r19.trigger 00:46:47 OK: 12 MiB in 22 packages 00:46:47 ---> Running in 7988fbfa6d18 00:46:48 Removing intermediate container 7988fbfa6d18 00:46:48 ---> 81db8cd6dfc8 00:46:48 Step 22/22 : LABEL version=0.0.0 00:46:49 ---> Running in 213748afe87d 00:46:49 Removing intermediate container 03cf7efd45b6 00:46:49 ---> f441316a0630 00:46:49 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:46:49 Removing intermediate container 213748afe87d 00:46:50 ---> 7e9b0a32aebb 00:46:50 00:46:50 ---> Running in 0ae3099b2544 00:46:50 Successfully built 7e9b0a32aebb 00:46:50 Successfully tagged docker-core-metadata-go-arm64:latest 00:46:50 Building docker-support-scheduler-go 00:46:50  Building docker-core-metadata-go ... done Removing intermediate container 0ae3099b2544 00:46:50 ---> 2f97123cd9f1 00:46:50 Step 14/26 : ENV APP_PORT=48090 00:46:51 ---> Running in 06ea85da431e 00:46:51 Removing intermediate container 06ea85da431e 00:46:51 ---> 708d952b621c 00:46:51 Step 15/26 : EXPOSE $APP_PORT 00:46:52 ---> Running in 385940c52dab 00:46:52 Removing intermediate container 385940c52dab 00:46:52 ---> c86880304009 00:46:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:46:54 ---> b2b962d36613 00:46:54 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:46:55 ---> eb3a32c70a1f 00:46:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:46:57 ---> 73640ca4d9f1 00:46:57 Step 19/26 : RUN apk --no-cache add py3-pip 00:46:57 ---> Running in 0a021d375a58 00:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:00 (1/33) Installing libbz2 (1.0.8-r1) 00:47:00 (2/33) Installing expat (2.2.9-r1) 00:47:00 (3/33) Installing libffi (3.3-r2) 00:47:00 (4/33) Installing gdbm (1.13-r1) 00:47:00 (5/33) Installing xz-libs (5.2.5-r0) 00:47:00 (6/33) Installing sqlite-libs (3.32.1-r0) 00:47:00 (7/33) Installing python3 (3.8.5-r0) 00:47:02 (8/33) Installing py3-appdirs (1.4.4-r1) 00:47:02 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:47:02 (10/33) Installing py3-parsing (2.4.7-r0) 00:47:02 (11/33) Installing py3-six (1.15.0-r0) 00:47:02 (12/33) Installing py3-packaging (20.4-r0) 00:47:02 (13/33) Installing py3-setuptools (47.0.0-r0) 00:47:02 (14/33) Installing py3-chardet (3.0.4-r4) 00:47:02 (15/33) Installing py3-idna (2.9-r0) 00:47:02 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:47:02 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:47:02 (18/33) Installing py3-requests (2.23.0-r0) 00:47:02 (19/33) Installing py3-msgpack (1.0.0-r0) 00:47:02 (20/33) Installing py3-lockfile (0.12.2-r3) 00:47:02 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:47:02 (22/33) Installing py3-colorama (0.4.3-r0) 00:47:02 (23/33) Installing py3-distlib (0.3.0-r0) 00:47:02 (24/33) Installing py3-distro (1.5.0-r1) 00:47:03 (25/33) Installing py3-webencodings (0.5.1-r3) 00:47:03 (26/33) Installing py3-html5lib (1.0.1-r4) 00:47:03 (27/33) Installing py3-pytoml (0.1.21-r0) 00:47:03 (28/33) Installing py3-pep517 (0.8.2-r0) 00:47:03 (29/33) Installing py3-progress (1.5-r0) 00:47:03 (30/33) Installing py3-toml (0.10.1-r0) 00:47:03 (31/33) Installing py3-retrying (1.3.3-r0) 00:47:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:47:03 (33/33) Installing py3-pip (20.1.1-r0) 00:47:03 Executing busybox-1.31.1-r19.trigger 00:47:03 OK: 71 MiB in 55 packages 00:47:13 Removing intermediate container 0a021d375a58 00:47:13 ---> ba2307d98dfb 00:47:13 Step 20/26 : RUN pip install docker-compose==1.23.2 00:47:14 ---> Running in 8d53b648bdb7 00:47:22 Collecting docker-compose==1.23.2 00:47:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:47:22 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:47:22 Collecting texttable<0.10,>=0.9.0 00:47:22 Downloading texttable-0.9.1.tar.gz (11 kB) 00:47:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:24 ---> 4fec52a89cea 00:47:24 Step 3/22 : WORKDIR /edgex-go 00:47:24 ---> Using cache 00:47:24 ---> 7eb7ae553d12 00:47:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:24 ---> Using cache 00:47:24 ---> 4ff22f404347 00:47:24 Step 5/22 : RUN apk add --update --no-cache make git 00:47:24 ---> Using cache 00:47:24 ---> f8e3d3d046a2 00:47:24 Step 6/22 : COPY go.mod . 00:47:24 ---> Using cache 00:47:24 ---> 076aacb47391 00:47:24 Step 7/22 : RUN go mod download 00:47:24 ---> Using cache 00:47:24 ---> 99f2dac44ba1 00:47:24 Step 8/22 : COPY . . 00:47:24 ---> Using cache 00:47:24 ---> 972d020228f3 00:47:24 Step 9/22 : RUN make cmd/core-command/core-command 00:47:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:24 ---> 4fec52a89cea 00:47:24 Step 3/23 : WORKDIR /edgex-go 00:47:24 ---> Using cache 00:47:24 ---> 7eb7ae553d12 00:47:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:24 ---> Using cache 00:47:24 ---> 4ff22f404347 00:47:24 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:47:26 Collecting dockerpty<0.5,>=0.4.1 00:47:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:47:28 ---> Running in c8635d1182b5 00:47:28 ---> Running in 1cc6de23fdb8 00:47:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:31 Collecting PyYAML<4,>=3.10 00:47:31 Downloading PyYAML-3.13.tar.gz (270 kB) 00:47:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:32 OK: 217 MiB in 51 packages 00:47:33 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:47:33 ---> 4fec52a89cea 00:47:33 Step 3/21 : WORKDIR /edgex-go 00:47:33 ---> Using cache 00:47:33 ---> 7eb7ae553d12 00:47:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:33 ---> Using cache 00:47:33 ---> 4ff22f404347 00:47:33 Step 5/21 : RUN apk add --update --no-cache make git 00:47:33 ---> Using cache 00:47:33 ---> f8e3d3d046a2 00:47:33 Step 6/21 : COPY go.mod . 00:47:33 ---> Using cache 00:47:33 ---> 076aacb47391 00:47:33 Step 7/21 : RUN go mod download 00:47:33 ---> Using cache 00:47:33 ---> 99f2dac44ba1 00:47:33 Step 8/21 : COPY . . 00:47:33 ---> Using cache 00:47:33 ---> 972d020228f3 00:47:33 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:47:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:47:34 ---> 4fec52a89cea 00:47:34 Step 3/21 : WORKDIR /edgex-go 00:47:34 ---> Using cache 00:47:34 ---> 7eb7ae553d12 00:47:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:34 ---> Using cache 00:47:34 ---> 4ff22f404347 00:47:34 Step 5/21 : RUN apk add --update --no-cache make git 00:47:34 ---> Using cache 00:47:34 ---> f8e3d3d046a2 00:47:34 Step 6/21 : COPY go.mod . 00:47:34 ---> Using cache 00:47:34 ---> 076aacb47391 00:47:34 Step 7/21 : RUN go mod download 00:47:34 ---> Using cache 00:47:34 ---> 99f2dac44ba1 00:47:34 Step 8/21 : COPY . . 00:47:34 ---> Using cache 00:47:34 ---> 972d020228f3 00:47:34 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:47:35 ---> Running in 56b69af44bf3 00:47:35 ---> Running in be023c3ae17b 00:47:36 Removing intermediate container 1cc6de23fdb8 00:47:36 ---> 934bd8751cc8 00:47:36 Step 6/23 : COPY go.mod . 00:47:36 Collecting websocket-client<1.0,>=0.32.0 00:47:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:47:37 Collecting jsonschema<3,>=2.5.1 00:47:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:47:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:47:38 ---> b7c44e24e255 00:47:38 Step 7/23 : RUN go mod download 00:47:38 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:47:38 ---> Running in 7d878636116e 00:47:38 Collecting docker<4.0,>=3.6.0 00:47:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:47:39 Collecting docopt<0.7,>=0.6.1 00:47:39 Downloading docopt-0.6.2.tar.gz (25 kB) 00:47:42 Removing intermediate container 7d878636116e 00:47:42 ---> 7c6ab6ee4a5f 00:47:42 Step 8/23 : COPY . . 00:47:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:47:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:47:47 Collecting cached-property<2,>=1.2.0 00:47:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:47:47 Collecting docker-pycreds>=0.4.0 00:47:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:47:48 Collecting idna<2.8,>=2.5 00:47:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:47:48 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:47:50 Collecting urllib3<1.25,>=1.21.1 00:47:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:47:50 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:47:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:47:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:47:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:47:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:47:52 Installing collected packages: texttable, dockerpty, PyYAML, websocket-client, jsonschema, docker-pycreds, idna, urllib3, requests, docker, docopt, cached-property, docker-compose 00:47:52 Running setup.py install for texttable: started 00:47:56 Running setup.py install for texttable: finished with status 'done' 00:47:56 Running setup.py install for dockerpty: started 00:48:00 Running setup.py install for dockerpty: finished with status 'done' 00:48:00 Running setup.py install for PyYAML: started 00:48:03 ---> db28754d7fcd 00:48:03 Step 9/23 : RUN make cmd/core-data/core-data 00:48:03 ---> Running in 5f4e3b4d837f 00:48:05 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:48:05 Running setup.py install for PyYAML: finished with status 'done' 00:48:05 Attempting uninstall: idna 00:48:05 Found existing installation: idna 2.9 00:48:05 Uninstalling idna-2.9: 00:48:06 Successfully uninstalled idna-2.9 00:48:07 Attempting uninstall: urllib3 00:48:07 Found existing installation: urllib3 1.25.9 00:48:07 Uninstalling urllib3-1.25.9: 00:48:07 Successfully uninstalled urllib3-1.25.9 00:48:08 Attempting uninstall: requests 00:48:08 Found existing installation: requests 2.23.0 00:48:08 Uninstalling requests-2.23.0: 00:48:08 Successfully uninstalled requests-2.23.0 00:48:10 Running setup.py install for docopt: started 00:48:13 Running setup.py install for docopt: finished with status 'done' 00:48:15 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:48:22 Removing intermediate container 8d53b648bdb7 00:48:22 ---> 2314897c306d 00:48:22 Step 21/26 : RUN apk --no-cache add curl 00:48:22 ---> Running in 43b6c27531fb 00:48:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:48:24 (2/3) Installing libcurl (7.69.1-r3) 00:48:24 (3/3) Installing curl (7.69.1-r3) 00:48:24 Executing busybox-1.31.1-r19.trigger 00:48:24 OK: 71 MiB in 58 packages 00:48:26 Removing intermediate container 43b6c27531fb 00:48:26 ---> 828c4b2c6c97 00:48:26 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:48:26 ---> Running in 95104f4df670 00:48:27 Removing intermediate container 95104f4df670 00:48:27 ---> d864f42cf925 00:48:27 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:27 ---> Running in ca357de82b28 00:48:28 Removing intermediate container ca357de82b28 00:48:28 ---> 79a558eb5fed 00:48:28 Step 24/26 : LABEL arch=arm64 00:48:28 ---> Running in 69d3a892b98a 00:48:29 Removing intermediate container 69d3a892b98a 00:48:29 ---> d0397d8ad91a 00:48:29 Step 25/26 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b 00:48:29 ---> Running in 24927f468f0b 00:48:30 Removing intermediate container 24927f468f0b 00:48:30 ---> 40321e5ba5e3 00:48:30 Step 26/26 : LABEL version=0.0.0 00:48:30 ---> Running in 8b89a7a35083 00:48:31 Removing intermediate container 8b89a7a35083 00:48:31 ---> 4f827a62a672 00:48:31 00:48:31 Successfully built 4f827a62a672 00:48:31 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:49:04  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:49:14 Removing intermediate container c8635d1182b5 00:49:14 ---> f545363dec5f 00:49:14 00:49:14 Step 10/22 : FROM scratch 00:49:14 ---> 00:49:14 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:14 ---> Using cache 00:49:14 ---> adda756e3715 00:49:14 Step 12/22 : ENV APP_PORT=48082 00:49:14 ---> Running in c3d47f1e597e 00:49:14 Removing intermediate container c3d47f1e597e 00:49:14 ---> 92483a175923 00:49:14 Step 13/22 : EXPOSE $APP_PORT 00:49:14 ---> Running in b1d0c719390c 00:49:14 Removing intermediate container b1d0c719390c 00:49:14 ---> 3100452525da 00:49:14 Step 14/22 : WORKDIR / 00:49:14 ---> Running in 3c26be4e0e2a 00:49:15 Removing intermediate container 3c26be4e0e2a 00:49:15 ---> 8a89c6ccc933 00:49:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:16 ---> af4f1a0e1086 00:49:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:19 ---> bdee8457afa3 00:49:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:21 ---> 40f7da9f4585 00:49:21 Step 18/22 : ENTRYPOINT ["/core-command"] 00:49:21 ---> Running in 67114d1c8b71 00:49:22 Removing intermediate container 67114d1c8b71 00:49:22 ---> 8ec25f314db4 00:49:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:23 ---> Running in b50f375acfec 00:49:24 Removing intermediate container 56b69af44bf3 00:49:24 ---> a9b7b2e370aa 00:49:24 00:49:24 Step 10/21 : FROM alpine:3.12 00:49:24 ---> afeebe901d6b 00:49:24 Step 11/21 : RUN apk add --update --no-cache curl 00:49:24 ---> Running in 9ff61fcb51c4 00:49:24 Removing intermediate container b50f375acfec 00:49:24 ---> 4022d2f727ff 00:49:24 Step 20/22 : LABEL arch=arm64 00:49:25 ---> Running in 0ca7928e901e 00:49:26 Removing intermediate container 0ca7928e901e 00:49:26 ---> 114b01f9f6ba 00:49:26 Step 21/22 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b 00:49:26 Removing intermediate container be023c3ae17b 00:49:26 ---> f8bed86c18cd 00:49:26 00:49:26 Step 10/21 : FROM scratch 00:49:26 ---> 00:49:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:26 ---> Running in 89e8802e5116 00:49:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:27 ---> Using cache 00:49:27 ---> adda756e3715 00:49:27 Step 12/21 : ENV APP_PORT=48085 00:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:27 ---> Running in 3b64942e3181 00:49:27 Removing intermediate container 89e8802e5116 00:49:27 ---> f9ed2a2f09d8 00:49:27 Step 22/22 : LABEL version=0.0.0 00:49:27 (1/4) Installing ca-certificates (20191127-r4) 00:49:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:27 (3/4) Installing libcurl (7.69.1-r3) 00:49:27 (4/4) Installing curl (7.69.1-r3) 00:49:27 Executing busybox-1.31.1-r19.trigger 00:49:27 Executing ca-certificates-20191127-r4.trigger 00:49:27 ---> Running in 32319e9c853f 00:49:28 Removing intermediate container 3b64942e3181 00:49:28 ---> 3a2e2220af3f 00:49:28 Step 13/21 : EXPOSE $APP_PORT 00:49:28 OK: 7 MiB in 18 packages 00:49:28 ---> Running in 6edce4c45148 00:49:28 Removing intermediate container 32319e9c853f 00:49:28 ---> c711a15ae19c 00:49:28 00:49:29 Removing intermediate container 6edce4c45148 00:49:29 ---> 0ec739de652d 00:49:29 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:30 Successfully built c711a15ae19c 00:49:30 Successfully tagged docker-core-command-go-arm64:latest 00:49:31  Building docker-core-command-go ... done  ---> 1ef83c89067e 00:49:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:31 Removing intermediate container 9ff61fcb51c4 00:49:31 ---> 1ef51cd4792f 00:49:31 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:31 ---> Running in ee0286f21840 00:49:32 Removing intermediate container ee0286f21840 00:49:32 ---> 427d59429596 00:49:32 Step 13/21 : WORKDIR /edgex 00:49:33 ---> Running in f1e2f4f8eddb 00:49:34 ---> e0e0abb7f27f 00:49:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:34 Removing intermediate container f1e2f4f8eddb 00:49:34 ---> 3055d33bbeb0 00:49:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:35 ---> 16312661b6f3 00:49:35 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:49:35 ---> c6dec9cf9cc0 00:49:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:35 ---> Running in 1ea76a33af23 00:49:36 Removing intermediate container 1ea76a33af23 00:49:36 ---> d2e39278f68d 00:49:36 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:36 ---> Running in 32c77791fd95 00:49:37 ---> 3ba936a5b553 00:49:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:37 Removing intermediate container 32c77791fd95 00:49:37 ---> 661bdd1bf424 00:49:37 Step 19/21 : LABEL arch=arm64 00:49:37 ---> Running in 550d6d1d6695 00:49:38 Removing intermediate container 550d6d1d6695 00:49:38 ---> 817f226dead1 00:49:38 Step 20/21 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b 00:49:38 ---> 433151f66275 00:49:38 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:38 ---> Running in 74ed2e038772 00:49:38 ---> Running in 215ad597b4c3 00:49:39 Removing intermediate container 74ed2e038772 00:49:39 ---> 3e4d953efd85 00:49:39 Step 21/21 : LABEL version=0.0.0 00:49:39 Removing intermediate container 215ad597b4c3 00:49:39 ---> 1e51ab411956 00:49:39 Step 18/21 : CMD ["--init=true"] 00:49:39 ---> Running in 662376ea37fe 00:49:39 ---> Running in cacbc48f91c2 00:49:40 Removing intermediate container 662376ea37fe 00:49:40 ---> 2ebc04e5fa88 00:49:40 00:49:40 Removing intermediate container cacbc48f91c2 00:49:40 ---> e79f2ec12423 00:49:40 Step 19/21 : LABEL arch=arm64 00:49:40 Successfully built 2ebc04e5fa88 00:49:40 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:40  Building docker-support-scheduler-go ... done  ---> Running in 56cb9f0ff477 00:49:41 Removing intermediate container 56cb9f0ff477 00:49:41 ---> 131f708eded9 00:49:41 Step 20/21 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b 00:49:41 ---> Running in 9039988cd461 00:49:42 Removing intermediate container 9039988cd461 00:49:42 ---> c77710eed750 00:49:42 Step 21/21 : LABEL version=0.0.0 00:49:42 ---> Running in 05349d4502f0 00:49:43 Removing intermediate container 05349d4502f0 00:49:43 ---> b58bd0e9d537 00:49:43 00:49:43 Successfully built b58bd0e9d537 00:49:43 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:53  Building docker-security-proxy-setup-go ... done Removing intermediate container 5f4e3b4d837f 00:49:53 ---> 7d35d517d45f 00:49:53 00:49:53 Step 10/23 : FROM alpine:3.12 00:49:53 ---> afeebe901d6b 00:49:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:53 ---> Running in e15d5673d23a 00:49:54 Removing intermediate container e15d5673d23a 00:49:54 ---> 7e70a0ec2eca 00:49:54 Step 12/23 : ENV APP_PORT=48080 00:49:54 ---> Running in 96aae496d861 00:49:54 Removing intermediate container 96aae496d861 00:49:54 ---> baf6be69e0f9 00:49:54 Step 13/23 : EXPOSE $APP_PORT 00:49:55 ---> Running in d415ddad41c1 00:49:55 Removing intermediate container d415ddad41c1 00:49:55 ---> 3eb09f2d5703 00:49:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:55 ---> Running in f7f048fa9dc0 00:49:58 Removing intermediate container f7f048fa9dc0 00:49:58 ---> a2391fcc47c2 00:49:58 Step 15/23 : RUN apk add --update --no-cache zeromq 00:49:58 ---> Running in b3b7b82a8693 00:49:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:05 (1/5) Installing libgcc (9.3.0-r2) 00:50:05 (2/5) Installing libsodium (1.0.18-r0) 00:50:05 (3/5) Installing libstdc++ (9.3.0-r2) 00:50:06 (4/5) Installing libzmq (4.3.3-r0) 00:50:06 (5/5) Installing zeromq (4.3.3-r0) 00:50:06 Executing busybox-1.31.1-r19.trigger 00:50:06 OK: 8 MiB in 19 packages 00:50:08 Removing intermediate container b3b7b82a8693 00:50:08 ---> 512e68b637b6 00:50:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:09 ---> ce6b477a6b22 00:50:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:50:10 ---> 6d9e6be8082a 00:50:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:50:11 ---> e29f8ba66abc 00:50:11 Step 19/23 : ENTRYPOINT ["/core-data"] 00:50:11 ---> Running in 175418cbd266 00:50:12 Removing intermediate container 175418cbd266 00:50:12 ---> f411d31e0cf1 00:50:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:12 ---> Running in d57918fe3cc1 00:50:12 Removing intermediate container d57918fe3cc1 00:50:12 ---> 087942024c0b 00:50:12 Step 21/23 : LABEL arch=arm64 00:50:12 ---> Running in e773ee7f1d7e 00:50:13 Removing intermediate container e773ee7f1d7e 00:50:13 ---> a6593213a9d3 00:50:13 Step 22/23 : LABEL git_sha=c9f9212af227610a74980d4fe25fb22fe22bee1b 00:50:13 ---> Running in 32f6a9b876ef 00:50:13 Removing intermediate container 32f6a9b876ef 00:50:13 ---> 026cb860ae90 00:50:13 Step 23/23 : LABEL version=0.0.0 00:50:14 ---> Running in dca4f97e5d3f 00:50:14 Removing intermediate container dca4f97e5d3f 00:50:14 ---> 9303251fa73b 00:50:14 00:50:15 Successfully built 9303251fa73b 00:50:15 Successfully tagged docker-core-data-go-arm64:latest 00:50:15  Building docker-core-data-go ... done  [Pipeline] } 00:50:15 $ docker stop --time=1 c11e2bc7ed416efe8035afe1b9eec12d05e1bd68054c8bcf35435f4e37177d26 00:50:17 $ docker rm -f c11e2bc7ed416efe8035afe1b9eec12d05e1bd68054c8bcf35435f4e37177d26 [Pipeline] // withDockerContainer [Pipeline] sh 00:50:18 + docker images 00:50:18 + grep docker 00:50:18 docker-core-data-go-arm64 latest 9303251fa73b 4 seconds ago 21MB 00:50:18 docker-security-proxy-setup-go-arm64 latest b58bd0e9d537 36 seconds ago 23.2MB 00:50:18 docker-support-scheduler-go-arm64 latest 2ebc04e5fa88 39 seconds ago 10.1MB 00:50:18 docker-core-command-go-arm64 latest c711a15ae19c 50 seconds ago 9.98MB 00:50:18 docker-sys-mgmt-agent-go-arm64 latest 4f827a62a672 About a minute ago 300MB 00:50:18 docker-core-metadata-go-arm64 latest 7e9b0a32aebb 3 minutes ago 12.3MB 00:50:18 docker-security-secretstore-setup-go-arm64 latest ca5a2e700d9b 3 minutes ago 23.4MB 00:50:18 docker-support-notifications-go-arm64 latest cc93892e5467 3 minutes ago 11.4MB 00:50:18 docker-security-bootstrap-redis-go-arm64 latest 0df716434ca3 3 minutes ago 15.1MB 00:50:18 docker 20.10.0 eeaf43b92773 5 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:50:20 provisioning config files... 00:50:20 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config2041130596435390865tmp [Pipeline] { [Pipeline] sh 00:50:21 + set +x 00:50:21 + curl -s https://codecov.io/bash 00:50:21 + bash -s -- 00:50:21 00:50:21 _____ _ 00:50:21 / ____| | | 00:50:21 | | ___ __| | ___ ___ _____ __ 00:50:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:50:21 | |___| (_) | (_| | __/ (_| (_) \ V / 00:50:21 \_____\___/ \__,_|\___|\___\___/ \_/ 00:50:21 Bash-20210115-cec3c92 00:50:21 00:50:21 00:50:21 ==> git version 2.24.3 found 00:50:21 ==> 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:50:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:50:21 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:50:21 ==> Jenkins CI detected. 00:50:21 project root: . 00:50:21 --> token set from env 00:50:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:50:21 ==> Running gcov in . (disable via -X gcov) 00:50:21 ==> Python coveragepy not found 00:50:21 ==> Searching for coverage reports in: 00:50:21 + . 00:50:21 -> Found 1 reports 00:50:21 ==> Detecting git/mercurial file structure 00:50:21 ==> Reading reports 00:50:21 + ./coverage.out bytes=551534 00:50:21 ==> Appending adjustments 00:50:21 https://docs.codecov.io/docs/fixing-reports 00:50:25 + Found adjustments 00:50:25 ==> Gzipping contents 00:50:25 84K /tmp/codecov.6bdwa7.gz 00:50:25 ==> Uploading reports 00:50:25 url: https://codecov.io 00:50:25 query: branch=PR-3058&commit=c9f9212af227610a74980d4fe25fb22fe22bee1b&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3058%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3058&job=&cmd_args= 00:50:25 -> Pinging Codecov 00:50:25 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3058&commit=c9f9212af227610a74980d4fe25fb22fe22bee1b&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3058%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3058&job=&cmd_args= 00:50:25 -> Uploading to 00:50:25 https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/c9f9212af227610a74980d4fe25fb22fe22bee1b/8ef8932e-9a84-4dc0-a2e5-f884bc8817f6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T005025Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=196ae24c963af49404e640877404742a6cb9713ac21c34f01313d232d4ffd971 00:50:25 % Total % Received % Xferd Average Speed Time Time Time Current 00:50:25 Dload Upload Total Spent Left Speed 00:50:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83380 0 0 100 83380 0 146k --:--:-- --:--:-- --:--:-- 146k 00:50:26 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c9f9212af227610a74980d4fe25fb22fe22bee1b [Pipeline] } 00:50:26 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:50:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:50:29 ---> package-listing.sh 00:50:29 ++ facter osfamily 00:50:29 ++ tr '[:upper:]' '[:lower:]' 00:50:29 + OS_FAMILY=redhat 00:50:29 + workspace=/w/workspace/edgex-go/2 00:50:29 + START_PACKAGES=/tmp/packages_start.txt 00:50:29 + END_PACKAGES=/tmp/packages_end.txt 00:50:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:50:29 + PACKAGES=/tmp/packages_start.txt 00:50:29 + '[' /w/workspace/edgex-go/2 ']' 00:50:29 + PACKAGES=/tmp/packages_end.txt 00:50:29 + case "${OS_FAMILY}" in 00:50:29 + rpm -qa 00:50:29 + sort 00:50:34 + '[' -f /tmp/packages_start.txt ']' 00:50:34 + '[' -f /tmp/packages_end.txt ']' 00:50:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:50:34 + '[' /w/workspace/edgex-go/2 ']' 00:50:34 + mkdir -p /w/workspace/edgex-go/2/archives/ 00:50:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 00:50:34 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:50:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:50:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:35 00:50:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:50:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:36 alpine: Pulling from edgex-lftools-log-publisher 00:50:36 df20fa9351a1: Pulling fs layer 00:50:36 36b3adc4ff6f: Pulling fs layer 00:50:36 8ad3a11d3b57: Pulling fs layer 00:50:36 46f8f816bc3b: Pulling fs layer 00:50:36 93b61091891f: Pulling fs layer 00:50:36 93b9cdb0e59b: Pulling fs layer 00:50:36 5e14af77c1be: Pulling fs layer 00:50:36 01666e4c0597: Pulling fs layer 00:50:36 aa168da1d23b: Pulling fs layer 00:50:36 93b9cdb0e59b: Waiting 00:50:36 5e14af77c1be: Waiting 00:50:36 01666e4c0597: Waiting 00:50:36 aa168da1d23b: Waiting 00:50:36 46f8f816bc3b: Waiting 00:50:36 93b61091891f: Waiting 00:50:36 36b3adc4ff6f: Verifying Checksum 00:50:36 36b3adc4ff6f: Download complete 00:50:36 46f8f816bc3b: Verifying Checksum 00:50:36 46f8f816bc3b: Download complete 00:50:36 df20fa9351a1: Download complete 00:50:36 93b9cdb0e59b: Verifying Checksum 00:50:36 93b9cdb0e59b: Download complete 00:50:36 5e14af77c1be: Verifying Checksum 00:50:36 5e14af77c1be: Download complete 00:50:36 01666e4c0597: Verifying Checksum 00:50:36 01666e4c0597: Download complete 00:50:36 93b61091891f: Verifying Checksum 00:50:36 93b61091891f: Download complete 00:50:36 df20fa9351a1: Pull complete 00:50:36 36b3adc4ff6f: Pull complete 00:50:37 8ad3a11d3b57: Verifying Checksum 00:50:37 8ad3a11d3b57: Download complete 00:50:38 8ad3a11d3b57: Pull complete 00:50:38 46f8f816bc3b: Pull complete 00:50:38 93b61091891f: Pull complete 00:50:39 aa168da1d23b: Verifying Checksum 00:50:39 aa168da1d23b: Download complete 00:50:40 93b9cdb0e59b: Pull complete 00:50:40 5e14af77c1be: Pull complete 00:50:40 01666e4c0597: Pull complete 00:50:47 aa168da1d23b: Pull complete 00:50:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:50:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:50:47 prd-centos7-docker-4c-2g-22093 does not seem to be running inside a container 00:50:47 $ 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:50:56 $ docker top 9633d1fc89e49cf6d1d71b2fbabe0f95d639431e6c9dd7743b07efae3b0282e8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:50:57 + touch /tmp/pre-build-complete [Pipeline] sh 00:50:57 + mkdir -p /var/log/sa [Pipeline] sh 00:50:58 + ls /var/log/sa-host 00:50:58 + sadf -c /var/log/sa-host/sa22 00:50:58 file_magic: OK 00:50:58 HZ: Using current value: 100 00:50:58 file_header: OK 00:50:58 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:50:58 Statistics: 00:50:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:50:58 File successfully converted to sysstat format version 12.2.1 00:50:58 + sadf -c /var/log/sa-host/sa23 00:50:58 file_magic: OK 00:50:58 HZ: Using current value: 100 00:50:58 file_header: OK 00:50:58 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:50:58 Statistics: 00:50:58 Hnuu...uuuununununu... 00:50:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:50:58 provisioning config files... 00:50:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1768274409763624122tmp [Pipeline] { [Pipeline] echo 00:50:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:50:58 ---> create-netrc.sh [Pipeline] } 00:50:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:50:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:50:59 ---> python-tools-install.sh [Pipeline] echo 00:50:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:50:59 ---> sudo-logs.sh 00:50:59 Archiving 'sudo' log.. [Pipeline] echo 00:50:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:50:59 ---> job-cost.sh 00:50:59 lf-activate-venv: SKIPPING 00:50:59 INFO: No Stack... 00:51:00 INFO: Retrieving Pricing Info for: v1-standard-2 00:51:01 INFO: Archiving Costs [Pipeline] echo 00:51:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:01 ---> logs-deploy.sh 00:51:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3058/2 00:51:01 INFO: archiving workspace using pattern(s): 00:51:03 Archives upload complete. 00:51:03 INFO: archiving logs to Nexus